InputWork.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #if !defined(AFX_InputWork_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_InputWork_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InputWork.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // InputWork dialog
  10. #include "AutoCompl.h"
  11. #include "TreeComboBox.h"
  12. class InputWork : public CDialog
  13. {
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. CAutoComplete m_acCombo;
  16. // Construction
  17. public:
  18. int m_mode;
  19. void ClientChange();
  20. InputWork(CWnd* pParent = NULL); // standard constructor
  21. CString id;
  22. CString m_waiter1;
  23. CString m_waiter2;
  24. CString m_waiter3;
  25. CString m_waiter8;
  26. // Dialog Data
  27. //{{AFX_DATA(InputWork)
  28. enum { IDD = IDD_DLGInputWork };
  29. CNumEdit m_editctrl3;
  30. CNumEdit m_editctrl2;
  31. CNumEdit m_editctrl1;
  32. CComboBox m_combodatetime;
  33. CComboBox m_combobox;
  34. CComboBox m_combo4;
  35. CComboBox m_combo3;
  36. CDateEdit m_editdate4;
  37. CDateEdit m_editdate3;
  38. CDateEdit m_editdate2;
  39. CDateEdit m_editdate;
  40. CComboBox m_combo2;
  41. CTreeComboBox m_combo1;
  42. CString m_name1;
  43. CString m_name2;
  44. CString m_time2;
  45. CString m_id;
  46. CString m_bz2;
  47. CString m_clothescount;
  48. CString m_outside;
  49. CString m_ren;
  50. CString m_taoxiname;
  51. CString m_time4;
  52. CString m_time5;
  53. CString m_time6;
  54. CString m_taketime;
  55. CString m_count1;
  56. CString m_count2;
  57. CString m_count3;
  58. //}}AFX_DATA
  59. // Overrides
  60. // ClassWizard generated virtual function overrides
  61. //{{AFX_VIRTUAL(InputWork)
  62. protected:
  63. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  64. //}}AFX_VIRTUAL
  65. // Implementation
  66. protected:
  67. // Generated message map functions
  68. //{{AFX_MSG(InputWork)
  69. virtual BOOL OnInitDialog();
  70. virtual void OnOK();
  71. afx_msg void OnSelchangeCombo5();
  72. //}}AFX_MSG
  73. DECLARE_MESSAGE_MAP()
  74. };
  75. //{{AFX_INSERT_LOCATION}}
  76. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  77. #endif // !defined(AFX_InputWork_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)