📄 testboxdlg.h
字号:
// TestBoxDlg.h : header file
//
//{{AFX_INCLUDES()
#include "box.h"
//}}AFX_INCLUDES
#if !defined(AFX_TESTBOXDLG_H__67646987_C85B_11D4_AF14_00E04CDD4565__INCLUDED_)
#define AFX_TESTBOXDLG_H__67646987_C85B_11D4_AF14_00E04CDD4565__INCLUDED_
#include "box.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CTestBoxDlg dialog
class CTestBoxDlg : public CDialog
{
// Construction
public:
BOOL m_bEnableChange;
unsigned nBlue;
unsigned nGreen;
unsigned nRed;
CTestBoxDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestBoxDlg)
enum { IDD = IDD_TESTBOX_DIALOG };
CBox MyBox;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestBoxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestBoxDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBackColor();
afx_msg void OnForeColor();
afx_msg void OnRoll();
afx_msg void OnClickBoxctrl1();
afx_msg void OnNumberMethod();
afx_msg void OnGraphicMethod();
afx_msg void OnClickButtonctrl1();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTBOXDLG_H__67646987_C85B_11D4_AF14_00E04CDD4565__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -