资源简介
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语言简易飞秋
相关资源
- hermite曲线,MFC实现
- MFC编程-基于对话框的ODBC数据库访问
- C语言共享单车管理系统
- C++程序设计谭浩强100%完整高清版·清
- C++面向对象程序设计谭浩强 完整版
- C++进行图像预处理代码
- c++与Qt使用数据库MySQL进行数据的增删
- C++调用海康工业相机SDK采集图像的简
- 直线段的裁剪 vc++ MFC
- c++ mysql学生信息管理系统
- MFC单文档文本编辑器
- 双边滤波器C++ 代码
- 车牌识别与定位C++
- 网络主机的存活性探测系统设计与实
- C++ > (开源) Ring3下的DLL注入工具
- 足球机器人仿真代码 C++
- 数字图像处理——MFC实现DICOM图像打开
- AES加密解密算法实现C、C++
- MFC音乐播放
- 单台AGV最短路径规划,两台AGV路径自
- vC++编程精选100
- 数据结构课程程序设计实践运动会分
- 工资管理系统 mfc c++
- 图书馆管理系统 c++ mfc
- Design Patterns in Modern C++现代C++程序设计
- C++实现简单聊天应用
- 二叉树的遍历及应用.ppt
- C++STL源码剖析 中文高清非扫描版
- C语言课设,学生证管理系统
- MFC课程设计 --学生成绩管理系统
评论
共有 条评论