blob: 775c7b9fb6c4d88e76673c055a785f595bfa5bdf (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="0" follows="bottom|left" height="514" left="0"
left_in_finder="335" mouse_opaque="true" name="GroupInfo" title="GroupInfo"
width="420">
<string name="default_needs_apply_text">
There are unapplied changes on the current tab.
</string>
<string name="want_apply_text">
Do you want to apply these changes?
</string>
<tab_container border="false" bottom="27" follows="all" height="483" left="0"
name="group_tab_container" tab_position="top" width="419">
<panel filename="panel_group_general.xml" name="general_tab" />
<panel filename="panel_group_roles.xml" name="roles_tab" />
<panel filename="panel_group_notices.xml" name="notices_tab" />
<panel filename="panel_group_voting.xml" name="voting_tab" />
<panel filename="panel_group_land_money.xml" name="land_money_tab" />
</tab_container>
<button bottom="5" font="SansSerif" halign="center" height="20" label="Apply"
label_selected="Apply" mouse_opaque="true" name="btn_apply" right="410"
width="90" />
<button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Cancel"
label_selected="Cancel" left_delta="-96" mouse_opaque="true"
name="btn_cancel" width="90" />
<button bottom_delta="0" font="SansSerif" halign="center" height="20" label="OK"
label_selected="OK" left_delta="-96" mouse_opaque="true" name="btn_ok"
width="90" />
<button bottom_delta="0" font="SansSerif" halign="center" height="20" label="Refresh"
label_selected="Refresh" left="10" mouse_opaque="true" name="btn_refresh"
width="90" />
</panel>
|