clockdlg.h
来自「数码管、模拟表、数字表、闹铃、秒表计时、倒计时、动画图标、闪烁窗口等功能」· C头文件 代码 · 共 53 行
H
53 行
#if !defined(AFX_CLOCKDLG_H__5EF7B0FA_FD62_4E9A_91D5_2246E3281C9F__INCLUDED_)
#define AFX_CLOCKDLG_H__5EF7B0FA_FD62_4E9A_91D5_2246E3281C9F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ClockDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CClockDlg dialog
class CClockDlg : public CDialog
{
// Construction
public:
int m_w;
int m_h;
void Output(UINT digit,UINT pos);
CClockDlg(CWnd* pParent = NULL); // standard constructor
CRect windowrect;
// Dialog Data
//{{AFX_DATA(CClockDlg)
enum { IDD = IDD_CLOCK_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CClockDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CClockDlg)
afx_msg void OnDestroy();
afx_msg void OnTimer(UINT nIDEvent);
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CLOCKDLG_H__5EF7B0FA_FD62_4E9A_91D5_2246E3281C9F__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?