GME
13
|
00001 #if !defined(AFX_PARADIGMPROPERTIESDLG_H__12D6E035_2A61_47DF_AC05_8BE55A9282FD__INCLUDED_) 00002 #define AFX_PARADIGMPROPERTIESDLG_H__12D6E035_2A61_47DF_AC05_8BE55A9282FD__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // ParadigmPropertiesDlg.h : header file 00008 // 00009 00011 // CParadigmPropertiesDlg dialog 00012 00013 class CParadigmPropertiesDlg : public CDialog 00014 { 00015 // Construction 00016 public: 00017 CParadigmPropertiesDlg(CWnd* pParent = NULL); // standard constructor 00018 00019 // Dialog Data 00020 //{{AFX_DATA(CParadigmPropertiesDlg) 00021 enum { IDD = IDD_PARADIGMPROPERTIES_DIALOG }; 00022 CEdit version; 00023 CEdit name; 00024 CEdit guid; 00025 CEdit modified; 00026 CEdit created; 00027 CEdit comment; 00028 CEdit author; 00029 //}}AFX_DATA 00030 00031 00032 // Overrides 00033 // ClassWizard generated virtual function overrides 00034 //{{AFX_VIRTUAL(CParadigmPropertiesDlg) 00035 protected: 00036 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00037 //}}AFX_VIRTUAL 00038 00039 // Implementation 00040 protected: 00041 00042 // Generated message map functions 00043 //{{AFX_MSG(CParadigmPropertiesDlg) 00044 virtual BOOL OnInitDialog(); 00045 //}}AFX_MSG 00046 DECLARE_MESSAGE_MAP() 00047 00048 BOOL PreTranslateMessage(MSG* pMsg); 00049 }; 00050 00051 //{{AFX_INSERT_LOCATION}} 00052 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00053 00054 #endif // !defined(AFX_PARADIGMPROPERTIESDLG_H__12D6E035_2A61_47DF_AC05_8BE55A9282FD__INCLUDED_)