67 lines
1.8 KiB
C
67 lines
1.8 KiB
C
|
#if !defined(AFX_DLG_CORP_VIPINT_H__63F54F17_CBD7_49B2_A9D7_4B76BD8DC538__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_VIPINT_H__63F54F17_CBD7_49B2_A9D7_4B76BD8DC538__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_VipInt.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_VipInt dialog
|
||
|
#include "..\public\reportctrl\ReportCtrl.h"
|
||
|
|
||
|
typedef CTypedPtrList<CPtrList, REQ_Corp_QXTSetup_VipInt*> CVipInt;
|
||
|
|
||
|
class DLG_Corp_VipInt : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
CVipInt m_VipInt;
|
||
|
ANS_Corp_QXTSetup m_QXT;
|
||
|
long m_lModifyCount;
|
||
|
long m_lModifyType;
|
||
|
protected:
|
||
|
CImageList m_Image;
|
||
|
REQ_Corp_QXTSetup_VipInt * m_pVipIntData;
|
||
|
// Construction
|
||
|
public:
|
||
|
long GetCurrentSelected();
|
||
|
void SetParam(ANS_Corp_QXTSetup Qxt, REQ_Corp_QXTSetup_VipInt *pVipIntData,long lModifyType);
|
||
|
DLG_Corp_VipInt(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_VipInt)
|
||
|
enum { IDD = IDD_CORP_VIPINT };
|
||
|
CReportCtrl m_wndList;
|
||
|
CString m_strCorpName;
|
||
|
CString m_strInt;
|
||
|
CString m_strSmsNum;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_VipInt)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_VipInt)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnCorpVipintAdd();
|
||
|
afx_msg void OnCorpVipintSee();
|
||
|
afx_msg void OnDblclkCorpVipintList(NMHDR* pNMHDR, LRESULT* pResult);
|
||
|
afx_msg void OnCorpVipintLp();
|
||
|
//}}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_H__63F54F17_CBD7_49B2_A9D7_4B76BD8DC538__INCLUDED_)
|