精美时钟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源代码)精美时钟(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)
esource.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)
esClock.ico

     文件        397  2011-06-01 20:13  精美时钟(2010-6-2)
esClock.rc2

     文件    5809152  2011-06-02 19:27  精美时钟(2010-6-2)ReleaseClock.bsc

     文件      32768  2011-06-02 19:32  精美时钟(2010-6-2)ReleaseClock.exe

     文件       9392  2011-06-02 18:39  精美时钟(2010-6-2)ReleaseClock.obj

     文件    7274336  2011-06-02 16:20  精美时钟(2010-6-2)ReleaseClock.pch

     文件      10704  2011-06-02 19:32  精美时钟(2010-6-2)ReleaseClock.res

     文件          0  2011-06-02 18:39  精美时钟(2010-6-2)ReleaseClock.sbr

     文件      20043  2011-06-02 19:27  精美时钟(2010-6-2)ReleaseClockDlg.obj

     文件          0  2011-06-02 19:27  精美时钟(2010-6-2)ReleaseClockDlg.sbr

     文件        804  2011-06-02 16:20  精美时钟(2010-6-2)ReleaseStdAfx.obj

     文件    1544114  2011-06-02 16:20  精美时钟(2010-6-2)ReleaseStdAfx.sbr

     文件      50176  2011-06-02 19:32  精美时钟(2010-6-2)Releasevc60.idb

     文件     118880  2011-06-02 19:32  精美时钟(2010-6-2)DebugClock.exe

............此处省略16个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)