blob: ec878ad881be0eca84221e432cfa658b88d48000 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="0" follows="bottom|left" height="490" left="330"
name="Classified" title="Classified" 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"
tool_tip="Name must begin with a letter or number, not punctuation."
width="400" />
<text_editor bg_readonly_color="clear" enabled="false" follows="left|top"
font="SansSerifSmall" 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"
tool_tip="Set the location for this classified to your current position."
width="400" />
<button bottom_delta="0" follows="left|top" height="20" label="Set" left="380"
name="set_location_btn" width="60" />
<button bottom_delta="-28" follows="left|top" height="20" label="Teleport" left="20"
name="classified_teleport_btn" width="80" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105"
name="classified_map_btn" width="100" />
<button bottom_delta="0" follows="left|top" height="20" label="Profile" left="210"
name="classified_profile_btn" width="70" />
<check_box bottom="422" follows="left|top" height="20" label="Mature" left="30"
name="classified_mature_check" text_readonly_color="white" width="80" />
<combo_box bg_readonly_color="grey" bottom="445" follows="left|top" height="18" label=""
left="20" name="classified_category_combo" right="150"
text_readonly_color="white" />
<button bottom="400" follows="left|top" height="20" label="Update" left="30"
name="classified_update_btn" width="70" />
</panel>
|