GME  13
objectinspector.h
Go to the documentation of this file.
00001 #if !defined(AFX_OBJECTINSPECTOR_H__4139E6B7_A2CD_45F1_9609_45DCA3FDBC51__INCLUDED_)
00002 #define AFX_OBJECTINSPECTOR_H__4139E6B7_A2CD_45F1_9609_45DCA3FDBC51__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
00008 
00009 // NOTE: Do not modify the contents of this file.  If this class is regenerated by
00010 //  Microsoft Visual C++, your modifications will be overwritten.
00011 
00013 // CObjectInspector wrapper class
00014 
00015 #pragma warning(disable: 4100) // unreferenced formal parameter warning
00016 
00017 class CObjectInspector : public CWnd
00018 {
00019 protected:
00020         DECLARE_DYNCREATE(CObjectInspector)
00021 public:
00022         CLSID const& GetClsid()
00023         {
00024                 static CLSID const clsid
00025                         = { 0xb786f53c, 0x297f, 0x4db8, { 0x80, 0x60, 0xd4, 0x50, 0x57, 0x21, 0x7a, 0xee } };
00026                 return clsid;
00027         }
00028         virtual BOOL Create(LPCTSTR lpszClassName,
00029                 LPCTSTR lpszWindowName, DWORD dwStyle,
00030                 const RECT& rect,
00031                 CWnd* pParentWnd, UINT nID,
00032                 CCreateContext* pContext = NULL)
00033         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
00034 
00035     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
00036                 const RECT& rect, CWnd* pParentWnd, UINT nID,
00037                 CFile* pPersist = NULL, BOOL bStorage = FALSE,
00038                 BSTR bstrLicKey = NULL)
00039         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
00040                 pPersist, bStorage, bstrLicKey); }
00041 
00042 // Attributes
00043 public:
00044         LPUNKNOWN GetMgaProject();
00045         void SetMgaProject(LPUNKNOWN);
00046         LPUNKNOWN GetMgaObject();
00047         void SetMgaObject(LPUNKNOWN);
00048 
00049 // Operations
00050 public:
00051         void ShowPanel(long panelID);
00052         void EditName();
00053         void CyclePanel(VARIANT_BOOL frwd);
00054         void AboutBox();
00055 };
00056 
00057 #pragma warning(default: 4100) // unreferenced formal parameter warning
00058 
00059 //{{AFX_INSERT_LOCATION}}
00060 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00061 
00062 #endif // !defined(AFX_OBJECTINSPECTOR_H__4139E6B7_A2CD_45F1_9609_45DCA3FDBC51__INCLUDED_)