资源简介
利用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画图,温度和湿度曲线含源码
- RSA加密算法用MFC实现
- 基于MFC的计算器
- MFC入门绘图程序,可以实现Window环境
- 考勤管理系统 mfc C++课程设计(附数据
- 人事管理系统 mfc C++课程设计(附数据
- vc计算器源代码支持各种进制正余弦的
- 简单的学生管理系统源码MFC
- VC+MFC 托盘图标闪烁与消息提示
- VC++MFC学生管理系统
- MFC画图板绘图并保存图片导出
- mfc实现学生信息管理系统
- MFC版的一个简单作业调度系统
- LL(1)分析器 MFC实现 源代码
- MFC课程设计1.rar
- 数据结构课程设计vc6.o编译有MFC界面的
- MFC简易计算器含加减乘除,平方,立
- vcMfcUsbPort完整上位机源码
- MFC局域网聊天室C++
- 进程管理模拟 VC++ mfc实现
- 列车时刻表查询系统c++ sql
- 贪吃蛇(有完全源码和每一个功能的
- 用MFC制作一个截屏小工具
- MFC中文帮助文档
- 共享mfc的dll
- vs2008 MFC窗口皮肤50套+使用方法
- mfc 实现画矩形、椭圆等 并可对其进行
- 用openCV实现图像灰度化并保存,MFC实
- 分别用c语言和c++mfc实现正态分布曲线
- Qt中调用MFC对话框
评论
共有 条评论