[Dda-cvs] ntdda/include resource.h,1.5,1.6
Status: Beta
Brought to you by:
doolin
From: Roozbeh <rgr...@us...> - 2007-11-27 04:04:59
|
Update of /cvsroot/dda/ntdda/include In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv31179 Modified Files: resource.h Log Message: Added zoom back buttom in the toolbar by Roozbeh Index: resource.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/resource.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** resource.h 1 Aug 2006 05:26:10 -0000 1.5 --- resource.h 27 Nov 2007 04:04:56 -0000 1.6 *************** *** 370,373 **** --- 370,374 ---- #define OPTIONS_BLOCKAREAS 40060 #define OPTIONS_MEASUREDPOINTS 40061 + #define TOOLBAR_ZOOMBACK 40062 #define ID_INDICATOR_MODE 59142 #define ID_INDICATOR_GRID 59143 *************** *** 380,384 **** #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 175 ! #define _APS_NEXT_COMMAND_VALUE 40062 #define _APS_NEXT_CONTROL_VALUE 1088 #define _APS_NEXT_SYMED_VALUE 101 --- 381,385 ---- #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 175 ! #define _APS_NEXT_COMMAND_VALUE 40063 #define _APS_NEXT_CONTROL_VALUE 1088 #define _APS_NEXT_SYMED_VALUE 101 |