blob: 65d1e3c3a704feb17ae42a7c7ab6f353d6f7d758 (
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
|
<?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>
<button
layout="topleft"
name="back"
right="-9"
top="0"
width="25"
height="25"
label=""
follows="top|left"
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"
name="group_name">(Loading...)</text>
<texture_picker
follows="left|top"
height="113"
label=""
layout="topleft"
left_delta="-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"
width="140" />
<button
top="632"
height="20"
font="SansSerifSmall"
label="Apply"
label_selected="Apply"
name="btn_apply"
left="5"
width="65" />
<button
top="632"
left="75"
height="20"
font="SansSerifSmall"
label="Refresh"
label_selected="Refresh"
name="btn_refresh"
follows="top|left"
width="65" />
<button
top="632"
height="20"
font="SansSerifSmall"
label="Create"
label_selected="Create"
name="btn_create"
left="5"
visible="false"
width="65" />
<accordion layout="topleft" left="2" width="296" top="135" height="600" follows="all" name="group_accordion">
<accordion_tab min_height="515" 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>
|