• 大小: 4.58MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-11
  • 语言: C/C++
  • 标签: mfc  系统  c++  

资源简介

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个文件信息

评论

共有 条评论