diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 00:22:31 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-23 00:24:02 +0200 |
commit | 74e14c070fb5bebe5258dde72e879fe7be1e43cf (patch) | |
tree | 16b35bea9c9bae357473c371090e6db6ab2998c4 /src/ExpandVolume/ExpandVolume.rc | |
parent | 11f1a21652b2509be9b526ef0c0ed575a0fc5908 (diff) | |
download | VeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.tar.gz VeraCrypt-74e14c070fb5bebe5258dde72e879fe7be1e43cf.zip |
Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it.
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.rc')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.rc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ExpandVolume/ExpandVolume.rc b/src/ExpandVolume/ExpandVolume.rc index 5efa6790..833411a7 100644 --- a/src/ExpandVolume/ExpandVolume.rc +++ b/src/ExpandVolume/ExpandVolume.rc @@ -38,7 +38,8 @@ BEGIN CONTROL "&GB",IDC_GB,"Button",BS_AUTORADIOBUTTON,248,105,38,10 CONTROL "&TB",IDC_TB,"Button",BS_AUTORADIOBUTTON,288,105,38,10 CONTROL "Fill new space with random data",IDC_INIT_NEWSPACE, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,127,118,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,120,276,10 + CONTROL "Quick Expand",IDC_QUICKEXPAND,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,30,132,276,10 DEFPUSHBUTTON "Continue",IDOK,15,238,84,18 PUSHBUTTON "Cancel",IDCANCEL,277,238,84,18 LTEXT "Help Text",IDC_BOX_HELP,15,165,346,58,0,WS_EX_CLIENTEDGE @@ -141,7 +142,7 @@ END // #ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO +GUIDELINES DESIGNINFO BEGIN IDD_SIZE_DIALOG, DIALOG BEGIN @@ -264,7 +265,7 @@ IDB_LOGO_288DPI BITMAP "Logo_288dpi.bmp" // Menu // -IDR_MENU MENUEX +IDR_MENU MENUEX BEGIN MENUITEM "About", IDM_ABOUT,MFT_STRING,MFS_ENABLED MENUITEM "Homepage", IDM_HOMEPAGE,MFT_STRING | MFT_RIGHTJUSTIFY,MFS_ENABLED @@ -276,7 +277,7 @@ END // String Table // -STRINGTABLE +STRINGTABLE BEGIN IDS_UACSTRING "VeraCrypt Expander" END |