This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

9
CPP/7zip/UI/FileManager/ComboDialog.rc Executable file → Normal file
View 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