// [!output APP_HEADER] : PROJECT_NAME 應用程式的主要標頭檔 // #pragma once #ifndef __AFXWIN_H__ #error "對 PCH 包含此檔案前先包含 'stdafx.h'" #endif #include "resource.h" // 主要符號 // [!output APP_CLASS]: // 請參閱實作此類別的 [!output APP_IMPL] // class [!output APP_CLASS] : public [!output APP_BASE_CLASS] { public: [!output APP_CLASS](); // 覆寫 public: virtual BOOL InitInstance(); // 程式碼實作 DECLARE_MESSAGE_MAP() }; extern [!output APP_CLASS] theApp;