实例介绍
此项目是用C#编写的一款年会抽奖软件,方便用户进行年会抽奖。
【实例截图】
【核心代码】
抽奖软件(年会)
├── __MACOSX
│ └── 鎶藉杞欢(骞翠細)
│ ├── Lucky Draw
│ │ └── Lucky Draw
│ │ ├── bin
│ │ │ ├── data
│ │ │ └── Debug
│ │ │ └── app.publish
│ │ │ └── Application Files
│ │ │ ├── 绁炰粰鎶藉绯荤粺_1_0_0_1
│ │ │ └── 鎶藉绯荤粺_1_0_0_4
│ │ ├── img
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ └── Properties
│ └── 鎵ц绋嬪簭
│ └── data
└── 鎶藉杞欢(骞翠細)
├── Lucky Draw
│ ├── Lucky Draw
│ │ ├── bin
│ │ │ ├── data
│ │ │ │ ├── choujiang.wav
│ │ │ │ ├── gongxi.wav
│ │ │ │ ├── join.wav
│ │ │ │ ├── LD.mdb
│ │ │ │ └── 鍠滄磱娲?wav
│ │ │ ├── Debug
│ │ │ │ ├── app.publish
│ │ │ │ │ ├── Application Files
│ │ │ │ │ │ ├── 绁炰粰鎶藉绯荤粺_1_0_0_1
│ │ │ │ │ │ │ ├── logo.ico.deploy
│ │ │ │ │ │ │ ├── 绁炰粰鎶藉绯荤粺.exe.deploy
│ │ │ │ │ │ │ └── 绁炰粰鎶藉绯荤粺.exe.manifest
│ │ │ │ │ │ └── 鎶藉绯荤粺_1_0_0_4
│ │ │ │ │ │ ├── logo.ico.deploy
│ │ │ │ │ │ ├── 鎶藉绯荤粺.exe.deploy
│ │ │ │ │ │ └── 鎶藉绯荤粺.exe.manifest
│ │ │ │ │ ├── setup.exe
│ │ │ │ │ ├── 绁炰粰鎶藉绯荤粺.application
│ │ │ │ │ └── 鎶藉绯荤粺.application
│ │ │ │ ├── pm3.wav
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.application
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.exe
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.exe.manifest
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.pdb
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.vshost.application
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.vshost.exe
│ │ │ │ ├── 鎶藉绯荤粺.application
│ │ │ │ ├── 鎶藉绯荤粺.exe
│ │ │ │ ├── 鎶藉绯荤粺.exe.manifest
│ │ │ │ ├── 鎶藉绯荤粺.pdb
│ │ │ │ ├── 鎶藉缁撴灉20121023030202.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023030853.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023032612.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023032801.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023032808.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023042456.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023042534.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023042650.xls
│ │ │ │ ├── 鎶藉缁撴灉20121023042831.xls
│ │ │ │ ├── 鎶藉缁撴灉20121024043849.xls
│ │ │ │ ├── 鎶藉缁撴灉20121024082330.xls
│ │ │ │ └── 鎶藉缁撴灉20121024082350.xls
│ │ │ ├── 鎶藉绯荤粺.application
│ │ │ ├── 鎶藉绯荤粺.exe
│ │ │ ├── 鎶藉绯荤粺.exe.manifest
│ │ │ ├── 鎶藉绯荤粺.pdb
│ │ │ ├── 鎶藉绯荤粺.vshost.application
│ │ │ ├── 鎶藉绯荤粺.vshost.exe
│ │ │ └── 鎶藉绯荤粺.vshost.exe.manifest
│ │ ├── DataAccess.cs
│ │ ├── Gy.cs
│ │ ├── Gy.Designer.cs
│ │ ├── Gy.resx
│ │ ├── Help.cs
│ │ ├── Help.Designer.cs
│ │ ├── Help.resx
│ │ ├── img
│ │ │ ├── BJ003.jpg
│ │ │ ├── enter1.png
│ │ │ ├── kai.png
│ │ │ ├── logo.ico
│ │ │ └── space1.png
│ │ ├── LD_DataManage.cs
│ │ ├── LD_DataManage.Designer.cs
│ │ ├── LD_DataManage.resx
│ │ ├── LD_Main.cs
│ │ ├── LD_Main.Designer.cs
│ │ ├── LD_Main.resx
│ │ ├── LD_Setting.cs
│ │ ├── LD_Setting.Designer.cs
│ │ ├── LD_Setting.resx
│ │ ├── logo.ico
│ │ ├── Lucky Draw.csproj
│ │ ├── Lucky Draw.csproj.user
│ │ ├── Lucky Draw_TemporaryKey.pfx
│ │ ├── msiexec.exe
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Lucky Draw.csproj.FileListAbsolute.txt
│ │ │ │ ├── Lucky Draw.csproj.GenerateResource.Cache
│ │ │ │ ├── Lucky_Draw.Gy.resources
│ │ │ │ ├── Lucky_Draw.Help.resources
│ │ │ │ ├── Lucky_Draw.LD_DataManage.resources
│ │ │ │ ├── Lucky_Draw.LD_Main.resources
│ │ │ │ ├── Lucky_Draw.LD_Setting.resources
│ │ │ │ ├── Lucky_Draw.Properties.Resources.resources
│ │ │ │ ├── ResGen.read.1.tlog
│ │ │ │ ├── ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.application
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.exe
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.exe.manifest
│ │ │ │ ├── 绁炰粰鎶藉绯荤粺.pdb
│ │ │ │ ├── 鎶藉绯荤粺.application
│ │ │ │ ├── 鎶藉绯荤粺.exe
│ │ │ │ ├── 鎶藉绯荤粺.exe.manifest
│ │ │ │ └── 鎶藉绯荤粺.pdb
│ │ │ └── Lucky Draw.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Uninstall.ico
│ ├── Lucky Draw.sln
│ └── Lucky Draw.suo
├── 鎵ц绋嬪簭
│ ├── data
│ │ ├── choujiang.wav
│ │ ├── gongxi.wav
│ │ ├── join.wav
│ │ ├── LD.mdb
│ │ ├── 鍛樺伐淇℃伅.xls
│ │ └── 鍠滄磱娲?wav
│ ├── 浜哄憳瀵煎叆妯℃澘.xls
│ ├── 鎶藉绯荤粺.application
│ ├── 鎶藉绯荤粺.exe
│ ├── 鎶藉绯荤粺.exe.manifest
│ ├── 鎶藉绯荤粺.pdb
│ ├── 鎶藉绯荤粺.vshost.application
│ ├── 鎶藉绯荤粺.vshost.exe
│ └── 鎶藉绯荤粺.vshost.exe.manifest
└── 骞翠細鎶藉杞欢.txt
35 directories, 115 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论