xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/PasswordDialog.rc (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1#include "PasswordDialogRes.h"
2#include "../../GuiCommon.rc"
3
4#ifdef UNDER_CE
5#define xc 140
6#else
7#define xc 200
8#endif
9#define yc 72
10
11IDD_PASSWORD  DIALOG  0, 0, xs, ys  MY_MODAL_DIALOG_STYLE  MY_FONT
12CAPTION "Enter password"
13BEGIN
14  LTEXT    "&Enter password:", IDT_PASSWORD_ENTER, m, m, xc, 8
15  EDITTEXT  IDE_PASSWORD_PASSWORD, m, 20, xc, 14, ES_PASSWORD | ES_AUTOHSCROLL
16  CONTROL  "&Show password", IDX_PASSWORD_SHOW, MY_CHECKBOX, m, 42, xc, 10
17  OK_CANCEL
18END
19