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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/ComboDialog.rc')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/ComboDialog.rc9
1 files changed, 6 insertions, 3 deletions
diff --git a/CPP/7zip/UI/FileManager/ComboDialog.rc b/CPP/7zip/UI/FileManager/ComboDialog.rc
index 6789347a..fddb7484 100755..100644
--- a/CPP/7zip/UI/FileManager/ComboDialog.rc
+++ b/CPP/7zip/UI/FileManager/ComboDialog.rc
@@ -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