#if !defined(AFX_DLG_MASSETUP_H__34B4BDAA_03A2_4668_9DC2_A3526BEA6744__INCLUDED_) #define AFX_DLG_MASSETUP_H__34B4BDAA_03A2_4668_9DC2_A3526BEA6744__INCLUDED_ #include "StdAfx.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_MasSetup.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_MasSetup dialog class DLG_MasSetup : public CDialog { public: SM_Setup m_Setup; // Construction public: SM_Setup GetParam(); void SetParam(SM_Setup setup); DLG_MasSetup(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_MasSetup) enum { IDD = IDD_MASSETUP }; CString m_strCode; CString m_strCount; CString m_strDBName; BOOL m_bEnable; CString m_strIP; CString m_strPasswd; int m_lProv; CString m_strUser; long m_lMaxLen; BOOL m_bCM; long m_lMaxSend; BOOL m_bWW; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_MasSetup) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_MasSetup) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnMassetupReset(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_MASSETUP_H__34B4BDAA_03A2_4668_9DC2_A3526BEA6744__INCLUDED_)