📄 testtime.h
字号:
// testtime.h : header file
class Ctesttime : public CDialog
{
public:
Ctesttime(CWnd* pParent = NULL);
BOOL Create(void);
void start(int n1,int n2,int n3);
void end(int n1,int n2,int n3);
//{{AFX_DATA(Ctesttime)
enum { IDD = IDD_DIALOG4 };
int hour,minute,second;
int hour1,minute1,second1;
int hour2,minute2,second2;
//}}AFX_DATA
//{{AFX_VIRTUAL(Ctesttime)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
int m_nID;
CWnd* m_pParent;
//{{AFX_MSG(Ctesttime)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -