File: loadgame.xml

package info (click to toggle)
lincity-ng 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 190,972 kB
  • sloc: cpp: 34,230; xml: 23,376; ansic: 402; python: 305; lisp: 189; sh: 124; makefile: 16
file content (107 lines) | stat: -rw-r--r-- 4,374 bytes parent folder | download
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="identity.xsl" type="text/xsl"?>
<gui>
	<Image src="images/mainmenu/loadsave_back.png" resizable="yes"/>
	<!-- Split window into title/top - contents and bottom/buttons area -->
	<TableLayout rows="3" cols="1" >
		<rowsize row="1" relative="3"/>
		<rowsize row="2" relative="5"/>
		<rowsize row="3" relative="2.5"/>

		<cell row="1" col="1">
		<Paragraph style="menutitle" translatable="yes">Load Game</Paragraph>
		</cell>
		<cell row="2" col="1">
		<TableLayout rows="8" cols="3">
			<colsize col="1" relative="4"/>
			<colsize col="2" relative="10"/>
			<colsize col="3" relative="15"/>
		<!--	<cell row="1" col="1">
			<Paragraph style="listtitle" translatable="yes">
			Choose Scenario</Paragraph>
			</cell>
			-->
			<cell row="2" col="2">
			<CheckButton name="File0">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
			<cell row="3" col="2">
			<CheckButton name="File1">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
			<cell row="4" col="2">
			<CheckButton name="File2">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
			<cell row="5" col="2">
			<CheckButton name="File3">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
			<cell row="6" col="2">
			<CheckButton name="File4">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
			<cell row="7" col="2">
			<CheckButton name="File5">
				<text-caption style="boxtext">Savegame 123456789012345678901234567890</text-caption>
				<image src="images/gui/buttons/savebutton.png"/>
				<image-hover src="images/gui/buttons/savebutton-hover.png"/>
				<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
				<image-checked src="images/gui/buttons/savebutton-checked.png"/>
			</CheckButton>
			</cell>
		</TableLayout>
		</cell>
		<cell row="3" col="1">
		<TableLayout rows="3" cols="4">
			<rowsize row="1" relative="1"/>
			<rowsize row="2" relative="3"/>
			<rowsize row="3" relative="1"/>
			<colsize col="1" fixed="75"/>
			<colsize col="4" fixed="75"/>

			<cell row="2" col="2" halign="left">
			<Button name="BackButton">
				<text-caption style="button" translatable="yes">Back</text-caption>
				<image src="images/mainmenu/buttons/back.png"/>
				<image-hover src="images/mainmenu/buttons/back-hover.png"/>
				<image-clicked src="images/mainmenu/buttons/back-clicked.png"/>
			</Button>
			</cell>
			<cell row="2" col="3" halign="right">
			<Button name="LoadButton">
				<text-caption style="button" translatable="yes">Load</text-caption>
				<image src="images/mainmenu/buttons/start.png"/>
				<image-hover src="images/mainmenu/buttons/start-hover.png"/>
				<image-clicked src="images/mainmenu/buttons/start-clicked.png"/>
			</Button>
			</cell>
		</TableLayout>
		</cell>
	</TableLayout>
</gui>