登录
首页 » Visual C++ » GasStation

GasStation

于 2009-08-08 发布 文件大小:204KB
0 170
下载积分: 1 下载次数: 2

代码说明:

说明:  VC++ 写的中小型加油站管理系统,MSSQL2000+触发器,含创库脚本和数据库文件。   系统完成八大功能:工作人员管理、油库信息管理、油品类型管理、会员管理、添加进货记录、添加销售记录、库存查询、帐目管理。   附加数据库后在运行弹出的对话框中输入SQL连接信息,然后登录系统:登录编号2,密码000。 (VC++ to write the small and medium-sized gas station management system, MSSQL2000+ flip-flop, with a script library and database files. Eight functional systems: the work of personnel management, information management depots, oil type of management, membership management, add the stock records, add the sales records, inventory information, account management. Additional database after running the pop-up dialog box, type the SQL connection information, and then log on to the system: log number 2, the password 000.)

文件列表:

codefans.net
............\加油站管理系统
............\..............\Database
............\..............\........\GasStation_Data.MDF
............\..............\........\GasStation_Log.LDF
............\..............\........\创建触发器.txt
............\..............\Src
............\..............\...\AccountMgrDlg.cpp
............\..............\...\AccountMgrDlg.h
............\..............\...\ADODataBase.cpp
............\..............\...\ADODataBase.h
............\..............\...\ADODataBase_SQLServer.cpp
............\..............\...\ADODataBase_SQLServer.h
............\..............\...\DepotInfoDlg.cpp
............\..............\...\DepotInfoDlg.h
............\..............\...\DepotMgrDlg.cpp
............\..............\...\DepotMgrDlg.h
............\..............\...\GasStation.aps
............\..............\...\GasStation.clw
............\..............\...\GasStation.cpp
............\..............\...\GasStation.dsp
............\..............\...\GasStation.dsw
............\..............\...\GasStation.h
............\..............\...\GasStation.rc
............\..............\...\GasStationDlg.cpp
............\..............\...\GasStationDlg.h
............\..............\...\GasTypeInfoDlg.cpp
............\..............\...\GasTypeInfoDlg.h
............\..............\...\GasTypeMgrDlg.cpp
............\..............\...\GasTypeMgrDlg.h
............\..............\...\Global.cpp
............\..............\...\Global.h
............\..............\...\InputDlg.cpp
............\..............\...\InputDlg.h
............\..............\...\LoginDlg.cpp
............\..............\...\LoginDlg.h
............\..............\...\MemberInfoDlg.cpp
............\..............\...\MemberInfoDlg.h
............\..............\...\MemberLevelInfoDlg.cpp
............\..............\...\MemberLevelInfoDlg.h
............\..............\...\MemberLevelMgrDlg.cpp
............\..............\...\MemberLevelMgrDlg.h
............\..............\...\MemberMgrDlg.cpp
............\..............\...\MemberMgrDlg.h
............\..............\...\msado15.tlh
............\..............\...\msado15.tli
............\..............\...\res

............\..............\...\...\GasStation.rc2

............\..............\...\Resource.h
............\..............\...\SellRecordDlg.cpp
............\..............\...\SellRecordDlg.h
............\..............\...\SessionDlg.cpp
............\..............\...\SessionDlg.h
............\..............\...\StdAfx.cpp
............\..............\...\StdAfx.h
............\..............\...\StockRecordDlg.cpp
............\..............\...\StockRecordDlg.h
............\..............\...\StorageQueryDlg.cpp
............\..............\...\StorageQueryDlg.h
............\..............\...\WorkerInfoDlg.cpp
............\..............\...\WorkerInfoDlg.h
............\..............\...\WorkerMgrDlg.cpp
............\..............\...\WorkerMgrDlg.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TCD1304 Linear CCD
    使用VC++和PCB编写的TCD1304阵列CCD数据采集的源码例程(Source code routine of TCD1304 array CCD data acquisition written by VC++ and PCB)
    2020-07-30 10:08:38下载
    积分:1
  • 2
    假设L1 = 12345678900987654321,L2 = 9876543210。 ">
    2013-05-11 08:52:41下载
    积分:1
  • lab3-28069-timer0-led
    TMS320F28069例程,LED运算例程,可以直接试用在ccs4中建立(TMS320F28069 examples of led)
    2013-05-03 16:21:48下载
    积分:1
  • khmanager
    基于MFC单文档的客户信息管理系统,采用ado方式对数据库进行操作,整个工程包含源代码及测试数据库。(Based on the MFC single document customer information management system, using ADO to operate the , the entire project contains the source code and the test . )
    2015-06-09 10:31:11下载
    积分:1
  • B18
    E:Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或 者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境 将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其 打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
    2007-05-19 19:40:37下载
    积分:1
  • bpsk
    BPSK信号调制过程以及误码率的计算,最后结果可以用曲线图形输出(sfazvassfasczxcasafavasvasvxzxv)
    2018-06-20 12:28:12下载
    积分:1
  • rayinvr
    用f语言编写的射线层析反演程序,里面有很详细的说明,应该很有用的。(X-ray tomographic inversion procedure using f language, which had a very detailed description, it should be very useful)
    2020-12-07 15:59:20下载
    积分:1
  • optimization-of-sctp
    在windows平台的的流控制协议的优化程序简介以及论文。(In the windows platform flow control protocol optimizer profile and papers.)
    2011-07-07 16:43:02下载
    积分:1
  • translator
    说明:  使用接口实现的插件机制。开发环境:visual C++ 2010(Plug-ins using the interface mechanism.(visual C++ 2010))
    2011-03-16 12:26:54下载
    积分:1
  • csexamsys
    考试程序”客户端/服务器模式”,初学网络编程的人看了一定有所收获(C/S Program)
    2009-10-27 13:57:55下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载