SubPage4.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
- #if !defined(AFX_SUBPAGE4_H__BAC5D472_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
- #define AFX_SUBPAGE4_H__BAC5D472_25A5_11D2_98BF_08A9C2000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // SubPage4.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SubPage4 dialog
- class SubPage4 : public CPropertyPage
- {
- DECLARE_DYNCREATE(SubPage4)
- // Construction
- public:
- SubPage4();
- ~SubPage4();
- // Dialog Data
- //{{AFX_DATA(SubPage4)
- enum { IDD = IDD_SUB_PAGE4 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(SubPage4)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SubPage4)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SUBPAGE4_H__BAC5D472_25A5_11D2_98BF_08A9C2000000__INCLUDED_)