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 #define IDS_NO_MEMORY 2026 29 #define IDS_NO_DIRECTORY 2027 30 #define IDS_INVALID_PATH 2028 31 #define IDS_INVALID_NAME 2029 32 33 #define IDS_DOWNLOADING 14 34 #define IDS_INSTALLING 15 35 #define IDS_INVALID_SHA 16 36 #define IDS_DWL_FAILED 17 37 38 /* Controls */ 39 #define IDC_SHORTCUT_LOCATION 107 40 #define IDC_SHORTCUT_BROWSE 108 41 #define IDC_SHORTCUT_NAME 109 42 #define IDC_STARTMENU_TREE 110 43 #define IDC_REMOVE_ENTRIES 111 44 45 #define ID_DWL_GECKO_DIALOG 1200 46 #define ID_DWL_PROGRESS 1201 47 #define ID_DWL_INSTALL 1202 48 #define ID_DWL_STATUS 1203 49 50 /* EOF */ 51