#if !defined(AFX_CONDLG_H__671D31E9_1141_11D4_812A_00105A07EA1C__INCLUDED_) #define AFX_CONDLG_H__671D31E9_1141_11D4_812A_00105A07EA1C__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ConDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CConnectDialog dialog class CConnectDialog : public CDialog { // Construction public: CString m_strAddress; BOOL m_bLoadDiaolg; CConnectDialog(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CConnectDialog) enum { IDD = IDD_CONNECT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CConnectDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CConnectDialog) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CONDLG_H__671D31E9_1141_11D4_812A_00105A07EA1C__INCLUDED_)