📄 zlddlg.cpp
字号:
// ZLDDLG.cpp : implementation file
//
#include "stdafx.h"
#include "MyClock.h"
#include "ZLDDLG.h"
// CZLDDLG dialog
IMPLEMENT_DYNAMIC(CZLDDLG, CDialog)
CZLDDLG::CZLDDLG(CWnd* pParent /*=NULL*/)
: CDialog(CZLDDLG::IDD, pParent)
{
}
CZLDDLG::~CZLDDLG()
{
}
void CZLDDLG::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CZLDDLG, CDialog)
END_MESSAGE_MAP()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -