GME
13
|
00001 #if !defined(AFX_GMECHILDFRAMEWRAPPER_H__F0C39C74_3223_4146_8CE3_9CEF67CC136A__INCLUDED_) 00002 #define AFX_GMECHILDFRAMEWRAPPER_H__F0C39C74_3223_4146_8CE3_9CEF67CC136A__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 00010 // NOTE: Do not modify the contents of this file. If this class is regenerated by 00011 // Microsoft Visual C++, your modifications will be overwritten. 00012 00014 // CGMEChildFrameWrapper wrapper class 00015 00016 #pragma warning(disable: 4100) // unreferenced formal parameter warning 00017 00018 class CGMEChildFrameWrapper : public CWnd 00019 { 00020 protected: 00021 DECLARE_DYNCREATE(CGMEChildFrameWrapper) 00022 public: 00023 CLSID const& GetClsid() 00024 { 00025 static CLSID const clsid 00026 = { 0x1758edff, 0x969c, 0x4f6e, { 0xaf, 0x81, 0xe8, 0xaf, 0x7, 0xa3, 0x37, 0x99 } }; 00027 return clsid; 00028 } 00029 virtual BOOL Create(LPCTSTR lpszClassName, 00030 LPCTSTR lpszWindowName, DWORD dwStyle, 00031 const RECT& rect, 00032 CWnd* pParentWnd, UINT nID, 00033 CCreateContext* pContext = NULL) 00034 { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } 00035 00036 BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, 00037 const RECT& rect, CWnd* pParentWnd, UINT nID, 00038 CFile* pPersist = NULL, BOOL bStorage = FALSE, 00039 BSTR bstrLicKey = NULL) 00040 { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, 00041 pPersist, bStorage, bstrLicKey); } 00042 00043 // Attributes 00044 public: 00045 00046 // Operations 00047 public: 00048 void SetCurrentProject(LPUNKNOWN pMgaProject); 00049 void SetMetaModel(LPUNKNOWN meta); 00050 void SetModel(LPUNKNOWN model); 00051 void ChangeAspect(LONG index); 00052 void CycleAspect(void); 00053 void Invalidate(void); 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_GMECHILDFRAMEWRAPPER_H__F0C39C74_3223_4146_8CE3_9CEF67CC136A__INCLUDED_)