mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
9
CPP/7zip/UI/FileManager/ComboDialog.rc
Executable file → Normal file
9
CPP/7zip/UI/FileManager/ComboDialog.rc
Executable file → Normal file
@@ -4,10 +4,13 @@
|
||||
#define xc 240
|
||||
#define yc 64
|
||||
|
||||
IDD_DIALOG_COMBO MY_RESIZE_DIALOG
|
||||
IDD_COMBO DIALOG 0, 0, xs, ys MY_MODAL_RESIZE_DIALOG_STYLE MY_FONT
|
||||
CAPTION "Combo"
|
||||
{
|
||||
LTEXT "", IDC_COMBO_STATIC, m, m, xc, 8
|
||||
COMBOBOX IDC_COMBO_COMBO, m, 20, xc, 65, MY_COMBO_WITH_EDIT
|
||||
LTEXT "", IDT_COMBO, m, m, xc, 8
|
||||
COMBOBOX IDC_COMBO, m, 20, xc, 65, MY_COMBO_WITH_EDIT
|
||||
OK_CANCEL
|
||||
}
|
||||
|
||||
#undef xc
|
||||
#undef yc
|
||||
|
||||
Reference in New Issue
Block a user