www.pudn.com > zcColor.rar > MainFrm.h, change:2001-07-27,size:655b
//////////////////////////////////////////////////////////////// // VCDKBASE Online Journal -- July 2001 // Compiles with Visual C++ 6.0. Runs on Win 98 and probably Win 2000 too. // Set tabsize = 3 in your editor. // class CMainFrame : public CFrameWnd { public: CMainFrame(); virtual ~CMainFrame(); protected: CStatusBar m_wndStatusBar; // status bar CImageList m_ilToolBar; // image list for toolbar CToolBar m_wndToolBar; // tool bar CStatic m_wndView; // "view" is static text control virtual BOOL PreCreateWindow(CREATESTRUCT& cs); int OnCreate(LPCREATESTRUCT lpCreateStruct); DECLARE_MESSAGE_MAP() };