Files
easy7zip/CPP/7zip/UI/FileManager/MenuPage.rc
Igor Pavlov 3dacb5eb8a 9.13
2016-05-28 00:16:03 +01:00

25 lines
293 B
Plaintext
Executable File

#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