99 lines
2.7 KiB
C
99 lines
2.7 KiB
C
|
#if !defined(AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_
|
||
|
|
||
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_Pay_Modify.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_Pay_Modify dialog
|
||
|
|
||
|
class DLG_Corp_Pay_Modify : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
BOOL m_bSOS;
|
||
|
protected:
|
||
|
ANS_Corp_PayData m_Pay;
|
||
|
BOOL m_bAdd;
|
||
|
ANS_Corp_Pay m_CorpData;
|
||
|
ANS_Corp_MemberData * m_pMemberData;
|
||
|
BOOL m_bCommend;
|
||
|
ANS_Corp_SeeData m_corp;
|
||
|
|
||
|
// Construction
|
||
|
public:
|
||
|
void SetCorpData(ANS_Corp_Pay pay,ANS_Corp_MemberData * pMemberData,BOOL bCommend,ANS_Corp_SeeData corp);
|
||
|
void SetParam( ANS_Corp_PayData pay , BOOL bAdd=true );
|
||
|
void ResetSMSUsed();
|
||
|
ANS_Corp_PayData GetParam();
|
||
|
DLG_Corp_Pay_Modify(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_Pay_Modify)
|
||
|
enum { IDD = IDD_CORP_PAY_MODIFY };
|
||
|
CButton m_B_Commend;
|
||
|
CComboBox m_L_PayMode;
|
||
|
CComboBox m_L_LXRID;
|
||
|
CComboBox m_L_Price;
|
||
|
CComboBox m_L_LPPrice;
|
||
|
CString m_strBZ;
|
||
|
COleDateTime m_tOvrTime;
|
||
|
CString m_strPayMode;
|
||
|
CString m_strPayName;
|
||
|
CString m_strPresent;
|
||
|
CString m_strPrice;
|
||
|
CString m_strPriceOne;
|
||
|
CString m_strSMSCount;
|
||
|
CString m_strPayTime;
|
||
|
CString m_strCreateUser;
|
||
|
BOOL m_bTest;
|
||
|
BOOL m_bYS;
|
||
|
int m_lPayType;
|
||
|
BOOL m_bFP;
|
||
|
CString m_strLPPrice;
|
||
|
int m_lLPType;
|
||
|
int m_lYSType;
|
||
|
int m_lCommend_Vipint;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_Pay_Modify)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_Pay_Modify)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnChangeCorpPaymodifyLpprice();
|
||
|
afx_msg void OnChangeCorpPaymodifyPrice();
|
||
|
afx_msg void OnChangeCorpPaymodifyPriceone();
|
||
|
afx_msg void OnChangeCorpPaymodifyPresend();
|
||
|
afx_msg void OnSelchangeCorpPaymodifyPaytype();
|
||
|
afx_msg void OnSelchangeCorpPaymodifyPrice();
|
||
|
afx_msg void OnEditchangeCorpPaymodifyPrice();
|
||
|
afx_msg void OnTimer(UINT nIDEvent);
|
||
|
afx_msg void OnSelchangeCorpPaymodifyPaymode();
|
||
|
afx_msg void OnCorpPaymodifyCommend();
|
||
|
afx_msg void OnSelchangeCorpPaymodifyLpprice();
|
||
|
afx_msg void OnEditchangeCorpPaymodifyLpprice();
|
||
|
//}}AFX_MSG
|
||
|
DECLARE_MESSAGE_MAP()
|
||
|
public:
|
||
|
COleDateTime m_tYSTime;
|
||
|
afx_msg void OnBnClickedOk();
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_DLG_CORP_PAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_)
|