1#include "EditPageRes.h" 2#include "../../GuiCommon.rc" 3 4#define xc OPTIONS_PAGE_XC_SIZE 5#define yc 100 6 7IDD_EDIT MY_PAGE 8#include "EditPage2.rc" 9 10#ifdef UNDER_CE 11 12#undef xc 13 14#define xc SMALL_PAGE_SIZE_X 15 16IDD_EDIT_2 MY_PAGE 17#include "EditPage2.rc" 18 19#endif 20