Files
reactos/base/setup/reactos/resource.h
T

83 lines
2.1 KiB
C

#pragma once
/* Bitmaps */
#define IDB_WATERMARK 100
#define IDB_HEADER 101
/* Icons */
#define IDI_MAIN 3000
#define IDC_STATIC -1
/* Dialogs */
#define IDD_STARTPAGE 2000
#define IDC_STARTTITLE 2001
#define IDD_TYPEPAGE 2005
#define IDC_INSTALL 2006
#define IDC_INSTALLTEXT 2007
#define IDC_UPDATE 2008
#define IDC_UPDATETEXT 2009
#define IDD_DEVICEPAGE 2011
#define IDC_COMPUTER 2014
#define IDC_DISPLAY 2015
#define IDC_KEYBOARD 2016
#define IDC_KEYLAYOUT 2017
#define IDD_DRIVEPAGE 2018
#define IDC_PARTITION 2021
#define IDC_PARTCREATE 2022
#define IDC_PARTDELETE 2023
#define IDC_INSTFREELDR 2024
#define IDC_INSTVBRONLY 2025
#define IDC_NOINSTFREELDR 2026
#define IDC_PATH 2027
#define IDD_PROCESSPAGE 2028
#define IDC_ACTIVITY 2031
#define IDC_ITEM 2032
#define IDC_PROCESSPROGRESS 2033
#define IDD_RESTARTPAGE 2034
#define IDC_RESTART_PROGRESS 2038
#define IDC_PARTMOREOPTS 2042
#define IDD_BOOTOPTIONS 2043
#define IDD_PARTITION 2044
#define IDC_UPDOWN1 2045
#define IDC_PARTSIZE 2046
#define IDC_UNIT 2047
#define IDC_FSTYPE 2048
#define IDD_SUMMARYPAGE 2049
#define IDC_DEVICEDRIVER 2052
/* Strings */
#define IDS_TYPETITLE 5007
#define IDS_TYPESUBTITLE 5008
#define IDS_DEVICETITLE 5012
#define IDS_DEVICESUBTITLE 5013
#define IDS_DRIVETITLE 5019
#define IDS_DRIVESUBTITLE 5020
#define IDS_PROCESSTITLE 5029
#define IDS_PROCESSSUBTITLE 5030
#define IDS_RESTARTTITLE 5035
#define IDS_RESTARTSUBTITLE 5036
#define IDS_ABORTSETUP 5039
#define IDS_ABORTSETUP2 5040
#define IDS_SUMMARYTITLE 5050
#define IDS_SUMMARYSUBTITLE 5051
#define IDS_NO_TXTSETUP_SIF 5053
#define IDS_CAPTION 5054
#define IDS_PARTITION_NAME 5200
#define IDS_PARTITION_SIZE 5201
#define IDS_PARTITION_TYPE 5202
#define IDS_LIST_COLUMN_FIRST IDS_PARTITION_NAME
#define IDS_LIST_COLUMN_LAST IDS_PARTITION_TYPE