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="GtkHBox" id="hbox1">
166 <property name="visible">True</property>
168 <object class="GtkFrame" id="frame1">
169 <property name="visible">True</property>
170 <property name="label_xalign">0.5</property>
172 <object class="GtkAlignment" id="alignment1">
173 <property name="visible">True</property>
174 <property name="left_padding">12</property>
176 <object class="GtkLabel" id="label_lap_global">
177 <property name="visible">True</property>
178 <property name="label" translatable="yes">0</property>
184 <object class="GtkLabel" id="label7">
185 <property name="visible">True</property>
186 <property name="label" translatable="yes">Lap</property>
187 <property name="use_markup">True</property>
192 <property name="position">0</property>
196 <object class="GtkFrame" id="frame2">
197 <property name="visible">True</property>
198 <property name="label_xalign">0.5</property>
200 <object class="GtkAlignment" id="alignment2">
201 <property name="visible">True</property>
202 <property name="left_padding">12</property>
204 <object class="GtkLabel" id="label_time_global">
205 <property name="visible">True</property>
206 <property name="label" translatable="yes">0:00</property>
212 <object class="GtkLabel" id="label8">
213 <property name="visible">True</property>
214 <property name="label" translatable="yes">Time</property>
215 <property name="use_markup">True</property>
220 <property name="position">1</property>
224 <object class="GtkFrame" id="frame3">
225 <property name="visible">True</property>
226 <property name="label_xalign">0.5</property>
228 <object class="GtkAlignment" id="alignment3">
229 <property name="visible">True</property>
230 <property name="left_padding">12</property>
232 <object class="GtkLabel" id="label_best_lap_global">
233 <property name="visible">True</property>
234 <property name="label" translatable="yes">0</property>
240 <object class="GtkLabel" id="label9">
241 <property name="visible">True</property>
242 <property name="label" translatable="yes">Fastest lap</property>
243 <property name="use_markup">True</property>
248 <property name="position">2</property>
253 <property name="position">1</property>
260 <object class="GtkTable" id="table1">
261 <property name="visible">True</property>
262 <property name="n_rows">13</property>
263 <property name="n_columns">8</property>
265 <object class="GtkLabel" id="label_pos1">
266 <property name="visible">True</property>
267 <property name="label" translatable="yes"><span weight="ultrabold" size="large">1</span></property>
268 <property name="use_markup">True</property>
269 <property name="justify">right</property>
270 <property name="width_chars">1</property>
271 <property name="single_line_mode">True</property>
274 <property name="top_attach">2</property>
275 <property name="bottom_attach">3</property>
279 <object class="GtkLabel" id="label_pos2">
280 <property name="visible">True</property>
281 <property name="label" translatable="yes"><span weight="ultrabold" size="large">2</span></property>
282 <property name="use_markup">True</property>
283 <property name="justify">right</property>
284 <property name="width_chars">1</property>
285 <property name="single_line_mode">True</property>
288 <property name="top_attach">4</property>
289 <property name="bottom_attach">5</property>
293 <object class="GtkLabel" id="label_pos3">
294 <property name="visible">True</property>
295 <property name="yalign">0.50999999046325684</property>
296 <property name="label" translatable="yes"><span weight="ultrabold" size="large">3</span></property>
297 <property name="use_markup">True</property>
298 <property name="justify">right</property>
299 <property name="width_chars">1</property>
300 <property name="single_line_mode">True</property>
303 <property name="top_attach">6</property>
304 <property name="bottom_attach">7</property>
308 <object class="GtkLabel" id="label_pos4">
309 <property name="visible">True</property>
310 <property name="label" translatable="yes"><span weight="ultrabold" size="large">4</span></property>
311 <property name="use_markup">True</property>
312 <property name="justify">right</property>
313 <property name="width_chars">1</property>
314 <property name="single_line_mode">True</property>
317 <property name="top_attach">8</property>
318 <property name="bottom_attach">9</property>
322 <object class="GtkLabel" id="label_pos5">
323 <property name="visible">True</property>
324 <property name="label" translatable="yes"><span weight="ultrabold" size="large">5</span></property>
325 <property name="use_markup">True</property>
326 <property name="justify">right</property>
327 <property name="width_chars">1</property>
328 <property name="single_line_mode">True</property>
331 <property name="top_attach">10</property>
332 <property name="bottom_attach">11</property>
336 <object class="GtkLabel" id="label_pos6">
337 <property name="visible">True</property>
338 <property name="label" translatable="yes"><span weight="ultrabold" size="large">6</span></property>
339 <property name="use_markup">True</property>
340 <property name="justify">right</property>
341 <property name="width_chars">1</property>
342 <property name="single_line_mode">True</property>
345 <property name="top_attach">12</property>
346 <property name="bottom_attach">13</property>
350 <object class="GtkLabel" id="label_name1">
351 <property name="visible">True</property>
352 <property name="tooltip_text" translatable="yes">Click to modify</property>
353 <property name="ellipsize">end</property>
354 <property name="width_chars">25</property>
355 <property name="single_line_mode">True</property>
358 <property name="left_attach">2</property>
359 <property name="right_attach">3</property>
360 <property name="top_attach">2</property>
361 <property name="bottom_attach">3</property>
365 <object class="GtkImage" id="image_fuel1">
366 <property name="visible">True</property>
367 <property name="stock">gtk-missing-image</property>
370 <property name="left_attach">7</property>
371 <property name="right_attach">8</property>
372 <property name="top_attach">2</property>
373 <property name="bottom_attach">3</property>
377 <object class="GtkImage" id="image_fuel2">
378 <property name="visible">True</property>
379 <property name="stock">gtk-missing-image</property>
382 <property name="left_attach">7</property>
383 <property name="right_attach">8</property>
384 <property name="top_attach">4</property>
385 <property name="bottom_attach">5</property>
389 <object class="GtkImage" id="image_fuel3">
390 <property name="visible">True</property>
391 <property name="stock">gtk-missing-image</property>
394 <property name="left_attach">7</property>
395 <property name="right_attach">8</property>
396 <property name="top_attach">6</property>
397 <property name="bottom_attach">7</property>
401 <object class="GtkImage" id="image_fuel4">
402 <property name="visible">True</property>
403 <property name="stock">gtk-missing-image</property>
406 <property name="left_attach">7</property>
407 <property name="right_attach">8</property>
408 <property name="top_attach">8</property>
409 <property name="bottom_attach">9</property>
413 <object class="GtkImage" id="image_fuel5">
414 <property name="visible">True</property>
415 <property name="stock">gtk-missing-image</property>
418 <property name="left_attach">7</property>
419 <property name="right_attach">8</property>
420 <property name="top_attach">10</property>
421 <property name="bottom_attach">11</property>
425 <object class="GtkImage" id="image_fuel6">
426 <property name="visible">True</property>
427 <property name="stock">gtk-missing-image</property>
430 <property name="left_attach">7</property>
431 <property name="right_attach">8</property>
432 <property name="top_attach">12</property>
433 <property name="bottom_attach">13</property>
437 <object class="GtkImage" id="image_throttle1">
438 <property name="visible">True</property>
439 <property name="stock">gtk-missing-image</property>
442 <property name="left_attach">6</property>
443 <property name="right_attach">7</property>
444 <property name="top_attach">2</property>
445 <property name="bottom_attach">3</property>
449 <object class="GtkImage" id="image_throttle2">
450 <property name="visible">True</property>
451 <property name="stock">gtk-missing-image</property>
454 <property name="left_attach">6</property>
455 <property name="right_attach">7</property>
456 <property name="top_attach">4</property>
457 <property name="bottom_attach">5</property>
461 <object class="GtkImage" id="image_throttle3">
462 <property name="visible">True</property>
463 <property name="stock">gtk-missing-image</property>
466 <property name="left_attach">6</property>
467 <property name="right_attach">7</property>
468 <property name="top_attach">6</property>
469 <property name="bottom_attach">7</property>
473 <object class="GtkImage" id="image_throttle4">
474 <property name="visible">True</property>
475 <property name="stock">gtk-missing-image</property>
478 <property name="left_attach">6</property>
479 <property name="right_attach">7</property>
480 <property name="top_attach">8</property>
481 <property name="bottom_attach">9</property>
485 <object class="GtkImage" id="image_throttle5">
486 <property name="visible">True</property>
487 <property name="stock">gtk-missing-image</property>
490 <property name="left_attach">6</property>
491 <property name="right_attach">7</property>
492 <property name="top_attach">10</property>
493 <property name="bottom_attach">11</property>
497 <object class="GtkImage" id="image_throttle6">
498 <property name="visible">True</property>
499 <property name="stock">gtk-missing-image</property>
502 <property name="left_attach">6</property>
503 <property name="right_attach">7</property>
504 <property name="top_attach">12</property>
505 <property name="bottom_attach">13</property>
509 <object class="GtkImage" id="image_car1">
510 <property name="visible">True</property>
511 <property name="stock">gtk-missing-image</property>
514 <property name="left_attach">3</property>
515 <property name="right_attach">4</property>
516 <property name="top_attach">2</property>
517 <property name="bottom_attach">3</property>
521 <object class="GtkImage" id="image_car2">
522 <property name="visible">True</property>
523 <property name="stock">gtk-missing-image</property>
526 <property name="left_attach">3</property>
527 <property name="right_attach">4</property>
528 <property name="top_attach">4</property>
529 <property name="bottom_attach">5</property>
533 <object class="GtkImage" id="image_car3">
534 <property name="visible">True</property>
535 <property name="stock">gtk-missing-image</property>
538 <property name="left_attach">3</property>
539 <property name="right_attach">4</property>
540 <property name="top_attach">6</property>
541 <property name="bottom_attach">7</property>
545 <object class="GtkImage" id="image_car4">
546 <property name="visible">True</property>
547 <property name="stock">gtk-missing-image</property>
550 <property name="left_attach">3</property>
551 <property name="right_attach">4</property>
552 <property name="top_attach">8</property>
553 <property name="bottom_attach">9</property>
557 <object class="GtkImage" id="image_car5">
558 <property name="visible">True</property>
559 <property name="stock">gtk-missing-image</property>
562 <property name="left_attach">3</property>
563 <property name="right_attach">4</property>
564 <property name="top_attach">10</property>
565 <property name="bottom_attach">11</property>
569 <object class="GtkImage" id="image_car6">
570 <property name="visible">True</property>
571 <property name="stock">gtk-missing-image</property>
574 <property name="left_attach">3</property>
575 <property name="right_attach">4</property>
576 <property name="top_attach">12</property>
577 <property name="bottom_attach">13</property>
581 <object class="GtkLabel" id="label_lap1">
582 <property name="visible">True</property>
583 <property name="label" translatable="yes">label</property>
584 <property name="use_markup">True</property>
585 <property name="justify">right</property>
586 <property name="width_chars">12</property>
589 <property name="left_attach">4</property>
590 <property name="right_attach">5</property>
591 <property name="top_attach">2</property>
592 <property name="bottom_attach">3</property>
596 <object class="GtkLabel" id="label_lap2">
597 <property name="visible">True</property>
598 <property name="label" translatable="yes">label</property>
599 <property name="justify">right</property>
600 <property name="width_chars">12</property>
603 <property name="left_attach">4</property>
604 <property name="right_attach">5</property>
605 <property name="top_attach">4</property>
606 <property name="bottom_attach">5</property>
610 <object class="GtkLabel" id="label_lap3">
611 <property name="visible">True</property>
612 <property name="label" translatable="yes">label</property>
613 <property name="justify">right</property>
614 <property name="width_chars">12</property>
617 <property name="left_attach">4</property>
618 <property name="right_attach">5</property>
619 <property name="top_attach">6</property>
620 <property name="bottom_attach">7</property>
624 <object class="GtkLabel" id="label_lap4">
625 <property name="visible">True</property>
626 <property name="label" translatable="yes">label</property>
627 <property name="justify">right</property>
628 <property name="width_chars">12</property>
631 <property name="left_attach">4</property>
632 <property name="right_attach">5</property>
633 <property name="top_attach">8</property>
634 <property name="bottom_attach">9</property>
638 <object class="GtkLabel" id="label_lap5">
639 <property name="visible">True</property>
640 <property name="label" translatable="yes">label</property>
641 <property name="justify">right</property>
642 <property name="width_chars">12</property>
645 <property name="left_attach">4</property>
646 <property name="right_attach">5</property>
647 <property name="top_attach">10</property>
648 <property name="bottom_attach">11</property>
652 <object class="GtkLabel" id="label_lap6">
653 <property name="visible">True</property>
654 <property name="label" translatable="yes">label</property>
655 <property name="justify">right</property>
656 <property name="width_chars">12</property>
659 <property name="left_attach">4</property>
660 <property name="right_attach">5</property>
661 <property name="top_attach">12</property>
662 <property name="bottom_attach">13</property>
666 <object class="GtkLabel" id="label_name2">
667 <property name="visible">True</property>
668 <property name="tooltip_text" translatable="yes">Click to modify</property>
669 <property name="ellipsize">end</property>
670 <property name="width_chars">25</property>
671 <property name="single_line_mode">True</property>
674 <property name="left_attach">2</property>
675 <property name="right_attach">3</property>
676 <property name="top_attach">4</property>
677 <property name="bottom_attach">5</property>
681 <object class="GtkLabel" id="label_name3">
682 <property name="visible">True</property>
683 <property name="tooltip_text" translatable="yes">Click to modify</property>
684 <property name="ellipsize">end</property>
685 <property name="width_chars">25</property>
686 <property name="single_line_mode">True</property>
689 <property name="left_attach">2</property>
690 <property name="right_attach">3</property>
691 <property name="top_attach">6</property>
692 <property name="bottom_attach">7</property>
696 <object class="GtkLabel" id="label_name4">
697 <property name="visible">True</property>
698 <property name="tooltip_text" translatable="yes">Click to modify</property>
699 <property name="ellipsize">end</property>
700 <property name="width_chars">25</property>
701 <property name="single_line_mode">True</property>
704 <property name="left_attach">2</property>
705 <property name="right_attach">3</property>
706 <property name="top_attach">8</property>
707 <property name="bottom_attach">9</property>
711 <object class="GtkLabel" id="label_name5">
712 <property name="visible">True</property>
713 <property name="tooltip_text" translatable="yes">Click to modify</property>
714 <property name="ellipsize">end</property>
715 <property name="width_chars">25</property>
716 <property name="single_line_mode">True</property>
719 <property name="left_attach">2</property>
720 <property name="right_attach">3</property>
721 <property name="top_attach">10</property>
722 <property name="bottom_attach">11</property>
726 <object class="GtkLabel" id="label_name6">
727 <property name="visible">True</property>
728 <property name="tooltip_text" translatable="yes">Click to modify</property>
729 <property name="ellipsize">end</property>
730 <property name="width_chars">25</property>
731 <property name="single_line_mode">True</property>
734 <property name="left_attach">2</property>
735 <property name="right_attach">3</property>
736 <property name="top_attach">12</property>
737 <property name="bottom_attach">13</property>
741 <object class="GtkLabel" id="label1">
742 <property name="visible">True</property>
743 <property name="label" translatable="yes">Name</property>
746 <property name="left_attach">2</property>
747 <property name="right_attach">3</property>
751 <object class="GtkLabel" id="label2">
752 <property name="visible">True</property>
753 <property name="label" translatable="yes">Lap</property>
756 <property name="left_attach">4</property>
757 <property name="right_attach">5</property>
761 <object class="GtkLabel" id="label3">
762 <property name="visible">True</property>
763 <property name="label" translatable="yes">Last/Best/Avg</property>
766 <property name="left_attach">5</property>
767 <property name="right_attach">6</property>
771 <object class="GtkLabel" id="label5">
772 <property name="visible">True</property>
773 <property name="label" translatable="yes">Throttle</property>
776 <property name="left_attach">6</property>
777 <property name="right_attach">7</property>
781 <object class="GtkLabel" id="label6">
782 <property name="visible">True</property>
783 <property name="label" translatable="yes">Fuel</property>
786 <property name="left_attach">7</property>
787 <property name="right_attach">8</property>
791 <object class="GtkHSeparator" id="hseparator1">
792 <property name="visible">True</property>
795 <property name="right_attach">8</property>
796 <property name="top_attach">1</property>
797 <property name="bottom_attach">2</property>
801 <object class="GtkHSeparator" id="hseparator2">
802 <property name="visible">True</property>
805 <property name="right_attach">8</property>
806 <property name="top_attach">3</property>
807 <property name="bottom_attach">4</property>
811 <object class="GtkHSeparator" id="hseparator3">
812 <property name="visible">True</property>
815 <property name="right_attach">8</property>
816 <property name="top_attach">5</property>
817 <property name="bottom_attach">6</property>
821 <object class="GtkHSeparator" id="hseparator4">
822 <property name="visible">True</property>
825 <property name="right_attach">7</property>
826 <property name="top_attach">7</property>
827 <property name="bottom_attach">8</property>
831 <object class="GtkHSeparator" id="hseparator5">
832 <property name="visible">True</property>
835 <property name="right_attach">7</property>
836 <property name="top_attach">9</property>
837 <property name="bottom_attach">10</property>
841 <object class="GtkHSeparator" id="hseparator6">
842 <property name="visible">True</property>
845 <property name="right_attach">7</property>
846 <property name="top_attach">11</property>
847 <property name="bottom_attach">12</property>
851 <object class="GtkVBox" id="vbox2">
852 <property name="visible">True</property>
854 <object class="GtkLabel" id="label_laptime1">
855 <property name="visible">True</property>
856 <property name="label" translatable="yes">0</property>
859 <property name="position">0</property>
863 <object class="GtkLabel" id="label_best_lap1">
864 <property name="visible">True</property>
865 <property name="label" translatable="yes">0</property>
868 <property name="position">1</property>
872 <object class="GtkLabel" id="label_avg_lap1">
873 <property name="visible">True</property>
874 <property name="label" translatable="yes">0</property>
877 <property name="position">2</property>
882 <property name="left_attach">5</property>
883 <property name="right_attach">6</property>
884 <property name="top_attach">2</property>
885 <property name="bottom_attach">3</property>
889 <object class="GtkVBox" id="vbox3">
890 <property name="visible">True</property>
892 <object class="GtkLabel" id="label_laptime2">
893 <property name="visible">True</property>
894 <property name="label" translatable="yes">0</property>
897 <property name="position">0</property>
901 <object class="GtkLabel" id="label_best_lap2">
902 <property name="visible">True</property>
903 <property name="label" translatable="yes">0</property>
906 <property name="position">1</property>
910 <object class="GtkLabel" id="label_avg_lap2">
911 <property name="visible">True</property>
912 <property name="label" translatable="yes">0</property>
915 <property name="position">2</property>
920 <property name="left_attach">5</property>
921 <property name="right_attach">6</property>
922 <property name="top_attach">4</property>
923 <property name="bottom_attach">5</property>
927 <object class="GtkVBox" id="vbox4">
928 <property name="visible">True</property>
930 <object class="GtkLabel" id="label_laptime3">
931 <property name="visible">True</property>
932 <property name="label" translatable="yes">0</property>
935 <property name="position">0</property>
939 <object class="GtkLabel" id="label_best_lap3">
940 <property name="visible">True</property>
941 <property name="label" translatable="yes">0</property>
944 <property name="position">1</property>
948 <object class="GtkLabel" id="label_avg_lap3">
949 <property name="visible">True</property>
950 <property name="label" translatable="yes">0</property>
953 <property name="position">2</property>
958 <property name="left_attach">5</property>
959 <property name="right_attach">6</property>
960 <property name="top_attach">6</property>
961 <property name="bottom_attach">7</property>
965 <object class="GtkVBox" id="vbox5">
966 <property name="visible">True</property>
968 <object class="GtkLabel" id="label_laptime4">
969 <property name="visible">True</property>
970 <property name="label" translatable="yes">0</property>
973 <property name="position">0</property>
977 <object class="GtkLabel" id="label_best_lap4">
978 <property name="visible">True</property>
979 <property name="label" translatable="yes">0</property>
982 <property name="position">1</property>
986 <object class="GtkLabel" id="label_avg_lap4">
987 <property name="visible">True</property>
988 <property name="label" translatable="yes">0</property>
991 <property name="position">2</property>
996 <property name="left_attach">5</property>
997 <property name="right_attach">6</property>
998 <property name="top_attach">8</property>
999 <property name="bottom_attach">9</property>
1003 <object class="GtkVBox" id="vbox6">
1004 <property name="visible">True</property>
1006 <object class="GtkLabel" id="label_laptime5">
1007 <property name="visible">True</property>
1008 <property name="label" translatable="yes">0</property>
1011 <property name="position">0</property>
1015 <object class="GtkLabel" id="label_best_lap5">
1016 <property name="visible">True</property>
1017 <property name="label" translatable="yes">0</property>
1020 <property name="position">1</property>
1024 <object class="GtkLabel" id="label_avg_lap5">
1025 <property name="visible">True</property>
1026 <property name="label" translatable="yes">0</property>
1029 <property name="position">2</property>
1034 <property name="left_attach">5</property>
1035 <property name="right_attach">6</property>
1036 <property name="top_attach">10</property>
1037 <property name="bottom_attach">11</property>
1041 <object class="GtkVBox" id="vbox7">
1042 <property name="visible">True</property>
1044 <object class="GtkLabel" id="label_laptime6">
1045 <property name="visible">True</property>
1046 <property name="label" translatable="yes">0</property>
1049 <property name="position">0</property>
1053 <object class="GtkLabel" id="label_best_lap6">
1054 <property name="visible">True</property>
1055 <property name="label" translatable="yes">0</property>
1058 <property name="position">1</property>
1062 <object class="GtkLabel" id="label_avg_lap6">
1063 <property name="visible">True</property>
1064 <property name="label" translatable="yes">0</property>
1067 <property name="position">2</property>
1072 <property name="left_attach">5</property>
1073 <property name="right_attach">6</property>
1074 <property name="top_attach">12</property>
1075 <property name="bottom_attach">13</property>
1116 <property name="position">3</property>
1120 <object class="GtkStatusbar" id="statusbar1">
1121 <property name="visible">True</property>
1122 <property name="spacing">2</property>
1123 <property name="has_resize_grip">False</property>
1125 <object class="GtkImage" id="image1">
1126 <property name="visible">True</property>
1127 <property name="stock">gtk-connect</property>
1130 <property name="expand">False</property>
1131 <property name="pack_type">end</property>
1132 <property name="position">1</property>
1137 <property name="expand">False</property>
1138 <property name="position">4</property>