TOOL.H
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. // Tool.h
  2. // Application
  3. // feigz@ox.ios.ac.cn
  4. // Created : 8/7/1998
  5. // Modified
  6. #include "tooldoc.h"
  7. #if !defined(AFX_TOOL_H__06A35629_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_)
  8. #define AFX_TOOL_H__06A35629_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #ifndef __AFXWIN_H__
  13. #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15. #include "resource.h"       // main symbols
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CToolApp:
  18. // See Tool.cpp for the implementation of this class
  19. //
  20. class CToolApp : public CWinApp
  21. {
  22. public:
  23. COLORREF m_OptionColorGlBack;
  24. public:
  25. CToolApp();
  26. //property
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CToolApp)
  31. public:
  32. virtual BOOL InitInstance();
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. //{{AFX_MSG(CToolApp)
  36. afx_msg void OnAppAbout();
  37. afx_msg void OnFileOpen();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_TOOL_H__06A35629_72E5_11D1_A6C2_00A0242C0A32__INCLUDED_)