home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Using Visual C++ 4 (Special Edition)
/
Using_Visual_C_4_Special_Edition_QUE_1996.iso
/
ch11
/
dayppg.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-10-25
|
791b
|
34 lines
// DayPPg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDayPropPage : Property page dialog
class CDayPropPage : public COlePropertyPage
{
DECLARE_DYNCREATE(CDayPropPage)
DECLARE_OLECREATE_EX(CDayPropPage)
// Constructors
public:
CDayPropPage();
// Dialog Data
//{{AFX_DATA(CDayPropPage)
enum { IDD = IDD_PROPPAGE_DAY };
int m_dayBorderStyle;
//}}AFX_DATA
// Implementation
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Message maps
protected:
//{{AFX_MSG(CDayPropPage)
// 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()
};