blob: 3c687d7123d4a2867a0524f845c189c0eaa69242 (
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
|
"Resource/UI/GenericWaitingDialog.res"
{
"GenericWaitingDialog"
{
"fieldName" "GenericWaitingDialog"
"visible" "1"
"enabled" "1"
"xpos" "c-100"
"ypos" "200"
"wide" "200"
"tall" "105"
"bgcolor_override" "DarkGrey"
"paintbackgroundtype" "1"
"settitlebarvisible" "0"
"border" "CyanBorder"
}
"TitleLabel"
{
"ControlName" "Label"
"fieldName" "TitleLabel"
"font" "HudFontMediumSmall"
"xpos" "0"
"ypos" "8"
"zpos" "0"
"wide" "200"
"tall" "42"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"wrap" "0"
"centerwrap" "1"
"labelText" "%updatetext%"
"textAlignment" "center"
"fgcolor_override" "White"
"bgcolor_override" "Transparent"
}
"EllipsesLabel"
{
"ControlName" "Label"
"fieldName" "EllipsesLabel"
"font" "HudFontSmallest"
"xpos" "0"
"ypos" "42"
"zpos" "0"
"wide" "200"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%ellipses%"
"textAlignment" "north"
"fgcolor_override" "White"
"bgcolor_override" "Transparent"
}
"DurationLabel"
{
"ControlName" "Label"
"fieldName" "DurationLabel"
"font" "HudFontSmallest"
"xpos" "0"
"ypos" "52"
"zpos" "0"
"wide" "200"
"tall" "60"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "%duration%"
"textAlignment" "north"
"fgcolor_override" "White"
"bgcolor_override" "Transparent"
}
"CloseButton"
{
"ControlName" "CExImageButton"
"fieldName" "CloseButton"
"xpos" "50"
"ypos" "70"
"zpos" "1"
"wide" "100"
"tall" "25"
"autoResize" "0"
"pinCorner" "3"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#Cancel"
"font" "HudFontSmallest"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"default" "1"
"Command" "user_close"
"sound_depressed" "UI/buttonclick.wav"
"sound_released" "UI/buttonclickrelease.wav"
}
}
|