#if !defined(AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_) #define AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SalarySet4.h : header file // ///////////////////////////////////////////////////////////////////////////// // SalarySet4 dialog class SalarySet4 : public CDialog { CStringArray m_expendtypearray; // Construction public: void InitRule(CString str); CString m_header; CString GetRule(); BOOL CheckRange(); SalarySet4(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(SalarySet4) enum { IDD = IDD_DLGSalarySet4 }; CNumEdit m_numctrl4; CListBox m_list1; CNumEdit m_numctrl3; CNumEdit m_numctrl2; CNumEdit m_numctrl1; UINT m_money1; UINT m_money2; float m_rate; BOOL m_check1; float m_testmoney; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SalarySet4) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SalarySet4) virtual BOOL OnInitDialog(); afx_msg void OnAdd(); afx_msg void OnButton3(); virtual void OnOK(); afx_msg void OnButton2(); afx_msg void OnButton14(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SALARYSET4_H__88C0B73E_19D8_41FF_8D92_8F8AE25E8228__INCLUDED_)