diff options
Diffstat (limited to 'plugins/TopToolBar/resource.h')
-rw-r--r-- | plugins/TopToolBar/resource.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/TopToolBar/resource.h b/plugins/TopToolBar/resource.h index 7a4380acfe..498762de51 100644 --- a/plugins/TopToolBar/resource.h +++ b/plugins/TopToolBar/resource.h @@ -1,5 +1,5 @@ //{{NO_DEPENDENCIES}}
-// Microsoft Developer Studio generated include file.
+// Microsoft Visual C++ generated include file.
// Used by main.rc
//
#define IDB_SEP 118
@@ -26,6 +26,7 @@ #define IDC_ENAME 1007
#define IDC_LBUTTONNAME 1008
#define IDC_EPATH 1009
+#define IDC_AUTOSIZE 1010
#define IDC_LBUTTONPATH 1011
#define IDC_LBUTTONSET 1012
#define IDC_BUTTHEIGHT 1015
@@ -33,6 +34,11 @@ #define IDC_BUTTWIDTH 1016
#define IDC_BUTTGAP 1017
#define IDC_USEFLAT 1018
+#define IDC_AUTORESIZE 1019
+#define IDC_SINGLELINE 1020
+#define IDC_SPIN_HEIGHT 1024
+#define IDC_SPIN_WIDTH 1025
+#define IDC_SPIN_GAP 1026
#define IDC_BROWSE 1184
#define IDC_BKGCOLOUR 1269
#define IDC_FILENAME 1271
@@ -49,12 +55,12 @@ #define IDC_BUTTONORDERTREE 1591
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 139
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1023
+#define _APS_NEXT_CONTROL_VALUE 1025
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|