From fbe1bbaffdac28b2f6868d2b2a4656d96d089371 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 20 Dec 2014 10:06:19 +0100 Subject: Windows: Add missing PRF selection combobox in password page of Format program wizard. --- src/Format/Format.rc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/Format') diff --git a/src/Format/Format.rc b/src/Format/Format.rc index 8f025781..93411c95 100644 --- a/src/Format/Format.rc +++ b/src/Format/Format.rc @@ -222,12 +222,14 @@ IDD_PASSWORD_ENTRY_PAGE_DLG DIALOGEX 0, 0, 226, 152 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - EDITTEXT IDC_PASSWORD_DIRECT,50,11,149,14,ES_PASSWORD | ES_AUTOHSCROLL - CONTROL "&Display password",IDC_SHOW_PASSWORD_SINGLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,50,27,84,11,WS_EX_TRANSPARENT - CONTROL "U&se keyfiles",IDC_KEYFILES_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,50,38,82,11 - PUSHBUTTON "&Keyfiles...",IDC_KEY_FILES,135,29,64,14 + EDITTEXT IDC_PASSWORD_DIRECT,50,2,149,14,ES_PASSWORD | ES_AUTOHSCROLL + CONTROL "&Display password",IDC_SHOW_PASSWORD_SINGLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,50,31,84,11,WS_EX_TRANSPARENT + CONTROL "U&se keyfiles",IDC_KEYFILES_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,50,42,82,11 + PUSHBUTTON "&Keyfiles...",IDC_KEY_FILES,142,39,64,14 LTEXT "",IDC_BOX_HELP,0,57,225,94 - RTEXT "Password:",IDT_PASSWORD,0,15,48,8 + RTEXT "Password:",IDT_PASSWORD,0,6,48,8 + COMBOBOX IDC_PKCS5_PRF_ID,50,17,91,90,CBS_DROPDOWNLIST | WS_TABSTOP + RTEXT "PKCS-5 PRF:",IDT_PKCS5_PRF,0,17,48,8 END IDD_VOLUME_TYPE_PAGE_DLG DIALOGEX 0, 0, 226, 152 -- cgit v1.2.3