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