GME
13
|
00001 #if !defined(AFX_COMPINFODLG_H_INCLUDED_) 00002 #define AFX_COMPINFODLG_H_INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // CompInfoDlg.h : header file 00008 // 00009 00011 // CCompInfoDlg dialog 00012 00013 class CCompInfoDlg : public CDialog 00014 { 00015 CComPtr<IMgaRegistrar> registrar; 00016 // Construction 00017 public: 00018 CCompInfoDlg(IMgaRegistrar *reg, CWnd* pParent = NULL); // standard constructor 00019 00020 // Dialog Data 00021 //{{AFX_DATA(CCompInfoDlg) 00022 enum { IDD = IDD_COMPINFODLG }; 00023 CComboBox m_execeng; 00024 CString m_name; 00025 CString m_paradigm; 00026 CString m_engine; 00027 CString m_filename; 00028 CString m_description; 00029 CString m_progid; 00030 CString m_version; 00031 //}}AFX_DATA 00032 00033 00034 // Overrides 00035 // ClassWizard generated virtual function overrides 00036 //{{AFX_VIRTUAL(CCompInfoDlg) 00037 protected: 00038 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00039 //}}AFX_VIRTUAL 00040 00041 public: 00042 CString engine; 00043 // Implementation 00044 protected: 00045 00046 // Generated message map functions 00047 //{{AFX_MSG(CCompInfoDlg) 00048 virtual void OnOK(); 00049 virtual BOOL OnInitDialog(); 00050 //}}AFX_MSG 00051 DECLARE_MESSAGE_MAP() 00052 }; 00053 00054 //{{AFX_INSERT_LOCATION}} 00055 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00056 00057 #endif // !defined(AFX_COMPINFODLG_H_INCLUDED_)