mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
8
CPP/7zip/UI/FileManager/PasswordDialog.rc
Executable file → Normal file
8
CPP/7zip/UI/FileManager/PasswordDialog.rc
Executable file → Normal file
@@ -4,11 +4,11 @@
|
||||
#define xc 140
|
||||
#define yc 72
|
||||
|
||||
IDD_DIALOG_PASSWORD MY_DIALOG
|
||||
IDD_PASSWORD DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT
|
||||
CAPTION "Enter password"
|
||||
BEGIN
|
||||
LTEXT "&Enter password:", IDC_STATIC_PASSWORD_HEADER, m, m, xc, 8
|
||||
EDITTEXT IDC_EDIT_PASSWORD, m, 20, xc, 14, ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Show password", IDC_CHECK_PASSWORD_SHOW, MY_CHECKBOX, m, 42, xc, 10
|
||||
LTEXT "&Enter password:", IDT_PASSWORD_ENTER, m, m, xc, 8
|
||||
EDITTEXT IDE_PASSWORD_PASSWORD, m, 20, xc, 14, ES_PASSWORD | ES_AUTOHSCROLL
|
||||
CONTROL "&Show password", IDX_PASSWORD_SHOW, MY_CHECKBOX, m, 42, xc, 10
|
||||
OK_CANCEL
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user