#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 /* controls */ #define IDC_SHORTCUT_LOCATION 107 #define IDC_SHORTCUT_BROWSE 108 #define IDC_SHORTCUT_NAME 109 /* EOF */