mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 22:52:46 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
43 lines
942 B
C
43 lines
942 B
C
#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 */
|