| 12345678910111213141516171819202122232425 |
- #pragma once
- // TFB.h : TFB.DLL 的主头文件
- #if !defined( __AFXCTL_H__ )
- #error "在包括此文件之前包括“afxctl.h”"
- #endif
- #include "resource.h" // 主符号
- // CTFBApp : 有关实现的信息,请参阅 TFB.cpp。
- class CTFBApp : public COleControlModule
- {
- public:
- BOOL InitInstance();
- int ExitInstance();
- };
- extern const GUID CDECL _tlid;
- extern const WORD _wVerMajor;
- extern const WORD _wVerMinor;
|