HireDress2.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #if !defined(AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)
  2. #define AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HireDress2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // HireDress2 dialog
  10. #include "MultiLineListBox.h"
  11. class HireDress2 : public CDialog
  12. {
  13. CString m_picpath;
  14. Image *m_pImg;
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. CStringArray m_seldressarray;
  17. CStringArray m_needgetbalancearray;
  18. // Construction
  19. public:
  20. BOOL CheckEarlyWarning();
  21. HireDress2(CWnd* pParent = NULL); // standard constructor
  22. BOOL m_bAdd;
  23. // Dialog Data
  24. //{{AFX_DATA(HireDress2)
  25. enum { IDD = IDD_DLGHireDress2 };
  26. CDateEdit m_datectrl5;
  27. CDateEdit m_datectrl4;
  28. CNumEdit m_editctrl3;
  29. CMultiLineListBox m_List1;
  30. CComboBox m_comboname;
  31. CDateEdit m_datectrl2;
  32. CString m_id;
  33. CString m_inputdate;
  34. CString m_clerk;
  35. CString m_balance;
  36. CString m_count;
  37. CString m_no;
  38. CString m_remark;
  39. CString m_date1;
  40. CString m_date2;
  41. CString m_sellcot;
  42. //}}AFX_DATA
  43. // Overrides
  44. // ClassWizard generated virtual function overrides
  45. //{{AFX_VIRTUAL(HireDress2)
  46. protected:
  47. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  48. //}}AFX_VIRTUAL
  49. // Implementation
  50. protected:
  51. // Generated message map functions
  52. //{{AFX_MSG(HireDress2)
  53. virtual BOOL OnInitDialog();
  54. virtual void OnOK();
  55. afx_msg void OnSelchangeCOMBOname();
  56. afx_msg void OnDestroy();
  57. afx_msg void OnPaint();
  58. afx_msg void OnAddDress();
  59. afx_msg void OnDelDress();
  60. afx_msg void OnButton3();
  61. afx_msg void OnStatic4();
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_HireDress2_H__C649F703_3FB2_480E_8446_941D9EC486A1__INCLUDED_)