summaryrefslogtreecommitdiff
path: root/resource/ui/itemrenameinvaliddialog.res
blob: 0ef1fd026fc07be817446d74a0aabac9a466053f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
"Resource/UI/ItemRenameInvalidDialog.res"
{
	"ItemRenameConfirmationDialog"
	{
		"fieldName"			"ItemRenameConfirmationDialog"
		"visible"			"1"
		"enabled"			"1"
		"xpos"				"c-200"
		"ypos"				"105"
		"wide"				"400"
		"tall"				"240"
		"bgcolor_override"	"DarkGrey"
		"paintbackgroundtype"	"0"
		"settitlebarvisible"	"0"
		"border"				"CyanBorderThick"
	}

	"TitleLabel"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"TitleLabel"
		"font"				"HudFontMediumBold"
		"labelText"			"dynamic"
		"textAlignment"		"center"
		"xpos"				"100"
		"ypos"				"10"
		"zpos"				"0"
		"wide"				"200"
		"tall"				"60"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"centerwrap"		"1"
	}

	"ToolBG"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"ToolBG"
		"font"				"HudFontSmallBold"
		"labelText"			""
		"textAlignment"		"east"
		"xpos"				"10"
		"ypos"				"10"
		"zpos"				"-1"
		"wide"				"84"
		"tall"				"64"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"paintbackground"	"0"
		"border"			"BackpackItemBorder_SelfMade"
	}
	"tool_modelpanel"
	{
		"ControlName"		"CItemModelPanel"
		"fieldName"			"tool_modelpanel"
		"xpos"				"10"
		"ypos"				"10"
		"zpos"				"1"
		"wide"				"200"
		"tall"				"70"
		"visible"			"1"
		"bgcolor_override"	"Transparent"
		"noitem_textcolor"	"TextColor"
		"PaintBackgroundType"	"2"
		"paintborder"		"0"
		"model_xpos"		"2"
		"model_ypos"		"5"
		"model_wide"		"80"
		"model_tall"		"54"
		"text_ypos"			"100"
		"text_center"		"1"
		"name_only"			"1"

		"itemmodelpanel"
		{
			"use_item_rendertarget" "0"
			"inventory_image_type"	"1"
			"allow_rot"				"0"
		}
	}

	"SubjectBG"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"SubjectBG"
		"font"				"HudFontSmallBold"
		"labelText"			""
		"textAlignment"		"east"
		"xpos"				"300"
		"ypos"				"10"
		"zpos"				"-1"
		"wide"				"84"
		"tall"				"64"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"paintbackground"	"0"
		"border"			"BackpackItemBorder_Vintage"
	}
	"subject_modelpanel"
	{
		"ControlName"		"CItemModelPanel"
		"fieldName"			"subject_modelpanel"
		"xpos"				"300"
		"ypos"				"10"
		"zpos"				"1"
		"wide"				"90"
		"tall"				"70"
		"visible"			"1"
		"bgcolor_override"	"Transparent"
		"noitem_textcolor"	"TextColor"
		"PaintBackgroundType"	"2"
		"paintborder"		"0"
		"model_xpos"		"2"
		"model_ypos"		"5"
		"model_wide"		"80"
		"model_tall"		"54"
		"text_ypos"			"100"
		"text_center"		"1"
		"name_only"			"1"

		"itemmodelpanel"
		{
			"use_item_rendertarget" "0"
			"inventory_image_type"	"1"
			"allow_rot"				"0"
		}
	}

	"ConfirmLabel"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"ConfirmLabel"
		"font"				"HudFontSmall"
		"labelText"			"#CraftInvalidName"
		"textAlignment"		"center"
		"xpos"				"20"
		"ypos"				"80"
		"zpos"				"0"
		"wide"				"360"
		"tall"				"20"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"fgcolor_override"	"LightRed"
	}

	"GivenName"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"GivenName"
		"font"				"HudFontSmall"
		"labelText"			"%name%"
		"textAlignment"		"center"
		"xpos"				"20"
		"ypos"				"100"
		"zpos"				"0"
		"wide"				"360"
		"tall"				"32"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"fgcolor_override"	"TanLight"
	}

	"WarningLabel"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"WarningLabel"
		"font"				"HudFontSmall"
		"labelText"			"#CraftInvalidNameDetail"
		"textAlignment"		"center"
		"xpos"				"0"
		"ypos"				"170"
		"zpos"				"0"
		"wide"				"400"
		"tall"				"20"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"fgcolor_override"	"LightRed"
	}

	"BackFromInvalidButton"
	{
		"ControlName"		"CExButton"
		"fieldName"			"BackFromInvalidButton"
		"xpos"				"135"
		"ypos"				"200"
		"zpos"				"1"
		"wide"				"130"
		"tall"				"20"
		"autoResize"		"0"
		"pinCorner"			"3"
		"visible"			"1"
		"enabled"			"1"
		"tabPosition"		"0"
		"labelText"			"#TF_OK"
		"font"				"HudFontMediumSmall"
		"textAlignment"		"center"
		"dulltext"			"0"
		"brighttext"		"0"
		"default"			"1"
		"Command"			"backfrominvalid"
		"sound_depressed"	"UI/buttonclick.wav"
		"sound_released"	"UI/buttonclickrelease.wav"
	}
}