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: dd32898ff3397d6b3027bbd41b8a6a552e688cca (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 240
#define yc 224

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