PasRTDat.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // PasRTDat.h : main header file for the PASRTDAT application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CPasRTDatApp:
- // See PasRTDat.cpp for the implementation of this class
- //
- class CPasRTDatApp : public CWinApp
- {
- public:
- CPasRTDatApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPasRTDatApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CPasRTDatApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- // 新系统定义(主要涉及到CT、PT的参数) TIANFZ!!!!
- // #define NEW_SYSTEM
- /////////////////////////////////////////////////////////////////////////////