TakeControlDlg1.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 // _MSC_VER > 1000
  6. // TakeControlDlg1.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TakeControlDlg1 dialog
  10. #include "AutoCompl.h"
  11. #include "TreeComboBox.h"
  12. class TakeControlDlg1 : public CDialog
  13. {
  14. CArray<CStringArray, CStringArray>m_List2array;
  15. CArray<CStringArray, CStringArray>m_List1array;
  16. CAutoComplete m_acCombo;
  17. CArray<CStringArray, CStringArray>m_jdarray;
  18. // Construction
  19. public:
  20. CString m_branch;
  21. CStringArray *m_pIdArray;
  22. CStringArray *m_pBranchArray;
  23. BOOL m_bModify;
  24. void DataChange();
  25. void ClientChange();
  26. TakeControlDlg1(CWnd* pParent = NULL); // standard constructor
  27. CString id;
  28. CString m_waiter1;
  29. CString m_waiter2;
  30. CString m_waiter12;
  31. CString m_waiter22;
  32. // Dialog Data
  33. //{{AFX_DATA(TakeControlDlg1)
  34. enum { IDD = IDD_DLGTakeControl1 };
  35. CComboBox m_combobranch;
  36. CTreeComboBox m_combo22;
  37. CTreeComboBox m_combo12;
  38. CSortListCtrl2 m_List1;
  39. CSpinButtonCtrl m_spin1;
  40. CListBox m_listbox1;
  41. CComboBox m_combodatetime;
  42. CComboBox m_combobox; // Jeff.²éÕÒ¿Í»§ÏÂÀ­¿ò;
  43. CComboBox m_combobox2;
  44. CComboBox m_combo4;
  45. CComboBox m_combo3;
  46. CDateEdit m_editdate4;
  47. CDateEdit m_editdate3;
  48. CDateEdit m_editdate2;
  49. CDateEdit m_editdate;
  50. CTreeComboBox m_combo2;
  51. CTreeComboBox m_combo1;
  52. CString m_name1;
  53. CString m_name2;
  54. CString m_time2;
  55. CString m_id;
  56. CString m_bz2;
  57. CString m_clothescount;
  58. CString m_outside;
  59. CString m_ren;
  60. CString m_taoxiname;
  61. CString m_time4;
  62. CString m_time5;
  63. CString m_time6;
  64. CString m_taketime;
  65. UINT m_limitcount;
  66. CString m_dress;
  67. CString m_bz;
  68. //}}AFX_DATA
  69. // Overrides
  70. // ClassWizard generated virtual function overrides
  71. //{{AFX_VIRTUAL(TakeControlDlg1)
  72. protected:
  73. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  74. //}}AFX_VIRTUAL
  75. // Implementation
  76. protected:
  77. // Generated message map functions
  78. //{{AFX_MSG(TakeControlDlg1)
  79. virtual BOOL OnInitDialog();
  80. virtual void OnOK();
  81. afx_msg void OnSelchangeCombo5();
  82. afx_msg void OnSelchangeList1();
  83. afx_msg void OnButton1();
  84. afx_msg void OnChangeEDITtime2();
  85. afx_msg void OnSelchangeCombo11();
  86. afx_msg void OnButton2();
  87. //}}AFX_MSG
  88. DECLARE_MESSAGE_MAP()
  89. };
  90. //{{AFX_INSERT_LOCATION}}
  91. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  92. #endif // !defined(AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)