Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ComboDialog.rc « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fddb7484ae2ed965337626ee7db3c0ddc551b160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "ComboDialogRes.h"
#include "../../GuiCommon.rc"

#define xc 240
#define yc 64

IDD_COMBO  DIALOG  0, 0, xs, ys  MY_MODAL_RESIZE_DIALOG_STYLE  MY_FONT
CAPTION "Combo"
{
  LTEXT      "", IDT_COMBO, m, m, xc, 8
  COMBOBOX       IDC_COMBO, m, 20, xc, 65, MY_COMBO_WITH_EDIT
  OK_CANCEL
}

#undef xc
#undef yc