diff options
Diffstat (limited to 'CPP/7zip/UI/FileManager/SettingsPage.rc')
-rw-r--r-- | CPP/7zip/UI/FileManager/SettingsPage.rc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CPP/7zip/UI/FileManager/SettingsPage.rc b/CPP/7zip/UI/FileManager/SettingsPage.rc new file mode 100644 index 0000000..baab484 --- /dev/null +++ b/CPP/7zip/UI/FileManager/SettingsPage.rc | |||
@@ -0,0 +1,22 @@ | |||
1 | #include "SettingsPageRes.h" | ||
2 | #include "../../GuiCommon.rc" | ||
3 | |||
4 | #define xc 240 | ||
5 | #define yc 250 | ||
6 | |||
7 | IDD_SETTINGS MY_PAGE | ||
8 | #include "SettingsPage2.rc" | ||
9 | |||
10 | |||
11 | #ifdef UNDER_CE | ||
12 | |||
13 | #undef m | ||
14 | #undef xc | ||
15 | |||
16 | #define m 4 | ||
17 | #define xc (SMALL_PAGE_SIZE_X + 8) | ||
18 | |||
19 | IDD_SETTINGS_2 MY_PAGE | ||
20 | #include "SettingsPage2.rc" | ||
21 | |||
22 | #endif | ||