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: 626f415e7191552e17c4093792c720ad54384891 (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 196

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