blob: e2479f83d31774ee1e051b82640407b6bf058570 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" can_close="true" can_minimize="true"
can_resize="false" follows="bottom|left" height="470" left="330"
name="Event" title="Event" width="450">
<text bottom="-16" follows="top|left" font="SansSerif" left="20"
name="event_name_label">
Name:
</text>
<text bottom="-16" follows="top|left" font="SansSerif" left="120" name="event_name">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_category_label">
Type:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_category">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_mature_label">
Mature Content:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_mature">
(unknown)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_date_label">
Date:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_date">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_duration_label">
Event Duration:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_duration">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_runby_label">
Run By:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_runby">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_location_label">
Location:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_location">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_cover_label">
Cover Charge:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_cover">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_desc_label">
Description:
</text>
<text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024"
name="event_desc" width="400" />
<button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20"
name="teleport_btn" width="80" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="105"
name="map_btn" width="100" />
<button bottom_delta="0" follows="left|top" height="20" label="Notify" left="210"
name="notify_btn" width="90" />
<button bottom_delta="0" follows="left|top" height="20" label="Create Event..."
left="305" name="create_event_btn" width="110" />
</panel>
|