blob: 43fdb5227dff8a71e159f5c0e1543c54f374bba4 (
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/UI/ControlPointProgressBar.res"
{
"ControlPointProgressBar"
{
"ControlName" "EditablePanel"
"fieldName" "ControlPointProgressBar"
"xpos" "0"
"ypos" "0"
"zpos" "20"
"wide" "100"
"wide_minmode" "65"
"tall" "65"
"tall_minmode" "42"
"visible" "0"
"enabled" "1"
}
"ProgressBar"
{
"ControlName" "CircularProgressBar"
"fieldName" "ProgressBar"
"xpos" "9999"
"ypos" "9999"
"zpos" "23"
"wide" "45"
"tall" "45"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fg_image" "progress_bar_blu"
"bg_image" "progress_bar_blu"
}
"Teardrop"
{
"ControlName" "CIconPanel"
"fieldName" "Teardrop"
"xpos" "9999"
"ypos" "9999"
"zpos" "21"
"wide" "54"
"wide_minmode" "35"
"tall" "65"
"tall_minmode" "42"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
"icon" "cappoint_progressbar_teardrop"
"iconColor" "255 255 255 255"
}
"TeardropSide"
{
"ControlName" "CIconPanel"
"fieldName" "TeardropSide"
"xpos" "9999"
"ypos" "9999"
"zpos" "21"
"wide" "54"
"wide_minmode" "35"
"tall" "54"
"tall_minmode" "35"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "cappoint_progressbar_teardrop"
"iconColor" "255 255 255 255"
}
"ProgressText"
{
"ControlName" "Label"
"fieldName" "ProgressText"
"font" "DefaultSmall"
"font_minmode" "DefaultVerySmall"
"xpos" "9999"
"ypos" "9999"
"zpos" "23"
"wide" "75"
"wide_minmode" "49"
"tall" "40"
"tall_minmode" "36"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"labelText" "progress"
"dulltext" "0"
"brighttext" "0"
"centerwrap" "1"
}
"Blocked"
{
"ControlName" "CIconPanel"
"fieldName" "Blocked"
"xpos" "9999"
"ypos" "9999"
"zpos" "21"
"wide" "50"
"wide_minmode" "31"
"tall" "50"
"tall_minmode" "31"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"icon" "cappoint_progressbar_blocked"
"iconColor" "255 255 255 255"
}
}
|