SetPercentAll.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_)
  2. #define AFX_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetPercentAll.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetPercentAll dialog
  10. class SetPercentAll : public CDialog
  11. {
  12. // Construction
  13. public:
  14. SetPercentAll(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(SetPercentAll)
  17. enum { IDD = IDD_DLGSetPercentAll };
  18. CNumEdit m_editnum5;
  19. CNumEdit m_editnum4;
  20. CNumEdit m_editnum3;
  21. CNumEdit m_editnum2;
  22. CNumEdit m_editnum1;
  23. CString m_rate1;
  24. CString m_rate2;
  25. CString m_rate3;
  26. CString m_rate4;
  27. CString m_rate5;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SetPercentAll)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(SetPercentAll)
  39. virtual void OnOK();
  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_SETPERCENTALL_H__81D7FB9D_01E9_41B1_BA80_95AB9292070B__INCLUDED_)