VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.rc
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-03-04 00:25:39 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-03-04 00:27:04 +0100
commitf80f7d47d587710f657ab6f6c20140ddb503250e (patch)
tree4695c29b2bbcd59c372bfffd3c424b7772ca5f51 /src/Mount/Mount.rc
parent8e6707cc22846e48c62e4730980cfe17595f8c2c (diff)
downloadVeraCrypt-f80f7d47d587710f657ab6f6c20140ddb503250e.tar.gz
VeraCrypt-f80f7d47d587710f657ab6f6c20140ddb503250e.zip
Windows: Avoid temporary caching password when mounting multiple favorites. Add option to activate this if needed.
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r--src/Mount/Mount.rc16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc
index 4783aea3..6b81a4ac 100644
--- a/src/Mount/Mount.rc
+++ b/src/Mount/Mount.rc
@@ -41,7 +41,7 @@ IDR_MOUNT_TLB TYPELIB "Mount.tlb"
// Dialog
//
-IDD_PREFERENCES_DLG DIALOGEX 0, 0, 336, 282
+IDD_PREFERENCES_DLG DIALOGEX 0, 0, 336, 291
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "VeraCrypt - Preferences"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
@@ -78,20 +78,22 @@ BEGIN
CONTROL "Wipe cached passwords on exit",IDC_PREF_WIPE_CACHE_ON_EXIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,227,165,11
CONTROL "Wipe cached passwords on auto-dismount",IDC_PREF_WIPE_CACHE_ON_AUTODISMOUNT,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,239,296,11
- PUSHBUTTON "More Settings...",IDC_MORE_SETTINGS,5,262,85,14
- DEFPUSHBUTTON "OK",IDOK,225,262,50,14
- PUSHBUTTON "Cancel",IDCANCEL,281,262,50,14
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,254,296,11
+ PUSHBUTTON "More Settings...",IDC_MORE_SETTINGS,5,275,85,14
+ DEFPUSHBUTTON "OK",IDOK,225,275,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,281,275,50,14
GROUPBOX "Windows",IDT_WINDOWS_RELATED_SETTING,4,160,328,52
GROUPBOX "Default Mount Options",IDT_DEFAULT_MOUNT_OPTIONS,4,3,328,26
GROUPBOX "VeraCrypt Background Task",IDT_TASKBAR_ICON,4,33,328,26
GROUPBOX "Auto-Dismount",IDT_AUTO_DISMOUNT,4,94,328,62
LTEXT "minutes",IDT_MINUTES,289,129,39,10
LTEXT "Dismount all when:",IDT_AUTO_DISMOUNT_ON,9,110,71,17
- GROUPBOX "Password Cache",IDT_PW_CACHE_OPTIONS,4,216,328,39
+ GROUPBOX "Password Cache",IDT_PW_CACHE_OPTIONS,4,216,328,54
GROUPBOX "Actions to perform upon logon to Windows",IDT_LOGON,4,63,328,28
CONTROL "User session locked",IDC_PREF_DISMOUNT_SESSION_LOCKED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,197,105,130,11
+ CONTROL "Temporary Cache password during ""Mount Favorite Volumes"" operations",IDC_PREF_TEMP_CACHE_ON_MULTIPLE_MOUNT,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,241,294,11
END
IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 224
@@ -357,7 +359,7 @@ BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 329
TOPMARGIN, 7
- BOTTOMMARGIN, 280
+ BOTTOMMARGIN, 289
END
IDD_VOLUME_PROPERTIES, DIALOG