00001 #pragma once 00002 #include "FormCreatorDoc.h" 00003 #include "FormCreatorView.h" 00004 #include "ToolBarControls.h" 00005 #include "ToolBarLayout.h" 00006 #include "ToolBarProperties.h" 00007 00008 extern CToolBarCtrl * g_pToolBarCtrlCon; 00009 extern CToolBarCtrl * g_pToolBarCtrlLay; 00010 extern CToolBarCtrl * g_pToolBarCtrlPrp; 00011 extern CControlsToolBar * g_pToolBarCon; 00012 extern CLayoutToolBar * g_pToolBarLay; 00013 extern CPropertiesToolBar * g_pToolBarPrp; 00014 extern CFormCreatorView * g_pActiveView; 00015 extern LPTBBUTTON g_lpButton; 00016 extern CWnd * g_pActiveWnd; 00017