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

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

#define xc 196
#define yc 174

IDD_MENU  MY_PAGE
#include "MenuPage2.rc"

#ifdef UNDER_CE

#undef m
#undef xc
#undef yc

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

#define yc 112

IDD_MENU_2  MY_PAGE
#include "MenuPage2.rc"

#endif