TakeControlDlg1.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #if !defined(AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. #include "AutoCompl.h"
  7. #include "TreeComboBox.h"
  8. class TakeControlDlg1 : public CDialog
  9. {
  10. CArray<CStringArray, CStringArray>m_List2array;
  11. CArray<CStringArray, CStringArray>m_List1array;
  12. CAutoComplete m_acCombo;
  13. CArray<CStringArray, CStringArray>m_jdarray;
  14. // Construction
  15. public:
  16. CString m_branch;
  17. CStringArray *m_pIdArray;
  18. CStringArray *m_pBranchArray;
  19. BOOL m_bModify;
  20. void DataChange();
  21. void ClientChange();
  22. TakeControlDlg1(CWnd* pParent = NULL); // standard constructor
  23. CString id;
  24. CString m_waiter1;
  25. CString m_waiter2;
  26. CString m_waiter12;
  27. CString m_waiter22;
  28. // Dialog Data
  29. //{{AFX_DATA(TakeControlDlg1)
  30. enum { IDD = IDD_DLGTakeControl1 };
  31. CComboBox m_combobranch;
  32. CTreeComboBox m_combo22;
  33. CTreeComboBox m_combo12;
  34. CSortListCtrl2 m_List1;
  35. CSpinButtonCtrl m_spin1;
  36. CListBox m_listbox1;
  37. CComboBox m_combodatetime;
  38. CComboBox m_combobox; // Jeff.²éÕÒ¿Í»§ÏÂÀ­¿ò;
  39. CComboBox m_combobox2;
  40. CComboBox m_combo4;
  41. CComboBox m_combo3;
  42. CDateEdit m_editdate4;
  43. CDateEdit m_editdate3;
  44. CDateEdit m_editdate2;
  45. CDateEdit m_editdate;
  46. CTreeComboBox m_combo2;
  47. CTreeComboBox 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. UINT m_limitcount;
  62. CString m_dress;
  63. CString m_bz;
  64. protected:
  65. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  66. protected:
  67. virtual BOOL OnInitDialog();
  68. virtual void OnOK();
  69. afx_msg void OnSelchangeCombo5();
  70. afx_msg void OnSelchangeList1();
  71. afx_msg void OnButton1();
  72. afx_msg void OnChangeEDITtime2();
  73. afx_msg void OnSelchangeCombo11();
  74. afx_msg void OnButton2();
  75. //}}AFX_MSG
  76. DECLARE_MESSAGE_MAP()
  77. };
  78. #endif