Ôàéë MyCtrlPpg.h
#if !defined(AFX_MYCTRLPPG_H__49E2F38F_B48D_11D3_A2B0_00A0C955FA9E__INCLUDED_)
#define AFX_MYCTRLPPG_H__49E2F38F_B48D_11D3_A2B0_00A0C955FA9E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyCtrlPpg.h : Declaration of the CMyCtrlPropPage property page class.
////////////////////////////////////////////////////////////////////////////
// CMyCtrlPropPage : See MyCtrlPpg.cpp.cpp for implementation.
class CMyCtrlPropPage : public COlePropertyPage
{
DECLARE_DYNCREATE(CMyCtrlPropPage)
DECLARE_OLECREATE_EX(CMyCtrlPropPage)
// Constructor
public:
CMyCtrlPropPage();
// Dialog Data
//{{AFX_DATA(CMyCtrlPropPage)
enum { IDD = IDD_PROPPAGE_MYCTRL };
int m_nShape;
CString m_Caption;
CString m_timeSleep;
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Message maps
protected:
//{{AFX_MSG(CMyCtrlPropPage)
// NOTE - ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYCTRLPPG_H__49E2F38F_B48D_11D3_A2B0_00A0C955FA9E__INCLUDED)