1 #pragma once 2 3 /* Icons */ 4 #define IDI_CPLSYSTEM 1500 5 #define IDI_APPICO 1501 6 #define IDI_INSTICO 1502 7 #define IDI_RECBINICO 1503 8 #define IDI_DOWNLOADICO 1504 9 #define IDI_APPINETICO 1505 10 11 /* Dialogs */ 12 #define IDD_SHORTCUT_LOCATION 203 13 #define IDD_SHORTCUT_FINISH 204 14 #define IDD_CONFIG_STARTMENU 400 15 16 /* Bitmaps */ 17 #define IDB_WATERMARK 5001 18 #define IDB_SHORTCUT 5002 19 20 /* Strings */ 21 #define IDS_CPLSYSTEMNAME 1001 22 #define IDS_CPLSYSTEMDESCRIPTION 2001 23 #define IDS_CREATE_SHORTCUT 2021 24 #define IDS_ERROR_NOT_FOUND 2022 25 #define IDS_NEW_INTERNET_SHORTCUT 2023 26 #define IDS_CANTMAKEINETSHORTCUT 2024 27 #define IDS_CANTMAKESHORTCUT 2025 28 29 #define IDS_DOWNLOADING 14 30 #define IDS_INSTALLING 15 31 #define IDS_INVALID_SHA 16 32 33 /* Controls */ 34 #define IDC_SHORTCUT_LOCATION 107 35 #define IDC_SHORTCUT_BROWSE 108 36 #define IDC_SHORTCUT_NAME 109 37 #define IDC_STARTMENU_TREE 110 38 #define IDC_REMOVE_ENTRIES 111 39 40 #define ID_DWL_GECKO_DIALOG 1200 41 #define ID_DWL_PROGRESS 1201 42 #define ID_DWL_INSTALL 1202 43 #define ID_DWL_STATUS 1203 44 45 /* EOF */ 46