blob: 103422a04dd516683288a049d036333cf66d58f3 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater
legacy_header_height="0"
can_minimize="false"
can_resize="true"
height="140"
layout="topleft"
min_height="140"
min_width="225"
name="track picker"
help_topic="track_picker"
title="PICK: TRACK"
width="225">
<layout_stack name="adjuster"
follows="all"
animate="false"
top="0"
left="6"
right="-6"
bottom="-10"
orientation="vertical">
<layout_panel name="pnl_desc"
border="false"
auto_resize="false"
user_resize="false"
height="11"
min_height="10"
bg_alpha_color="blue"
background_visible="false">
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left="5"
name="select_description"
mouse_opaque="false"
top="0"
width="300">
Select source sky:
</text>
</layout_panel>
<layout_panel name="pnl_traks"
border="false"
auto_resize="true"
user_resize="false"
height="29"
min_height="29"
bg_alpha_color="blue"
background_visible="false">
<radio_group
follows="all"
height="60"
layout="topleft"
top="0"
left="3"
right="-3"
bottom="-3"
name="track_selection"
width="100">
<radio_item
height="20"
label="Sky4 [ALT]"
layout="topleft"
left="0"
name="radio_sky4"
value="4"
top="0"
width="90" />
<radio_item
height="20"
label="Sky3 [ALT]"
layout="topleft"
left="0"
name="radio_sky3"
value="3"
top_delta="20"
width="90" />
<radio_item
height="20"
label="Sky2 [ALT]"
layout="topleft"
left="0"
name="radio_sky2"
value="2"
top_delta="20"
width="90" />
<radio_item
height="20"
label="Ground"
layout="topleft"
left="0"
name="radio_sky1"
value="1"
top_delta="20"
width="90" />
</radio_group>
</layout_panel>
<layout_panel name="pnl_ok_cancel"
border="false"
auto_resize="false"
user_resize="false"
height="29"
min_height="29">
<button
follows="top|left"
height="20"
label="OK"
label_selected="OK"
layout="topleft"
left="2"
top="2"
name="btn_select"
width="100" />
<button
follows="top|left"
height="20"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_delta="110"
top_delta="0"
name="btn_cancel"
width="100" />
</layout_panel>
</layout_stack>
</floater>
|