// Vector.h : main header file for the VECTOR application // #if !defined(AFX_VECTOR_H__09E1E1B5_1840_11D3_80D4_00105A07EA1C__INCLUDED_) #define AFX_VECTOR_H__09E1E1B5_1840_11D3_80D4_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 #include "MyCon.h" ///////////////////////////////////////////////////////////////////////////// // CVectorApp: // See Vector.cpp for the implementation of this class // class CVectorApp : public CWinApp { public: L_BOOL m_bSupportLocked; L_VOID StopAutomation(); L_VOID StartAutomation(HWND hWnd, LPPOINT pToolbarPoint ); L_BOOL m_bUseAutomation; L_BOOL m_bViewOnly; MyToolbar m_Toolbar; LAutomation m_Automation; virtual ~CVectorApp(); CVectorApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVectorApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CVectorApp) afx_msg void OnAppAbout(); afx_msg void OnUpdateViewVectortoolbar(CCmdUI* pCmdUI); afx_msg void OnViewVectortoolbar(); afx_msg void OnPreferencesVectortoolbarcolor(); afx_msg void OnFileOpen(); afx_msg void OnUpdatePreferencesVectortoolbarcolor(CCmdUI* pCmdUI); afx_msg void OnUpdateFileNew(CCmdUI* pCmdUI); afx_msg void OnUpdateFileSave(CCmdUI* pCmdUI); afx_msg void OnUpdateFileSaveAs(CCmdUI* pCmdUI); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: L_INT m_nOpenIndex; }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VECTOR_H__09E1E1B5_1840_11D3_80D4_00105A07EA1C__INCLUDED_)