// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC OLE automation classes #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #include "lead.h" #include "ppaint.h" #include "pbrush.h" #include "pfill.h" #include "ptext.h" #include "pfont.h" #include "pregion.h" #include "pshape.h" #include "toolbar.h" #define USE_DLG_COM #import no_namespace, named_guids, exclude("WindowLevelFillLUTConstants") #import no_namespace, named_guids #include "..\..\..\..\include\l_ocx40.h" #include "..\..\..\..\include\ltpntocx.h" #include "..\..\..\..\include\lttlbocx.h" #include extern "C" const GUID __declspec(selectany) DIID__LEADToolBarEvents = {0x00140622,0xb1ba,0x11ce,{0xab,0xc6,0xf5,0xb2,0xe7,0x9d,0x9e,0x3f}}; #include "toolbarsink.h" enum { TOOL_NONE, TOOL_BRUSH, TOOL_SHAPE_LINE, TOOL_SHAPE_RECT, TOOL_SHAPE_ROUNDRECT, TOOL_SHAPE_ELLIPSE, TOOL_SHAPE_POLYGON, TOOL_REGION_RECT, TOOL_REGION_ROUNDRECT, TOOL_REGION_ELLIPSE, TOOL_REGION_POLYGON, TOOL_REGION_SURFACE, TOOL_REGION_BORDER, TOOL_REGION_COLOR, TOOL_FILL_SURFACE, TOOL_FILL_BORDER, TOOL_FILL_COLORREPLACE, TOOL_TEXT }; #endif // _AFX_NO_AFXCMN_SUPPORT