#pragma once /* Metrics */ #define PROPSHEETWIDTH 380 #define PROPSHEETHEIGHT 228 #define PROPSHEETPADDING 6 /* 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 /* Bitmaps */ #define IDB_WATERMARK 5001 /* Strings */ #define IDS_CPLSYSTEMNAME 1001 #define IDS_CPLSYSTEMDESCRIPTION 2001 #define IDS_CREATE_SHORTCUT 2021 #define IDS_ERROR_NOT_FOUND 2022 #define IDS_DOWNLOADING 14 #define IDS_INSTALLING 15 #define IDS_INVALID_SHA 16 /* Controls */ #define IDC_SHORTCUT_LOCATION 107 #define IDC_SHORTCUT_BROWSE 108 #define IDC_SHORTCUT_NAME 109 #define ID_DWL_GECKO_DIALOG 1200 #define ID_DWL_PROGRESS 1201 #define ID_DWL_INSTALL 1202 #define ID_DWL_STATUS 1203 /* EOF */