资源简介
mfc编写的工资管理系统

代码片段和文件信息
// ms.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ms.h“
#include “msDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMsApp
BEGIN_MESSAGE_MAP(CMsApp CWinApp)
//{{AFX_MSG_MAP(CMsApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CMsApp construction
CMsApp::CMsApp()
{// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMsApp object
CMsApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMsApp initialization
BOOL CMsApp::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);//初始化COM库
CMsDlg 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 2012-04-21 20:46 mfc工资管理系统\Debug\ADOConn.sbr
文件 6292480 2019-11-06 12:24 mfc工资管理系统\Debug\ms.bsc
文件 159810 2019-11-06 12:24 mfc工资管理系统\Debug\ms.exe
文件 341544 2019-11-06 12:24 mfc工资管理系统\Debug\ms.ilk
文件 13026 2012-04-22 20:14 mfc工资管理系统\Debug\ms.obj
文件 9409828 2012-04-22 13:47 mfc工资管理系统\Debug\ms.pch
文件 631808 2019-11-06 11:26 mfc工资管理系统\Debug\ms.pdb
文件 5080 2012-04-25 10:45 mfc工资管理系统\Debug\ms.res
文件 0 2012-04-22 20:14 mfc工资管理系统\Debug\ms.sbr
文件 90733 2010-11-09 22:51 mfc工资管理系统\Debug\msado15.tlh
文件 76671 2010-11-09 22:51 mfc工资管理系统\Debug\msado15.tli
文件 69791 2019-11-06 12:24 mfc工资管理系统\Debug\msDlg.obj
文件 0 2019-11-06 12:24 mfc工资管理系统\Debug\msDlg.sbr
文件 60409 2012-04-23 13:40 mfc工资管理系统\Debug\New1.obj
文件 0 2012-04-23 13:40 mfc工资管理系统\Debug\New1.sbr
文件 106253 2012-04-25 10:33 mfc工资管理系统\Debug\New2.obj
文件 0 2012-04-25 10:33 mfc工资管理系统\Debug\New2.sbr
文件 10662 2012-04-22 13:47 mfc工资管理系统\Debug\New3.obj
文件 0 2012-04-22 13:47 mfc工资管理系统\Debug\New3.sbr
文件 68210 2019-11-06 11:18 mfc工资管理系统\Debug\New4.obj
文件 0 2019-11-06 11:18 mfc工资管理系统\Debug\New4.sbr
文件 14730 2008-04-14 20:00 mfc工资管理系统\Debug\oledb32.tlh
文件 8689 2008-04-14 20:00 mfc工资管理系统\Debug\oledb32.tli
文件 133366 2012-04-22 13:47 mfc工资管理系统\Debug\StdAfx.obj
文件 1755562 2012-04-22 13:47 mfc工资管理系统\Debug\StdAfx.sbr
文件 287744 2019-11-06 12:26 mfc工资管理系统\Debug\vc60.idb
文件 561152 2019-11-06 11:26 mfc工资管理系统\Debug\vc60.pdb
文件 25088 2019-11-06 11:18 mfc工资管理系统\ms.aps
文件 4434 2006-11-01 02:10 mfc工资管理系统\ms.clw
文件 2039 2012-04-19 19:42 mfc工资管理系统\ms.cpp
............此处省略34个文件信息
- 上一篇:飞机大战C语言游戏代码
- 下一篇:c语言简易飞秋
相关资源
- 基于MFC的TCP调试助手源码95706
- 国际象棋的qt源代码
- 操作系统c语言模拟文件管理系统844
- C++中头文件与源文件的作用详解
- 基于mfc的多线程文件传输
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- C语言课程设计
- 使用C语言编写的病房管理系统
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- 简易教务管理系统c语言开发文档
- 操作系统课设 读写者问题 c语言实现
- C++纯文字DOS超小RPG游戏
- 个人日常财务管理系统(C语言)
- MFC数字钟(基于VC6.0)
- c语言电子商务系统
- VC++MFC小游戏实例教程(实例)+MFC类库
- c语言 教学信息管理系统
- 手机话费管理系统(c语言编写)
- 餐饮管理系统(C语言编写)
- 用c语言编写的学生选课系统
- C语言 学生信息管理系统 源代码
- 我的C语言寒假作业-学生通讯录系统(
- 连铸温度场计算程序(C++)
- C语言进阶——嵌入式系统高级C语言编
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
评论
共有 条评论