2010-02-26 11:43:19 +00:00
|
|
|
#pragma once
|
2004-06-18 20:43:44 +00:00
|
|
|
|
2011-11-29 14:55:58 +00:00
|
|
|
/* Icons */
|
2006-05-17 21:40:13 +00:00
|
|
|
#define IDI_CPLSYSTEM 1500
|
2007-10-03 17:50:43 +00:00
|
|
|
#define IDI_APPICO 1501
|
|
|
|
#define IDI_INSTICO 1502
|
|
|
|
#define IDI_RECBINICO 1503
|
|
|
|
#define IDI_DOWNLOADICO 1504
|
|
|
|
#define IDI_APPINETICO 1505
|
|
|
|
|
2011-11-29 14:55:58 +00:00
|
|
|
/* Dialogs */
|
2007-10-03 17:50:43 +00:00
|
|
|
#define IDD_SHORTCUT_LOCATION 203
|
|
|
|
#define IDD_SHORTCUT_FINISH 204
|
2016-03-04 15:43:31 +00:00
|
|
|
#define IDD_CONFIG_STARTMENU 400
|
2007-10-03 17:50:43 +00:00
|
|
|
|
2011-11-29 14:55:58 +00:00
|
|
|
/* Bitmaps */
|
2007-10-03 17:50:43 +00:00
|
|
|
#define IDB_WATERMARK 5001
|
2015-05-16 08:59:21 +00:00
|
|
|
#define IDB_SHORTCUT 5002
|
2007-10-03 17:50:43 +00:00
|
|
|
|
2011-11-29 14:55:58 +00:00
|
|
|
/* Strings */
|
2007-10-03 17:50:43 +00:00
|
|
|
#define IDS_CPLSYSTEMNAME 1001
|
2004-06-18 20:43:44 +00:00
|
|
|
#define IDS_CPLSYSTEMDESCRIPTION 2001
|
2007-10-12 10:12:52 +00:00
|
|
|
#define IDS_CREATE_SHORTCUT 2021
|
|
|
|
#define IDS_ERROR_NOT_FOUND 2022
|
2018-07-08 14:40:14 +00:00
|
|
|
#define IDS_NEW_INTERNET_SHORTCUT 2023
|
|
|
|
#define IDS_CANTMAKEINETSHORTCUT 2024
|
|
|
|
#define IDS_CANTMAKESHORTCUT 2025
|
2018-12-31 07:42:53 +00:00
|
|
|
#define IDS_NO_MEMORY 2026
|
|
|
|
#define IDS_NO_DIRECTORY 2027
|
|
|
|
#define IDS_INVALID_PATH 2028
|
2020-01-28 14:31:09 +00:00
|
|
|
#define IDS_INVALID_NAME 2029
|
2004-06-18 20:43:44 +00:00
|
|
|
|
2013-05-19 21:21:20 +00:00
|
|
|
#define IDS_DOWNLOADING 14
|
|
|
|
#define IDS_INSTALLING 15
|
|
|
|
#define IDS_INVALID_SHA 16
|
2018-10-08 12:36:40 +00:00
|
|
|
#define IDS_DWL_FAILED 17
|
2013-05-19 21:21:20 +00:00
|
|
|
|
2011-11-29 14:55:58 +00:00
|
|
|
/* Controls */
|
2007-10-08 15:56:31 +00:00
|
|
|
#define IDC_SHORTCUT_LOCATION 107
|
|
|
|
#define IDC_SHORTCUT_BROWSE 108
|
|
|
|
#define IDC_SHORTCUT_NAME 109
|
2016-03-04 15:43:31 +00:00
|
|
|
#define IDC_STARTMENU_TREE 110
|
|
|
|
#define IDC_REMOVE_ENTRIES 111
|
2004-06-18 20:43:44 +00:00
|
|
|
|
2013-05-19 21:21:20 +00:00
|
|
|
#define ID_DWL_GECKO_DIALOG 1200
|
|
|
|
#define ID_DWL_PROGRESS 1201
|
|
|
|
#define ID_DWL_INSTALL 1202
|
|
|
|
#define ID_DWL_STATUS 1203
|
|
|
|
|
2004-06-18 20:43:44 +00:00
|
|
|
/* EOF */
|