• 大小: 9.12M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 抽奖  系统  

资源简介

摇号抽奖系统

资源截图

代码片段和文件信息

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\Database1.accdb
     文件      204800  2014-07-14 08:51  bin\Debug\Database1.mdb
     文件       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个文件信息

评论

共有 条评论