Reactos
at master 32 lines 671 B view raw
1#pragma once 2 3#define RC_STRING_MAX_SIZE 2048 4 5/* Bitmaps */ 6#define IDB_ROSLOGO 100 7#define IDB_ROSMASK 101 8 9#define IDC_STATIC -1 10 11 12/* Dialogs */ 13#define IDD_LOCALEPAGE 200 14#define IDC_LOCALELOGO 201 15#define IDC_LANGUAGELIST 202 16#define IDC_FORMATLIST 203 17#define IDC_LAYOUTLIST 204 18 19#define IDD_STARTPAGE 300 20#define IDC_STARTLOGO 301 21#define IDC_RUN 302 22#define IDC_INSTALL 303 23#define IDC_UPDATE 304 24#define IDC_REPAIR 305 25 26 27/* Strings */ 28#define IDS_SHELL_FAIL 600 29#define IDS_INSTALLER_FAIL 601 30#define IDS_CANCEL_CONFIRM 602 31 32#define IDS_SPAIN 3900