资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsTest2
{
public partial class Form1 : Form
{
//定义奖池
List nums = new List();
//定义中奖号码
List results = new List();
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
// 下载于www.mycodes.net
}
//创建奖池按钮事件
private void button1_Click(object sender EventArgs e)
{
//初始化中奖队列
results = new List();
//奖池显示初始化
lstNums.Items.Clear();
//中奖显示初始化
lstResult.Items.Clear();
//定义随机对象
Random random = new Random();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-09-17 11:23 LotterySystem\
文件 187 2015-06-22 13:44 LotterySystem\App.config
目录 0 2015-06-22 13:44 LotterySystem\bin\
目录 0 2015-09-15 10:31 LotterySystem\bin\Debug\
文件 12288 2015-09-15 11:01 LotterySystem\bin\Debug\WindowsFormsTest2.exe
文件 187 2015-06-22 13:44 LotterySystem\bin\Debug\WindowsFormsTest2.exe.config
文件 34304 2015-09-15 11:01 LotterySystem\bin\Debug\WindowsFormsTest2.pdb
文件 22984 2015-09-15 11:15 LotterySystem\bin\Debug\WindowsFormsTest2.vshost.exe
文件 187 2015-06-22 13:44 LotterySystem\bin\Debug\WindowsFormsTest2.vshost.exe.config
文件 490 2012-06-02 22:34 LotterySystem\bin\Debug\WindowsFormsTest2.vshost.exe.manifest
文件 3798 2015-09-17 11:24 LotterySystem\Form1.cs
文件 3839 2015-06-22 13:50 LotterySystem\Form1.Designer.cs
文件 5817 2015-06-22 13:50 LotterySystem\Form1.resx
文件 2973 2015-09-17 11:24 LotterySystem\MyFrm.cs
文件 3775 2015-06-22 17:18 LotterySystem\MyFrm.Designer.cs
文件 5817 2015-06-22 17:18 LotterySystem\MyFrm.resx
目录 0 2015-06-22 13:44 LotterySystem\obj\
目录 0 2015-09-15 11:01 LotterySystem\obj\Debug\
文件 1018 2015-06-22 17:08 LotterySystem\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7217 2015-09-15 10:30 LotterySystem\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 0 2015-06-22 13:44 LotterySystem\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2015-06-22 13:44 LotterySystem\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
文件 0 2015-06-22 13:44 LotterySystem\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
目录 0 2015-09-15 11:15 LotterySystem\obj\Debug\TempPE\
文件 2434 2015-09-15 11:15 LotterySystem\obj\Debug\WindowsFormsTest2.csproj.FileListAbsolute.txt
文件 1033 2015-06-22 17:21 LotterySystem\obj\Debug\WindowsFormsTest2.csproj.GenerateResource.Cache
文件 2209 2015-09-15 10:31 LotterySystem\obj\Debug\WindowsFormsTest2.csprojResolveAssemblyReference.cache
文件 12288 2015-09-15 11:01 LotterySystem\obj\Debug\WindowsFormsTest2.exe
文件 180 2015-06-22 17:13 LotterySystem\obj\Debug\WindowsFormsTest2.Form1.resources
文件 180 2015-06-22 17:21 LotterySystem\obj\Debug\WindowsFormsTest2.MyFrm.resources
文件 34304 2015-09-15 11:01 LotterySystem\obj\Debug\WindowsFormsTest2.pdb
............此处省略12个文件信息
- 上一篇:猜随机数游戏源码
- 下一篇:joystick,百分比可以读
相关资源
- Socket局域网聊天项目(客户端源码)
- 通过Visual Studio项目预生成命令获取
- MVVMDemo windowphone项目
- asp.net 邮件类库项目源码
- Delphi控制Word (非项目形式)
- 猜随机数游戏源码
- ASP.Net(CSharp)OA 本毕业设计首先介绍
- store 本项目的开发主要包括后台数据
- MyKTV
- (C#完整项目源代码)餐饮管理系统
- C#写的房屋出租管理系统,有C#完整项
- 测角交会定点包括前方交会和后方交
- 规则格网法体积计算完整C#+VS项目,文
- C# UDP 通讯,包括server和client 项目文件
- C# 三层适合中小型项目,代码简单 实
- c#开发的web登录项目带数据库
- c#项目留言本
- C# 简单的项目布局
- asp.net课程大作业项目
- 权限管理EasyUI tree 及DateGrid 项目案例
- C#俄罗斯方块 源代码项目打包
- VS2012打开项目 提示Asp.net4.0未在web服务
- C# 开发工具VS2008 自动更新 解决C/S项目
- c#调用百度地图api项目源码
- ASP.NET项目开发之企业办公自动化管理
- WPF项目
- 传智播客C#最新最全视频以及项目源码
- asp.net 实战项目 聊天室源程序+数据库
- C#在线购物窗体组件项目源码
- 项目管理系统源码ASP.NET
评论
共有 条评论