⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zysqts.cpp

📁 这是多功能时钟的源程序
💻 CPP
字号:
// ZYSQTS.cpp : implementation file
//

#include "stdafx.h"
#include "MyClock.h"
#include "ZYSQTS.h"


// CZYSQTS dialog

IMPLEMENT_DYNAMIC(CZYSQTS, CDialog)

CZYSQTS::CZYSQTS(CWnd* pParent /*=NULL*/)
	: CDialog(CZYSQTS::IDD, pParent)
{

}

CZYSQTS::~CZYSQTS()
{
}

void CZYSQTS::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
}


BEGIN_MESSAGE_MAP(CZYSQTS, CDialog)
END_MESSAGE_MAP()


// CZYSQTS message handlers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -