blob: f471256dee4b04cc16f9e97f0dcab67dddaa0416 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" height="500" label="Popups" left="0" name="popups"
title="Popups" width="400">
<text bottom="-20" follows="top|left" left="15" width="300">
Do not show popups:
</text>
<scroll_list follows="top|left" height="88" left="15" name="disabled_popups" width="480" />
<button follows="top|left" height="20" label="Enable this popup" left="15"
name="enable_popup" width="150" />
<text follows="top|left" left="15" width="128">
Show popups:
</text>
<scroll_list follows="top|left" height="88" left="15" name="enabled_popups" width="480" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-30" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" hidden="false"
left="15" mouse_opaque="false" name="text_box2" v_pad="0" width="270">
Offers of notecards, textures and landmarks:
</text>
<check_box bottom_delta="-25" control_name="AutoAcceptNewInventory" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" hidden="false"
initial_value="false" label="Automatically accept"
left="40" mouse_opaque="true" name="accept_new_inventory"
radio_style="false"
width="270" />
<check_box bottom_delta="-20" control_name="ShowNewInventory" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" hidden="false"
initial_value="true" label="Automatically view after accepting"
left="40" mouse_opaque="true" name="show_new_inventory"
radio_style="false"
width="270" />
<button bottom_delta="-35" follows="top|left" height="20"
label="Show all 'Skip next time' Dialogs..." left="15"
name="reset_dialogs_btn" width="210"
tool_tip="Enable all of the optional popups and 'first time use' notifications."/>
<button bottom_delta="0" follows="top|right" height="20"
label="Skip all 'Skip next time' Dialogs..." left="-225"
name="skip_dialogs_btn" width="210"
tool_tip="Disable all of the optional popups and 'first time use' notifications."/>
</panel>
|