home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- #if !defined(AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
- #define AFX_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_
-
- #include "Begin.h" // Added by ClassView
- #include "PaperOrientation.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PaperSpaceWizard.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPaperSpaceWizard
-
- class CPaperSpaceWizard : public CPropertySheet
- {
- DECLARE_DYNAMIC(CPaperSpaceWizard)
-
- // Construction
- public:
- CPaperSpaceWizard(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
- CPaperSpaceWizard(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPaperSpaceWizard)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- CPaperOrientation m_PaperOrientation;
- CBegin m_Begin;
- PAPERSPACEINFO *m_PSInfo;
- PaperSpaces *m_pPss;
- virtual ~CPaperSpaceWizard();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPaperSpaceWizard)
- // NOTE - the ClassWizard will add and remove 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_PAPERSPACEWIZARD_H__0751F69C_8C02_42AD_9F28_9B0FD2E73F3E__INCLUDED_)
-