58 lines
1.5 KiB
C++
58 lines
1.5 KiB
C++
#if !defined(AFX_DLG_TJVIPINT_H__E3EDEDAF_8ABE_42D7_B038_2B0014D4C0E9__INCLUDED_)
|
|
#define AFX_DLG_TJVIPINT_H__E3EDEDAF_8ABE_42D7_B038_2B0014D4C0E9__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_TJVipInt.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_TJVipInt dialog
|
|
class CMainFrame;
|
|
class DLG_TJVipInt : public CDialog
|
|
{
|
|
public:
|
|
CMainFrame * m_pMainFrame;
|
|
// Construction
|
|
public:
|
|
void ResetSMSUsed();
|
|
DLG_TJVipInt(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_TJVipInt)
|
|
enum { IDD = IDD_TJVIPINT };
|
|
CString m_strPrice;
|
|
CString m_strPriceOne;
|
|
CString m_strSMSCount;
|
|
CString m_strPresent;
|
|
CString m_strPriceOne2;
|
|
CString m_strVipInt;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_TJVipInt)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_TJVipInt)
|
|
afx_msg void OnChangeUserPaymodifyPrice();
|
|
afx_msg void OnChangeUserPaymodifyPriceone();
|
|
afx_msg void OnChangeUserPaymodifyPresend();
|
|
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_TJVIPINT_H__E3EDEDAF_8ABE_42D7_B038_2B0014D4C0E9__INCLUDED_)
|