GME  13
search.h
Go to the documentation of this file.
00001 #if !defined(AFX_SEARCH_H__70FEF477_CCBA_4AAA_B351_243E241ED5AA__INCLUDED_)
00002 #define AFX_SEARCH_H__70FEF477_CCBA_4AAA_B351_243E241ED5AA__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 // CSearch wrapper class
00014 
00015 #pragma warning(disable: 4100) // unreferenced formal parameter warning
00016 
00017 class CSearch : public CWnd
00018 {
00019 protected:
00020         DECLARE_DYNCREATE(CSearch)
00021 public:
00022         CLSID const& GetClsid()
00023         {
00024                 static CLSID const clsid
00025                         = { 0xe5fe98f1, 0xb7ad, 0x4abe, { 0x89, 0xdb, 0x87, 0xdd, 0xd9, 0xdb, 0x75, 0x3e } };
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 
00047 // Operations
00048 public:
00049         void OpenProject(LPCTSTR connStr);
00050         void SelMgaObjects(LPUNKNOWN p_selMgaObjs);
00051         void AboutBox();
00052 };
00053 
00054 #pragma warning(default: 4100) // unreferenced formal parameter warning
00055 
00056 //{{AFX_INSERT_LOCATION}}
00057 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00058 
00059 #endif // !defined(AFX_SEARCH_H__70FEF477_CCBA_4AAA_B351_243E241ED5AA__INCLUDED_)