登录
首页 » Visual C++ » CheckManage

CheckManage

于 2009-11-21 发布 文件大小:7197KB
0 296
下载积分: 1 下载次数: 39

代码说明:

  这是基于SqlServer 2005数据库的考勤管理系统,界面用MFC实现,里面有源码和数据库备份文件。(This is based on attendance SqlServer 2005 database management system, interface with the MFC implementation, which has source code and database backup files.)

文件列表:

CheckManage
...........\代码
...........\....\AbsenceDlg.cpp
...........\....\AbsenceDlg.h
...........\....\ADOConn.cpp
...........\....\ADOConn.h
...........\....\adodc.cpp
...........\....\adodc.h
...........\....\CheckInfo.cpp
...........\....\CheckInfo.h
...........\....\CheckManage.aps
...........\....\CheckManage.clw
...........\....\CheckManage.cpp
...........\....\CheckManage.dsp
...........\....\CheckManage.dsp.bak
...........\....\CheckManage.dsw
...........\....\CheckManage.h
...........\....\CheckManage.ncb
...........\....\CheckManage.opt
...........\....\CheckManage.plg
...........\....\CheckManage.rc
...........\....\CheckManage.rc.bak
...........\....\CheckManageDlg.cpp
...........\....\CheckManageDlg.h
...........\....\column.cpp
...........\....\column.h
...........\....\columns.cpp
...........\....\columns.h
...........\....\datacombo.cpp
...........\....\datacombo.h
...........\....\dataformatdisp.cpp
...........\....\dataformatdisp.h
...........\....\datagrid.cpp
...........\....\datagrid.h
...........\....\datalist.cpp
...........\....\datalist.h
...........\....\Debug
...........\....\.....\AbsenceDlg.obj
...........\....\.....\AbsenceDlg.sbr
...........\....\.....\ADOConn.obj
...........\....\.....\ADOConn.sbr
...........\....\.....\adodc.obj
...........\....\.....\adodc.sbr
...........\....\.....\CheckInfo.obj
...........\....\.....\CheckInfo.sbr
...........\....\.....\CheckManage.bsc
...........\....\.....\CheckManage.exe
...........\....\.....\CheckManage.ilk
...........\....\.....\CheckManage.obj
...........\....\.....\CheckManage.pch
...........\....\.....\CheckManage.pdb
...........\....\.....\CheckManage.res
...........\....\.....\CheckManage.sbr
...........\....\.....\CheckManageDlg.obj
...........\....\.....\CheckManageDlg.sbr
...........\....\.....\column.obj
...........\....\.....\column.sbr
...........\....\.....\columns.obj
...........\....\.....\columns.sbr
...........\....\.....\datacombo.obj
...........\....\.....\datacombo.sbr
...........\....\.....\dataformatdisp.obj
...........\....\.....\dataformatdisp.sbr
...........\....\.....\datagrid.obj
...........\....\.....\datagrid.sbr
...........\....\.....\datalist.obj
...........\....\.....\datalist.sbr
...........\....\.....\DepDlg.obj
...........\....\.....\DepDlg.sbr
...........\....\.....\DepEditDlg.obj
...........\....\.....\DepEditDlg.sbr
...........\....\.....\DepInfo.obj
...........\....\.....\DepInfo.sbr
...........\....\.....\DepManDlg.obj
...........\....\.....\DepManDlg.sbr
...........\....\.....\DepSelDlg.obj
...........\....\.....\DepSelDlg.sbr
...........\....\.....\EmpEditDlg.obj
...........\....\.....\EmpEditDlg.sbr
...........\....\.....\EmpInfo.obj
...........\....\.....\EmpInfo.sbr
...........\....\.....\EmpManDlg.obj
...........\....\.....\EmpManDlg.sbr
...........\....\.....\ErrandEditDlg.obj
...........\....\.....\ErrandEditDlg.sbr
...........\....\.....\ErrandManDlg.obj
...........\....\.....\ErrandManDlg.sbr
...........\....\.....\field.obj
...........\....\.....\field.sbr
...........\....\.....\fields.obj
...........\....\.....\fields.sbr
...........\....\.....\font.obj
...........\....\.....\font.sbr
...........\....\.....\Global.obj
...........\....\.....\Global.sbr
...........\....\.....\HolidayEditDlg.obj
...........\....\.....\HolidayEditDlg.sbr
...........\....\.....\HolidayManDlg.obj
...........\....\.....\HolidayManDlg.sbr
...........\....\.....\HolidaySet.obj

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

发表评论

0 个回复

  • 1
    说明:  一个辅助数据库,显示系统,可以进行简单的显示SQL 2000(SHOW SYSTEM)
    2013-11-18 08:31:39下载
    积分:1
  • 9381121085
    管理系统你想要就下吧 是用来做一个管理东西的小程序的 (management system on the basis of what you want to do with it is a small thing management procedures)
    2007-06-16 06:23:49下载
    积分:1
  • ToolsOPtimization
    本软件是mfc+sql开发,欢迎大家交流学习(mfc sql development, we welcome the exchange of learning)
    2020-10-26 23:19:59下载
    积分:1
  • vc108423425252
    软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息(software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s)
    2007-01-10 12:07:01下载
    积分:1
  • HOSPITOL
    住院管理系统的VC++&SQL原型。混合编程系列作品。里面包含数据库建立文件和所有源码。(A hospitol manegement systerm based on VC++and SQL.)
    2009-10-17 15:36:37下载
    积分:1
  • HCDB
    超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
    2015-03-11 13:59:34下载
    积分:1
  • student_management
    本设计主要用于一个学校成绩的管理。学生成绩信息的录入、修改、查询。内含源码和说明文档一份。通过Visual C++结合数据库Microsoft SQL Server 2008开发。(This design for a school performance management. Entry student achievement information, modify, query. Containing source and a documentation. Combined through Visual C++ Microsoft SQL Server 2008 development.)
    2020-07-03 07:20:02下载
    积分:1
  • ado_sqlserver
    VC上用ADO接口方式访问SQL Server 2005 测试程序(VC on the interface with ADO access to SQL Server 2005 test program)
    2013-09-17 18:52:09下载
    积分:1
  • SQL_Helper
    SQL数据库助手类,帮你节约开发时间! (封装了SQL五大对象,让你灵活调用)(SQL database helper classes to help you save development time! (Package of five of SQL object to allow you the flexibility to call))
    2012-05-20 13:57:36下载
    积分:1
  • test_database
    一个实用的有很多的数据库的操作函数,并附带了一定的说明解释。可以直接运行的MFC连接SQL的代码程序。对数据库操作的常用的不常用的函数方法都有。(There are a practical lot of database manipulation functions, and comes with a certain amount of explanation explanation. MFC can be directly connected to SQL code to run the program. Commonly used method is not commonly used functions of database operations are.)
    2013-12-17 16:07:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载