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

24 lines
362 B
Plaintext
Executable File

#include "FoldersPageRes.h"
#include "../../GuiCommon.rc"
#define xc 240
#define yc 100
IDD_FOLDERS MY_PAGE
#include "FoldersPage2.rc"
#ifdef UNDER_CE
#undef xc
#define xc SMALL_PAGE_SIZE_X
IDD_FOLDERS_2 MY_PAGE
#include "FoldersPage2.rc"
#endif
STRINGTABLE
BEGIN
IDS_FOLDERS_SET_WORK_PATH_TITLE "Specify a location for temporary archive files."
END