1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: GUI modifications around PIN field

This commit is contained in:
Mounir IDRASSI
2015-05-27 00:12:46 +02:00
parent 8ebf5ac605
commit 70215e3682
11 changed files with 63 additions and 62 deletions

View File

@@ -123,7 +123,7 @@ BEGIN
RTEXT "Password:",IDT_PASSWORD,1,6,50,8
RTEXT "&Confirm:",IDT_CONFIRM,1,23,50,8
LTEXT "",IDC_BOX_HELP,0,79,225,89
RTEXT "Volume Pin:",IDT_PIN,1,38,50,8
RTEXT "Volume PIN:",IDT_PIN,1,38,50,8
LTEXT "(Empty or 0 for default iterations)",IDC_PIN_HELP,97,38,126,8
END

View File

@@ -140,10 +140,6 @@
#define IDC_DEVICE_TRANSFORM_MODE_INPLACE 1102
#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
//
@@ -152,7 +148,7 @@
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 133
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1109
#define _APS_NEXT_CONTROL_VALUE 1105
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif