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="700" height="200">
6  <title>
7    <Document>
8      <Paragraph style="title" translatable="yes" halign="center" name="DialogTitle">Coal Survey</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:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="2">
22          <colsize col="1" fixed="95"/>
23          <cell row="1" col="1">
24            <Image src="images/gui/dialogs/question.png"/>
25          </cell>
26          <cell row="1" col="2">
27            <Document style="message">
28              <p style="messagebold" translatable="yes">Send out Prospectors</p>
29              <p xmlns="" translatable="yes">This will cost you 1 million once. After that it is free to call
30    again.</p>
31              <p xmlns="" translatable="yes">Do coal survey?</p>
32              <p name="ExtraText"/>
33            </Document>
34          </cell>
35        </TableLayout>
36      </cell>
37      <cell row="2" col="1">
38        <TableLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="2">
39          <cell row="1" col="1">
40            <Button name="No">
41              <text-caption style="dialogbutton" translatable="yes">No</text-caption>
42              <image src="images/gui/dialogs/nobutton.png"/>
43              <image-hover src="images/gui/dialogs/nobutton-hover.png"/>
44              <image-clicked src="images/gui/dialogs/nobutton-clicked.png"/>
45            </Button>
46          </cell>
47          <cell row="1" col="2">
48            <Button name="Yes">
49              <text-caption style="dialogbutton" translatable="yes">Yes</text-caption>
50              <image src="images/gui/dialogs/yesbutton.png"/>
51              <image-hover src="images/gui/dialogs/yesbutton-hover.png"/>
52              <image-clicked src="images/gui/dialogs/yesbutton-clicked.png"/>
53            </Button>
54          </cell>
55        </TableLayout>
56      </cell>
57    </TableLayout>
58  </contents>
59</Window>
60