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

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

#define xc 200
#define yc 120

IDD_SETTINGS  MY_PAGE
#include "SettingsPage2.rc"


#ifdef UNDER_CE

#undef m
#undef xc

#define m 4
#define xc (SMALL_PAGE_SIZE_X + 8)

IDD_SETTINGS_2  MY_PAGE
#include "SettingsPage2.rc"

#endif