// net.h : main header file for the NET application // #if !defined(AFX_NET_H__671D31D6_1141_11D4_812A_00105A07EA1C__INCLUDED_) #define AFX_NET_H__671D31D6_1141_11D4_812A_00105A07EA1C__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols #define WM_HANDLEPALETTE WM_APP + 0 ///////////////////////////////////////////////////////////////////////////// // CNetApp: // See net.cpp for the implementation of this class // class CNetApp : public CWinApp { public: CNetApp(); ~CNetApp(); L_TCHAR m_szCaption[255]; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CNetApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CNetApp) afx_msg void OnAppAbout(); afx_msg void OnFileNew(); afx_msg void OnFileOpen(); afx_msg void OnWindowCloseall(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_NET_H__671D31D6_1141_11D4_812A_00105A07EA1C__INCLUDED_)