ReCharge.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_)
  2. #define AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReCharge.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ReCharge dialog
  10. class ReCharge : public CDialog
  11. {
  12. // Construction
  13. public:
  14. ReCharge(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(ReCharge)
  17. enum { IDD = IDD_RECHARGE };
  18. CNumEdit m_editnum2;
  19. CNumEdit m_editnum1;
  20. CString m_account;
  21. CString m_name;
  22. CString m_money;
  23. CString m_count;
  24. CString m_price;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(ReCharge)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(ReCharge)
  36. virtual void OnOK();
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnChangeEDITmoney();
  39. afx_msg void OnChangeEDITcount();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_ReCharge_H__71AD080C_8B9E_48FD_915B_A19ABC1EBE24__INCLUDED_)