mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +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
83
base/setup/welcome/resource.h
Normal file
83
base/setup/welcome/resource.h
Normal file
|
@ -0,0 +1,83 @@
|
|||
#pragma once
|
||||
|
||||
#define IDS_APPTITLE 1000
|
||||
#define IDS_DEFAULTTOPICTITLE 1001
|
||||
#define IDS_DEFAULTTOPICDESC 1002
|
||||
#define IDS_FONTNAME 1003
|
||||
#define IDS_CHECKTEXT 1004
|
||||
#define IDS_CLOSETEXT 1005
|
||||
|
||||
#define IDS_TOPICBUTTON0 1010
|
||||
#define IDS_TOPICBUTTON1 1011
|
||||
#define IDS_TOPICBUTTON2 1012
|
||||
#define IDS_TOPICBUTTON3 1013
|
||||
#define IDS_TOPICBUTTON4 1014
|
||||
#define IDS_TOPICBUTTON5 1015
|
||||
#define IDS_TOPICBUTTON6 1016
|
||||
#define IDS_TOPICBUTTON7 1017
|
||||
#define IDS_TOPICBUTTON8 1018
|
||||
#define IDS_TOPICBUTTON9 1019
|
||||
|
||||
#define IDS_TOPICTITLE0 1020
|
||||
#define IDS_TOPICTITLE1 1021
|
||||
#define IDS_TOPICTITLE2 1022
|
||||
#define IDS_TOPICTITLE3 1023
|
||||
#define IDS_TOPICTITLE4 1024
|
||||
#define IDS_TOPICTITLE5 1025
|
||||
#define IDS_TOPICTITLE6 1026
|
||||
#define IDS_TOPICTITLE7 1027
|
||||
#define IDS_TOPICTITLE8 1028
|
||||
#define IDS_TOPICTITLE9 1029
|
||||
|
||||
#define IDS_TOPICDESC0 1030
|
||||
#define IDS_TOPICDESC1 1031
|
||||
#define IDS_TOPICDESC2 1032
|
||||
#define IDS_TOPICDESC3 1033
|
||||
#define IDS_TOPICDESC4 1034
|
||||
#define IDS_TOPICDESC5 1035
|
||||
#define IDS_TOPICDESC6 1036
|
||||
#define IDS_TOPICDESC7 1037
|
||||
#define IDS_TOPICDESC8 1038
|
||||
#define IDS_TOPICDESC9 1039
|
||||
|
||||
#define IDS_TOPICACTION0 1040
|
||||
#define IDS_TOPICACTION1 1041
|
||||
#define IDS_TOPICACTION2 1042
|
||||
#define IDS_TOPICACTION3 1043
|
||||
#define IDS_TOPICACTION4 1044
|
||||
#define IDS_TOPICACTION5 1045
|
||||
#define IDS_TOPICACTION6 1046
|
||||
#define IDS_TOPICACTION7 1047
|
||||
#define IDS_TOPICACTION8 1048
|
||||
#define IDS_TOPICACTION9 1049
|
||||
|
||||
#define IDS_TOPICOPTION0 1050
|
||||
#define IDS_TOPICOPTION1 1051
|
||||
#define IDS_TOPICOPTION2 1052
|
||||
#define IDS_TOPICOPTION3 1053
|
||||
#define IDS_TOPICOPTION4 1054
|
||||
#define IDS_TOPICOPTION5 1055
|
||||
#define IDS_TOPICOPTION6 1056
|
||||
#define IDS_TOPICOPTION7 1057
|
||||
#define IDS_TOPICOPTION8 1058
|
||||
#define IDS_TOPICOPTION9 1059
|
||||
|
||||
/* Bitmaps */
|
||||
#define IDB_TITLEBITMAP 101
|
||||
#define IDB_DEFAULTTOPICBITMAP 102
|
||||
|
||||
#define IDB_TOPICBITMAP0 110
|
||||
#define IDB_TOPICBITMAP1 111
|
||||
#define IDB_TOPICBITMAP2 112
|
||||
#define IDB_TOPICBITMAP3 113
|
||||
#define IDB_TOPICBITMAP4 114
|
||||
#define IDB_TOPICBITMAP5 115
|
||||
#define IDB_TOPICBITMAP6 116
|
||||
#define IDB_TOPICBITMAP7 117
|
||||
#define IDB_TOPICBITMAP8 118
|
||||
#define IDB_TOPICBITMAP9 119
|
||||
|
||||
#define IDC_CLOSEBUTTON 2000
|
||||
#define IDC_CHECKBUTTON 2001
|
||||
|
||||
#define IDI_MAIN 3000
|
Loading…
Add table
Add a link
Reference in a new issue