77 lines
2.0 KiB
C
77 lines
2.0 KiB
C
|
#if !defined(AFX_DLG_CORP_MASSETUP_H__210ADD20_C0CB_4E23_A572_E4115260A882__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_MASSETUP_H__210ADD20_C0CB_4E23_A572_E4115260A882__INCLUDED_
|
||
|
|
||
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_MasSetup.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_MasSetup dialog
|
||
|
|
||
|
class DLG_Corp_MasSetup : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
ANS_Corp_QXTSetup m_QXT;
|
||
|
REQ_Corp_QXTSetup_Mas m_Mas;
|
||
|
// Construction
|
||
|
public:
|
||
|
REQ_Corp_QXTSetup_Mas GetParam();
|
||
|
void SetParam(ANS_Corp_QXTSetup qxt , REQ_Corp_QXTSetup_Mas mas);
|
||
|
DLG_Corp_MasSetup(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_MasSetup)
|
||
|
enum { IDD = IDD_CORP_MASSETUP };
|
||
|
COleDateTime m_tBeginTime;
|
||
|
CString m_strCmppBDIP;
|
||
|
CString m_strCmppCorpID;
|
||
|
CString m_strCmppIP;
|
||
|
CString m_strCmppNum;
|
||
|
CString m_strCmppPasswd;
|
||
|
CString m_strCmppPort;
|
||
|
CString m_strCmppUser;
|
||
|
CString m_strCmppYWCode;
|
||
|
CString m_strMasManagerIP;
|
||
|
CString m_strMasID;
|
||
|
CString m_strMasPasswd;
|
||
|
CString m_strMasVPNIP;
|
||
|
CString m_strMasC_Admin;
|
||
|
CString m_strMasC_IP;
|
||
|
CString m_strMasC_Root;
|
||
|
CString m_strMasC_TelnetPort;
|
||
|
int m_lTQ;
|
||
|
CString m_strCorpName;
|
||
|
CString m_strSmsNum;
|
||
|
CString m_strMasCPCode;
|
||
|
CString m_strMasJTCode;
|
||
|
CString m_strBZ;
|
||
|
int m_lArea;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_MasSetup)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_MasSetup)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
virtual void OnOK();
|
||
|
//}}AFX_MSG
|
||
|
DECLARE_MESSAGE_MAP()
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_DLG_CORP_MASSETUP_H__210ADD20_C0CB_4E23_A572_E4115260A882__INCLUDED_)
|