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: 6789347aef1be1b7463686d9c10650df0fe41670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "ComboDialogRes.h"
#include "../../GuiCommon.rc"

#define xc 240
#define yc 64

IDD_DIALOG_COMBO  MY_RESIZE_DIALOG
CAPTION "Combo"
{
  LTEXT      "", IDC_COMBO_STATIC, m, m, xc, 8
  COMBOBOX       IDC_COMBO_COMBO,  m, 20, xc, 65, MY_COMBO_WITH_EDIT
  OK_CANCEL
}