PasRTDat.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. // PasRTDat.h : main header file for the PASRTDAT application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h"       // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CPasRTDatApp:
  9. // See PasRTDat.cpp for the implementation of this class
  10. //
  11. class CPasRTDatApp : public CWinApp
  12. {
  13. public:
  14. CPasRTDatApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CPasRTDatApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. virtual int ExitInstance();
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. //{{AFX_MSG(CPasRTDatApp)
  24. afx_msg void OnAppAbout();
  25. // NOTE - the ClassWizard will add and remove member functions here.
  26. //    DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };
  30. // 新系统定义(主要涉及到CT、PT的参数) TIANFZ!!!!
  31. // #define  NEW_SYSTEM
  32. /////////////////////////////////////////////////////////////////////////////