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

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

#define xc 240
#define yc 80

IDD_EDIT  MY_PAGE
#include "EditPage2.rc"

#ifdef UNDER_CE

#undef xc

#define xc SMALL_PAGE_SIZE_X

IDD_EDIT_2  MY_PAGE
#include "EditPage2.rc"

#endif