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 #define IDS_BROWSE_FOR_TARGET 2030 33 34 #define IDS_DOWNLOADING 14 35 #define IDS_INSTALLING 15 36 #define IDS_INVALID_SHA 16 37 #define IDS_DWL_FAILED 17 38 39 /* Controls */ 40 #define IDC_LINK_LOCATION 107 41 #define IDC_SHORTCUT_BROWSE 108 42 #define IDC_SHORTCUT_NAME 109 43 #define IDC_STARTMENU_TREE 110 44 #define IDC_REMOVE_ENTRIES 111 45 46 #define ID_DWL_GECKO_DIALOG 1200 47 #define ID_DWL_PROGRESS 1201 48 #define ID_DWL_INSTALL 1202 49 #define ID_DWL_STATUS 1203 50 51 /* EOF */ 52