From 8ebf5ac605d57eab80b600a7827d2ba48668d887 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 26 May 2015 01:36:20 +0200 Subject: Windows: first implementation of dynamic mode --- src/Format/Resource.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/Format/Resource.h') diff --git a/src/Format/Resource.h b/src/Format/Resource.h index feba5ec3..2dc03faa 100644 --- a/src/Format/Resource.h +++ b/src/Format/Resource.h @@ -138,8 +138,12 @@ #define IDT_PASS 1100 #define IDC_DEVICE_TRANSFORM_MODE_FORMAT 1101 #define IDC_DEVICE_TRANSFORM_MODE_INPLACE 1102 -#define IDC_DRIVE_LETTER_LIST 1103 -#define IDT_DRIVE_LETTER 1104 +#define IDC_DRIVE_LETTER_LIST 1103 +#define IDT_DRIVE_LETTER 1104 +#define IDT_PIN 1105 +#define IDC_PIN 1106 +#define IDC_PIN_HELP 1107 +#define IDC_EDIT1 1108 // Next default values for new objects // @@ -148,7 +152,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 133 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1105 +#define _APS_NEXT_CONTROL_VALUE 1109 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3