blob: 2cc8b131d76c19e79413893689adcaecdb576d87 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom"
height="408" label="Logitech LCD" left="102" mouse_opaque="true"
name="LCD Options" width="517">
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="LCD Destination:" v_pad="0" width="266">
LCD Destination:
</text>
<radio_group bottom="-45" control_name="LCDDestination" draw_border="true" enabled="true"
follows="left|top" height="36" left="148" mouse_opaque="true"
name="LCDDestination" width="193">
<radio_item type="string" length="1" bottom="-19" enabled="true" follows="left|top" height="16" left="3"
mouse_opaque="true" name="DestinationG15"
tool_tip="Display forms selected appear on Logitech G15 Keyboard LCD"
width="463">
Logitech G15 Gaming Keyboard
</radio_item>
<radio_item type="string" length="1" bottom="-35" enabled="true" follows="left|top" height="16" left="3"
mouse_opaque="true" name="DestinationZ10"
tool_tip="Display forms selected appear on Logitech Z10 Speaker LCD"
width="463">
Logitech Z10 Speakers
</radio_item>
</radio_group>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-68" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="10" left="10"
mouse_opaque="true" name="LCD Display Options" v_pad="0" width="266">
LCD Display Options:
</text>
<check_box bottom="-72" control_name="DisplayChat" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" label="Display Chat" left="148"
mouse_opaque="true" name="DisplayChat" radio_style="false"
tool_tip="Display Last Chat line in LCD Window" width="128" />
<check_box bottom="-90" control_name="DisplayIM" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Display IM's" left="148" mouse_opaque="true" name="DisplayIM"
radio_style="false" tool_tip="Display Last IM in LCD Window" width="242" />
<check_box bottom="-108" control_name="DisplayRegion" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Show Location Information" left="148" mouse_opaque="true"
name="DisplayRegion" radio_style="false"
tool_tip="Display current location information in LCD Window" width="201" />
<check_box bottom="-126" control_name="DisplayLinden" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Show Account Information" left="148" mouse_opaque="true"
name="DisplayLinden" radio_style="false"
tool_tip="Display current account information in LCD Window" width="201" />
<check_box bottom="-144" control_name="DisplayDebug" enabled="true" follows="left|top"
font="SansSerifSmall" height="16" initial_value="false"
label="Display Network Comms Info" left="148" mouse_opaque="true"
name="DisplayDebug" radio_style="false"
tool_tip="Display debug information in LCD Window" width="242" />
<check_box bottom="-162" control_name="DisplayDebugConsole" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="false"
label="Display Debug Info from Console" left="148" mouse_opaque="true"
name="DisplayDebugConsole" radio_style="false"
tool_tip="Display console debug information in LCD Window" width="242" />
</panel>
|