diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 19:05:35 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 19:06:26 +0200 |
commit | a7056a6ac3c6ed0ea4f12a02a8bc4a0c9bbdbeb3 (patch) | |
tree | d87aca865940aec583db318986b1c53f17614bf6 /src/Mount/Mount.rc | |
parent | bba8a5be32f940120ac1526026f97569ec135b6a (diff) | |
download | VeraCrypt-a7056a6ac3c6ed0ea4f12a02a8bc4a0c9bbdbeb3.tar.gz VeraCrypt-a7056a6ac3c6ed0ea4f12a02a8bc4a0c9bbdbeb3.zip |
Windows: in system encryption setting dialog, put the checkbox for hiding at the bottom to keep the Note text coherent.
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index e5d90214..d45f83fa 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -385,24 +385,24 @@ CAPTION "VeraCrypt - System Encryption Settings" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN CONTROL "Do not &show any texts in the pre-boot authentication screen (except the below custom message)",IDC_DISABLE_BOOT_LOADER_OUTPUT, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,37,339,9 - EDITTEXT IDC_CUSTOM_BOOT_LOADER_MESSAGE,18,67,216,14,ES_AUTOHSCROLL + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,20,339,9 + EDITTEXT IDC_CUSTOM_BOOT_LOADER_MESSAGE,18,50,216,14,ES_AUTOHSCROLL CONTROL "&Cache pre-boot authentication password in driver memory (for mounting of non-system volumes)",IDC_BOOT_LOADER_CACHE_PASSWORD, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,192,339,10 CONTROL "Allow pre-boot &authentication to be bypassed by pressing the Esc key (enables boot manager)",IDC_ALLOW_ESC_PBA_BYPASS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,222,340,10 DEFPUSHBUTTON "OK",IDOK,257,262,50,14 PUSHBUTTON "Cancel",IDCANCEL,313,262,50,14 - LTEXT "Display this custom message in the pre-boot authentication screen (24 characters maximum):",IDT_CUSTOM_BOOT_LOADER_MESSAGE,18,56,337,8 + LTEXT "Display this custom message in the pre-boot authentication screen (24 characters maximum):",IDT_CUSTOM_BOOT_LOADER_MESSAGE,18,39,337,8 GROUPBOX "Boot Loader Screen Options",IDT_BOOT_LOADER_SCREEN_OPTIONS,8,7,355,165 GROUPBOX "Security Options",IDT_SECURITY_OPTIONS,8,177,355,75 - LTEXT "",IDC_CUSTOM_BOOT_LOADER_MESSAGE_HELP,18,89,337,73 + LTEXT "",IDC_CUSTOM_BOOT_LOADER_MESSAGE_HELP,18,72,337,73 CONTROL "Disable ""Evil Maid"" attack detection",IDC_DISABLE_EVIL_MAID_ATTACK_DETECTION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,237,340,10 CONTROL "Include PIM when caching pre-boot authentication password",IDC_BOOT_LOADER_CACHE_PIM, "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,18,207,340,10 CONTROL "Do not request PIM in the pre-boot authentication screen (PIM value is stored unencrypted on disk)",IDC_DISABLE_BOOT_LOADER_PIM_PROMPT, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,20,339,9 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,157,339,9 END ///////////////////////////////////////////////////////////////////////////// |