reactos/dll/cpl/appwiz/resource.h
Katayama Hirofumi MZ 08d42a7ec7
[APPWIZ] Add title caption to 'Browse for Folder' #5460
- Add IDS_BROWSE_FOR_TARGET resource string.
- Use it in setting the title caption of "Browse
for Folder" dialog.
CORE-5866
2023-07-20 20:17:22 +09:00

52 lines
1.3 KiB
C

#pragma once
/* Icons */
#define IDI_CPLSYSTEM 1500
#define IDI_APPICO 1501
#define IDI_INSTICO 1502
#define IDI_RECBINICO 1503
#define IDI_DOWNLOADICO 1504
#define IDI_APPINETICO 1505
/* Dialogs */
#define IDD_SHORTCUT_LOCATION 203
#define IDD_SHORTCUT_FINISH 204
#define IDD_CONFIG_STARTMENU 400
/* Bitmaps */
#define IDB_WATERMARK 5001
#define IDB_SHORTCUT 5002
/* Strings */
#define IDS_CPLSYSTEMNAME 1001
#define IDS_CPLSYSTEMDESCRIPTION 2001
#define IDS_CREATE_SHORTCUT 2021
#define IDS_ERROR_NOT_FOUND 2022
#define IDS_NEW_INTERNET_SHORTCUT 2023
#define IDS_CANTMAKEINETSHORTCUT 2024
#define IDS_CANTMAKESHORTCUT 2025
#define IDS_NO_MEMORY 2026
#define IDS_NO_DIRECTORY 2027
#define IDS_INVALID_PATH 2028
#define IDS_INVALID_NAME 2029
#define IDS_BROWSE_FOR_TARGET 2030
#define IDS_DOWNLOADING 14
#define IDS_INSTALLING 15
#define IDS_INVALID_SHA 16
#define IDS_DWL_FAILED 17
/* Controls */
#define IDC_SHORTCUT_LOCATION 107
#define IDC_SHORTCUT_BROWSE 108
#define IDC_SHORTCUT_NAME 109
#define IDC_STARTMENU_TREE 110
#define IDC_REMOVE_ENTRIES 111
#define ID_DWL_GECKO_DIALOG 1200
#define ID_DWL_PROGRESS 1201
#define ID_DWL_INSTALL 1202
#define ID_DWL_STATUS 1203
/* EOF */