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="ellipsize">end</property>
258 <property name="width_chars">25</property>
259 <property name="single_line_mode">True</property>
262 <property name="left_attach">1</property>
263 <property name="right_attach">2</property>
264 <property name="top_attach">1</property>
265 <property name="bottom_attach">2</property>
269 <object class="GtkImage" id="image_fuel1">
270 <property name="visible">True</property>
271 <property name="stock">gtk-missing-image</property>
274 <property name="left_attach">10</property>
275 <property name="right_attach">11</property>
276 <property name="top_attach">1</property>
277 <property name="bottom_attach">2</property>
281 <object class="GtkImage" id="image_fuel2">
282 <property name="visible">True</property>
283 <property name="stock">gtk-missing-image</property>
286 <property name="left_attach">10</property>
287 <property name="right_attach">11</property>
288 <property name="top_attach">2</property>
289 <property name="bottom_attach">3</property>
293 <object class="GtkImage" id="image_fuel3">
294 <property name="visible">True</property>
295 <property name="stock">gtk-missing-image</property>
298 <property name="left_attach">10</property>
299 <property name="right_attach">11</property>
300 <property name="top_attach">3</property>
301 <property name="bottom_attach">4</property>
305 <object class="GtkImage" id="image_fuel4">
306 <property name="visible">True</property>
307 <property name="stock">gtk-missing-image</property>
310 <property name="left_attach">10</property>
311 <property name="right_attach">11</property>
312 <property name="top_attach">4</property>
313 <property name="bottom_attach">5</property>
317 <object class="GtkImage" id="image_fuel5">
318 <property name="visible">True</property>
319 <property name="stock">gtk-missing-image</property>
322 <property name="left_attach">10</property>
323 <property name="right_attach">11</property>
324 <property name="top_attach">5</property>
325 <property name="bottom_attach">6</property>
329 <object class="GtkImage" id="image_fuel6">
330 <property name="visible">True</property>
331 <property name="stock">gtk-missing-image</property>
334 <property name="left_attach">10</property>
335 <property name="right_attach">11</property>
336 <property name="top_attach">6</property>
337 <property name="bottom_attach">7</property>
341 <object class="GtkImage" id="image_throttle1">
342 <property name="visible">True</property>
343 <property name="stock">gtk-missing-image</property>
346 <property name="left_attach">9</property>
347 <property name="right_attach">10</property>
348 <property name="top_attach">1</property>
349 <property name="bottom_attach">2</property>
353 <object class="GtkImage" id="image_throttle2">
354 <property name="visible">True</property>
355 <property name="stock">gtk-missing-image</property>
358 <property name="left_attach">9</property>
359 <property name="right_attach">10</property>
360 <property name="top_attach">2</property>
361 <property name="bottom_attach">3</property>
365 <object class="GtkImage" id="image_throttle3">
366 <property name="visible">True</property>
367 <property name="stock">gtk-missing-image</property>
370 <property name="left_attach">9</property>
371 <property name="right_attach">10</property>
372 <property name="top_attach">3</property>
373 <property name="bottom_attach">4</property>
377 <object class="GtkImage" id="image_throttle4">
378 <property name="visible">True</property>
379 <property name="stock">gtk-missing-image</property>
382 <property name="left_attach">9</property>
383 <property name="right_attach">10</property>
384 <property name="top_attach">4</property>
385 <property name="bottom_attach">5</property>
389 <object class="GtkImage" id="image_throttle5">
390 <property name="visible">True</property>
391 <property name="stock">gtk-missing-image</property>
394 <property name="left_attach">9</property>
395 <property name="right_attach">10</property>
396 <property name="top_attach">5</property>
397 <property name="bottom_attach">6</property>
401 <object class="GtkImage" id="image_throttle6">
402 <property name="visible">True</property>
403 <property name="stock">gtk-missing-image</property>
406 <property name="left_attach">9</property>
407 <property name="right_attach">10</property>
408 <property name="top_attach">6</property>
409 <property name="bottom_attach">7</property>
413 <object class="GtkImage" id="image_car1">
414 <property name="visible">True</property>
415 <property name="stock">gtk-missing-image</property>
418 <property name="left_attach">2</property>
419 <property name="right_attach">3</property>
420 <property name="top_attach">1</property>
421 <property name="bottom_attach">2</property>
425 <object class="GtkImage" id="image_car2">
426 <property name="visible">True</property>
427 <property name="stock">gtk-missing-image</property>
430 <property name="left_attach">2</property>
431 <property name="right_attach">3</property>
432 <property name="top_attach">2</property>
433 <property name="bottom_attach">3</property>
437 <object class="GtkImage" id="image_car3">
438 <property name="visible">True</property>
439 <property name="stock">gtk-missing-image</property>
442 <property name="left_attach">2</property>
443 <property name="right_attach">3</property>
444 <property name="top_attach">3</property>
445 <property name="bottom_attach">4</property>
449 <object class="GtkImage" id="image_car4">
450 <property name="visible">True</property>
451 <property name="stock">gtk-missing-image</property>
454 <property name="left_attach">2</property>
455 <property name="right_attach">3</property>
456 <property name="top_attach">4</property>
457 <property name="bottom_attach">5</property>
461 <object class="GtkImage" id="image_car5">
462 <property name="visible">True</property>
463 <property name="stock">gtk-missing-image</property>
466 <property name="left_attach">2</property>
467 <property name="right_attach">3</property>
468 <property name="top_attach">5</property>
469 <property name="bottom_attach">6</property>
473 <object class="GtkImage" id="image_car6">
474 <property name="visible">True</property>
475 <property name="stock">gtk-missing-image</property>
478 <property name="left_attach">2</property>
479 <property name="right_attach">3</property>
480 <property name="top_attach">6</property>
481 <property name="bottom_attach">7</property>
485 <object class="GtkLabel" id="label_lap1">
486 <property name="visible">True</property>
487 <property name="label" translatable="yes">label</property>
488 <property name="justify">right</property>
489 <property name="width_chars">4</property>
492 <property name="left_attach">3</property>
493 <property name="right_attach">4</property>
494 <property name="top_attach">1</property>
495 <property name="bottom_attach">2</property>
499 <object class="GtkLabel" id="label_lap2">
500 <property name="visible">True</property>
501 <property name="label" translatable="yes">label</property>
502 <property name="justify">right</property>
503 <property name="width_chars">4</property>
506 <property name="left_attach">3</property>
507 <property name="right_attach">4</property>
508 <property name="top_attach">2</property>
509 <property name="bottom_attach">3</property>
513 <object class="GtkLabel" id="label_lap3">
514 <property name="visible">True</property>
515 <property name="label" translatable="yes">label</property>
516 <property name="justify">right</property>
517 <property name="width_chars">4</property>
520 <property name="left_attach">3</property>
521 <property name="right_attach">4</property>
522 <property name="top_attach">3</property>
523 <property name="bottom_attach">4</property>
527 <object class="GtkLabel" id="label_lap4">
528 <property name="visible">True</property>
529 <property name="label" translatable="yes">label</property>
530 <property name="justify">right</property>
531 <property name="width_chars">4</property>
534 <property name="left_attach">3</property>
535 <property name="right_attach">4</property>
536 <property name="top_attach">4</property>
537 <property name="bottom_attach">5</property>
541 <object class="GtkLabel" id="label_lap5">
542 <property name="visible">True</property>
543 <property name="label" translatable="yes">label</property>
544 <property name="justify">right</property>
545 <property name="width_chars">4</property>
548 <property name="left_attach">3</property>
549 <property name="right_attach">4</property>
550 <property name="top_attach">5</property>
551 <property name="bottom_attach">6</property>
555 <object class="GtkLabel" id="label_lap6">
556 <property name="visible">True</property>
557 <property name="label" translatable="yes">label</property>
558 <property name="justify">right</property>
559 <property name="width_chars">4</property>
562 <property name="left_attach">3</property>
563 <property name="right_attach">4</property>
564 <property name="top_attach">6</property>
565 <property name="bottom_attach">7</property>
569 <object class="GtkLabel" id="label_name2">
570 <property name="visible">True</property>
571 <property name="ellipsize">end</property>
572 <property name="width_chars">25</property>
573 <property name="single_line_mode">True</property>
576 <property name="left_attach">1</property>
577 <property name="right_attach">2</property>
578 <property name="top_attach">2</property>
579 <property name="bottom_attach">3</property>
583 <object class="GtkLabel" id="label_name3">
584 <property name="visible">True</property>
585 <property name="ellipsize">end</property>
586 <property name="width_chars">25</property>
587 <property name="single_line_mode">True</property>
590 <property name="left_attach">1</property>
591 <property name="right_attach">2</property>
592 <property name="top_attach">3</property>
593 <property name="bottom_attach">4</property>
597 <object class="GtkLabel" id="label_name4">
598 <property name="visible">True</property>
599 <property name="ellipsize">end</property>
600 <property name="width_chars">25</property>
601 <property name="single_line_mode">True</property>
604 <property name="left_attach">1</property>
605 <property name="right_attach">2</property>
606 <property name="top_attach">4</property>
607 <property name="bottom_attach">5</property>
611 <object class="GtkLabel" id="label_name5">
612 <property name="visible">True</property>
613 <property name="ellipsize">end</property>
614 <property name="width_chars">25</property>
615 <property name="single_line_mode">True</property>
618 <property name="left_attach">1</property>
619 <property name="right_attach">2</property>
620 <property name="top_attach">5</property>
621 <property name="bottom_attach">6</property>
625 <object class="GtkLabel" id="label_name6">
626 <property name="visible">True</property>
627 <property name="ellipsize">end</property>
628 <property name="width_chars">25</property>
629 <property name="single_line_mode">True</property>
632 <property name="left_attach">1</property>
633 <property name="right_attach">2</property>
634 <property name="top_attach">6</property>
635 <property name="bottom_attach">7</property>
639 <object class="GtkLabel" id="label_laptime1">
640 <property name="visible">True</property>
641 <property name="label" translatable="yes">label</property>
644 <property name="left_attach">4</property>
645 <property name="right_attach">5</property>
646 <property name="top_attach">1</property>
647 <property name="bottom_attach">2</property>
651 <object class="GtkLabel" id="label_laptime2">
652 <property name="visible">True</property>
653 <property name="label" translatable="yes">label</property>
656 <property name="left_attach">4</property>
657 <property name="right_attach">5</property>
658 <property name="top_attach">2</property>
659 <property name="bottom_attach">3</property>
663 <object class="GtkLabel" id="label_laptime3">
664 <property name="visible">True</property>
665 <property name="label" translatable="yes">label</property>
668 <property name="left_attach">4</property>
669 <property name="right_attach">5</property>
670 <property name="top_attach">3</property>
671 <property name="bottom_attach">4</property>
675 <object class="GtkLabel" id="label_laptime4">
676 <property name="visible">True</property>
677 <property name="label" translatable="yes">label</property>
680 <property name="left_attach">4</property>
681 <property name="right_attach">5</property>
682 <property name="top_attach">4</property>
683 <property name="bottom_attach">5</property>
687 <object class="GtkLabel" id="label_laptime5">
688 <property name="visible">True</property>
689 <property name="label" translatable="yes">label</property>
692 <property name="left_attach">4</property>
693 <property name="right_attach">5</property>
694 <property name="top_attach">5</property>
695 <property name="bottom_attach">6</property>
699 <object class="GtkLabel" id="label_laptime6">
700 <property name="visible">True</property>
701 <property name="label" translatable="yes">label</property>
704 <property name="left_attach">4</property>
705 <property name="right_attach">5</property>
706 <property name="top_attach">6</property>
707 <property name="bottom_attach">7</property>
798 <object class="GtkLabel" id="label_best_lap1">
799 <property name="visible">True</property>
800 <property name="label" translatable="yes">label</property>
801 <property name="width_chars">7</property>
804 <property name="left_attach">5</property>
805 <property name="right_attach">6</property>
806 <property name="top_attach">1</property>
807 <property name="bottom_attach">2</property>
811 <object class="GtkLabel" id="label_best_lap2">
812 <property name="visible">True</property>
813 <property name="label" translatable="yes">label</property>
816 <property name="left_attach">5</property>
817 <property name="right_attach">6</property>
818 <property name="top_attach">2</property>
819 <property name="bottom_attach">3</property>
823 <object class="GtkLabel" id="label_best_lap3">
824 <property name="visible">True</property>
825 <property name="label" translatable="yes">label</property>
828 <property name="left_attach">5</property>
829 <property name="right_attach">6</property>
830 <property name="top_attach">3</property>
831 <property name="bottom_attach">4</property>
835 <object class="GtkLabel" id="label_best_lap4">
836 <property name="visible">True</property>
837 <property name="label" translatable="yes">label</property>
840 <property name="left_attach">5</property>
841 <property name="right_attach">6</property>
842 <property name="top_attach">4</property>
843 <property name="bottom_attach">5</property>
847 <object class="GtkLabel" id="label_best_lap5">
848 <property name="visible">True</property>
849 <property name="label" translatable="yes">label</property>
852 <property name="left_attach">5</property>
853 <property name="right_attach">6</property>
854 <property name="top_attach">5</property>
855 <property name="bottom_attach">6</property>
859 <object class="GtkLabel" id="label_best_lap6">
860 <property name="visible">True</property>
861 <property name="label" translatable="yes">label</property>
864 <property name="left_attach">5</property>
865 <property name="right_attach">6</property>
866 <property name="top_attach">6</property>
867 <property name="bottom_attach">7</property>
872 <property name="position">1</property>
876 <object class="GtkStatusbar" id="statusbar1">
877 <property name="visible">True</property>
878 <property name="spacing">2</property>
879 <property name="has_resize_grip">False</property>
882 <property name="expand">False</property>
883 <property name="position">2</property>