HireDress.h 2.2 KB

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