SubPage5.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
- #if !defined(AFX_SUBPAGE5_H__BAC5D473_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
- #define AFX_SUBPAGE5_H__BAC5D473_25A5_11D2_98BF_08A9C2000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // SubPage5.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SubPage5 dialog
- class SubPage5 : public CPropertyPage
- {
- DECLARE_DYNCREATE(SubPage5)
- // Construction
- public:
- SubPage5();
- ~SubPage5();
- // Dialog Data
- //{{AFX_DATA(SubPage5)
- enum { IDD = IDD_SUB_PAGE5 };
- // 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(SubPage5)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SubPage5)
- // 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_SUBPAGE5_H__BAC5D473_25A5_11D2_98BF_08A9C2000000__INCLUDED_)