XFloorPropertiesWndDesign.h
资源名称:propgrid.zip [点击查看]
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- /************************************
- REVISION LOG ENTRY
- Revision By: Mihai Filimon
- Revised on 10/14/98 12:02:54 PM
- Comments: XFloorPropertiesWndDesign.h: interface for the CXFloorPropertiesWndDesign class.
- ************************************/
- #if !defined(AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_)
- #define AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "XFloorPropertiesWnd.h"
- class CXFloorPropertiesWndDesign : public CXFloorPropertiesWnd
- {
- friend class CXPropertiesWndPropPage;
- public:
- virtual void SetOleDialog(COlePropertyPage* pOleDialog);
- CXFloorPropertiesWndDesign();
- virtual ~CXFloorPropertiesWndDesign();
- virtual BOOL OnCommand( WPARAM wParam, LPARAM lParam );
- protected:
- COlePropertyPage* m_pOleDialog;
- virtual void OnReset();
- virtual void OnDestructor();
- virtual void Fill(CString& stream);
- virtual void DataExchange(CDataExchange* pDX);
- virtual CPageListCtrl* NewPageListCtrl(int nIndex, CXPropertiesWndCtrl* pControl = NULL, BOOL bGroup = FALSE);
- };
- #endif // !defined(AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_)