📄 ex_dlgdlg.h
字号:
// Ex_dlgDlg.h : header file
//
#if !defined(AFX_EX_DLGDLG_H__86162A67_70DA_11D7_B352_0080C8DBD360__INCLUDED_)
#define AFX_EX_DLGDLG_H__86162A67_70DA_11D7_B352_0080C8DBD360__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEx_dlgDlg dialog
class CEx_dlgDlg : public CDialog
{
// Construction
public:
CEx_dlgDlg(CWnd* pParent = NULL); // standard constructor
public:
COLORREF color;
void Draw();
// Dialog Data
//{{AFX_DATA(CEx_dlgDlg)
enum { IDD = IDD_EX_DLG_DIALOG };
CButton m_Rdi;
BOOL m_Chk1;
BOOL m_Chk2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEx_dlgDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEx_dlgDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnCheck1();
afx_msg void OnCheck2();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnRadio3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EX_DLGDLG_H__86162A67_70DA_11D7_B352_0080C8DBD360__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -