?? propage.h
字號:
#if !defined(AFX_PROPAGE_H__C013CB4E_E9AC_4ECA_84F1_8E1B2839C296__INCLUDED_)
#define AFX_PROPAGE_H__C013CB4E_E9AC_4ECA_84F1_8E1B2839C296__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProPage dialog
#include "..\Tab\MyTabCtrl.h"
#include "..\Button\BtnST.h"
class CProPage : public CPropertyPage
{
DECLARE_DYNCREATE(CProPage)
public:
CButtonST m_chkFlat;
CButtonST m_chkGradient;
CButtonST m_chkBacktabs;
CButtonST m_chkSelection;
CButtonST m_chkColor;
CButtonST m_chkBackcolor;
CButtonST m_btnSetBackcolor;
// Construction
public:
CProPage();
~CProPage();
COLORREF m_color;
CImageList m_ilTabs;
// Dialog Data
//{{AFX_DATA(CProPage)
enum { IDD = IDD_BUTTON_PAGE };
CMyTabCtrl m_tabMyTabCtrl;
BOOL m_bFlat;
BOOL m_bColor;
BOOL m_bSelection;
BOOL m_bGradient;
BOOL m_bBackTabs;
BOOL m_bBackColor;
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CProPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProPage)
virtual BOOL OnInitDialog();
afx_msg void OnChangeAttributes();
afx_msg void OnSetcolor();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPAGE_H__C013CB4E_E9AC_4ECA_84F1_8E1B2839C296__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -