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

FoldersPageRes.h « Explorer « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3052409b1b9c10c9c2b3f6c931b807136f21fdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define IDD_FOLDERS                     900

#define IDS_FOLDERS_SET_WORK_PATH_TITLE  103

#define IDC_FOLDERS_STATIC_WORKING_FOLDER 1001

#define IDC_FOLDERS_WORK_RADIO_SYSTEM    1011
#define IDC_FOLDERS_WORK_RADIO_CURRENT   1012
#define IDC_FOLDERS_WORK_RADIO_SPECIFIED 1013
#define IDC_FOLDERS_WORK_EDIT_PATH       1014
#define IDC_FOLDERS_WORK_BUTTON_PATH     1015
#define IDC_FOLDERS_WORK_CHECK_FOR_REMOVABLE 1017