SetRate1.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #if !defined(AFX_SETRATE1_H__D27B6892_07A9_49B4_8B56_B84071430A37__INCLUDED_)
  2. #define AFX_SETRATE1_H__D27B6892_07A9_49B4_8B56_B84071430A37__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetRate1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetRate1 dialog
  10. class SetRate1 : public CDialog
  11. {
  12. // Construction
  13. public:
  14. SetRate1(CWnd* pParent = NULL); // standard constructor
  15. int m_mode;
  16. // Dialog Data
  17. //{{AFX_DATA(SetRate1)
  18. enum { IDD = IDD_DLGSetRate1 };
  19. CNumEdit m_editnum4;
  20. CNumEdit m_editnum3;
  21. CNumEdit m_editnum2;
  22. CNumEdit m_editnum1;
  23. int m_data1;
  24. CString m_data2;
  25. CString m_data3;
  26. CString m_data4;
  27. CString m_data5;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(SetRate1)
  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(SetRate1)
  39. virtual BOOL OnInitDialog();
  40. virtual void OnOK();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SETRATE1_H__D27B6892_07A9_49B4_8B56_B84071430A37__INCLUDED_)