• 大小: 0.79M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-23
  • 语言: C#
  • 标签: 小程序  程序  

资源简介

实现随机抽签模板中的人员

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using whhyxmjbqk;

namespace cq2
{
    public partial class Form1 : Form
    {
        Random rd =null;
       // config con = new config(System.Windows.Forms.Application.StartupPath + “\\data\\“ + “htwh.xls“);

        Business_Logic bl = null;
        DataSet set = null; DataTable s = null;
        public Form1()
        {
            InitializeComponent();
        
        }

        private void button1_Click(object sender EventArgs e)
        {int cqnum=-1; int rynum=-1;
            try 
        {         
           cqnum=Convert.ToInt32(textBox3.Text);
                   rynum = set.Tables[0].Rows.Count;
        }
        catch (Exception)
        {
         MessageBox.Show(“输入的内容有误,请填写数字类型的抽签人数“);
        return ;
        }
            if (cqnum >= rynum)
            {

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      61440  2016-12-26 10:44  cq2\cq2\AxInterop.grproLib.dll

     文件      61440  2016-12-26 10:44  cq2\cq2\bin\Debug\AxInterop.grproLib.dll

     文件      28672  2017-11-09 16:19  cq2\cq2\bin\Debug\cq2.exe

     文件      36352  2017-11-09 16:19  cq2\cq2\bin\Debug\cq2.pdb

     文件       5632  2016-12-26 14:08  cq2\cq2\bin\Debug\cq2.vshost.exe

     文件      40960  2016-12-26 10:44  cq2\cq2\bin\Debug\Interop.grdesLib.dll

     文件     307200  2016-12-26 10:44  cq2\cq2\bin\Debug\Interop.grproLib.dll

     文件    1100392  2016-12-26 10:31  cq2\cq2\bin\Debug\Microsoft.Office.Interop.Excel.dll

     文件      18432  2017-11-09 16:17  cq2\cq2\bin\Debug\人员模板\人员模板.xls

     文件     278116  2017-11-09 16:19  cq2\cq2\bin\抽签程序new.rar

     文件       4077  2017-11-08 14:46  cq2\cq2\cq2.csproj

     文件        168  2016-12-26 10:04  cq2\cq2\cq2.csproj.user

     文件       4817  2017-11-09 16:19  cq2\cq2\Form1.cs

     文件       8492  2017-11-08 15:02  cq2\cq2\Form1.Designer.cs

     文件       5814  2017-11-08 15:02  cq2\cq2\Form1.resx

     文件      40960  2016-12-26 10:44  cq2\cq2\Interop.grdesLib.dll

     文件     307200  2016-12-26 10:44  cq2\cq2\Interop.grproLib.dll

     文件    1100392  2016-12-26 10:31  cq2\cq2\Microsoft.Office.Interop.Excel.dll

     文件       1200  2018-03-27 09:58  cq2\cq2\obj\cq2.csproj.FileListAbsolute.txt

     文件        842  2017-11-09 16:16  cq2\cq2\obj\Debug\cq2.csproj.GenerateResource.Cache

     文件      28672  2017-11-09 16:19  cq2\cq2\obj\Debug\cq2.exe

     文件        180  2017-11-09 16:16  cq2\cq2\obj\Debug\cq2.Form1.resources

     文件      36352  2017-11-09 16:19  cq2\cq2\obj\Debug\cq2.pdb

     文件        180  2016-12-26 10:45  cq2\cq2\obj\Debug\cq2.Properties.Resources.resources

     文件      12699  2017-11-08 11:32  cq2\cq2\obj\Debug\ResolveAssemblyReference.cache

     文件        462  2016-12-26 09:56  cq2\cq2\Program.cs

     文件       1154  2016-12-26 09:56  cq2\cq2\Properties\AssemblyInfo.cs

     文件       2862  2016-12-26 09:56  cq2\cq2\Properties\Resources.Designer.cs

     文件       5612  2016-12-26 09:56  cq2\cq2\Properties\Resources.resx

     文件       1088  2016-12-26 09:56  cq2\cq2\Properties\Settings.Designer.cs

............此处省略19个文件信息

评论

共有 条评论