GME
13
|
00001 #if !defined(AFX_ATTACHLIBDLG_H__E31DD301_7B06_493A_A336_3988CDD1F2DF__INCLUDED_) 00002 #define AFX_ATTACHLIBDLG_H__E31DD301_7B06_493A_A336_3988CDD1F2DF__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // AttachLibDlg.h : header file 00008 // 00009 00011 // CAttachLibDlg dialog 00012 00013 class CAttachLibDlg : public CDialog 00014 { 00015 // Construction 00016 public: 00017 CString m_strCaption; 00018 CString m_strParentConnection; 00019 CString relativePath; 00020 CString currentMgaPath; 00021 CAttachLibDlg(CWnd* pParent = NULL); // standard constructor 00022 00023 // Dialog Data 00024 //{{AFX_DATA(CAttachLibDlg) 00025 enum { IDD = IDD_ATTACH_LIB_DIALOG }; 00026 CString m_strConnString; 00027 BOOL m_bOptimized; 00028 BOOL m_bRelativePath; 00029 //}}AFX_DATA 00030 00031 00032 // Overrides 00033 // ClassWizard generated virtual function overrides 00034 //{{AFX_VIRTUAL(CAttachLibDlg) 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(CAttachLibDlg) 00044 virtual void OnOK(); 00045 afx_msg void OnBrowse(); 00046 virtual BOOL OnInitDialog(); 00047 //}}AFX_MSG 00048 DECLARE_MESSAGE_MAP() 00049 }; 00050 00051 //{{AFX_INSERT_LOCATION}} 00052 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00053 00054 #endif // !defined(AFX_ATTACHLIBDLG_H__E31DD301_7B06_493A_A336_3988CDD1F2DF__INCLUDED_)