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>
7 <signal name="key-release-event" handler="hotkey" swapped="no"/>
9 <object class="GtkVBox" id="vbox1">
10 <property name="visible">True</property>
12 <object class="GtkMenuBar" id="menubar1">
13 <property name="visible">True</property>
15 <object class="GtkMenuItem" id="menuitem1">
16 <property name="visible">True</property>
17 <property name="use_action_appearance">False</property>
18 <property name="label" translatable="yes">_File</property>
19 <property name="use_underline">True</property>
20 <child type="submenu">
21 <object class="GtkMenu" id="menu1">
22 <property name="visible">True</property>
24 <object class="GtkImageMenuItem" id="imagemenuitem1">
25 <property name="label">gtk-new</property>
26 <property name="visible">True</property>
27 <property name="use_action_appearance">False</property>
28 <property name="use_underline">True</property>
29 <property name="use_stock">True</property>
33 <object class="GtkImageMenuItem" id="imagemenuitem2">
34 <property name="label">gtk-open</property>
35 <property name="visible">True</property>
36 <property name="use_action_appearance">False</property>
37 <property name="use_underline">True</property>
38 <property name="use_stock">True</property>
42 <object class="GtkImageMenuItem" id="imagemenuitem3">
43 <property name="label">gtk-save</property>
44 <property name="visible">True</property>
45 <property name="use_action_appearance">False</property>
46 <property name="use_underline">True</property>
47 <property name="use_stock">True</property>
51 <object class="GtkImageMenuItem" id="imagemenuitem4">
52 <property name="label">gtk-save-as</property>
53 <property name="visible">True</property>
54 <property name="use_action_appearance">False</property>
55 <property name="use_underline">True</property>
56 <property name="use_stock">True</property>
60 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
61 <property name="visible">True</property>
62 <property name="use_action_appearance">False</property>
66 <object class="GtkImageMenuItem" id="imagemenuitem5">
67 <property name="label">gtk-quit</property>
68 <property name="visible">True</property>
69 <property name="use_action_appearance">False</property>
70 <property name="use_underline">True</property>
71 <property name="use_stock">True</property>
72 <signal name="activate" handler="quit" swapped="no"/>
80 <object class="GtkMenuItem" id="menuitem2">
81 <property name="visible">True</property>
82 <property name="use_action_appearance">False</property>
83 <property name="label" translatable="yes">_Edit</property>
84 <property name="use_underline">True</property>
85 <child type="submenu">
86 <object class="GtkMenu" id="menu2">
87 <property name="visible">True</property>
89 <object class="GtkImageMenuItem" id="imagemenuitem6">
90 <property name="label">gtk-cut</property>
91 <property name="visible">True</property>
92 <property name="use_action_appearance">False</property>
93 <property name="use_underline">True</property>
94 <property name="use_stock">True</property>
98 <object class="GtkImageMenuItem" id="imagemenuitem7">
99 <property name="label">gtk-copy</property>
100 <property name="visible">True</property>
101 <property name="use_action_appearance">False</property>
102 <property name="use_underline">True</property>
103 <property name="use_stock">True</property>
107 <object class="GtkImageMenuItem" id="imagemenuitem8">
108 <property name="label">gtk-paste</property>
109 <property name="visible">True</property>
110 <property name="use_action_appearance">False</property>
111 <property name="use_underline">True</property>
112 <property name="use_stock">True</property>
116 <object class="GtkImageMenuItem" id="imagemenuitem9">
117 <property name="label">gtk-delete</property>
118 <property name="visible">True</property>
119 <property name="use_action_appearance">False</property>
120 <property name="use_underline">True</property>
121 <property name="use_stock">True</property>
129 <object class="GtkMenuItem" id="menuitem3">
130 <property name="visible">True</property>
131 <property name="use_action_appearance">False</property>
132 <property name="label" translatable="yes">_View</property>
133 <property name="use_underline">True</property>
134 <child type="submenu">
135 <object class="GtkMenu" id="menu9">
136 <property name="visible">True</property>
138 <object class="GtkImageMenuItem" id="imagemenuitem90">
139 <property name="label">gtk-fullscreen</property>
140 <property name="visible">True</property>
141 <property name="use_action_appearance">False</property>
142 <property name="use_underline">True</property>
143 <property name="use_stock">True</property>
144 <signal name="activate" handler="fullscreen" swapped="no"/>
152 <object class="GtkMenuItem" id="menuitem4">
153 <property name="visible">True</property>
154 <property name="use_action_appearance">False</property>
155 <property name="label" translatable="yes">_Help</property>
156 <property name="use_underline">True</property>
157 <child type="submenu">
158 <object class="GtkMenu" id="menu3">
159 <property name="visible">True</property>
161 <object class="GtkImageMenuItem" id="imagemenuitem10">
162 <property name="label">gtk-about</property>
163 <property name="visible">True</property>
164 <property name="use_action_appearance">False</property>
165 <property name="use_underline">True</property>
166 <property name="use_stock">True</property>
167 <signal name="activate" handler="about" swapped="no"/>
176 <property name="expand">False</property>
177 <property name="position">0</property>
181 <object class="GtkHBox" id="hbox1">
182 <property name="visible">True</property>
184 <object class="GtkFrame" id="frame1">
185 <property name="visible">True</property>
186 <property name="label_xalign">0</property>
188 <object class="GtkAlignment" id="alignment1">
189 <property name="visible">True</property>
190 <property name="left_padding">12</property>
192 <object class="GtkLabel" id="label_lap_global">
193 <property name="visible">True</property>
194 <property name="label" translatable="yes">0</property>
200 <object class="GtkLabel" id="label7">
201 <property name="visible">True</property>
202 <property name="label" translatable="yes">Lap</property>
203 <property name="use_markup">True</property>
208 <property name="padding">5</property>
209 <property name="position">0</property>
213 <object class="GtkFrame" id="frame2">
214 <property name="visible">True</property>
215 <property name="label_xalign">0</property>
217 <object class="GtkAlignment" id="alignment2">
218 <property name="visible">True</property>
219 <property name="left_padding">12</property>
221 <object class="GtkLabel" id="label_time_global">
222 <property name="visible">True</property>
223 <property name="label" translatable="yes">0:00</property>
229 <object class="GtkLabel" id="label8">
230 <property name="visible">True</property>
231 <property name="label" translatable="yes">Time</property>
232 <property name="use_markup">True</property>
237 <property name="padding">5</property>
238 <property name="position">1</property>
242 <object class="GtkFrame" id="frame3">
243 <property name="visible">True</property>
244 <property name="label_xalign">0</property>
246 <object class="GtkAlignment" id="alignment3">
247 <property name="visible">True</property>
248 <property name="left_padding">12</property>
250 <object class="GtkLabel" id="label_best_lap_global">
251 <property name="visible">True</property>
252 <property name="label" translatable="yes">0</property>
258 <object class="GtkLabel" id="label9">
259 <property name="visible">True</property>
260 <property name="label" translatable="yes">Fastest lap</property>
261 <property name="use_markup">True</property>
266 <property name="padding">5</property>
267 <property name="position">2</property>
272 <property name="expand">False</property>
273 <property name="padding">10</property>
274 <property name="position">1</property>
281 <object class="GtkTable" id="table1">
282 <property name="visible">True</property>
283 <property name="n_rows">13</property>
284 <property name="n_columns">8</property>
286 <object class="GtkLabel" id="label_car_id1">
287 <property name="visible">True</property>
288 <property name="label" translatable="yes"><span weight="ultrabold" size="large">1</span></property>
289 <property name="use_markup">True</property>
290 <property name="justify">right</property>
291 <property name="width_chars">1</property>
292 <property name="single_line_mode">True</property>
295 <property name="top_attach">2</property>
296 <property name="bottom_attach">3</property>
300 <object class="GtkLabel" id="label_car_id2">
301 <property name="visible">True</property>
302 <property name="label" translatable="yes"><span weight="ultrabold" size="large">2</span></property>
303 <property name="use_markup">True</property>
304 <property name="justify">right</property>
305 <property name="width_chars">1</property>
306 <property name="single_line_mode">True</property>
309 <property name="top_attach">4</property>
310 <property name="bottom_attach">5</property>
314 <object class="GtkLabel" id="label_car_id3">
315 <property name="visible">True</property>
316 <property name="yalign">0.50999999046325684</property>
317 <property name="label" translatable="yes"><span weight="ultrabold" size="large">3</span></property>
318 <property name="use_markup">True</property>
319 <property name="justify">right</property>
320 <property name="width_chars">1</property>
321 <property name="single_line_mode">True</property>
324 <property name="top_attach">6</property>
325 <property name="bottom_attach">7</property>
329 <object class="GtkLabel" id="label_car_id4">
330 <property name="visible">True</property>
331 <property name="label" translatable="yes"><span weight="ultrabold" size="large">4</span></property>
332 <property name="use_markup">True</property>
333 <property name="justify">right</property>
334 <property name="width_chars">1</property>
335 <property name="single_line_mode">True</property>
338 <property name="top_attach">8</property>
339 <property name="bottom_attach">9</property>
343 <object class="GtkLabel" id="label_car_id5">
344 <property name="visible">True</property>
345 <property name="label" translatable="yes"><span weight="ultrabold" size="large">5</span></property>
346 <property name="use_markup">True</property>
347 <property name="justify">right</property>
348 <property name="width_chars">1</property>
349 <property name="single_line_mode">True</property>
352 <property name="top_attach">10</property>
353 <property name="bottom_attach">11</property>
357 <object class="GtkLabel" id="label_car_id6">
358 <property name="visible">True</property>
359 <property name="label" translatable="yes"><span weight="ultrabold" size="large">6</span></property>
360 <property name="use_markup">True</property>
361 <property name="justify">right</property>
362 <property name="width_chars">1</property>
363 <property name="single_line_mode">True</property>
366 <property name="top_attach">12</property>
367 <property name="bottom_attach">13</property>
371 <object class="GtkLabel" id="label_name1">
372 <property name="visible">True</property>
373 <property name="tooltip_text" translatable="yes">Click to modify</property>
374 <property name="ellipsize">end</property>
375 <property name="width_chars">25</property>
376 <property name="single_line_mode">True</property>
379 <property name="left_attach">2</property>
380 <property name="right_attach">3</property>
381 <property name="top_attach">2</property>
382 <property name="bottom_attach">3</property>
386 <object class="GtkImage" id="image_fuel1">
387 <property name="visible">True</property>
388 <property name="stock">gtk-missing-image</property>
391 <property name="left_attach">7</property>
392 <property name="right_attach">8</property>
393 <property name="top_attach">2</property>
394 <property name="bottom_attach">3</property>
395 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
399 <object class="GtkImage" id="image_fuel2">
400 <property name="visible">True</property>
401 <property name="stock">gtk-missing-image</property>
404 <property name="left_attach">7</property>
405 <property name="right_attach">8</property>
406 <property name="top_attach">4</property>
407 <property name="bottom_attach">5</property>
408 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
412 <object class="GtkImage" id="image_fuel3">
413 <property name="visible">True</property>
414 <property name="stock">gtk-missing-image</property>
417 <property name="left_attach">7</property>
418 <property name="right_attach">8</property>
419 <property name="top_attach">6</property>
420 <property name="bottom_attach">7</property>
421 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
425 <object class="GtkImage" id="image_fuel4">
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">8</property>
433 <property name="bottom_attach">9</property>
434 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
438 <object class="GtkImage" id="image_fuel5">
439 <property name="visible">True</property>
440 <property name="stock">gtk-missing-image</property>
443 <property name="left_attach">7</property>
444 <property name="right_attach">8</property>
445 <property name="top_attach">10</property>
446 <property name="bottom_attach">11</property>
447 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
451 <object class="GtkImage" id="image_fuel6">
452 <property name="visible">True</property>
453 <property name="stock">gtk-missing-image</property>
456 <property name="left_attach">7</property>
457 <property name="right_attach">8</property>
458 <property name="top_attach">12</property>
459 <property name="bottom_attach">13</property>
460 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
464 <object class="GtkImage" id="image_throttle1">
465 <property name="visible">True</property>
466 <property name="stock">gtk-missing-image</property>
469 <property name="left_attach">6</property>
470 <property name="right_attach">7</property>
471 <property name="top_attach">2</property>
472 <property name="bottom_attach">3</property>
473 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
477 <object class="GtkImage" id="image_throttle2">
478 <property name="visible">True</property>
479 <property name="stock">gtk-missing-image</property>
482 <property name="left_attach">6</property>
483 <property name="right_attach">7</property>
484 <property name="top_attach">4</property>
485 <property name="bottom_attach">5</property>
486 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
490 <object class="GtkImage" id="image_throttle3">
491 <property name="visible">True</property>
492 <property name="stock">gtk-missing-image</property>
495 <property name="left_attach">6</property>
496 <property name="right_attach">7</property>
497 <property name="top_attach">6</property>
498 <property name="bottom_attach">7</property>
499 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
503 <object class="GtkImage" id="image_throttle4">
504 <property name="visible">True</property>
505 <property name="stock">gtk-missing-image</property>
508 <property name="left_attach">6</property>
509 <property name="right_attach">7</property>
510 <property name="top_attach">8</property>
511 <property name="bottom_attach">9</property>
512 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
516 <object class="GtkImage" id="image_throttle5">
517 <property name="visible">True</property>
518 <property name="stock">gtk-missing-image</property>
521 <property name="left_attach">6</property>
522 <property name="right_attach">7</property>
523 <property name="top_attach">10</property>
524 <property name="bottom_attach">11</property>
525 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
529 <object class="GtkImage" id="image_throttle6">
530 <property name="visible">True</property>
531 <property name="stock">gtk-missing-image</property>
534 <property name="left_attach">6</property>
535 <property name="right_attach">7</property>
536 <property name="top_attach">12</property>
537 <property name="bottom_attach">13</property>
538 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
542 <object class="GtkImage" id="image_car1">
543 <property name="visible">True</property>
544 <property name="stock">gtk-missing-image</property>
547 <property name="left_attach">3</property>
548 <property name="right_attach">4</property>
549 <property name="top_attach">2</property>
550 <property name="bottom_attach">3</property>
551 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
555 <object class="GtkImage" id="image_car2">
556 <property name="visible">True</property>
557 <property name="stock">gtk-missing-image</property>
560 <property name="left_attach">3</property>
561 <property name="right_attach">4</property>
562 <property name="top_attach">4</property>
563 <property name="bottom_attach">5</property>
564 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
568 <object class="GtkImage" id="image_car3">
569 <property name="visible">True</property>
570 <property name="stock">gtk-missing-image</property>
573 <property name="left_attach">3</property>
574 <property name="right_attach">4</property>
575 <property name="top_attach">6</property>
576 <property name="bottom_attach">7</property>
577 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
581 <object class="GtkImage" id="image_car4">
582 <property name="visible">True</property>
583 <property name="stock">gtk-missing-image</property>
586 <property name="left_attach">3</property>
587 <property name="right_attach">4</property>
588 <property name="top_attach">8</property>
589 <property name="bottom_attach">9</property>
590 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
594 <object class="GtkImage" id="image_car5">
595 <property name="visible">True</property>
596 <property name="stock">gtk-missing-image</property>
599 <property name="left_attach">3</property>
600 <property name="right_attach">4</property>
601 <property name="top_attach">10</property>
602 <property name="bottom_attach">11</property>
603 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
607 <object class="GtkImage" id="image_car6">
608 <property name="visible">True</property>
609 <property name="stock">gtk-missing-image</property>
612 <property name="left_attach">3</property>
613 <property name="right_attach">4</property>
614 <property name="top_attach">12</property>
615 <property name="bottom_attach">13</property>
616 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
620 <object class="GtkLabel" id="label_name2">
621 <property name="visible">True</property>
622 <property name="tooltip_text" translatable="yes">Click to modify</property>
623 <property name="ellipsize">end</property>
624 <property name="width_chars">25</property>
625 <property name="single_line_mode">True</property>
628 <property name="left_attach">2</property>
629 <property name="right_attach">3</property>
630 <property name="top_attach">4</property>
631 <property name="bottom_attach">5</property>
635 <object class="GtkLabel" id="label_name3">
636 <property name="visible">True</property>
637 <property name="tooltip_text" translatable="yes">Click to modify</property>
638 <property name="ellipsize">end</property>
639 <property name="width_chars">25</property>
640 <property name="single_line_mode">True</property>
643 <property name="left_attach">2</property>
644 <property name="right_attach">3</property>
645 <property name="top_attach">6</property>
646 <property name="bottom_attach">7</property>
650 <object class="GtkLabel" id="label_name4">
651 <property name="visible">True</property>
652 <property name="tooltip_text" translatable="yes">Click to modify</property>
653 <property name="ellipsize">end</property>
654 <property name="width_chars">25</property>
655 <property name="single_line_mode">True</property>
658 <property name="left_attach">2</property>
659 <property name="right_attach">3</property>
660 <property name="top_attach">8</property>
661 <property name="bottom_attach">9</property>
665 <object class="GtkLabel" id="label_name5">
666 <property name="visible">True</property>
667 <property name="tooltip_text" translatable="yes">Click to modify</property>
668 <property name="ellipsize">end</property>
669 <property name="width_chars">25</property>
670 <property name="single_line_mode">True</property>
673 <property name="left_attach">2</property>
674 <property name="right_attach">3</property>
675 <property name="top_attach">10</property>
676 <property name="bottom_attach">11</property>
680 <object class="GtkLabel" id="label_name6">
681 <property name="visible">True</property>
682 <property name="tooltip_text" translatable="yes">Click to modify</property>
683 <property name="ellipsize">end</property>
684 <property name="width_chars">25</property>
685 <property name="single_line_mode">True</property>
688 <property name="left_attach">2</property>
689 <property name="right_attach">3</property>
690 <property name="top_attach">12</property>
691 <property name="bottom_attach">13</property>
695 <object class="GtkLabel" id="label1">
696 <property name="visible">True</property>
697 <property name="label" translatable="yes">Name</property>
700 <property name="left_attach">2</property>
701 <property name="right_attach">3</property>
705 <object class="GtkLabel" id="label2">
706 <property name="visible">True</property>
707 <property name="label" translatable="yes">Lap</property>
710 <property name="left_attach">4</property>
711 <property name="right_attach">5</property>
715 <object class="GtkLabel" id="label3">
716 <property name="visible">True</property>
717 <property name="label" translatable="yes">Last/Best/Avg</property>
720 <property name="left_attach">5</property>
721 <property name="right_attach">6</property>
725 <object class="GtkLabel" id="label5">
726 <property name="visible">True</property>
727 <property name="label" translatable="yes">Throttle</property>
730 <property name="left_attach">6</property>
731 <property name="right_attach">7</property>
735 <object class="GtkLabel" id="label6">
736 <property name="visible">True</property>
737 <property name="label" translatable="yes">Fuel</property>
740 <property name="left_attach">7</property>
741 <property name="right_attach">8</property>
745 <object class="GtkHSeparator" id="hseparator1">
746 <property name="visible">True</property>
749 <property name="right_attach">8</property>
750 <property name="top_attach">1</property>
751 <property name="bottom_attach">2</property>
755 <object class="GtkHSeparator" id="hseparator2">
756 <property name="visible">True</property>
759 <property name="right_attach">8</property>
760 <property name="top_attach">3</property>
761 <property name="bottom_attach">4</property>
765 <object class="GtkHSeparator" id="hseparator3">
766 <property name="visible">True</property>
769 <property name="right_attach">8</property>
770 <property name="top_attach">5</property>
771 <property name="bottom_attach">6</property>
775 <object class="GtkHSeparator" id="hseparator4">
776 <property name="visible">True</property>
779 <property name="right_attach">8</property>
780 <property name="top_attach">7</property>
781 <property name="bottom_attach">8</property>
785 <object class="GtkHSeparator" id="hseparator5">
786 <property name="visible">True</property>
789 <property name="right_attach">8</property>
790 <property name="top_attach">9</property>
791 <property name="bottom_attach">10</property>
795 <object class="GtkHSeparator" id="hseparator6">
796 <property name="visible">True</property>
799 <property name="right_attach">8</property>
800 <property name="top_attach">11</property>
801 <property name="bottom_attach">12</property>
805 <object class="GtkVBox" id="vbox2">
806 <property name="visible">True</property>
808 <object class="GtkLabel" id="label_laptime1">
809 <property name="visible">True</property>
810 <property name="label" translatable="yes">0</property>
813 <property name="position">0</property>
817 <object class="GtkLabel" id="label_best_lap1">
818 <property name="visible">True</property>
819 <property name="label" translatable="yes">0</property>
822 <property name="position">1</property>
826 <object class="GtkLabel" id="label_avg_lap1">
827 <property name="visible">True</property>
828 <property name="label" translatable="yes">0</property>
831 <property name="position">2</property>
836 <property name="left_attach">5</property>
837 <property name="right_attach">6</property>
838 <property name="top_attach">2</property>
839 <property name="bottom_attach">3</property>
843 <object class="GtkVBox" id="vbox3">
844 <property name="visible">True</property>
846 <object class="GtkLabel" id="label_laptime2">
847 <property name="visible">True</property>
848 <property name="label" translatable="yes">0</property>
851 <property name="position">0</property>
855 <object class="GtkLabel" id="label_best_lap2">
856 <property name="visible">True</property>
857 <property name="label" translatable="yes">0</property>
860 <property name="position">1</property>
864 <object class="GtkLabel" id="label_avg_lap2">
865 <property name="visible">True</property>
866 <property name="label" translatable="yes">0</property>
869 <property name="position">2</property>
874 <property name="left_attach">5</property>
875 <property name="right_attach">6</property>
876 <property name="top_attach">4</property>
877 <property name="bottom_attach">5</property>
881 <object class="GtkVBox" id="vbox4">
882 <property name="visible">True</property>
884 <object class="GtkLabel" id="label_laptime3">
885 <property name="visible">True</property>
886 <property name="label" translatable="yes">0</property>
889 <property name="position">0</property>
893 <object class="GtkLabel" id="label_best_lap3">
894 <property name="visible">True</property>
895 <property name="label" translatable="yes">0</property>
898 <property name="position">1</property>
902 <object class="GtkLabel" id="label_avg_lap3">
903 <property name="visible">True</property>
904 <property name="label" translatable="yes">0</property>
907 <property name="position">2</property>
912 <property name="left_attach">5</property>
913 <property name="right_attach">6</property>
914 <property name="top_attach">6</property>
915 <property name="bottom_attach">7</property>
919 <object class="GtkVBox" id="vbox5">
920 <property name="visible">True</property>
922 <object class="GtkLabel" id="label_laptime4">
923 <property name="visible">True</property>
924 <property name="label" translatable="yes">0</property>
927 <property name="position">0</property>
931 <object class="GtkLabel" id="label_best_lap4">
932 <property name="visible">True</property>
933 <property name="label" translatable="yes">0</property>
936 <property name="position">1</property>
940 <object class="GtkLabel" id="label_avg_lap4">
941 <property name="visible">True</property>
942 <property name="label" translatable="yes">0</property>
945 <property name="position">2</property>
950 <property name="left_attach">5</property>
951 <property name="right_attach">6</property>
952 <property name="top_attach">8</property>
953 <property name="bottom_attach">9</property>
957 <object class="GtkVBox" id="vbox6">
958 <property name="visible">True</property>
960 <object class="GtkLabel" id="label_laptime5">
961 <property name="visible">True</property>
962 <property name="label" translatable="yes">0</property>
965 <property name="position">0</property>
969 <object class="GtkLabel" id="label_best_lap5">
970 <property name="visible">True</property>
971 <property name="label" translatable="yes">0</property>
974 <property name="position">1</property>
978 <object class="GtkLabel" id="label_avg_lap5">
979 <property name="visible">True</property>
980 <property name="label" translatable="yes">0</property>
983 <property name="position">2</property>
988 <property name="left_attach">5</property>
989 <property name="right_attach">6</property>
990 <property name="top_attach">10</property>
991 <property name="bottom_attach">11</property>
995 <object class="GtkVBox" id="vbox7">
996 <property name="visible">True</property>
998 <object class="GtkLabel" id="label_laptime6">
999 <property name="visible">True</property>
1000 <property name="label" translatable="yes">0</property>
1003 <property name="position">0</property>
1007 <object class="GtkLabel" id="label_best_lap6">
1008 <property name="visible">True</property>
1009 <property name="label" translatable="yes">0</property>
1012 <property name="position">1</property>
1016 <object class="GtkLabel" id="label_avg_lap6">
1017 <property name="visible">True</property>
1018 <property name="label" translatable="yes">0</property>
1021 <property name="position">2</property>
1026 <property name="left_attach">5</property>
1027 <property name="right_attach">6</property>
1028 <property name="top_attach">12</property>
1029 <property name="bottom_attach">13</property>
1033 <object class="GtkImage" id="image_status1">
1034 <property name="visible">True</property>
1035 <property name="stock">gtk-missing-image</property>
1038 <property name="left_attach">1</property>
1039 <property name="right_attach">2</property>
1040 <property name="top_attach">2</property>
1041 <property name="bottom_attach">3</property>
1045 <object class="GtkImage" id="image_status2">
1046 <property name="visible">True</property>
1047 <property name="stock">gtk-missing-image</property>
1050 <property name="left_attach">1</property>
1051 <property name="right_attach">2</property>
1052 <property name="top_attach">4</property>
1053 <property name="bottom_attach">5</property>
1057 <object class="GtkImage" id="image_status3">
1058 <property name="visible">True</property>
1059 <property name="stock">gtk-missing-image</property>
1062 <property name="left_attach">1</property>
1063 <property name="right_attach">2</property>
1064 <property name="top_attach">6</property>
1065 <property name="bottom_attach">7</property>
1069 <object class="GtkImage" id="image_status4">
1070 <property name="visible">True</property>
1071 <property name="stock">gtk-missing-image</property>
1074 <property name="left_attach">1</property>
1075 <property name="right_attach">2</property>
1076 <property name="top_attach">8</property>
1077 <property name="bottom_attach">9</property>
1081 <object class="GtkImage" id="image_status5">
1082 <property name="visible">True</property>
1083 <property name="stock">gtk-missing-image</property>
1086 <property name="left_attach">1</property>
1087 <property name="right_attach">2</property>
1088 <property name="top_attach">10</property>
1089 <property name="bottom_attach">11</property>
1093 <object class="GtkImage" id="image_status6">
1094 <property name="visible">True</property>
1095 <property name="stock">gtk-missing-image</property>
1098 <property name="left_attach">1</property>
1099 <property name="right_attach">2</property>
1100 <property name="top_attach">12</property>
1101 <property name="bottom_attach">13</property>
1105 <object class="GtkLabel" id="label4">
1106 <property name="visible">True</property>
1107 <property name="label" translatable="yes">Id</property>
1111 <object class="GtkVBox" id="vbox8">
1112 <property name="visible">True</property>
1114 <object class="GtkLabel" id="label_lap1">
1115 <property name="visible">True</property>
1116 <property name="label" translatable="yes">label</property>
1119 <property name="position">0</property>
1123 <object class="GtkLabel" id="label_distance1">
1124 <property name="visible">True</property>
1125 <property name="label" translatable="yes">label</property>
1126 <property name="width_chars">24</property>
1129 <property name="position">1</property>
1134 <property name="left_attach">4</property>
1135 <property name="right_attach">5</property>
1136 <property name="top_attach">2</property>
1137 <property name="bottom_attach">3</property>
1141 <object class="GtkVBox" id="vbox9">
1142 <property name="visible">True</property>
1144 <object class="GtkLabel" id="label_lap2">
1145 <property name="visible">True</property>
1146 <property name="label" translatable="yes">label</property>
1149 <property name="position">0</property>
1153 <object class="GtkLabel" id="label_distance2">
1154 <property name="visible">True</property>
1155 <property name="label" translatable="yes">label</property>
1156 <property name="width_chars">24</property>
1159 <property name="position">1</property>
1164 <property name="left_attach">4</property>
1165 <property name="right_attach">5</property>
1166 <property name="top_attach">4</property>
1167 <property name="bottom_attach">5</property>
1171 <object class="GtkVBox" id="vbox10">
1172 <property name="visible">True</property>
1174 <object class="GtkLabel" id="label_lap3">
1175 <property name="visible">True</property>
1176 <property name="label" translatable="yes">label</property>
1179 <property name="position">0</property>
1183 <object class="GtkLabel" id="label_distance3">
1184 <property name="visible">True</property>
1185 <property name="label" translatable="yes">label</property>
1186 <property name="width_chars">24</property>
1189 <property name="position">1</property>
1194 <property name="left_attach">4</property>
1195 <property name="right_attach">5</property>
1196 <property name="top_attach">6</property>
1197 <property name="bottom_attach">7</property>
1201 <object class="GtkVBox" id="vbox11">
1202 <property name="visible">True</property>
1204 <object class="GtkLabel" id="label_lap4">
1205 <property name="visible">True</property>
1206 <property name="label" translatable="yes">label</property>
1209 <property name="position">0</property>
1213 <object class="GtkLabel" id="label_distance4">
1214 <property name="visible">True</property>
1215 <property name="label" translatable="yes">label</property>
1216 <property name="width_chars">24</property>
1219 <property name="position">1</property>
1224 <property name="left_attach">4</property>
1225 <property name="right_attach">5</property>
1226 <property name="top_attach">8</property>
1227 <property name="bottom_attach">9</property>
1231 <object class="GtkVBox" id="vbox12">
1232 <property name="visible">True</property>
1234 <object class="GtkLabel" id="label_lap5">
1235 <property name="visible">True</property>
1236 <property name="label" translatable="yes">label</property>
1239 <property name="position">0</property>
1243 <object class="GtkLabel" id="label_distance5">
1244 <property name="visible">True</property>
1245 <property name="label" translatable="yes">label</property>
1246 <property name="width_chars">24</property>
1249 <property name="position">1</property>
1254 <property name="left_attach">4</property>
1255 <property name="right_attach">5</property>
1256 <property name="top_attach">10</property>
1257 <property name="bottom_attach">11</property>
1261 <object class="GtkVBox" id="vbox13">
1262 <property name="visible">True</property>
1264 <object class="GtkLabel" id="label_lap6">
1265 <property name="visible">True</property>
1266 <property name="label" translatable="yes">label</property>
1269 <property name="position">0</property>
1273 <object class="GtkLabel" id="label_distance6">
1274 <property name="visible">True</property>
1275 <property name="label" translatable="yes">label</property>
1276 <property name="width_chars">24</property>
1279 <property name="position">1</property>
1284 <property name="left_attach">4</property>
1285 <property name="right_attach">5</property>
1286 <property name="top_attach">12</property>
1287 <property name="bottom_attach">13</property>
1298 <property name="position">3</property>
1302 <object class="GtkStatusbar" id="statusbar1">
1303 <property name="visible">True</property>
1304 <property name="spacing">2</property>
1305 <property name="has_resize_grip">False</property>
1307 <object class="GtkImage" id="image1">
1308 <property name="visible">True</property>
1309 <property name="stock">gtk-connect</property>
1312 <property name="expand">False</property>
1313 <property name="pack_type">end</property>
1314 <property name="position">1</property>
1319 <property name="expand">False</property>
1320 <property name="position">4</property>