/********************************************************************** 文件名: vtkSDI.h Copyright (c) 张晓东, 罗火灵. All rights reserved. 更多信息请访问: http://www.vtkchina.org (VTK中国) http://blog.csdn.net/www_doling_net (东灵工作室) **********************************************************************/ // vtkSDI.h : main header file for the vtkSDI application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CvtkSDIApp: // See vtkSDI.cpp for the implementation of this class // class CvtkSDIApp : public CWinAppEx { public: CvtkSDIApp(); // Overrides public: virtual BOOL InitInstance(); // Implementation UINT m_nAppLook; BOOL m_bHiColorIcons; virtual void PreLoadState(); virtual void LoadCustomState(); virtual void SaveCustomState(); afx_msg void OnAppAbout(); DECLARE_MESSAGE_MAP() }; extern CvtkSDIApp theApp;