1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- #if !defined(AFX_TakeControlDlg2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_TakeControlDlg2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "AutoCompl.h"
- #include "TreeComboBox.h"
- class TakeControlDlg2 : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List2array;
- CArray<CStringArray, CStringArray>m_List1array;
- CAutoComplete m_acCombo;
- public:
- CString m_branch;
- CStringArray *m_pIdArray;
- CStringArray *m_pBranchArray;
- BOOL m_bModify;
- void DataChange();
- void ClientChange();
- TakeControlDlg2(CWnd* pParent = NULL);
- CString id;
- CString m_waiter1;
- CString m_waiter2;
- CString m_waiter3;
- CString m_waiter8;
-
- enum { IDD = IDD_DLGTakeControl2 };
- CSpinButtonCtrl m_spin1;
- CSortListCtrl2 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;
- CComboBox 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_taketime;
- CString m_time4;
- CString m_time5;
- CString m_time6;
- CString m_datetime4;
- UINT m_limitcount;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCombo5();
- afx_msg void OnChangeEDITtime4();
- afx_msg void OnButton1();
- afx_msg void OnSelchangeCombo11();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|