62 lines
1.7 KiB
C++
62 lines
1.7 KiB
C++
#if !defined(AFX_DLG_CORP_VIPINT_MODIFY_H__909C2BA6_6A00_4BE5_B21C_3EEA258C9B36__INCLUDED_)
|
|
#define AFX_DLG_CORP_VIPINT_MODIFY_H__909C2BA6_6A00_4BE5_B21C_3EEA258C9B36__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Corp_VipInt_Modify.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Corp_VipInt_Modify dialog
|
|
|
|
class DLG_Corp_VipInt_Modify : public CDialog
|
|
{
|
|
protected:
|
|
REQ_Corp_QXTSetup_VipInt m_VipInt;
|
|
BOOL m_bAdd;
|
|
ANS_Corp_QXTSetup m_QXT;
|
|
long m_lAddType;
|
|
|
|
// Construction
|
|
public:
|
|
void SetParam( long lType );
|
|
REQ_Corp_QXTSetup_VipInt GetParam();
|
|
void SetParam(ANS_Corp_QXTSetup Qxt , REQ_Corp_QXTSetup_VipInt VipInt , BOOL bAdd);
|
|
DLG_Corp_VipInt_Modify(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Corp_VipInt_Modify)
|
|
enum { IDD = IDD_CORP_VIPINT_MODIFY };
|
|
CString m_strBZ;
|
|
CString m_strCreateTime;
|
|
CString m_strCreateUser;
|
|
CString m_strInt;
|
|
int m_lType;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Corp_VipInt_Modify)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Corp_VipInt_Modify)
|
|
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_VIPINT_MODIFY_H__909C2BA6_6A00_4BE5_B21C_3EEA258C9B36__INCLUDED_)
|