登录
首页 » Visual C++ » community-health-management-system

community-health-management-system

于 2010-10-09 发布 文件大小:5512KB
0 217
下载积分: 1 下载次数: 9

代码说明:

  通过VC++的处理,结合sql2000 ,实现社区卫生管理系统(Processing through the VC++, combined with sql2000, community health management system to achieve)

文件列表:

社区卫生管理系统
................\backup
................\conn.bas,2003,2007-07-04
................\eswsy.mdb,6524928,2008-04-22
................\Img

................\...\1.JPG



................\...\4.ico,22486,2007-05-23
................\...\5.ico,22486,2007-05-23
................\...\55.bmp,1574,2007-06-18
................\...\88.bmp,1158,2007-06-18
................\...\a.ico,23558,2007-06-15
................\...\add.bmp,894,2007-06-18
................\...\b.ico,13942,2007-06-15
................\...\background2.bmp,1911420,2007-06-15
................\...\c.ico,2238,2007-06-15
................\...\dt.jpg,30105,2007-06-15
................\...\f.bmp,2646,2007-06-18
................\...\f.ico,3262,2007-04-23
................\...\help.bmp,1422,2007-06-18
................\...\k.bmp,1614,2007-06-18
................\...\kbsj.ico,18718,2007-06-15
................\...\Lock.jpg,10517,2007-06-15
................\...\login.jpg,25470,2007-06-15
................\...\login1.jpg,17857,2007-06-15
................\...\online_off.bmp,31256,2007-06-15
................\...\online_on.bmp,31256,2007-06-15
................\...\room_close.jpg,4397,2007-06-15
................\...\room_open.jpg,5571,2007-06-15
................\...\tt.bmp,2342,2007-06-18
................\...\X.jpg,1236,2007-06-15

................\midas.dll,296448,2003-12-17
................\MSSCCPRJ.SCC,201,2007-06-15
................\ocx
................\...\ToolBar.oca,33280,2007-06-17
................\...\ToolBar.ocx,151552,2007-06-17
................\...\VertMenu.oca,23552,2007-06-16
................\...\VertMenu.ocx,98304,2007-06-15
................\...\XP Date Picker Ctl.oca,185344,2007-06-15
................\...\XP Date Picker Ctl.ocx,4345856,2007-06-15
................\...\yfDNetMenu.oca,25600,2007-06-16
................\...\yfDNetMenu.ocx,278528,2007-05-18
................\...\超链接.txt,343,2007-06-18
................\pass.txt,14,2007-06-17
................\reg.bat,18,2006-10-24
................\Setup
................\.....\iis.iss,2679,2007-05-09
................\ToolBar.oca,33280,2007-06-29
................\ToolBar.ocx,151552,2007-06-17
................\VertMenu.oca,23552,2007-06-29
................\VertMenu.ocx,98304,2007-06-15
................\width.txt,90,2007-06-29
................\XP Date Picker Ctl.oca,185344,2008-04-21
................\XP Date Picker Ctl.ocx,4345856,2007-06-15
................\XPStyle.res,716,2007-06-16
................\yfDNetMenu.oca,25600,2007-06-29
................\yfDNetMenu.ocx,278528,2007-05-18
................\主界面.frm,6524,2007-07-04
................\主界面.frx,1981656,2007-07-04
................\体检登记表.frm,27085,2007-07-05
................\体检登记表.frx,75228,2007-07-05
................\医疗卡号查询.frm,491,2007-06-18
................\启动界面.frm,4192,2007-06-16
................\启动界面.frx,1960279,2007-06-16
................\报表
................\数据库备份.frm,2341,2003-07-14
................\村组管理.frm,800,2007-07-05
................\登录界面.frm,6680,2007-06-17
................\登录界面.frx,17973,2007-06-17
................\社区卫生管理系统.exe,4243424,2008-05-07
................\社区卫生管理系统.vbp,1994,2003-07-14
................\社区卫生管理系统.vbw,461,2008-04-21
................\高级查询.frm,18170,2003-07-14
................\高级查询.frx,35883,2003-07-14

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

发表评论

0 个回复

  • vcsqlserver
    是VC+SQL server模式的,主要设及以下内容: 1、窗口如何分割; 2、多视图之间如何通信; 3、列表视图的操作及事件处理; 4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录; 5、实现主从表的显示; (VC is SQL server model, and mainly the following : a window on how segmentation; 2. Multi-view of how communication; 3, the List View operation and handle the incident; 4, tree controls the operation and management, According to the use of recursive directory database dynamically generated; 5, the main achievement of the show from the table;)
    2006-05-19 15:56:35下载
    积分:1
  • EXCEL-TO-SQL
    Excel按固定格式设计表结构,自动生成建表SQL(Excel automatically generates SQL to build the table)
    2014-04-18 15:05:18下载
    积分:1
  • HCDB
    超市管理系统,主要应用了ADO对象操作数据库的技术。在数据库操作中涉及复杂SQL语句的构造方法、列表控件、Tab控件及树型控件的使用方法。 代码来源:《亮剑Visual C++ 项目开发案例导航》第三章(Visual C++ code about supermarket management sys)
    2015-03-11 13:59:34下载
    积分:1
  • StudentManagement
    (SQL-MFC) 学生信息管理软件: 学生信息输入; 学生信息删除(分为按照学号和姓名); 学生信息查询(分为按照学号,姓名,性别,班级,年级); 学生信息更改。 (Visual Studio.NET 2003 + SQL SERVER 2000) 安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 ((SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.)
    2010-01-13 09:23:54下载
    积分:1
  • netbar_Managet_for_VB
    网吧呼叫网管,自助购物,可实现网络授权,TCP/IP协议,SQLSERVER数据库(netbar call manager or buy item,add pc key,TCP/IP and SQLSERVER)
    2017-03-11 13:19:36下载
    积分:1
  • 426754CTreeDemo
    说明:  数据库的递归查找程序,可以快速的实现数据库的查找(Recursive Finder database, you can quickly find the realization of the database)
    2008-10-22 12:34:57下载
    积分: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
  • TT
    说明:  ADO访问sqlserver 数据库 是亮剑方式来房间是礼服是(ADO database access sqlserver)
    2009-06-20 11:01:52下载
    积分:1
  • MFC-CPP-example
    4个C++项目例子 数据库Access sql 网络 视频(4 C++ example database network video projects)
    2020-11-21 20:39:36下载
    积分:1
  • UseProcedure
    在ADO中调用、执行SQL Server中的存储过程(The ADO call, the implementation of SQL Server stored procedure)
    2010-06-20 19:41:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载