blob: 6aff387dcb1b360630e52d88879f51f9244f37f8 (
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
positioning="cascading"
save_rect="true"
single_instance="true"
reuse_instance="true"
legacy_header_height="18"
can_resize="true"
height="465"
name="my_environments"
help_topic="my_environments"
title="MY ENVIRONMENTS"
background_visible="true"
label="Places"
layout="topleft"
min_height="350"
min_width="265"
width="313">
<layout_stack
follows="all"
layout="topleft"
left="5"
top="20"
right="-5"
bottom="-5"
orientation="vertical">
<layout_panel
border="true"
bevel_style="in"
auto_resize="false"
tab_group="1"
height="54"
name="filter_panel"
label="Filters"
font="SansSerifBold">
<icon
height="16"
image_name="Inv_SettingsDay"
layout="topleft"
mouse_opaque="true"
name="icon_settingsdays"
left="4"
width="16" />
<check_box
height="16"
label="Days"
layout="topleft"
left_pad="2"
name="chk_days"
top_delta="0"
width="60" />
<icon
height="16"
image_name="Inv_SettingsSky"
layout="topleft"
mouse_opaque="true"
name="icon_settingsskies"
left_pad="10"
width="16" />
<check_box
height="16"
label="Skies"
layout="topleft"
left_pad="2"
name="chk_skies"
top_delta="0"
width="60" />
<icon
height="16"
image_name="Inv_SettingsWater"
layout="topleft"
mouse_opaque="true"
name="icon_settingswater"
left_pad="10"
width="16" />
<check_box
height="16"
label="Water"
layout="topleft"
left_pad="2"
name="chk_water"
top_delta="0"
width="60" />
<filter_editor
follows="left|top|right"
height="23"
label="Filter Environments"
layout="topleft"
left="4"
name="flt_search"
top_pad="6"
right="-4" />
</layout_panel>
<layout_panel
auto_resize="true"
user_resize="true"
tab_group="1"
name="list_panel"
label="Environments"
font="SansSerifBold">
<panel
name="pnl_inv_wrap"
label="pnl_inv_wrap"
follows="all"
layout="topleft"
left="2"
top="2"
right="-2"
bottom="-2"
background_visible="true"
bg_alpha_color="DkGray2"
border="true">
<asset_filtered_inv_panel
left="0"
top="0"
right="-1"
bottom="-1"
allow_multi_select="false"
follows="all"
layout="topleft"
name="pnl_settings"
filter_asset_type="settings"/>
</panel>
</layout_panel>
<layout_panel
auto_resize="false"
user_resize="false"
tab_group="1"
height="15">
<check_box
follows="left|bottom"
height="14"
initial_value="false"
label="Show All Folders"
layout="topleft"
name="chk_showfolders"
top="2"
left_delta="-1"
width="200" />
</layout_panel>
<layout_panel
auto_resize="false"
tab_group="1"
height="31"
name="pnl_control"
font="SansSerifBold">
<panel
background_visible="true"
bevel_style="none"
top_pad="1"
follows="top|left|right"
height="30"
label="bottom_panel"
layout="topleft"
left="0"
name="pnl_bottom">
<menu_button
follows="bottom|left"
height="18"
image_disabled="OptionsMenu_Disabled"
image_selected="OptionsMenu_Press"
image_unselected="OptionsMenu_Off"
layout="topleft"
left="10"
menu_filename="menu_settings_gear.xml"
name="btn_gear"
top="5"
tool_tip="More options"
width="18" />
<menu_button
follows="bottom|left"
font="SansSerifBigBold"
height="18"
image_selected="AddItem_Press"
image_unselected="AddItem_Off"
image_disabled="AddItem_Disabled"
layout="topleft"
left_pad="5"
menu_filename="menu_settings_add.xml"
name="btn_newsettings"
tool_tip="Make new setting"
top_delta="0"
width="18" />
<button
follows="bottom|right"
font="SansSerifBigBold"
height="18"
image_selected="TrashItem_Press"
image_unselected="TrashItem_Off"
image_disabled="TrashItem_Disabled"
layout="topleft"
name="btn_del"
right="-5"
tool_tip="Remove selected item"
top_delta="0"
width="18" />
</panel>
</layout_panel>
</layout_stack>
</floater>
|