GME  13
MetaConnectionDlg.h
Go to the documentation of this file.
00001 #if !defined(AFX_METACONNECTIONDLG_H__D9CF8796_999D_45DF_ACF9_92DAA165D544__INCLUDED_)
00002 #define AFX_METACONNECTIONDLG_H__D9CF8796_999D_45DF_ACF9_92DAA165D544__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // MetaConnectionDlg.h : header file
00008 //
00009 
00011 // CMetaConnectionDlg dialog
00012 
00013 class CMetaConnectionDlg : public CDialog
00014 {
00015 // Construction
00016 public:
00017         CMetaConnectionDlg(CWnd* pParent = NULL);   // standard constructor
00018 
00019 // Dialog Data
00020         //{{AFX_DATA(CMetaConnectionDlg)
00021         enum { IDD = IDD_META_CONNECTION_DIALOG };
00022         CString m_strConnectionProperties;
00023         //}}AFX_DATA
00024 
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CMetaConnectionDlg)
00029         protected:
00030         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00031         //}}AFX_VIRTUAL
00032 
00033 // Implementation
00034 protected:
00035 
00036         // Generated message map functions
00037         //{{AFX_MSG(CMetaConnectionDlg)
00038                 // NOTE: the ClassWizard will add member functions here
00039         //}}AFX_MSG
00040         DECLARE_MESSAGE_MAP()
00041 };
00042 
00043 //{{AFX_INSERT_LOCATION}}
00044 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00045 
00046 #endif // !defined(AFX_METACONNECTIONDLG_H__D9CF8796_999D_45DF_ACF9_92DAA165D544__INCLUDED_)