⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolbarcontroldefault.h

📁 基于AE的ArcGIS初级界面
💻 H
字号:
#if !defined(AFX_TOOLBARCONTROLDEFAULT_H__97C7BF6A_7177_4AA2_8759_BA13BABD2849__INCLUDED_)
#define AFX_TOOLBARCONTROLDEFAULT_H__97C7BF6A_7177_4AA2_8759_BA13BABD2849__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


// Dispatch interfaces referenced by this interface
class CPicture;

/////////////////////////////////////////////////////////////////////////////
// CToolbarControlDefault wrapper class

class CToolbarControlDefault : public CWnd
{
protected:
	DECLARE_DYNCREATE(CToolbarControlDefault)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xb7d4358e, 0x3cbc, 0x11d6, { 0xaa, 0x9, 0x0, 0x10, 0x4b, 0xb6, 0xfc, 0x1c } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:

// Operations
public:
	void SetBorderStyle(long nNewValue);
	long GetBorderStyle();
	void SetEnabled(BOOL bNewValue);
	BOOL GetEnabled();
	void SetAppearance(long nNewValue);
	long GetAppearance();
	void SetMousePointer(long nNewValue);
	long GetMousePointer();
	void SetRefMouseIcon(LPDISPATCH newValue);
	CPicture GetMouseIcon();
	long GetHWnd();
	void AboutBox();
	long AddItem(const VARIANT& item, long SubType, long index, BOOL beginGroup, long GroupSpacing, long Style);
	void Remove(long index);
	void RemoveAll();
	LPUNKNOWN GetItem(long index);
	long GetCount();
	void Update(long index, BOOL fullUpdate);
	LPDISPATCH GetBuddy();
	LPUNKNOWN GetCurrentTool();
	void SetRefCurrentTool(LPUNKNOWN newValue);
	BOOL GetToolTips();
	void SetToolTips(BOOL bNewValue);
	long GetItemAppearance();
	void SetItemAppearance(long nNewValue);
	long GetUpdateInterval();
	void SetUpdateInterval(long nNewValue);
	long Find(const VARIANT& item);
	LPUNKNOWN GetCommandPool();
	void SetRefCommandPool(LPUNKNOWN newValue);
	long AddToolbarDef(const VARIANT& ToolbarDef, long startIndex, BOOL Group, long GroupSpacing, long Style);
	long GetTextAlignment();
	void SetTextAlignment(long nNewValue);
	BOOL GetLargeIcons();
	void SetLargeIcons(BOOL bNewValue);
	BOOL GetCustomize();
	void SetCustomize(BOOL bNewValue);
	void MoveItem(long startIndex, long finalIndex);
	long HitTest(long X, long Y, BOOL nearest);
	void GetItemRect(long index, long* Top, long* Left, long* Bottom, long* Right);
	LPUNKNOWN GetOperationStack();
	void SetRefOperationStack(LPUNKNOWN newValue);
	VARIANT GetCustomProperty();
	void SetCustomProperty(const VARIANT& newValue);
	void SetBuddyControl(LPDISPATCH pToolbarBuddy);
	BOOL GetMenuTracking();
	void SetMenuTracking(BOOL bNewValue);
	long AddMenuItem(const VARIANT& Menu, long index, BOOL beginGroup, long GroupSpacing);
	LPDISPATCH GetObject();
	long GetKeyIntercept();
	void SetKeyIntercept(long nNewValue);
	void SetBackColor(unsigned long newValue);
	unsigned long GetBackColor();
	long GetOrientation();
	void SetOrientation(long nNewValue);
	BOOL GetThemedDrawing();
	void SetThemedDrawing(BOOL bNewValue);
	unsigned long GetFadeColor();
	void SetFadeColor(unsigned long newValue);
	long GetFillDirection();
	void SetFillDirection(long nNewValue);
	BOOL GetTransparent();
	void SetTransparent(BOOL bNewValue);
	BOOL GetShowHiddenItems();
	void SetShowHiddenItems(BOOL bNewValue);
	long GetIconSize();
	void SetIconSize(long nNewValue);
	BOOL GetAlignLeft();
	void SetAlignLeft(BOOL bNewValue);
	void LoadItems(LPUNKNOWN pStream);
	void SaveItems(LPUNKNOWN pStream);
};

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

#endif // !defined(AFX_TOOLBARCONTROLDEFAULT_H__97C7BF6A_7177_4AA2_8759_BA13BABD2849__INCLUDED_)

⌨️ 快捷键说明

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