12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #if !defined(AFX_SELCONTENT_H__684EDFF7_1B90_4DEC_8602_E5C1C2B52AF1__INCLUDED_)
- #define AFX_SELCONTENT_H__684EDFF7_1B90_4DEC_8602_E5C1C2B52AF1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelContent.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SelContent dialog
- class SelContent : public CDialog
- {
- // Construction
- public:
- SelContent(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(SelContent)
- enum { IDD = IDD_DLGSelContent };
- BOOL m_bBooking;
- BOOL m_bTake;
- BOOL m_bChoose;
- BOOL m_bFrame;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SelContent)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SelContent)
- 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_SELCONTENT_H__684EDFF7_1B90_4DEC_8602_E5C1C2B52AF1__INCLUDED_)
|