blob: fb4ce436e8c77caf5c844ddba56463e127705638 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="left|top|right|bottom"
height="660"
label="Group Info"
layout="topleft"
name="panel_group_info"
border="false"
width="300">
<panel.string
name="default_needs_apply_text">
There are unapplied changes on the current tab.
</panel.string>
<panel.string
name="want_apply_text">
Do you want to apply these changes?
</panel.string>
<panel.string
name="group_join_btn">
Join (L$[AMOUNT])
</panel.string>
<button
layout="topleft"
name="back"
right="-9"
top="0"
width="25"
height="25"
label=""
follows="top|right"
image_overlay="BackArrow_Off"
tab_stop="false" />
<text
layout="topleft"
top="0"
left="10"
width="250"
height="20"
font="SansSerifHugeBold"
text_color="white"
follows="top|left|right"
mouse_opaque="true"
use_ellipses="true"
name="group_name">(Loading...)</text>
<line_editor
follows="left|top"
font="SansSerif"
label="Type your new group name here"
layout="topleft"
left_delta="0"
max_length="35"
name="group_name_editor"
top_delta="5"
width="250"
height="20"
visible="true" />
<texture_picker
follows="left|top"
height="113"
label=""
layout="topleft"
left="10"
name="insignia"
tool_tip="Click to choose a picture"
top_pad="5"
width="100" />
<text
type="string"
follows="left|top"
height="16"
length="1"
layout="topleft"
left_pad="10"
name="prepend_founded_by"
top_delta="0"
width="140">
Founded by:
</text>
<name_box
follows="left|top"
height="16"
initial_value="(retrieving)"
layout="topleft"
left_delta="0"
name="founder_name"
top_pad="10"
use_ellipses="true"
width="140" />
<button
follows="left|top"
left_delta="0"
top_pad="10"
height="20"
label="Join"
label_selected="Join"
name="btn_join"
visible="true"
width="65" />
<button
top="632"
height="20"
font="SansSerifSmall"
label="Save"
label_selected="Save"
name="btn_apply"
left="5"
width="65" />
<button
follows="top|left"
height="20"
image_overlay="Refresh_Off"
layout="topleft"
name="btn_refresh"
picture_style="true"
top="632"
left="75"
width="20" />
<button
top="632"
height="20"
label="Create"
label_selected="Create"
name="btn_create"
left="5"
visible="false"
width="65" />
<button
top="632"
left="75"
height="20"
label="Cancel"
label_selected="Cancel"
name="btn_cancel"
visible="false"
width="65" />
<accordion layout="topleft" left="2" width="296" top="135" height="500" follows="all" name="group_accordion">
<accordion_tab min_height="445" title="Group General" name="group_general_tab">
<panel class="panel_group_general" filename="panel_group_general.xml" name="group_general_tab_panel"/>
</accordion_tab>
<accordion_tab min_height="380" title="Group Roles" name="group_roles_tab" expanded="False" can_resize="false">
<panel class="panel_group_roles" filename="panel_group_roles.xml" name="group_roles_tab_panel"/>
</accordion_tab>
<accordion_tab min_height="530" title="Group Notices" name="group_notices_tab" expanded="False" can_resize="false">
<panel class="panel_group_notices" filename="panel_group_notices.xml" name="group_notices_tab_panel"/>
</accordion_tab>
<accordion_tab min_height="270" title="Group Land Money" name="group_land_tab" expanded="False" can_resize="false">
<panel class="panel_group_land_money" filename="panel_group_land_money.xml" name="group_land_tab_panel"/>
</accordion_tab>
</accordion>
</panel>
|