summaryrefslogtreecommitdiff
path: root/resource/ui/training/modeselection/modepanel.res
blob: f73b50b454b62af2de2af429ce7d7a1f5e077f28 (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
"Resource/training/modeselection/modepanel.res"
{
	"ModeInfoContainer"
	{
		"ControlName"		"EditablePanel"
		"fieldName"			"ModeInfoContainer"
		"xpos"				"0"
		"ypos"				"0"
		"wide"				"225"
		"tall"				"205"
		"visible"			"1"
		"enabled"			"1"
		"border"			"CyanBorder"

		"ModeNameLabel"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"ModeNameLabel"
			"font"				"HudFontMediumSmall"
			"labelText"			"%modename%"
			"textAlignment"		"center"
			"xpos"				"0"
			"ypos"				"5"
			"zpos"				"2"
			"wide"				"225"
			"tall"				"25"
			"autoResize"		"0"
			"pinCorner"			"0"
			"visible"			"1"
			"enabled"			"1"
			"mouseinputenabled"	"0"
			"fgcolor_override"	"TanLight"
		}

		"DescLabel"
		{
			"ControlName"		"CExLabel"
			"fieldName"			"DescLabel"
			"font"				"HudFontSmallest"
			"labelText"			"%description%"
			"textAlignment"		"north"
			"xpos"				"0"
			"ypos"				"30"
			"zpos"				"2"
			"wide"				"225"
			"tall"				"55"
			"autoResize"		"0"
			"pinCorner"			"0"
			"visible"			"1"
			"enabled"			"1"
			"fgcolor_override"	"TanLight"
			"auto_wide_tocontents" "0"
			"wrap"				   "1"
			"centerwrap"		   "1"
		}

		"ImageFrame"
		{
			"ControlName"		"EditablePanel"
			"fieldName"			"ImageFrame"
			"xpos"				"10"
			"ypos"				"25"
			"wide"				"205"
			"tall"				"205"
			"visible"			"1"
			"enabled"			"1"
			"border"			"NoBorder"
		}

		// Parented to ImageFrame in code.
		"Image"
		{
			"ControlName"		"ImagePanel"
			"fieldName"			"Image"
			"xpos"				"10"
			"ypos"				"32"
			"wide"				"185"
			"tall"				"185"
			"visible"			"1"
			"enabled"			"1"
			"tileImage"			"0"
			"scaleImage"		"1"
			"image"				""
		}
	}

	"StartButton"
	{
		"ControlName"		"CExButton"
		"fieldName"			"StartButton"
		"xpos"				"0"
		"ypos"				"0"
		"wide"				"225"
		"tall"				"205"
		"autoResize"		"0"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"tabPosition"		"0"
		"labelText"			""
		"font"				"HudFontMediumSmall"
		"textAlignment"		"center"
		"paintbackground"	"0"
		"textinsetx"		"50"
		"dulltext"			"0"
		"brighttext"		"0"
		"Command"			"%startcommand%"
		"sound_armed"		"UI/buttonclick.wav"
		"sound_released"	"UI/buttonclickrelease.wav"
	}
}