home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F38801_PaperSpaceWizard.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.2 KB  |  67 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
  12. #define AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_
  13.  
  14. #include "Begin.h"    // Added by ClassView
  15. #include "PaperOrientation.h"    // Added by ClassView
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. // PaperSpaceWizard.h : header file
  20. //
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CPaperSpaceWizard
  24.  
  25. class CPaperSpaceWizard : public CPropertySheet
  26. {
  27.     DECLARE_DYNAMIC(CPaperSpaceWizard)
  28.  
  29. // Construction
  30. public:
  31.     CPaperSpaceWizard(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  32.     CPaperSpaceWizard(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  33.  
  34. // Attributes
  35. public:
  36.  
  37. // Operations
  38. public:
  39.  
  40. // Overrides
  41.     // ClassWizard generated virtual function overrides
  42.     //{{AFX_VIRTUAL(CPaperSpaceWizard)
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. public:
  47.     CPaperOrientation m_PaperOrientation;
  48.     CBegin m_Begin;
  49.     PAPERSPACEINFO *m_PSInfo;
  50.     PaperSpaces *m_pPss;
  51.     virtual ~CPaperSpaceWizard();
  52.  
  53.     // Generated message map functions
  54. protected:
  55.     //{{AFX_MSG(CPaperSpaceWizard)
  56.         // NOTE - the ClassWizard will add and remove member functions here.
  57.     //}}AFX_MSG
  58.     DECLARE_MESSAGE_MAP()
  59. };
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62.  
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65.  
  66. #endif // !defined(AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
  67.