资源简介
利用MFC和SQL数据库实现一个资源管理系统

代码片段和文件信息
// CRDBS.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CRDBS.h“
#include “CRDBSDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCRDBSApp
BEGIN_MESSAGE_MAP(CCRDBSApp CWinApp)
//{{AFX_MSG_MAP(CCRDBSApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCRDBSApp construction
CCRDBSApp::CCRDBSApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCRDBSApp object
CCRDBSApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCRDBSApp initialization
BOOL CCRDBSApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CCRDBSDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
}
else if (nResponse == IDCANCEL)
{
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 31684 2009-04-13 13:47 CHAP04\code\CRDBS\CRDBS.APS
文件 5820 2009-04-13 13:47 CHAP04\code\CRDBS\CRDBS.clw
文件 1881 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.cpp
文件 4878 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.dsp
文件 535 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.dsw
文件 1313 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.h
文件 353280 2009-04-13 13:47 CHAP04\code\CRDBS\CRDBS.ncb
文件 49664 2009-04-13 13:47 CHAP04\code\CRDBS\CRDBS.opt
文件 2082 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.plg
文件 13268 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBS.rc
文件 39647 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBSDlg.cpp
文件 3795 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBSDlg.h
文件 1861 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBSLogin.cpp
文件 1264 2006-05-29 08:51 CHAP04\code\CRDBS\CRDBSLogin.h
文件 188483 2008-11-06 15:49 CHAP04\code\CRDBS\Debug\CRDBS.exe
文件 302176 2008-11-06 15:49 CHAP04\code\CRDBS\Debug\CRDBS.ilk
文件 18523 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBS.obj
文件 7171220 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBS.pch
文件 484352 2008-11-06 15:49 CHAP04\code\CRDBS\Debug\CRDBS.pdb
文件 6336 2008-11-06 15:49 CHAP04\code\CRDBS\Debug\CRDBS.res
文件 6238 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBS.sbr
文件 200625 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBSDlg.obj
文件 32003 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBSDlg.sbr
文件 20536 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBSLogin.obj
文件 7349 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\CRDBSLogin.sbr
文件 56270 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\DetailQueryDlg.obj
文件 9253 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\DetailQueryDlg.sbr
文件 30597 2008-11-06 14:38 CHAP04\code\CRDBS\Debug\StatQueryDlg.obj
文件 6322 2008-11-06 14:38 CHAP04\code\CRDBS\Debug\StatQueryDlg.sbr
文件 107368 2008-08-26 09:30 CHAP04\code\CRDBS\Debug\StdAfx.obj
............此处省略34个文件信息
- 上一篇:RSA加密算法用MFC实现
- 下一篇:MFC画图,温度和湿度曲线含源码
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- Qt查询SQLite数据库
- QT SQLite封装
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- MFC文档_视图_框架_模板结构体系深入
- C++ sql2008 WebServer通讯.docx
- 简单员工管理系统(适合初学MFC)
- VC操作SQLSERVER数据库
- c 操作sqlite数据库.cpp
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- C开发mysql的api中文手册
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
- CrystalDiskInfo-HDD/SSD硬盘信息,SMART信息
评论
共有 条评论