#if !defined(AFX_DLG_SETUP_H__451ABEB7_15F5_4A60_9D29_1D13A18B21AB__INCLUDED_) #define AFX_DLG_SETUP_H__451ABEB7_15F5_4A60_9D29_1D13A18B21AB__INCLUDED_ #include "SmsCenterDlg.h" // Added by ClassView #include "afxwin.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_Setup.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_Setup dialog class DLG_Setup : public CDialog { public: SC_Setup m_Setup; // Construction public: SC_Setup GetPara(); void SetPara( SC_Setup setup ); DLG_Setup(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_Setup) enum { IDD = IDD_SETUP }; CComboBox m_L_Address; CEdit m_E_DBUser3; CEdit m_E_DBUser2; CEdit m_E_DBPassword3; CEdit m_E_DBPassword2; CEdit m_E_DBName3; CEdit m_E_DBName2; CEdit m_E_IPName; CEdit m_E_MQ_Server; CEdit m_E_MQ_QSendP; CEdit m_E_MQ_QSendB; CEdit m_E_MQ_QRecv; CEdit m_E_MQ_QM; CStatic m_S_DBUser; CStatic m_S_DBPassword; CEdit m_E_DBUser; CEdit m_E_DBPassword; CComboBox m_L_DBType; CButton m_B_DBSelDB; CEdit m_E_DBName; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_Setup) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_Setup) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeSetupDbType(); afx_msg void OnSetupDbSeldb(); afx_msg void OnSetupIpFilenameSel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: CButton m_B_Zlib; CButton m_B_Zlib_Manager; afx_msg void OnBnClickedOk(); CButton m_B_XY; CEdit m_E_Provider; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_SETUP_H__451ABEB7_15F5_4A60_9D29_1D13A18B21AB__INCLUDED_)