12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- #if !defined(AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
- #define AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "AutoCompl.h"
- #include "TreeComboBox.h"
- class TakeControlDlg1 : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List2array;
- CArray<CStringArray, CStringArray>m_List1array;
- CAutoComplete m_acCombo;
- CArray<CStringArray, CStringArray>m_jdarray;
- // Construction
- public:
- CString m_branch;
- CStringArray *m_pIdArray;
- CStringArray *m_pBranchArray;
- BOOL m_bModify;
- void DataChange();
- void ClientChange();
- TakeControlDlg1(CWnd* pParent = NULL); // standard constructor
- CString id;
- CString m_waiter1;
- CString m_waiter2;
- CString m_waiter12;
- CString m_waiter22;
- // Dialog Data
- //{{AFX_DATA(TakeControlDlg1)
- enum { IDD = IDD_DLGTakeControl1 };
- CComboBox m_combobranch;
- CTreeComboBox m_combo22;
- CTreeComboBox m_combo12;
- CSortListCtrl2 m_List1;
- CSpinButtonCtrl m_spin1;
- CListBox m_listbox1;
- CComboBox m_combodatetime;
- CComboBox m_combobox; // Jeff.²éÕÒ¿Í»§ÏÂÀ¿ò;
- CComboBox m_combobox2;
- CComboBox m_combo4;
- CComboBox m_combo3;
- CDateEdit m_editdate4;
- CDateEdit m_editdate3;
- CDateEdit m_editdate2;
- CDateEdit m_editdate;
- CTreeComboBox m_combo2;
- CTreeComboBox 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;
- UINT m_limitcount;
- CString m_dress;
- CString m_bz;
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- protected:
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnSelchangeCombo5();
- afx_msg void OnSelchangeList1();
- afx_msg void OnButton1();
- afx_msg void OnChangeEDITtime2();
- afx_msg void OnSelchangeCombo11();
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif
|