1 <?xml version="1.0" encoding="UTF-8"?>
3 <requires lib="gtk+" version="2.20"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkWindow" id="slotcarman">
6 <property name="title" translatable="yes">Slot Cars Race Manager</property>
8 <object class="GtkVBox" id="vbox1">
9 <property name="visible">True</property>
11 <object class="GtkMenuBar" id="menubar1">
12 <property name="visible">True</property>
14 <object class="GtkMenuItem" id="menuitem1">
15 <property name="visible">True</property>
16 <property name="use_action_appearance">False</property>
17 <property name="label" translatable="yes">_File</property>
18 <property name="use_underline">True</property>
19 <child type="submenu">
20 <object class="GtkMenu" id="menu1">
21 <property name="visible">True</property>
23 <object class="GtkImageMenuItem" id="imagemenuitem1">
24 <property name="label">gtk-new</property>
25 <property name="visible">True</property>
26 <property name="use_action_appearance">False</property>
27 <property name="use_underline">True</property>
28 <property name="use_stock">True</property>
32 <object class="GtkImageMenuItem" id="imagemenuitem2">
33 <property name="label">gtk-open</property>
34 <property name="visible">True</property>
35 <property name="use_action_appearance">False</property>
36 <property name="use_underline">True</property>
37 <property name="use_stock">True</property>
41 <object class="GtkImageMenuItem" id="imagemenuitem3">
42 <property name="label">gtk-save</property>
43 <property name="visible">True</property>
44 <property name="use_action_appearance">False</property>
45 <property name="use_underline">True</property>
46 <property name="use_stock">True</property>
50 <object class="GtkImageMenuItem" id="imagemenuitem4">
51 <property name="label">gtk-save-as</property>
52 <property name="visible">True</property>
53 <property name="use_action_appearance">False</property>
54 <property name="use_underline">True</property>
55 <property name="use_stock">True</property>
59 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
60 <property name="visible">True</property>
61 <property name="use_action_appearance">False</property>
65 <object class="GtkImageMenuItem" id="imagemenuitem5">
66 <property name="label">gtk-quit</property>
67 <property name="visible">True</property>
68 <property name="use_action_appearance">False</property>
69 <property name="use_underline">True</property>
70 <property name="use_stock">True</property>
71 <signal name="activate" handler="quit" swapped="no"/>
79 <object class="GtkMenuItem" id="menuitem2">
80 <property name="visible">True</property>
81 <property name="use_action_appearance">False</property>
82 <property name="label" translatable="yes">_Edit</property>
83 <property name="use_underline">True</property>
84 <child type="submenu">
85 <object class="GtkMenu" id="menu2">
86 <property name="visible">True</property>
88 <object class="GtkImageMenuItem" id="imagemenuitem6">
89 <property name="label">gtk-cut</property>
90 <property name="visible">True</property>
91 <property name="use_action_appearance">False</property>
92 <property name="use_underline">True</property>
93 <property name="use_stock">True</property>
97 <object class="GtkImageMenuItem" id="imagemenuitem7">
98 <property name="label">gtk-copy</property>
99 <property name="visible">True</property>
100 <property name="use_action_appearance">False</property>
101 <property name="use_underline">True</property>
102 <property name="use_stock">True</property>
106 <object class="GtkImageMenuItem" id="imagemenuitem8">
107 <property name="label">gtk-paste</property>
108 <property name="visible">True</property>
109 <property name="use_action_appearance">False</property>
110 <property name="use_underline">True</property>
111 <property name="use_stock">True</property>
115 <object class="GtkImageMenuItem" id="imagemenuitem9">
116 <property name="label">gtk-delete</property>
117 <property name="visible">True</property>
118 <property name="use_action_appearance">False</property>
119 <property name="use_underline">True</property>
120 <property name="use_stock">True</property>
128 <object class="GtkMenuItem" id="menuitem3">
129 <property name="visible">True</property>
130 <property name="use_action_appearance">False</property>
131 <property name="label" translatable="yes">_View</property>
132 <property name="use_underline">True</property>
136 <object class="GtkMenuItem" id="menuitem4">
137 <property name="visible">True</property>
138 <property name="use_action_appearance">False</property>
139 <property name="label" translatable="yes">_Help</property>
140 <property name="use_underline">True</property>
141 <child type="submenu">
142 <object class="GtkMenu" id="menu3">
143 <property name="visible">True</property>
145 <object class="GtkImageMenuItem" id="imagemenuitem10">
146 <property name="label">gtk-about</property>
147 <property name="visible">True</property>
148 <property name="use_action_appearance">False</property>
149 <property name="use_underline">True</property>
150 <property name="use_stock">True</property>
151 <signal name="activate" handler="about" swapped="no"/>
160 <property name="expand">False</property>
161 <property name="position">0</property>
165 <object class="GtkTable" id="table1">
166 <property name="visible">True</property>
167 <property name="n_rows">7</property>
168 <property name="n_columns">11</property>
170 <object class="GtkLabel" id="label_pos1">
171 <property name="visible">True</property>
172 <property name="label" translatable="yes"><span weight="ultrabold" size="large">1</span></property>
173 <property name="use_markup">True</property>
174 <property name="justify">right</property>
175 <property name="width_chars">1</property>
176 <property name="single_line_mode">True</property>
179 <property name="top_attach">1</property>
180 <property name="bottom_attach">2</property>
184 <object class="GtkLabel" id="label_pos2">
185 <property name="visible">True</property>
186 <property name="label" translatable="yes"><span weight="ultrabold" size="large">2</span></property>
187 <property name="use_markup">True</property>
188 <property name="justify">right</property>
189 <property name="width_chars">1</property>
190 <property name="single_line_mode">True</property>
193 <property name="top_attach">2</property>
194 <property name="bottom_attach">3</property>
198 <object class="GtkLabel" id="label_pos3">
199 <property name="visible">True</property>
200 <property name="yalign">0.50999999046325684</property>
201 <property name="label" translatable="yes"><span weight="ultrabold" size="large">3</span></property>
202 <property name="use_markup">True</property>
203 <property name="justify">right</property>
204 <property name="width_chars">1</property>
205 <property name="single_line_mode">True</property>
208 <property name="top_attach">3</property>
209 <property name="bottom_attach">4</property>
213 <object class="GtkLabel" id="label_pos4">
214 <property name="visible">True</property>
215 <property name="label" translatable="yes"><span weight="ultrabold" size="large">4</span></property>
216 <property name="use_markup">True</property>
217 <property name="justify">right</property>
218 <property name="width_chars">1</property>
219 <property name="single_line_mode">True</property>
222 <property name="top_attach">4</property>
223 <property name="bottom_attach">5</property>
227 <object class="GtkLabel" id="label_pos5">
228 <property name="visible">True</property>
229 <property name="label" translatable="yes"><span weight="ultrabold" size="large">5</span></property>
230 <property name="use_markup">True</property>
231 <property name="justify">right</property>
232 <property name="width_chars">1</property>
233 <property name="single_line_mode">True</property>
236 <property name="top_attach">5</property>
237 <property name="bottom_attach">6</property>
241 <object class="GtkLabel" id="label_pos6">
242 <property name="visible">True</property>
243 <property name="label" translatable="yes"><span weight="ultrabold" size="large">6</span></property>
244 <property name="use_markup">True</property>
245 <property name="justify">right</property>
246 <property name="width_chars">1</property>
247 <property name="single_line_mode">True</property>
250 <property name="top_attach">6</property>
251 <property name="bottom_attach">7</property>
255 <object class="GtkLabel" id="label_name1">
256 <property name="visible">True</property>
257 <property name="label" translatable="yes">Ivi</property>
258 <property name="ellipsize">end</property>
259 <property name="width_chars">25</property>
260 <property name="single_line_mode">True</property>
263 <property name="left_attach">1</property>
264 <property name="right_attach">2</property>
265 <property name="top_attach">1</property>
266 <property name="bottom_attach">2</property>
270 <object class="GtkImage" id="image_fuel1">
271 <property name="visible">True</property>
272 <property name="stock">gtk-missing-image</property>
275 <property name="left_attach">10</property>
276 <property name="right_attach">11</property>
277 <property name="top_attach">1</property>
278 <property name="bottom_attach">2</property>
282 <object class="GtkImage" id="image_fuel2">
283 <property name="visible">True</property>
284 <property name="stock">gtk-missing-image</property>
287 <property name="left_attach">10</property>
288 <property name="right_attach">11</property>
289 <property name="top_attach">2</property>
290 <property name="bottom_attach">3</property>
294 <object class="GtkImage" id="image_fuel3">
295 <property name="visible">True</property>
296 <property name="stock">gtk-missing-image</property>
299 <property name="left_attach">10</property>
300 <property name="right_attach">11</property>
301 <property name="top_attach">3</property>
302 <property name="bottom_attach">4</property>
306 <object class="GtkImage" id="image_fuel4">
307 <property name="visible">True</property>
308 <property name="stock">gtk-missing-image</property>
311 <property name="left_attach">10</property>
312 <property name="right_attach">11</property>
313 <property name="top_attach">4</property>
314 <property name="bottom_attach">5</property>
318 <object class="GtkImage" id="image_fuel5">
319 <property name="visible">True</property>
320 <property name="stock">gtk-missing-image</property>
323 <property name="left_attach">10</property>
324 <property name="right_attach">11</property>
325 <property name="top_attach">5</property>
326 <property name="bottom_attach">6</property>
330 <object class="GtkImage" id="image_fuel6">
331 <property name="visible">True</property>
332 <property name="stock">gtk-missing-image</property>
335 <property name="left_attach">10</property>
336 <property name="right_attach">11</property>
337 <property name="top_attach">6</property>
338 <property name="bottom_attach">7</property>
342 <object class="GtkImage" id="image_throttle1">
343 <property name="visible">True</property>
344 <property name="stock">gtk-missing-image</property>
347 <property name="left_attach">9</property>
348 <property name="right_attach">10</property>
349 <property name="top_attach">1</property>
350 <property name="bottom_attach">2</property>
528 <object class="GtkImage" id="image_throttle2">
529 <property name="visible">True</property>
530 <property name="stock">gtk-missing-image</property>
533 <property name="left_attach">9</property>
534 <property name="right_attach">10</property>
535 <property name="top_attach">2</property>
536 <property name="bottom_attach">3</property>
540 <object class="GtkImage" id="image_throttle3">
541 <property name="visible">True</property>
542 <property name="stock">gtk-missing-image</property>
545 <property name="left_attach">9</property>
546 <property name="right_attach">10</property>
547 <property name="top_attach">3</property>
548 <property name="bottom_attach">4</property>
552 <object class="GtkImage" id="image_throttle4">
553 <property name="visible">True</property>
554 <property name="stock">gtk-missing-image</property>
557 <property name="left_attach">9</property>
558 <property name="right_attach">10</property>
559 <property name="top_attach">4</property>
560 <property name="bottom_attach">5</property>
564 <object class="GtkImage" id="image_throttle5">
565 <property name="visible">True</property>
566 <property name="stock">gtk-missing-image</property>
569 <property name="left_attach">9</property>
570 <property name="right_attach">10</property>
571 <property name="top_attach">5</property>
572 <property name="bottom_attach">6</property>
576 <object class="GtkImage" id="image_throttle6">
577 <property name="visible">True</property>
578 <property name="stock">gtk-missing-image</property>
581 <property name="left_attach">9</property>
582 <property name="right_attach">10</property>
583 <property name="top_attach">6</property>
584 <property name="bottom_attach">7</property>
589 <property name="position">1</property>
593 <object class="GtkStatusbar" id="statusbar1">
594 <property name="visible">True</property>
595 <property name="spacing">2</property>
596 <property name="has_resize_grip">False</property>
599 <property name="expand">False</property>
600 <property name="position">2</property>