123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- #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 // _MSC_VER > 1000
- // TakeControlDlg1.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // TakeControlDlg1 dialog
- #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;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TakeControlDlg1)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(TakeControlDlg1)
- 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()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TakeControlDlg1_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
|