GME  13
console.h
Go to the documentation of this file.
00001 #if !defined(AFX_CONSOLE_H__AEAA39FE_41DB_43E1_BC64_1C05D697E3F4__INCLUDED_)
00002 #define AFX_CONSOLE_H__AEAA39FE_41DB_43E1_BC64_1C05D697E3F4__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 // CConsole wrapper class
00014 
00015 class CConsole : public CWnd
00016 {
00017 protected:
00018         DECLARE_DYNCREATE(CConsole)
00019 public:
00020         ~CConsole();
00021         CLSID const& GetClsid()
00022         {
00023                 static CLSID const clsid
00024                         = { 0xe4eb8324, 0x13f0, 0x46cb, { 0x96, 0xa3, 0xf5, 0x39, 0xdf, 0x7f, 0x79, 0xd4 } };
00025                 return clsid;
00026         }
00027         virtual BOOL Create(LPCTSTR /*lpszClassName*/,
00028                 LPCTSTR lpszWindowName, DWORD dwStyle,
00029                 const RECT& rect,
00030                 CWnd* pParentWnd, UINT nID,
00031                 CCreateContext* /*pContext = NULL*/)
00032         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
00033 
00034     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
00035                 const RECT& rect, CWnd* pParentWnd, UINT nID,
00036                 CFile* pPersist = NULL, BOOL bStorage = FALSE,
00037                 BSTR bstrLicKey = NULL)
00038         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
00039                 pPersist, bStorage, bstrLicKey); }
00040 
00041 // Attributes
00042 public:
00043         CString GetContents();
00044         void SetContents(LPCTSTR);
00045         CString Get_Contents();
00046         void Set_Contents(LPCTSTR);
00047 
00048 // Operations
00049 public:
00050         void Message(LPCTSTR str, short type);
00051         void Clear();
00052         void AboutBox();
00053         void SetGMEApp(IDispatch *idp);
00054         void SetGMEProj(IDispatch *idp);
00055         void NavigateTo(LPCTSTR url);
00056         void RunCode(BSTR code);
00057 };
00058 
00059 //{{AFX_INSERT_LOCATION}}
00060 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00061 
00062 #endif // !defined(AFX_CONSOLE_H__AEAA39FE_41DB_43E1_BC64_1C05D697E3F4__INCLUDED_)