资源简介
实现随机抽签模板中的人员
代码片段和文件信息
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个文件信息
- 上一篇:C# 中国象棋单机版
- 下一篇:C#获取ADAM4150数字量
相关资源
- 将图片复制到剪贴板以及将剪贴板中
- wince引脚控制程序
- C# pop3 邮件接收程序
- 数据同步服务程序源码(附数据库脚
- Prodave6联接程序源码
- C# 播放器屏幕保护程序
- C#批量解压缩桌面程序源码(ICSharpC
- 生成8位密码程序
- log4net 记录web application程序 全局错误
- C# 算二十四(算24)解题器 程序
- C# 启动屏幕保护程序
- WinCE6.0模拟器 (支持Win7、WIN8) [电脑
- C#飞行棋 游戏
- 推出网搜索小偷程序源码-v30623
- C# 检查代理IP是否可用 程序源码
- 浏览器唤起本地应用程序(自定义协
- winform程序默认以管理员身份运行 (
- C#关机长老程序+源码免费
- 构建WCF面向服务的应用程序系列课程
- C# 仿window 记事本程序
- UDP server 控制台程序
- C#Webservice+微信小程序上传多个文件笔
- 产品参数管理小程序
- CSharp-USB C#编写的usb控制程序demo
- QQCSharp 一套模仿QQ的实时语音以及视频
- 1252056375_ddvip_2352 C#下基于WCF的聊天程
- SplashScreen C#程序的启动画面制作方法
- speechstt c#写的语音识别程序
- 2dcode QRCODE二维码的编码生成以解码程
- SceneControl 一个简单的基于AE的三维小
评论
共有 条评论