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

  • 大小: 1.88M
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-14
  • 語言: 其他
  • 標簽: 其他??

資源簡介

Clock.rar

資源截圖

代碼片段和文件信息

//?Clock.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“Clock.h“

#include?“MainFrm.h“
#include?“ClockDoc.h“
#include?“ClockView.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CClockApp

BEGIN_MESSAGE_MAP(CClockApp?CWinApp)
//{{AFX_MSG_MAP(CClockApp)
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()

/////////////////////////////////////////////////////////////////////////////
//?CClockApp?construction

CClockApp::CClockApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClockApp?object

CClockApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CClockApp?initialization

BOOL?CClockApp::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(CClockDoc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CClockView));
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;
}


/////////

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????2370??2009-06-12?10:17??Clock\Clock.clw

?????文件???????4191??2009-06-12?09:42??Clock\Clock.cpp

?????文件???????4534??2009-06-12?09:42??Clock\Clock.dsp

?????文件????????535??2009-06-12?09:42??Clock\Clock.dsw

?????文件???????1345??2009-06-12?09:42??Clock\Clock.h

?????文件??????74752??2002-06-12?23:52??Clock\Clock.ncb

?????文件????????244??2002-06-12?23:52??Clock\Clock.plg

?????文件??????11940??2009-06-12?10:18??Clock\Clock.rc

?????文件???????1722??2009-06-12?09:42??Clock\ClockDoc.cpp

?????文件???????1464??2009-06-12?09:42??Clock\ClockDoc.h

?????文件???????9662??2009-06-12?10:18??Clock\ClockView.cpp

?????文件???????2059??2009-06-12?10:18??Clock\ClockView.h

?????文件???????2535??2009-06-12?10:06??Clock\MainFrm.cpp

?????文件???????1440??2009-06-12?10:06??Clock\MainFrm.h

?????文件???????4287??2009-06-12?09:42??Clock\ReadMe.txt

?????文件????????827??2009-06-12?10:04??Clock\resource.h

?????文件????????207??2009-06-12?09:42??Clock\StdAfx.cpp

?????文件???????1070??2009-06-12?09:47??Clock\StdAfx.h

?????文件??????21760??2002-06-12?23:42??Clock\RCa03516

?????文件??????21760??2002-06-12?23:43??Clock\RCb03516

?????文件??????21760??2002-06-12?23:44??Clock\RCc03516

?????文件??????54784??2002-06-12?23:52??Clock\Clock.opt

?????文件?????118863??2009-06-12?10:18??Clock\Debug\Clock.exe

?????文件?????401800??2009-06-12?10:18??Clock\Debug\Clock.ilk

?????文件??????22830??2009-06-12?10:18??Clock\Debug\Clock.obj

?????文件????5584360??2009-06-12?09:47??Clock\Debug\Clock.pch

?????文件?????500736??2009-06-12?10:18??Clock\Debug\Clock.pdb

?????文件???????7324??2009-06-12?10:18??Clock\Debug\Clock.res

?????文件??????14606??2009-06-12?09:47??Clock\Debug\ClockDoc.obj

?????文件??????36810??2009-06-12?10:18??Clock\Debug\ClockView.obj

............此處省略14個文件信息

評論

共有 條評論