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

📄 superwkspmanager.h

📁 基于SUPERMAP、VC++的二次开发
💻 H
字号:
#if !defined(AFX_SUPERWKSPMANAGER_H__B31DA575_131D_4DE5_BCEC_C26F9A1DD060__INCLUDED_)
#define AFX_SUPERWKSPMANAGER_H__B31DA575_131D_4DE5_BCEC_C26F9A1DD060__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.
#define SUPERWKSPMANAGER_DISPID_LCLICK				0x1
#define SUPERWKSPMANAGER_DISPID_RCLICK				0x2
#define SUPERWKSPMANAGER_DISPID_LDBCLICK			0x3
#define SUPERWKSPMANAGER_DISPID_ACTIVETABCHANGED    0x4

// dispatch id definitions for ole stock events are
// defined in <olectl.h>
// they are included here for reference
#define SUPERWKSPMANAGER_DISPID_CLICK                    (-609)
#define SUPERWKSPMANAGER_DISPID_DBLCLICK                 (-610)
#define SUPERWKSPMANAGER_DISPID_KEYDOWN                  (-611)
#define SUPERWKSPMANAGER_DISPID_KEYPRESS                 (-612)
#define SUPERWKSPMANAGER_DISPID_KEYUP                    (-613)
#define SUPERWKSPMANAGER_DISPID_MOUSEDOWN                (-614)
#define SUPERWKSPMANAGER_DISPID_MOUSEMOVE                (-615)
#define SUPERWKSPMANAGER_DISPID_MOUSEUP                  (-616)
#define SUPERWKSPMANAGER_DISPID_ERROREVENT               (-617)
/////////////////////////////////////////////////////////////////////////////
// CSuperWkspManager wrapper class

class CSuperWkspManager : public CWnd
{
protected:
	DECLARE_DYNCREATE(CSuperWkspManager)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0x99c36a15, 0x6cac, 0x4032, { 0x9e, 0x69, 0x76, 0xd8, 0x41, 0xad, 0xda, 0x3c } };
		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:
	BOOL GetDataTab();
	void SetDataTab(BOOL);
	BOOL GetMapTab();
	void SetMapTab(BOOL);
	BOOL GetLayoutTab();
	void SetLayoutTab(BOOL);
	BOOL GetResourceTab();
	void SetResourceTab(BOOL);
	long GetTapLocation();
	void SetTapLocation(long);
	long GetActiveTab();
	void SetActiveTab(long);
	long GetSortOrder();
	void SetSortOrder(long);

// Operations
public:
	BOOL Connect(LPDISPATCH objSuperwokspace);
	void Disconnect();
	void Refresh();
	void AboutBox();
};

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

#endif // !defined(AFX_SUPERWKSPMANAGER_H__B31DA575_131D_4DE5_BCEC_C26F9A1DD060__INCLUDED_)

⌨️ 快捷键说明

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