summaryrefslogtreecommitdiff
path: root/resource/ui/training/basictraining/classpanel.res
blob: 7193004eac23e2744f5d5ad9917cdc4eabd805e2 (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
"Resource/training/basictraining/classpanel.res"
{
	"Image"
	{
		"ControlName"		"ImagePanel"
		"fieldName"			"Image"
		"visible"			"1"
		"enabled"			"1"
		"tileImage"			"0"
		"scaleImage"		"1"
		"image"				"illustrations/training_basic"
	}

	"SelectButton"
	{
		"ControlName"		"CExButton"
		"fieldName"			"SelectButton"
		"autoResize"		"0"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"tabPosition"		"0"
		"labelText"			"%selectbuttontext%"
		"font"				"HudFontSmall"
		"textAlignment"		"center"
		"textinsetx"		"50"
		"dulltext"			"0"
		"brighttext"		"0"
		"Command"			"%selectcommand%"
		"sound_depressed"	"UI/buttonclick.wav"
		"sound_released"	"UI/buttonclickrelease.wav"
	}

	"ProgressLabel"
	{
		"ControlName"		"CExLabel"
		"fieldName"			"ProgressLabel"
		"font"				"HudFontSmallest"
		"labelText"			""
		"textAlignment"		"center"
		"xpos"				"0"
		"ypos"				"241"
		"wide"				"30"
		"tall"				"15"
		"autoResize"		"1"
		"pinCorner"			"0"
		"visible"			"0"
		"enabled"			"1"
		"wrap"				"0"
		"fgcolor_override"	"201 79 57 255"
	}
}