📄 controlsprop.h
字号:
#if !defined(AFX_CONTROLSPROP_H__E9A26C08_6A66_11D4_85D0_96A56A000000__INCLUDED_)
#define AFX_CONTROLSPROP_H__E9A26C08_6A66_11D4_85D0_96A56A000000__INCLUDED_
#include "StaticPage.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ControlsProp.h : header file
//
#include "StaticPage.h"
#include "EditPage.h"
#include "ButtonPage.h"
#include "ListBoxDlg.h"
#include "ComboBoxDlg.h"
#include "ScrollBarDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CControlsProp
class CControlsProp : public CPropertySheet
{
DECLARE_DYNAMIC(CControlsProp)
// Construction
public:
CControlsProp(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CControlsProp(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CControlsProp)
public:
virtual BOOL OnInitDialog();
//}}AFX_VIRTUAL
// Implementation
public:
CStaticPage m_StaticPage;
CEditPage m_EditPage;
CButtonPage m_ButtonPage;
CListBoxDlg m_ListBoxPage;
CComboBoxDlg m_ComboBoxPage;
CScrollBarDlg m_ScrollBarPage;
virtual ~CControlsProp();
// Generated message map functions
protected:
//{{AFX_MSG(CControlsProp)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONTROLSPROP_H__E9A26C08_6A66_11D4_85D0_96A56A000000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -