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/LangPage.rc')
-rwxr-xr-xCPP/7zip/UI/FileManager/LangPage.rc36
1 files changed, 26 insertions, 10 deletions
diff --git a/CPP/7zip/UI/FileManager/LangPage.rc b/CPP/7zip/UI/FileManager/LangPage.rc
index bd4d83d8..327b33e2 100755
--- a/CPP/7zip/UI/FileManager/LangPage.rc
+++ b/CPP/7zip/UI/FileManager/LangPage.rc
@@ -1,18 +1,34 @@
#include "LangPageRes.h"
#include "../../GuiCommon.rc"
-#define xSize2 196
-#define ySize2 140
-#define xSize (xSize2 + marg + marg)
-#define ySize (ySize2 + marg + marg)
+#define xc 148
+#define yc 100
-IDD_LANG DIALOG 0, 0, xSize, ySize MY_PAGE_STYLE
+IDD_LANG MY_PAGE
CAPTION "Language"
-MY_FONT
-BEGIN
- LTEXT "Language:", IDC_LANG_STATIC_LANG, marg, marg, xSize2, 8
- COMBOBOX IDC_LANG_COMBO_LANG, marg, 20, 146, ySize2 - 12, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
-END
+{
+ LTEXT "Language:", IDC_LANG_STATIC_LANG, m, m, xc, 8
+ COMBOBOX IDC_LANG_COMBO_LANG, m, 20, xc, yc - 20, MY_COMBO_SORTED
+}
+
+
+#ifdef UNDER_CE
+
+#undef m
+#undef xc
+
+#define m 4
+#define xc (SMALL_PAGE_SIZE_X + 8)
+
+IDD_LANG_2 MY_PAGE
+CAPTION "Language"
+{
+ LTEXT "Language:", IDC_LANG_STATIC_LANG, m, m, xc, 8
+ COMBOBOX IDC_LANG_COMBO_LANG, m, 20, xc, yc - 20, MY_COMBO_SORTED
+}
+
+#endif
+
STRINGTABLE
BEGIN