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">Harbour 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="6" 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				Food</Paragraph>
42			</cell>
43			<cell row="2" col="2">
44				<CheckButton name="BuyFood">
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="SellFood">
51					<image src="images/gui/checkbox/checkbox.png"/>
52					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
53				</CheckButton>
54			</cell>
55			<cell row="3" col="1">
56				<Paragraph style="message" translatable="yes">
57				Coal</Paragraph>
58			</cell>
59			<cell row="3" col="2">
60				<CheckButton name="BuyCoal">
61					<image src="images/gui/checkbox/checkbox.png"/>
62					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
63				</CheckButton>
64			</cell>
65			<cell row="3" col="3">
66				<CheckButton name="SellCoal">
67					<image src="images/gui/checkbox/checkbox.png"/>
68					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
69				</CheckButton>
70			</cell>
71			<cell row="4" col="1">
72				<Paragraph style="message" translatable="yes">
73				Ore</Paragraph>
74			</cell>
75			<cell row="4" col="2">
76				<CheckButton name="BuyOre">
77					<image src="images/gui/checkbox/checkbox.png"/>
78					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
79				</CheckButton>
80			</cell>
81			<cell row="4" col="3">
82				<CheckButton name="SellOre">
83					<image src="images/gui/checkbox/checkbox.png"/>
84					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
85				</CheckButton>
86			</cell>
87			<cell row="5" col="1">
88				<Paragraph style="message" translatable="yes">
89				Goods</Paragraph>
90			</cell>
91			<cell row="5" col="2">
92				<CheckButton name="BuyGoods">
93					<image src="images/gui/checkbox/checkbox.png"/>
94					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
95				</CheckButton>
96			</cell>
97			<cell row="5" col="3">
98				<CheckButton name="SellGoods">
99					<image src="images/gui/checkbox/checkbox.png"/>
100					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
101				</CheckButton>
102			</cell>
103			<cell row="6" col="1">
104				<Paragraph style="message" translatable="yes">
105				Steel</Paragraph>
106			</cell>
107			<cell row="6" col="2">
108				<CheckButton name="BuySteel">
109					<image src="images/gui/checkbox/checkbox.png"/>
110					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
111				</CheckButton>
112			</cell>
113			<cell row="6" col="3">
114				<CheckButton name="SellSteel">
115					<image src="images/gui/checkbox/checkbox.png"/>
116					<image-checked src="images/gui/checkbox/checkbox_checked.png"/>
117				</CheckButton>
118			</cell>
119		</TableLayout>
120      </cell>
121      <cell row="2" col="1">
122        <TableLayout xmlns="" rows="1" cols="2">
123			<cell row="1" col="1">
124				<Button name="goto">
125					<image src="images/gui/info/info.png"/>
126				</Button>
127			</cell>
128			<cell row="1" col="2">
129				<Button name="Apply">
130					<image src="images/gui/dialogs/okaybutton.png"/>
131				</Button>
132			</cell>
133		</TableLayout>
134      </cell>
135    </TableLayout>
136  </contents>
137</Window>
138