bcgcustomizecommandspage.h

来自「用bcg库编写的java IDE 源码」· C头文件 代码 · 共 75 行

H
75
字号
#if !defined(AFX_BCGCUSTOMIZECOMMANDSPAGE_H__29FB4231_F0D3_42C6_8A69_93BB00B8F50A__INCLUDED_)
#define AFX_BCGCUSTOMIZECOMMANDSPAGE_H__29FB4231_F0D3_42C6_8A69_93BB00B8F50A__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BCGCustomizeCommandsPage.h : header file
//#ifndef __CBCGTOOLBARCUSTOMIZEPAGES_H__
#define __CBCGTOOLBARCUSTOMIZEPAGES_H__

#include "ButtonsList.h"
#include "ButtonsTextList.h"
#include "ButtonImgDisplay.h"
#include "bcgbarres.h"

#ifndef __AFXTEMPL_H__
	#include "afxtempl.h"
#endif

#include "BCGExCheckList.h"

/////////////////////////////////////////////////////////////////////////////
// CBCGCustomizePage dialog

class CBCGToolbarButton;
class CBCGToolBarImages;
class CBCGToolBar;

class CBCGCustomizeCommandsPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CBCGCustomizeCommandsPage)

// Construction
public:
	CBCGCustomizeCommandsPage();
	~CBCGCustomizeCommandsPage();
// Operations:
	void SetUserCategory (LPCTSTR lpszCategory);
	void SetAllCategory (LPCTSTR lpszCategory);
	void OnChangeSelButton (CBCGToolbarButton* pButton);
// Dialog Data
	//{{AFX_DATA(CBCGCustomizeCommandsPage)
	enum { IDD = IDD_COMMAND_PAGE };
	CComboBox	m_wndCategory;
	CButtonImgDisplay	m_wndButtonView;
	CString	m_strButtonDescription;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CBCGCustomizeCommandsPage)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CBCGCustomizeCommandsPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnSelchangeComboCategory();
	afx_msg void OnSelchangeComboEditors();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	CBCGToolbarButton*	m_pSelButton;
	CString				m_strUserCategory;
	CString				m_strAllCategory;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BCGCUSTOMIZECOMMANDSPAGE_H__29FB4231_F0D3_42C6_8A69_93BB00B8F50A__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?