home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F38789_Begin.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.9 KB  |  64 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_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_)
  12. #define AFX_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_
  13.  
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // Begin.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CBegin dialog
  22.  
  23. class CBegin : public CPropertyPage
  24. {
  25.     DECLARE_DYNCREATE(CBegin)
  26.  
  27. // Construction
  28. public:
  29.     CBegin();
  30.     ~CBegin();
  31.  
  32. // Dialog Data
  33.     //{{AFX_DATA(CBegin)
  34.     enum { IDD = IDD_BEGIN };
  35.         // NOTE - ClassWizard will add data members here.
  36.         //    DO NOT EDIT what you see in these blocks of generated code !
  37.     //}}AFX_DATA
  38.  
  39.  
  40. // Overrides
  41.     // ClassWizard generate virtual function overrides
  42.     //{{AFX_VIRTUAL(CBegin)
  43.     public:
  44.     virtual BOOL OnSetActive();
  45.     virtual LRESULT OnWizardNext();
  46.     protected:
  47.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  48.     //}}AFX_VIRTUAL
  49.  
  50. // Implementation
  51. protected:
  52.     // Generated message map functions
  53.     //{{AFX_MSG(CBegin)
  54.         // NOTE: the ClassWizard will add member functions here
  55.     //}}AFX_MSG
  56.     DECLARE_MESSAGE_MAP()
  57.  
  58. };
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_)
  64.