Files
easy7zip/CPP/7zip/UI/FileManager/MenuPage.rc
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

25 lines
293 B
Plaintext
Executable File

#include "MenuPageRes.h"
#include "../../GuiCommon.rc"
#define xc 240
#define yc 252
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