91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.58MB
    文件類型: .rar
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論