资源简介
用于出账务
代码片段和文件信息
//Download by www.cctry.com
// db004.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “db004.h“
#include “db004Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDb004App
BEGIN_MESSAGE_MAP(CDb004App CWinApp)
//{{AFX_MSG_MAP(CDb004App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CDb004App construction
CDb004App::CDb004App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDb004App object
CDb004App theApp;
/////////////////////////////////////////////////////////////////////////////
// CDb004App initialization
BOOL CDb004App::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
::CoInitialize(NULL);
CDb004Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-12-07 11:10 db004\
文件 27148 2020-11-25 12:21 db004\db004.aps
文件 1791 2020-11-25 12:21 db004\db004.clw
文件 2105 2020-01-12 22:03 db004\db004.cpp
文件 4402 2020-11-24 09:39 db004\db004.dsp
文件 535 2009-08-15 17:39 db004\db004.dsw
文件 1342 2020-01-12 22:03 db004\db004.h
文件 246784 2020-11-25 12:21 db004\db004.ncb
文件 48640 2020-11-25 12:21 db004\db004.opt
文件 2010 2020-11-24 13:27 db004\db004.plg
文件 6316 2020-11-24 09:45 db004\db004.rc
文件 3313131 2020-12-07 11:10 db004\db004.zip
文件 10822 2020-11-24 13:22 db004\db004Dlg.cpp
文件 1910 2020-11-24 09:06 db004\db004Dlg.h
目录 0 2020-11-25 09:02 db004\Debug\
文件 139352 2020-11-24 13:27 db004\Debug\db004.exe
文件 270112 2020-11-24 13:27 db004\Debug\db004.ilk
文件 19278 2020-11-24 13:27 db004\Debug\db004.obj
文件 6864848 2020-11-24 13:27 db004\Debug\db004.pch
文件 467968 2020-11-24 13:27 db004\Debug\db004.pdb
文件 8360 2020-11-24 13:27 db004\Debug\db004.res
文件 121158 2020-11-24 13:27 db004\Debug\db004Dlg.obj
文件 222042 2020-05-11 13:41 db004\Debug\msado15.tlh
文件 167314 2020-05-11 13:41 db004\Debug\msado15.tli
文件 133135 2020-11-24 13:27 db004\Debug\StdAfx.obj
文件 238592 2020-11-25 12:21 db004\Debug\vc60.idb
文件 569344 2020-11-24 13:27 db004\Debug\vc60.pdb
文件 221918 2020-05-11 13:41 db004\msado15.tlh
文件 167252 2020-05-11 13:41 db004\msado15.tli
文件 3561 2009-08-15 17:39 db004\ReadMe.txt
目录 0 2020-11-24 13:27 db004\Release\
............此处省略14个文件信息
- 上一篇:aes加解密(vc源程序)
- 下一篇:c 操作sqlite数据库.cpp
相关资源
- 校园闲置物品管理系统.c(控制台)
- c语言课程设计:客房登记系统源码
- 学生成绩管理系统(c源码)
- 职工信息管理系统源码(控制台)
- 家谱管理系统(C++)源码以及文档
- 链表实现学生管理系统(main.c)
- C++餐饮管理系统源码(控制台)
- C++通讯录管理系统源码(控制台)
- 简单职工管理系统(控制台源码+txt数
- 农业生态气象自动化观测系统使用说
- 电力系统潮流计算-牛顿拉夫逊法
- C++商店收银系统(控制台)
- 花草信息管理系统.c
- 客户消费积分管理系统.cpp
- 公司人员月薪级别信息管理系统.cpp
- 门禁控制系统实验-V20170317
- 职工工资管理系统含流程图
- 基于LPC2132的蛇形机器人前端执行机构
- VC++MFC课程设计的学生成绩管理系统
- Linux操作系统下C语言编程从零开始
- 操作系统存储管理实验报告c/c++
- 基于Linux下C语言开发的员工管理系统
- 车牌识别系统,VS2010实现,语言C++
- mfc+sql 酒店客房管理系统
- c++课程设计学生管理系统浙工大源码
- mysql+dev c++实现订单管理系统
- C语言实现的航空售票系统
- 基于51单片机射频RFID卡考勤上课上班
- 《智能卡批量自动发卡系统》 《CPU卡
- VC源码获取WINDOWS系统所有的用户密码
评论
共有 条评论