GME
13
|
#include <AttachLibDlg.h>
Public Types | |
enum | { IDD = IDD_ATTACH_LIB_DIALOG } |
Public Member Functions | |
CAttachLibDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CString | m_strCaption |
CString | m_strParentConnection |
CString | relativePath |
CString | currentMgaPath |
CString | m_strConnString |
BOOL | m_bOptimized |
BOOL | m_bRelativePath |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnOK () |
afx_msg void | OnBrowse () |
virtual BOOL | OnInitDialog () |
Definition at line 13 of file AttachLibDlg.h.
anonymous enum |
Definition at line 25 of file AttachLibDlg.h.
CAttachLibDlg::CAttachLibDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 22 of file AttachLibDlg.cpp.
void CAttachLibDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 33 of file AttachLibDlg.cpp.
void CAttachLibDlg::OnBrowse | ( | ) | [protected] |
Definition at line 80 of file AttachLibDlg.cpp.
BOOL CAttachLibDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 103 of file AttachLibDlg.cpp.
void CAttachLibDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 53 of file AttachLibDlg.cpp.
CString CAttachLibDlg::currentMgaPath |
Definition at line 20 of file AttachLibDlg.h.
Definition at line 27 of file AttachLibDlg.h.
Definition at line 28 of file AttachLibDlg.h.
CString CAttachLibDlg::m_strCaption |
Definition at line 17 of file AttachLibDlg.h.
CString CAttachLibDlg::m_strConnString |
Definition at line 26 of file AttachLibDlg.h.
Definition at line 18 of file AttachLibDlg.h.
CString CAttachLibDlg::relativePath |
Definition at line 19 of file AttachLibDlg.h.