#pragma once

#define RC_STRING_MAX_SIZE   2048

/* Bitmaps */
#define IDB_ROSLOGO          100
#define IDB_ROSMASK          101

#define IDC_STATIC -1


/* Dialogs */
#define IDD_LOCALEPAGE       200
#define IDC_LOCALELOGO       201
#define IDC_LANGUAGELIST     202
#define IDC_FORMATLIST       203
#define IDC_LAYOUTLIST       204

#define IDD_STARTPAGE        300
#define IDC_STARTLOGO        301
#define IDC_RUN              302
#define IDC_INSTALL          303
#define IDC_UPDATE           304
#define IDC_REPAIR           305


/* Strings */
#define IDS_SHELL_FAIL       600
#define IDS_INSTALLER_FAIL   601
#define IDS_CANCEL_CONFIRM   602

#define IDS_SPAIN 3900