/* Statement
*
* This random lottery system is required by the school
* God is on earth
* Adapted based on blackflash (http://blog.csdn.net/fjp813/) Lucky 999 Software
* Basically all functions are rewritten, and the interface of the original software is borrowed.
* It is provided here for your learning and communication.
*
* If you have any questions, contact the developer.
*
* Developer: zagelover)
* Email: zagelover@163.com QQ: 196396337
* Http://hi.baidu.com/zagelover
* Http://www.cnblogs.com/zagelover/
*
* Copyright (c) Hebei University School of Management 05 letter management fairy 2008 ~ 2010
*/
Software name: Fairy lottery system
Programming Language: C #
Compiling environment: Microsoft Visual Studio 2005
Database: access2003
Software introduction:
This software is a random lottery program, which can be used to randomly extract records from the database and display scrolling data and lottery results on the large screen. The system awards include first prize, second prize, third prize, and lucky prize. You can implement basic settings, data management, and other functions. In the Basic settings, you can set the system's topic name, main title, sub-title, and the number of winners of each level. Data Management allows you to add, modify, delete, delete, and import data. The specific interface is as follows:
1. Main System Interface
2. system settings
3. Basic settings
4. Data Management
This software source code compilation specification, easy to read! As follows:
If you have any comments, please leave a message. Thank you!
Source code: Fairy lottery system