mfc工资管理系统.rar


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工资管理系统DebugADOConn.sbr

     文件    6292480  2019-11-06 12:24  mfc工资管理系统Debugms.bsc

     文件     159810  2019-11-06 12:24  mfc工资管理系统Debugms.exe

     文件     341544  2019-11-06 12:24  mfc工资管理系统Debugms.ilk

     文件      13026  2012-04-22 20:14  mfc工资管理系统Debugms.obj

     文件    9409828  2012-04-22 13:47  mfc工资管理系统Debugms.pch

     文件     631808  2019-11-06 11:26  mfc工资管理系统Debugms.pdb

     文件       5080  2012-04-25 10:45  mfc工资管理系统Debugms.res

     文件          0  2012-04-22 20:14  mfc工资管理系统Debugms.sbr

     文件      90733  2010-11-09 22:51  mfc工资管理系统Debugmsado15.tlh

     文件      76671  2010-11-09 22:51  mfc工资管理系统Debugmsado15.tli

     文件      69791  2019-11-06 12:24  mfc工资管理系统DebugmsDlg.obj

     文件          0  2019-11-06 12:24  mfc工资管理系统DebugmsDlg.sbr

     文件      60409  2012-04-23 13:40  mfc工资管理系统DebugNew1.obj

     文件          0  2012-04-23 13:40  mfc工资管理系统DebugNew1.sbr

     文件     106253  2012-04-25 10:33  mfc工资管理系统DebugNew2.obj

     文件          0  2012-04-25 10:33  mfc工资管理系统DebugNew2.sbr

     文件      10662  2012-04-22 13:47  mfc工资管理系统DebugNew3.obj

     文件          0  2012-04-22 13:47  mfc工资管理系统DebugNew3.sbr

     文件      68210  2019-11-06 11:18  mfc工资管理系统DebugNew4.obj

     文件          0  2019-11-06 11:18  mfc工资管理系统DebugNew4.sbr

     文件      14730  2008-04-14 20:00  mfc工资管理系统Debugoledb32.tlh

     文件       8689  2008-04-14 20:00  mfc工资管理系统Debugoledb32.tli

     文件     133366  2012-04-22 13:47  mfc工资管理系统DebugStdAfx.obj

     文件    1755562  2012-04-22 13:47  mfc工资管理系统DebugStdAfx.sbr

     文件     287744  2019-11-06 12:26  mfc工资管理系统Debugvc60.idb

     文件     561152  2019-11-06 11:26  mfc工资管理系统Debugvc60.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个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)