12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_)
- #define AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ReCharge.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ReCharge dialog
- class ReCharge : public CDialog
- {
- // Construction
- public:
- ReCharge(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(ReCharge)
- enum { IDD = IDD_RECHARGE };
- CNumEdit m_editnum2;
- CNumEdit m_editnum1;
- CString m_account;
- CString m_name;
- CString m_money;
- CString m_count;
- CString m_price;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ReCharge)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ReCharge)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEDITmoney();
- afx_msg void OnChangeEDITcount();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_)
|