資源簡介
4532.rar

代碼片段和文件信息
//?4532.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“4532.h“
#include?“MainFrm.h“
#include?“4532Doc.h“
#include?“4532View.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy4532App
BEGIN_MESSAGE_MAP(CMy4532App?CWinApp)
//{{AFX_MSG_MAP(CMy4532App)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG_MAP
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CMy4532App?construction
CMy4532App::CMy4532App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy4532App?object
CMy4532App?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMy4532App?initialization
BOOL?CMy4532App::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
//?Change?the?registry?key?under?which?our?settings?are?stored.
//?TODO:?You?should?modify?this?string?to?be?something?appropriate
//?such?as?the?name?of?your?company?or?organization.
SetRegistryKey(_T(“Local?AppWizard-Generated?Applications“));
LoadStdProfileSettings();??//?Load?standard?INI?file?options?(including?MRU)
//?Register?the?application‘s?document?templates.??Document?templates
//??serve?as?the?connection?between?documents?frame?windows?and?views.
CSingleDocTemplate*?pDocTemplate;
pDocTemplate?=?new?CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy4532Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CMy4532View));
AddDocTemplate(pDocTemplate);
//?Parse?command?line?for?standard?shell?commands?DDE?file?open
CCommandLineInfo?cmdInfo;
ParseCommandLine(cmdInfo);
//?Dispatch?commands?specified?on?the?command?line
if?(!ProcessShellCommand(cmdInfo))
return?FALSE;
//?The?one?and?only?window?has?been?initialized?so?show?and?update?it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return?TRUE;
}
/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1937??2009-03-18?14:15??4532\4532.clw
?????文件???????4201??2009-03-18?14:15??4532\4532.cpp
?????文件???????4513??2009-03-18?14:15??4532\4532.dsp
?????文件????????531??2009-03-18?14:15??4532\4532.dsw
?????文件???????1344??2009-03-18?14:15??4532\4532.h
?????文件??????58368??2009-03-30?16:19??4532\4532.ncb
?????文件??????53760??2009-03-30?16:19??4532\4532.opt
?????文件???????1495??2009-03-30?16:18??4532\4532.plg
?????文件??????10527??2009-03-18?14:15??4532\4532.rc
?????文件???????1736??2009-03-18?14:15??4532\4532Doc.cpp
?????文件???????1467??2009-03-18?14:15??4532\4532Doc.h
?????文件???????3176??2009-03-21?12:27??4532\4532View.cpp
?????文件???????1881??2009-03-18?14:15??4532\4532View.h
?????文件?????118833??2009-03-30?16:18??4532\Debug\4532.exe
?????文件?????307476??2009-03-30?16:18??4532\Debug\4532.ilk
?????文件??????22674??2009-03-30?16:18??4532\Debug\4532.obj
?????文件????5499404??2009-03-30?16:18??4532\Debug\4532.pch
?????文件?????467968??2009-03-30?16:18??4532\Debug\4532.pdb
?????文件???????7240??2009-03-20?22:42??4532\Debug\4532.res
?????文件??????14447??2009-03-30?16:18??4532\Debug\4532Doc.obj
?????文件??????21492??2009-03-30?16:18??4532\Debug\4532View.obj
?????文件??????19652??2009-03-30?16:18??4532\Debug\MainFrm.obj
?????文件?????105383??2009-03-30?16:18??4532\Debug\StdAfx.obj
?????文件?????197632??2009-03-30?16:18??4532\Debug\vc60.idb
?????文件?????364544??2009-03-30?16:18??4532\Debug\vc60.pdb
?????文件???????2505??2009-03-18?14:15??4532\MainFrm.cpp
?????文件???????1581??2009-03-18?14:15??4532\MainFrm.h
?????文件???????4277??2009-03-18?14:15??4532\ReadMe.txt
?????文件???????1078??2009-03-18?14:15??4532\res\4532.ico
?????文件????????396??2009-03-18?14:15??4532\res\4532.rc2
............此處省略11個文件信息
評論
共有 條評論