1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #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
- class SelWaiter2 : public CDialog
- {
- // Construction
- public:
- SelWaiter2(CWnd* pParent = NULL); // standard constructor
- CString waiter2;
- // Dialog Data
- //{{AFX_DATA(SelWaiter2)
- enum { IDD = IDD_DLGSelWaiter2 };
- CComboBox m_combowaiter2;
- //}}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_)
|