GME
13
|
00001 // MetaConnectionDlg.cpp : implementation file 00002 // 00003 00004 #include "stdafx.h" 00005 #include "gmeactivebrowser.h" 00006 #include "MetaConnectionDlg.h" 00007 00008 #ifdef _DEBUG 00009 #define new DEBUG_NEW 00010 #undef THIS_FILE 00011 static char THIS_FILE[] = __FILE__; 00012 #endif 00013 00015 // CMetaConnectionDlg dialog 00016 00017 00018 CMetaConnectionDlg::CMetaConnectionDlg(CWnd* pParent /*=NULL*/) 00019 : CDialog(CMetaConnectionDlg::IDD, pParent) 00020 { 00021 //{{AFX_DATA_INIT(CMetaConnectionDlg) 00022 m_strConnectionProperties = _T(""); 00023 //}}AFX_DATA_INIT 00024 } 00025 00026 00027 void CMetaConnectionDlg::DoDataExchange(CDataExchange* pDX) 00028 { 00029 CDialog::DoDataExchange(pDX); 00030 //{{AFX_DATA_MAP(CMetaConnectionDlg) 00031 DDX_Text(pDX, IDC_CONNECTION_PROP, m_strConnectionProperties); 00032 //}}AFX_DATA_MAP 00033 } 00034 00035 00036 BEGIN_MESSAGE_MAP(CMetaConnectionDlg, CDialog) 00037 //{{AFX_MSG_MAP(CMetaConnectionDlg) 00038 // NOTE: the ClassWizard will add message map macros here 00039 //}}AFX_MSG_MAP 00040 END_MESSAGE_MAP() 00041 00043 // CMetaConnectionDlg message handlers