资源简介
摇号抽奖系统
代码片段和文件信息
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
using System.IO;
namespace 抽奖
{
public partial class Form1 : Form
{
private int count = 0;
private int count2 = 0;
#region 中奖数量计数
//幸运奖计数1
private int award5Count = 0;
//幸运奖计数2
private int award4Count = 0;
//三等奖计数
private int award3Count = 0;
//二等奖计数
private int award2Count = 0;
//一等奖计数
private int award1Count = 0;
//特等奖计数
private int award0Count = 0;
#endregion
pri
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3083 2014-07-14 08:59 51Aspx源码必读.txt
文件 13475 2014-07-13 17:49 Form1.Designer.cs
文件 19861 2014-07-13 17:49 Form1.cs
文件 1678571 2014-07-13 17:49 Form1.resx
文件 498 2011-03-03 11:14 Program.cs
目录 0 2014-07-14 08:19 Properties\
文件 1485 2014-07-14 08:40 Properties\AssemblyInfo.cs
文件 4007 2014-07-13 17:39 Properties\Resources.Designer.cs
文件 6727 2011-03-09 09:54 Properties\Resources.resx
文件 1089 2014-07-13 17:39 Properties\Settings.Designer.cs
文件 249 2011-03-03 11:14 Properties\Settings.settings
目录 0 2014-07-14 08:19 Resources\
文件 5632 2011-03-08 17:28 Resources\Thumbs.db
文件 650684 2011-03-07 10:02 Resources\bg3.png
文件 1506 2014-07-13 17:39 Settings1.Designer.cs
文件 402 2011-03-09 13:15 Settings1.settings
文件 770 2011-03-09 13:15 app.config
目录 0 2014-07-14 09:01 bin\
目录 0 2014-07-14 08:51 bin\Debug\
文件 1631 2014-07-13 17:47 bin\Debug\ myText.txt
文件 109267 2011-03-07 10:21 bin\Debug\2011经销商大会摇号背景.jpg
文件 458752 2011-03-09 10:13 bin\Debug\Databa
文件 204800 2014-07-14 08:51 bin\Debug\Databa
文件 26624 2011-03-09 09:54 bin\Debug\Thumbs.db
文件 650684 2011-03-07 09:36 bin\Debug\bg3.png
文件 78782 2011-03-08 11:38 bin\Debug\bg5.jpg
文件 1368064 2014-07-14 08:23 bin\Debug\抽奖.exe
文件 770 2011-03-09 13:15 bin\Debug\抽奖.exe.config
文件 65024 2014-07-14 08:23 bin\Debug\抽奖.pdb
文件 11608 2014-07-14 08:23 bin\Debug\抽奖.vshost.exe
文件 770 2011-03-09 13:15 bin\Debug\抽奖.vshost.exe.config
............此处省略47个文件信息
- 上一篇:C++ 系统任务栏图标
- 下一篇:局域网文件传输
相关资源
- c++学生信息管理系统源码(数据保存
- hotelcy大学餐厅的管理系统源码(附数
- 模糊系统与模糊控制教程 王立新 经典
- 计算机系统结构+第2版+习题解答+郑纬
- c++ 哈夫曼编译码器
- vs2017环境,windows系统,检测网线插入
- 图书馆管理系统(c++入门级源码)9
- C++语言读取Windows系统硬盘信息
- 计算机操作系统(修订版)ppt课件[汤
- 大作业:个人财务管理系统源码
- 操作系统概论(2018版)
- C++小型的局域网监控系统
- 汽车电池监控系统
- 安卓系统二维码扫描
- 智能滴灌系统软件源代码及APK(APP只
- 细胞统计识别系统
- MFC教学楼管理系统
- ABCBank(银行管理系统)
- 计组课设:MIPS32 指令系统仿真实现
- 基于qt的餐厅管理系统
- 嵌入式系统高级C语言编程详细书签版
- 北斗导航系统卫星星座显示与仿真
- 操作系统进程调度先来先服务、短进
- 基于MFC的学生信息管理系统
- 基于MFC 仿QQ聊天系统
- 学生成绩管理系统V2.5MFC版 vs2008
- VC++通讯录系统VC++源代码程序
- 操作系统实验多线程同步含C++源代码
- C语言与系统仿真 有源代码。
- 肺部CT图像分割及重建系统
评论
共有 条评论