资源简介
在VC6.0的MFC中画一个钟表,有时针、分针、秒针,并实现时针、分针、秒针的运动。
代码片段和文件信息
// Dlg_SetPara.cpp : implementation file
//
#include “stdafx.h“
#include “Exercise4.h“
#include “Dlg_SetPara.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlg_SetPara dialog
CDlg_SetPara::CDlg_SetPara(CWnd* pParent /*=NULL*/)
: CDialog(CDlg_SetPara::IDD pParent)
{
//{{AFX_DATA_INIT(CDlg_SetPara)
m_h = 0;
m_m = 0;
m_s = 0;
//}}AFX_DATA_INIT
}
void CDlg_SetPara::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlg_SetPara)
DDX_Text(pDX IDC_EDT_Hour m_h);
DDX_Text(pDX IDC_EDT_Min m_m);
DDX_Text(pDX IDC_EDT_Sec m_s);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDlg_SetPara CDialog)
//{{AFX_MSG_MAP(CDlg_SetPara)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDlg_SetPara message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-06-23 16:03 Exercise4\
目录 0 2020-06-23 16:02 Exercise4\Debug\
文件 10469 2020-06-23 16:00 Exercise4\Debug\Dlg_SetPara.obj
文件 122955 2020-06-23 16:02 Exercise4\Debug\Exercise4.exe
文件 328144 2020-06-23 16:02 Exercise4\Debug\Exercise4.ilk
文件 23180 2020-06-23 16:00 Exercise4\Debug\Exercise4.obj
文件 5498948 2020-06-23 16:00 Exercise4\Debug\Exercise4.pch
文件 345088 2020-06-23 16:02 Exercise4\Debug\Exercise4.pdb
文件 7696 2020-06-23 16:00 Exercise4\Debug\Exercise4.res
文件 14927 2020-06-23 16:00 Exercise4\Debug\Exercise4Doc.obj
文件 39359 2020-06-23 16:02 Exercise4\Debug\Exercise4View.obj
文件 19960 2020-06-23 16:00 Exercise4\Debug\MainFrm.obj
文件 105671 2020-06-23 16:00 Exercise4\Debug\StdAfx.obj
文件 205824 2020-06-23 16:02 Exercise4\Debug\vc60.idb
文件 364544 2020-06-23 16:02 Exercise4\Debug\vc60.pdb
文件 1063 2020-06-23 15:57 Exercise4\Dlg_SetPara.cpp
文件 1254 2020-06-23 15:57 Exercise4\Dlg_SetPara.h
文件 44740 2020-06-23 15:54 Exercise4\Exercise4.aps
文件 3329 2020-06-23 16:03 Exercise4\Exercise4.clw
文件 4263 2020-06-23 15:37 Exercise4\Exercise4.cpp
文件 4749 2020-06-23 16:03 Exercise4\Exercise4.dsp
文件 526 2020-06-23 15:37 Exercise4\Exercise4.dsw
文件 1389 2020-06-23 15:37 Exercise4\Exercise4.h
文件 66560 2020-06-23 16:03 Exercise4\Exercise4.ncb
文件 49664 2020-06-23 16:03 Exercise4\Exercise4.opt
文件 3526 2020-06-23 16:02 Exercise4\Exercise4.plg
文件 12668 2020-06-23 15:54 Exercise4\Exercise4.rc
文件 1802 2020-06-23 15:37 Exercise4\Exercise4Doc.cpp
文件 1508 2020-06-23 15:37 Exercise4\Exercise4Doc.h
文件 7765 2020-06-23 16:02 Exercise4\Exercise4View.cpp
文件 2343 2020-06-23 15:59 Exercise4\Exercise4View.h
............此处省略11个文件信息
- 上一篇:传智播客_Qt 教程 +代码.7z
- 下一篇:C++家族管理系统设计
相关资源
- MFC自绘按钮(Button)的dll加源码,也
- CWnd类VC++类所有函数的中文翻译
- VC++实现小波变换图像融合
- VC++车牌识别系统源码带可执行程序
- MFC做的MP3多功能音乐播放器
- 圆弧算法MFC
- MFC 实现文件/图片的接收与发送
- 用MFC实现的飞行棋游戏
- 五邑大学面向对象C++之MFC实验 学生成
- DES加密算法 MFC
- VC++实现ShePp_Logan模型设计
- MFC俄罗斯方块及源码
- MFC简易图形编辑软件
- 读者写者MFC问题模拟
- Visual Studio 2008 MFC 编程调用 MSComm 控件
- MFC实现RS232串口通信程序和辅助程序
- VC6.0MFC聊天室
- VC++调用大漠插件按键精灵的方法及演
- MFC/C++画柱状图及饼状图
- VC++多文档程序可新建文本编辑器和画
- MFC写的八皇后演示程序
- 函数图像生成器&利用CPU画曲线
- VC开发MFC商品销售管理系统完美版
- mfc工资管理系统.rar
- hermite曲线,MFC实现
- MFC编程-基于对话框的ODBC数据库访问
- 直线段的裁剪 vc++ MFC
- MFC单文档文本编辑器
- 数字图像处理——MFC实现DICOM图像打开
- MFC音乐播放
评论
共有 条评论