SmsManager/DLG_Corp_FuncPay_Modify.h
2025-01-14 10:46:18 +08:00

78 lines
2.0 KiB
C++

#if !defined(AFX_DLG_CORP_FUNCPAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_)
#define AFX_DLG_CORP_FUNCPAY_MODIFY_H__77FF1357_52DF_43BB_8A82_2BE1D6DD59F6__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#include "atlcomtime.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_FuncPay_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_FuncPay_Modify dialog
class DLG_Corp_FuncPay_Modify : public CDialog
{
protected:
ANS_Corp_FuncPayData m_Pay;
BOOL m_bAdd;
// Construction
public:
void ResetSMSUsed();
void SetParam( ANS_Corp_FuncPayData pay , BOOL bAdd=true );
ANS_Corp_FuncPayData GetParam();
DLG_Corp_FuncPay_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_FuncPay_Modify)
enum { IDD = IDD_CORP_FUNCPAY_MODIFY };
CString m_strBZ;
CString m_strPayMode;
CString m_strPayName;
CString m_strPrice;
CString m_strPayTime;
CString m_strCreateUser;
BOOL m_bTest;
BOOL m_bYS;
int m_lFuncID;
int m_lType;
BOOL m_bFP;
CString m_strPresent;
CString m_strPriceOne;
CString m_strSMSCount;
CString m_strTCPer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_FuncPay_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_FuncPay_Modify)
virtual BOOL OnInitDialog();
afx_msg void OnChangeCorpPaymodifyPrice();
afx_msg void OnChangeCorpPaymodifyPriceone();
afx_msg void OnChangeCorpPaymodifyPresend();
afx_msg void OnSelchangeCorpPaymodifyFunc();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
COleDateTime m_tYSTime;
CComboBox m_L_PayMode;
};
//{{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_)