1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3WARNING: This file is automatically generated. Do not edit!
4-->
5<Window xmlns="http://lincity-ng.berlios.de/gui" border="5" titlesize="25" width="300" height="450">
6  <title>
7    <Document>
8      <Paragraph style="title" translatable="yes" halign="center" name="DialogTitle">Trade Settings</Paragraph>
9    </Document>
10  </title>
11  <title-background>
12    <Gradient from="#ff0000ff" to="#88776655" direction="left-right"/>
13  </title-background>
14  <background>
15    <FilledRectangle color="#ffffffbb"/>
16  </background>
17  <contents>
18    <TableLayout rows="2" cols="1">
19      <rowsize row="2" fixed="50"/>
20      <cell row="1" col="1">
21        <TableLayout xmlns="" rows="7" cols="3">
22			<colsize col="1" relative=".3"/>
23			<colsize col="2" relative=".18"/>
24			<colsize col="3" relative=".18"/>
25
26			<cell row="1" col="1" valign="center" halign="center">
27				<Paragraph style="messagebold" translatable="yes" halign="center">
28				Product</Paragraph>
29			</cell>
30			<cell row="1" col="2" valign="center">
31				<Paragraph style="messagebold" translatable="yes" halign="center">
32				Buy</Paragraph>
33			</cell>
34			<cell row="1" col="3" valign="center">
35				<Paragraph style="messagebold" translatable="yes" halign="center">
36				Sell</Paragraph>
37			</cell>
38
39			<cell row="2" col="1">
40				<Paragraph style="message" translatable="yes">
41				Jobs</Paragraph>
42			</cell>
43			<cell row="2" col="2">
44				<CheckButton name="BuyJobs">
45					<image src="images/gui/checkbox/checkbox.png"/>
46					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
47				</CheckButton>
48			</cell>
49			<cell row="2" col="3">
50				<CheckButton name="SellJobs">
51					<image src="images/gui/checkbox/checkbox.png"/>
52					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
53				</CheckButton>
54			</cell>
55
56			<cell row="3" col="1">
57				<Paragraph style="message" translatable="yes">
58				Food</Paragraph>
59			</cell>
60			<cell row="3" col="2">
61				<CheckButton name="BuyFood">
62					<image src="images/gui/checkbox/checkbox.png"/>
63					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
64				</CheckButton>
65			</cell>
66			<cell row="3" col="3">
67				<CheckButton name="SellFood">
68					<image src="images/gui/checkbox/checkbox.png"/>
69					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
70				</CheckButton>
71			</cell>
72			<cell row="4" col="1">
73				<Paragraph style="message" translatable="yes">
74				Coal</Paragraph>
75			</cell>
76			<cell row="4" col="2">
77				<CheckButton name="BuyCoal">
78					<image src="images/gui/checkbox/checkbox.png"/>
79					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
80				</CheckButton>
81			</cell>
82			<cell row="4" col="3">
83				<CheckButton name="SellCoal">
84					<image src="images/gui/checkbox/checkbox.png"/>
85					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
86				</CheckButton>
87			</cell>
88			<cell row="5" col="1">
89				<Paragraph style="message" translatable="yes">
90				Ore</Paragraph>
91			</cell>
92			<cell row="5" col="2">
93				<CheckButton name="BuyOre">
94					<image src="images/gui/checkbox/checkbox.png"/>
95					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
96				</CheckButton>
97			</cell>
98			<cell row="5" col="3">
99				<CheckButton name="SellOre">
100					<image src="images/gui/checkbox/checkbox.png"/>
101					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
102				</CheckButton>
103			</cell>
104			<cell row="6" col="1">
105				<Paragraph style="message" translatable="yes">
106				Goods</Paragraph>
107			</cell>
108			<cell row="6" col="2">
109				<CheckButton name="BuyGoods">
110					<image src="images/gui/checkbox/checkbox.png"/>
111					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
112				</CheckButton>
113			</cell>
114			<cell row="6" col="3">
115				<CheckButton name="SellGoods">
116					<image src="images/gui/checkbox/checkbox.png"/>
117					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
118				</CheckButton>
119			</cell>
120			<cell row="7" col="1">
121				<Paragraph style="message" translatable="yes">
122				Steel</Paragraph>
123			</cell>
124			<cell row="7" col="2">
125				<CheckButton name="BuySteel">
126					<image src="images/gui/checkbox/checkbox.png"/>
127					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
128				</CheckButton>
129			</cell>
130			<cell row="7" col="3">
131				<CheckButton name="SellSteel">
132					<image src="images/gui/checkbox/checkbox.png"/>
133					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
134				</CheckButton>
135			</cell>
136		</TableLayout>
137      </cell>
138      <cell row="2" col="1">
139        <TableLayout xmlns="" rows="1" cols="2">
140			<cell row="1" col="1">
141				<Button name="goto">
142					<image src="images/gui/info/info.png"/>
143				</Button>
144			</cell>
145			<cell row="1" col="2">
146				<Button name="Apply">
147					<image src="images/gui/dialogs/okaybutton.png"/>
148				</Button>
149			</cell>
150		</TableLayout>
151      </cell>
152    </TableLayout>
153  </contents>
154</Window>
155