GME  13
PropertiesDlg.h
Go to the documentation of this file.
00001 #if !defined(AFX_PROPERTIESDLG_H__90EB4F81_E3E6_11D3_AEF1_99E5F548FF7A__INCLUDED_)
00002 #define AFX_PROPERTIESDLG_H__90EB4F81_E3E6_11D3_AEF1_99E5F548FF7A__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // PropertiesDlg.h : header file
00008 //
00009 
00011 // CPropertiesDlg dialog
00012 
00013 class CPropertiesDlg : public CDialog
00014 {
00015 // Construction
00016 public:
00017         CPropertiesDlg(IMgaFCO *fcopt,/*int nmPos,*/ CWnd* pParent = NULL);   // standard constructor
00018 
00019 //      CGMEView *view;
00020         CComPtr<IMgaFCO> fco;
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(CPropertiesDlg)
00024         enum { IDD = IDD_PROPERTIES_DIALOG };
00025         CEdit   dep;
00026         CEdit   nameBox;
00027         CEdit   kind;
00028         CEdit   objectid;
00029         CEdit   etc;
00030         CEdit   aspect;
00031         CEdit   role;
00032         CEdit   type;
00033         CEdit   metaid;
00034         CString name;
00035         CString m_relid;
00036         //}}AFX_DATA
00037 
00038 // Overrides
00039         // ClassWizard generated virtual function overrides
00040         //{{AFX_VIRTUAL(CPropertiesDlg)
00041         protected:
00042         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00043         //}}AFX_VIRTUAL
00044 
00045 // Implementation
00046         bool editflag;
00047 protected:
00048 
00049         // Generated message map functions
00050         //{{AFX_MSG(CPropertiesDlg)
00051         virtual BOOL OnInitDialog();
00052         afx_msg void OnSetrelid();
00053         //}}AFX_MSG
00054         DECLARE_MESSAGE_MAP()
00055 
00056 
00057 public:
00058 
00059         CString m_sz_pre_edit_name;
00060         long relid;
00061 };
00062 
00063 //{{AFX_INSERT_LOCATION}}
00064 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00065 
00066 #endif // !defined(AFX_PROPERTIESDLG_H__90EB4F81_E3E6_11D3_AEF1_99E5F548FF7A__INCLUDED_)