TakeControlDlg9.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #if !defined(AFX_TakeControlDlg9_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_TakeControlDlg9_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TakeControlDlg9.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TakeControlDlg9 dialog
  10. #include "AutoCompl.h"
  11. #include "TreeComboBox.h"
  12. #include "ComboListCtrl6.h"
  13. #include "TreeComboBox2.h"
  14. class TakeControlDlg9 : public CDialog
  15. { CArray<int, int>m_checkarray;
  16. CArray<CStringArray, CStringArray>m_List1array;
  17. CArray<CStringArray, CStringArray>m_List2array;
  18. CAutoComplete m_acCombo;
  19. // Construction
  20. public:
  21. CString m_branch;
  22. CStringArray *m_pIdArray;
  23. CStringArray *m_pBranchArray;
  24. BOOL m_bModify;
  25. void ClientChange();
  26. TakeControlDlg9(CWnd* pParent = NULL); // standard constructor
  27. CString id;
  28. CString m_waiter1;
  29. CString m_waiter2;
  30. CString m_waiter3;
  31. CString m_waiter8;
  32. // Dialog Data
  33. //{{AFX_DATA(TakeControlDlg9)
  34. enum { IDD = IDD_DLGTakeControl9 };
  35. CTreeComboBox2 m_combo10;
  36. CComboBoxListCtrl6 m_List1;
  37. CComboBox m_combodatetime;
  38. CComboBox m_combobox;
  39. CComboBox m_combobox2;
  40. CComboBox m_combo4;
  41. CTreeComboBox m_combo3;
  42. CDateEdit m_editdate4;
  43. CDateEdit m_editdate3;
  44. CDateEdit m_editdate2;
  45. CDateEdit m_editdate;
  46. CTreeComboBox m_combo2;
  47. CComboBox m_combo1;
  48. CString m_name1;
  49. CString m_name2;
  50. CString m_time2;
  51. CString m_id;
  52. CString m_bz2;
  53. CString m_clothescount;
  54. CString m_outside;
  55. CString m_ren;
  56. CString m_taoxiname;
  57. CString m_time4;
  58. CString m_time5;
  59. CString m_time6;
  60. CString m_taketime;
  61. BOOL m_check3;
  62. //}}AFX_DATA
  63. // Overrides
  64. // ClassWizard generated virtual function overrides
  65. //{{AFX_VIRTUAL(TakeControlDlg9)
  66. protected:
  67. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  68. //}}AFX_VIRTUAL
  69. // Implementation
  70. protected:
  71. // Generated message map functions
  72. //{{AFX_MSG(TakeControlDlg9)
  73. virtual BOOL OnInitDialog();
  74. virtual void OnOK();
  75. afx_msg void OnSelchangeCombo5();
  76. afx_msg void OnSelchangeCombo1();
  77. afx_msg void OnSelchangeCombo11();
  78. afx_msg void OnButton1();
  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_TakeControlDlg9_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)