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

FoldersPage.rc « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb345ea68e98b2e1fd24b168be8bcd582ad8e2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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