69 lines
1.7 KiB
C
69 lines
1.7 KiB
C
|
#if !defined(AFX_DLG_CORP_VIPSETUP_H__C6B45FAA_EB19_461C_BEE4_00FB0E57CC79__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_VIPSETUP_H__C6B45FAA_EB19_461C_BEE4_00FB0E57CC79__INCLUDED_
|
||
|
|
||
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_VipSetup.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_VipSetup dialog
|
||
|
|
||
|
class DLG_Corp_VipSetup : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
ANS_Corp_QXTSetup m_QXT;
|
||
|
REQ_Corp_QXTSetup_Vip m_Vip;
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetParam(ANS_Corp_QXTSetup qxt, REQ_Corp_QXTSetup_Vip vip);
|
||
|
REQ_Corp_QXTSetup_Vip GetParam();
|
||
|
DLG_Corp_VipSetup(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_VipSetup)
|
||
|
enum { IDD = IDD_CORP_VIPSETUP };
|
||
|
CString m_strCorpName;
|
||
|
CString m_strSmsNum;
|
||
|
COleDateTime m_tBirthday;
|
||
|
CString m_strBranch;
|
||
|
CString m_strBZ;
|
||
|
CString m_strCreateUser;
|
||
|
CString m_strCreateTime;
|
||
|
CString m_strEmail;
|
||
|
CString m_strFax;
|
||
|
CString m_strMobile;
|
||
|
CString m_strJob;
|
||
|
CString m_strName;
|
||
|
CString m_strNickName;
|
||
|
CString m_strQQ;
|
||
|
CString m_strTel;
|
||
|
int m_lSex;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_VipSetup)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_VipSetup)
|
||
|
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_VIPSETUP_H__C6B45FAA_EB19_461C_BEE4_00FB0E57CC79__INCLUDED_)
|