controlsprop.h
来自「vc的一些原码,对于帮助学习和提高很有帮助」· C头文件 代码 · 共 68 行
H
68 行
#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 + =
减小字号Ctrl + -
显示快捷键?