67 lines
1.8 KiB
C++
67 lines
1.8 KiB
C++
#if !defined(AFX_DLG_C_PAY_YS_H__C41FBDB9_FCB6_4A6B_9159_BD34847B36C6__INCLUDED_)
|
|
#define AFX_DLG_C_PAY_YS_H__C41FBDB9_FCB6_4A6B_9159_BD34847B36C6__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_C_Pay_YS.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_C_Pay_YS dialog
|
|
|
|
class DLG_C_Pay_YS : public CDialog
|
|
{
|
|
public:
|
|
BOOL m_bMonPay;
|
|
BOOL m_bAddMonPay; //ÊÇ·ñÌí¼ÓÇ··ÑÕʵ¥
|
|
ANS_Corp_MonPayData m_Pay;
|
|
COleDateTime m_tPay;
|
|
// Construction
|
|
public:
|
|
void SetPayTime(COleDateTime payTime);
|
|
ANS_Corp_MonPayData GetParam();
|
|
void SetParam( ANS_Corp_MonPayData * pPay );
|
|
DLG_C_Pay_YS(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_C_Pay_YS)
|
|
enum { IDD = IDD_C_PAY_YS };
|
|
CString m_strBZ;
|
|
CString m_strPayMode;
|
|
COleDateTime m_tPayTime;
|
|
CString m_strPrice;
|
|
CString m_strPriceOne;
|
|
CString m_strSmsCount;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_C_Pay_YS)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_C_Pay_YS)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnTimer(UINT nIDEvent);
|
|
afx_msg void OnChangeCPayYsPrice();
|
|
afx_msg void OnChangeCPayYsPriceone();
|
|
afx_msg void OnChangeCPayYsSmscount();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
public:
|
|
afx_msg void OnBnClickedOk();
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_C_PAY_YS_H__C41FBDB9_FCB6_4A6B_9159_BD34847B36C6__INCLUDED_)
|