SalarySet4.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #if !defined(AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_)
  2. #define AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SalarySet4.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SalarySet4 dialog
  10. class SalarySet4 : public CDialog
  11. {
  12. CStringArray m_expendtypearray;
  13. // Construction
  14. public:
  15. void InitRule(CString str);
  16. CString m_header;
  17. CString GetRule();
  18. BOOL CheckRange();
  19. SalarySet4(CWnd* pParent = NULL); // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(SalarySet4)
  22. enum { IDD = IDD_DLGSalarySet4 };
  23. CNumEdit m_numctrl4;
  24. CListBox m_list1;
  25. CNumEdit m_numctrl3;
  26. CNumEdit m_numctrl2;
  27. CNumEdit m_numctrl1;
  28. UINT m_money1;
  29. UINT m_money2;
  30. float m_rate;
  31. BOOL m_check1;
  32. float m_testmoney;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(SalarySet4)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(SalarySet4)
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnAdd();
  46. afx_msg void OnButton3();
  47. virtual void OnOK();
  48. afx_msg void OnButton2();
  49. afx_msg void OnButton14();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_)