Files
reactos/base/setup/reactos/resource.h
T
Hermès Bélusca-Maïto 4bf9f6fa4a [SETUP:REACTOS] Populate the list of existing installations.
- In the 1st-stage GUI setup, display the list of existing discovered
  NTOS installations, with its name, installation path and vendor name,
  and an associated icon.
2018-10-28 19:00:01 +01:00

89 lines
2.3 KiB
C

#pragma once
/* Bitmaps */
#define IDB_WATERMARK 100
#define IDB_HEADER 101
/* Icons */
#define IDI_MAIN 3000
#define IDI_ROSICON 3001
#define IDI_WINICON 3002
#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_UPDATEREPAIRPAGE 2060
#define IDC_NTOSLIST 2061
#define IDC_SKIPUPGRADE 2062
#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_INSTALLATION_NAME 5100
#define IDS_INSTALLATION_PATH 5101
#define IDS_INSTALLATION_VENDOR 5102
#define IDS_PARTITION_NAME 5200
#define IDS_PARTITION_SIZE 5201
#define IDS_PARTITION_TYPE 5202