62 lines
1.6 KiB
C
62 lines
1.6 KiB
C
|
#if !defined(AFX_DLG_CORP_PAYTOUSER_H__F9DE8D28_D9F9_45AF_A0E7_AC51B384849F__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_PAYTOUSER_H__F9DE8D28_D9F9_45AF_A0E7_AC51B384849F__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_PayToUser.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_PayToUser dialog
|
||
|
|
||
|
class DLG_Corp_PayToUser : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
REQ_Corp_HSSms m_HSSms;
|
||
|
|
||
|
// Construction
|
||
|
public:
|
||
|
void ResetSMSUsed();
|
||
|
void SetParam(REQ_Corp_HSSms HSSms);
|
||
|
DLG_Corp_PayToUser(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_PayToUser)
|
||
|
enum { IDD = IDD_CORP_PAYTOUSER };
|
||
|
CString m_strType;
|
||
|
CString m_strBZ;
|
||
|
CString m_strName;
|
||
|
CString m_strPrice;
|
||
|
CString m_strPriceOne;
|
||
|
CString m_strSmsCount;
|
||
|
CString m_strTHCount;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_PayToUser)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_PayToUser)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnTimer(UINT nIDEvent);
|
||
|
virtual void OnOK();
|
||
|
afx_msg void OnChangeCorpPaytouserTypeThcount();
|
||
|
afx_msg void OnChangeCorpPaytouserTypePriceone();
|
||
|
//}}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_PAYTOUSER_H__F9DE8D28_D9F9_45AF_A0E7_AC51B384849F__INCLUDED_)
|