XFloorPropertiesWndDesign.h
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 10/14/98 12:02:54 PM
  5.   Comments: XFloorPropertiesWndDesign.h: interface for the CXFloorPropertiesWndDesign class.
  6.  ************************************/
  7. #if !defined(AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_)
  8. #define AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #include "XFloorPropertiesWnd.h"
  13. class CXFloorPropertiesWndDesign : public CXFloorPropertiesWnd  
  14. {
  15. friend class CXPropertiesWndPropPage;
  16. public:
  17. virtual void SetOleDialog(COlePropertyPage* pOleDialog);
  18. CXFloorPropertiesWndDesign();
  19. virtual ~CXFloorPropertiesWndDesign();
  20. virtual BOOL OnCommand( WPARAM wParam, LPARAM lParam );
  21. protected:
  22. COlePropertyPage* m_pOleDialog;
  23. virtual void OnReset();
  24. virtual void OnDestructor();
  25. virtual void Fill(CString& stream);
  26. virtual void DataExchange(CDataExchange* pDX);
  27. virtual CPageListCtrl* NewPageListCtrl(int nIndex, CXPropertiesWndCtrl* pControl = NULL, BOOL bGroup = FALSE);
  28. };
  29. #endif // !defined(AFX_XFLOORPROPERTIESWNDDESIGN_H__567504B6_6335_11D2_86BB_0040055C08D9__INCLUDED_)