mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
* Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
This commit is contained in:
parent
28d8ba0d3e
commit
0ee830d7a4
23049 changed files with 0 additions and 1313991 deletions
33
base/system/userinit/resource.h
Normal file
33
base/system/userinit/resource.h
Normal file
|
@ -0,0 +1,33 @@
|
|||
#pragma once
|
||||
|
||||
#define RC_STRING_MAX_SIZE 2048
|
||||
|
||||
/* Bitmaps */
|
||||
#define IDB_ROSLOGO 100
|
||||
|
||||
#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_SPAIN 3900
|
Loading…
Add table
Add a link
Reference in a new issue