• 大小: 1.93MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 标签: vc++  

资源简介

VC++ 基于MFC的指针式时钟可用于C++课程设计

资源截图

代码片段和文件信息

// HelpDlg.cpp : implementation file
//

#include “stdafx.h“
#include “RClock.h“
#include “HelpDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHelpDlg dialog


CHelpDlg::CHelpDlg(CWnd* pParent /*=NULL*/)
: CDialog(CHelpDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CHelpDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CHelpDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CHelpDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CHelpDlg CDialog)
//{{AFX_MSG_MAP(CHelpDlg)
// NOTE: t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       9872  2009-12-24 23:10  时钟\Debug\HelpDlg.obj

     文件      19161  2009-12-29 13:30  时钟\Debug\MainFrm.obj

     文件     135228  2009-12-30 14:20  时钟\Debug\RClock.exe

     文件     384396  2009-12-30 14:20  时钟\Debug\RClock.ilk

     文件      22726  2009-12-27 17:09  时钟\Debug\RClock.obj

     文件    5629764  2009-12-24 23:10  时钟\Debug\RClock.pch

     文件     492544  2009-12-30 14:20  时钟\Debug\RClock.pdb

     文件       7136  2009-12-29 14:13  时钟\Debug\RClock.res

     文件      17283  2009-12-24 23:10  时钟\Debug\RClockDoc.obj

     文件      51570  2009-12-30 14:20  时钟\Debug\RClockView.obj

     文件      10812  2009-12-30 14:20  时钟\Debug\SetClockDlg.obj

     文件       9370  2009-12-29 13:34  时钟\Debug\SetColorDlg.obj

     文件     105487  2009-12-24 23:10  时钟\Debug\StdAfx.obj

     文件     238592  2009-12-30 14:22  时钟\Debug\vc60.idb

     文件     372736  2009-12-30 14:20  时钟\Debug\vc60.pdb

     文件        997  2008-08-28 16:01  时钟\HelpDlg.cpp

     文件       1230  2009-12-29 13:37  时钟\HelpDlg.h

     文件       2358  2009-12-29 13:30  时钟\MainFrm.cpp

     文件       1553  2009-12-29 13:29  时钟\MainFrm.h

     文件      46304  2009-12-29 14:13  时钟\RClock.aps

     文件       3561  2009-12-29 14:12  时钟\RClock.clw

     文件       4209  2008-08-27 19:45  时钟\RClock.cpp

     文件       4608  2009-12-29 14:22  时钟\RClock.dsp

     文件        518  2008-08-27 19:45  时钟\RClock.dsw

     文件       1356  2008-08-27 19:45  时钟\RClock.h

     文件     279552  2009-12-30 14:23  时钟\RClock.ncb

     文件      49664  2009-12-30 14:23  时钟\RClock.opt

     文件       1317  2009-12-30 14:20  时钟\RClock.plg

     文件      14069  2009-12-29 14:13  时钟\RClock.rc

     文件       1742  2008-08-27 19:45  时钟\RClockDoc.cpp

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

评论

共有 条评论