OperationPage.h
上传用户:hydatong
上传日期:2022-08-07
资源大小:219k
文件大小:1k
- #if !defined(AFX_OPERATIONPAGE_H__299F8FC7_E439_11D6_9001_CFA38549C629__INCLUDED_)
- #define AFX_OPERATIONPAGE_H__299F8FC7_E439_11D6_9001_CFA38549C629__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // OperationPage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // COperationPage dialog
- class COperationPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(COperationPage)
- // Construction
- public:
- COperationPage();
- ~COperationPage();
- // Dialog Data
- //{{AFX_DATA(COperationPage)
- enum { IDD = IDD_OPERATION_PAGE };
- // 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(COperationPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(COperationPage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_OPERATIONPAGE_H__299F8FC7_E439_11D6_9001_CFA38549C629__INCLUDED_)