61 lines
1.5 KiB
C
61 lines
1.5 KiB
C
|
#if !defined(AFX_DLG_CORP_QXTSETUP_H__A96047E3_9B76_4E3F_86A0_0B58A263ADD6__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_QXTSETUP_H__A96047E3_9B76_4E3F_86A0_0B58A263ADD6__INCLUDED_
|
||
|
|
||
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_QXTSetup.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_QXTSetup dialog
|
||
|
|
||
|
class DLG_Corp_QXTSetup : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
ANS_Corp_QXTSetup m_QXT;
|
||
|
|
||
|
// Construction
|
||
|
public:
|
||
|
ANS_Corp_QXTSetup GetParam();
|
||
|
void SetParam(ANS_Corp_QXTSetup qxt);
|
||
|
DLG_Corp_QXTSetup(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_QXTSetup)
|
||
|
enum { IDD = IDD_CORP_QXTSETUP };
|
||
|
CString m_strCorpName;
|
||
|
CString m_strSmsNum;
|
||
|
CString m_strQXT_Code;
|
||
|
CString m_strQXT_CorpID;
|
||
|
CString m_strQXT_Passwd;
|
||
|
CString m_strQXT_SmsNum;
|
||
|
CString m_strQXT_User;
|
||
|
int m_lTQ;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_QXTSetup)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_QXTSetup)
|
||
|
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_QXTSETUP_H__A96047E3_9B76_4E3F_86A0_0B58A263ADD6__INCLUDED_)
|