123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_)
- #define AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelWaiter2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelWaiter2 dialog
- #include "TreeComboBox.h"
- class SelWaiter2 : public CDialog
- {
- // Construction
- public:
- SelWaiter2(CWnd* pParent = NULL); // standard constructor
- CString waiter1;
- CString waiter2;
- CString waiter12;
- CString waiter22;
- // Dialog Data
- //{{AFX_DATA(SelWaiter2)
- enum { IDD = IDD_DLGSelWaiter2 };
- CTreeComboBox m_combowaiter1;
- CTreeComboBox m_combowaiter2;
- CTreeComboBox m_combowaiter12;
- CTreeComboBox m_combowaiter22;
- UINT beginno;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelWaiter2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelWaiter2)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELWAITER2_H__D44A2ED0_96B8_421A_9A2E_82DCB8DEA675__INCLUDED_)
|