blob: 58e4c434a93c30d3ffcf21048e0c311a51a26a9c (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" follows="bottom|left" height="470" left="330"
name="Pick" title="Pick" width="450">
<texture_picker bottom="-315" follows="left|top" height="300" left="20" name="snapshot_ctrl"
width="400" />
<line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top"
font="SansSerif" height="20" left="20" name="given_name_editor"
text_readonly_color="white" width="400" />
<text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif"
height="90" left="20" max_length="1023" name="desc_editor"
text_readonly_color="white" width="400" word_wrap="true" />
<line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif"
height="20" left="20" name="location_editor" text_readonly_color="white"
width="400" />
<button bottom_delta="0" follows="left|top" height="20" label="Set" left="380"
name="set_location_btn" width="60" />
<button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20"
name="pick_teleport_btn" width="80" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105"
name="pick_map_btn" width="100" />
<text bottom_delta="0" follows="left|top" height="20" left="290"
name="sort_order_text" width="30">
Sort:
</text>
<line_editor bottom_delta="5" follows="left|top" height="16" left="320"
name="sort_order_editor" width="25" />
<check_box bottom_delta="0" follows="left|top" height="20" label="Enabled" left="360"
name="enabled_check" width="80" />
</panel>
|