资源简介
精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)精美时钟(VC++6.0源代码)
代码片段和文件信息
// Clock.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Clock.h“
#include “ClockDlg.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)
// 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()
/////////////////////////////////////////////////////////////////////////////
// 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
CClockDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 34828 2011-06-02 18:51 精美时钟(2010-6-2)\Clock.aps
文件 771 2011-06-02 19:35 精美时钟(2010-6-2)\Clock.clw
文件 2049 2011-06-01 20:13 精美时钟(2010-6-2)\Clock.cpp
文件 4145 2011-06-02 19:35 精美时钟(2010-6-2)\Clock.dsp
文件 535 2011-06-02 19:35 精美时钟(2010-6-2)\Clock.dsw
文件 1313 2011-06-01 20:13 精美时钟(2010-6-2)\Clock.h
文件 41984 2011-06-02 19:35 精美时钟(2010-6-2)\Clock.ncb
文件 48640 2011-06-02 19:35 精美时钟(2010-6-2)\Clock.opt
文件 706 2011-06-02 19:32 精美时钟(2010-6-2)\Clock.plg
文件 4611 2011-06-02 18:51 精美时钟(2010-6-2)\Clock.rc
文件 4840 2011-06-02 19:27 精美时钟(2010-6-2)\ClockDlg.cpp
文件 1337 2011-06-02 18:39 精美时钟(2010-6-2)\ClockDlg.h
文件 3561 2011-06-01 20:13 精美时钟(2010-6-2)\ReadMe.txt
文件 591 2011-06-02 17:04 精美时钟(2010-6-2)\resource.h
文件 207 2011-06-01 20:13 精美时钟(2010-6-2)\StdAfx.cpp
文件 1054 2011-06-01 20:13 精美时钟(2010-6-2)\StdAfx.h
文件 9662 2011-06-02 19:31 精美时钟(2010-6-2)\res\Clock.ico
文件 397 2011-06-01 20:13 精美时钟(2010-6-2)\res\Clock.rc2
文件 5809152 2011-06-02 19:27 精美时钟(2010-6-2)\Release\Clock.bsc
文件 32768 2011-06-02 19:32 精美时钟(2010-6-2)\Release\Clock.exe
文件 9392 2011-06-02 18:39 精美时钟(2010-6-2)\Release\Clock.obj
文件 7274336 2011-06-02 16:20 精美时钟(2010-6-2)\Release\Clock.pch
文件 10704 2011-06-02 19:32 精美时钟(2010-6-2)\Release\Clock.res
文件 0 2011-06-02 18:39 精美时钟(2010-6-2)\Release\Clock.sbr
文件 20043 2011-06-02 19:27 精美时钟(2010-6-2)\Release\ClockDlg.obj
文件 0 2011-06-02 19:27 精美时钟(2010-6-2)\Release\ClockDlg.sbr
文件 804 2011-06-02 16:20 精美时钟(2010-6-2)\Release\StdAfx.obj
文件 1544114 2011-06-02 16:20 精美时钟(2010-6-2)\Release\StdAfx.sbr
文件 50176 2011-06-02 19:32 精美时钟(2010-6-2)\Release\vc60.idb
文件 118880 2011-06-02 19:32 精美时钟(2010-6-2)\Debug\Clock.exe
............此处省略16个文件信息
- 上一篇:vc++6.0 与access管理系统
- 下一篇:QT、C++ 米其林自助点餐系统
评论
共有 条评论