1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- #if !defined(AFX_TakeControlDlg9_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_TakeControlDlg9_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "AutoCompl.h"
- #include "TreeComboBox.h"
- #include "ComboListCtrl6.h"
- #include "TreeComboBox2.h"
- class TakeControlDlg9 : public CDialog
- { CArray<int, int>m_checkarray;
- CArray<CStringArray, CStringArray>m_List1array;
- CArray<CStringArray, CStringArray>m_List2array;
- CAutoComplete m_acCombo;
- public:
- CString m_branch;
- CStringArray *m_pIdArray;
- CStringArray *m_pBranchArray;
- BOOL m_bModify;
- void ClientChange();
- TakeControlDlg9(CWnd* pParent = NULL);
- CString id;
- CString m_waiter1;
- CString m_waiter2;
- CString m_waiter3;
- CString m_waiter8;
-
- enum { IDD = IDD_DLGTakeControl9 };
- CTreeComboBox2 m_combo10;
- CComboBoxListCtrl6 m_List1;
- CComboBox m_combodatetime;
- CComboBox m_combobox;
- CComboBox m_combobox2;
- CComboBox m_combo4;
- CTreeComboBox m_combo3;
- CDateEdit m_editdate4;
- CDateEdit m_editdate3;
- CDateEdit m_editdate2;
- CDateEdit m_editdate;
- CTreeComboBox m_combo2;
- CComboBox m_combo1;
- CString m_name1;
- CString m_name2;
- CString m_time2;
- CString m_id;
- CString m_bz2;
- CString m_clothescount;
- CString m_outside;
- CString m_ren;
- CString m_taoxiname;
- CString m_time4;
- CString m_time5;
- CString m_time6;
- CString m_taketime;
- BOOL m_check3;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCombo5();
- afx_msg void OnSelchangeCombo1();
- afx_msg void OnSelchangeCombo11();
- afx_msg void OnButton1();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|