home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 8090 / ModelEdit.7z / ModelEdit.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-03-08  |  1.4 KB  |  52 lines

  1. // ModelEdit.h : main header file for the MODELEDIT application
  2. //
  3.  
  4. #if !defined(AFX_MODELEDIT_H__B6667225_2E9F_11D1_9462_0020AFF7CDC1__INCLUDED_)
  5. #define AFX_MODELEDIT_H__B6667225_2E9F_11D1_9462_0020AFF7CDC1__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CModelEditApp:
  19. // See ModelEdit.cpp for the implementation of this class
  20. //
  21. #define WM_STARTIDLE    (WM_USER + 565)
  22. #define WM_EDITAPPLY    (WM_USER + 566)
  23.  
  24. class CModelEditApp : public CWinApp
  25. {
  26. public:
  27.     CModelEditApp();
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CModelEditApp)
  32.     public:
  33.     virtual BOOL InitInstance();
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37.  
  38.     //{{AFX_MSG(CModelEditApp)
  39.         // NOTE - the ClassWizard will add and remove member functions here.
  40.         //    DO NOT EDIT what you see in these blocks of generated code !
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_MODELEDIT_H__B6667225_2E9F_11D1_9462_0020AFF7CDC1__INCLUDED_)
  52.