]> www.fi.muni.cz Git - slotcarman.git/blob - slotcarman.glade
Race setup, car reordering.
[slotcarman.git] / slotcarman.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
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     <child>
8       <object class="GtkVBox" id="vbox1">
9         <property name="visible">True</property>
10         <child>
11           <object class="GtkMenuBar" id="menubar1">
12             <property name="visible">True</property>
13             <child>
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>
22                     <child>
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>
29                       </object>
30                     </child>
31                     <child>
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>
38                       </object>
39                     </child>
40                     <child>
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>
47                       </object>
48                     </child>
49                     <child>
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>
56                       </object>
57                     </child>
58                     <child>
59                       <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
60                         <property name="visible">True</property>
61                         <property name="use_action_appearance">False</property>
62                       </object>
63                     </child>
64                     <child>
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"/>
72                       </object>
73                     </child>
74                   </object>
75                 </child>
76               </object>
77             </child>
78             <child>
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>
87                     <child>
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>
94                       </object>
95                     </child>
96                     <child>
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>
103                       </object>
104                     </child>
105                     <child>
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>
112                       </object>
113                     </child>
114                     <child>
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>
121                       </object>
122                     </child>
123                   </object>
124                 </child>
125               </object>
126             </child>
127             <child>
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>
133               </object>
134             </child>
135             <child>
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>
144                     <child>
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"/>
152                       </object>
153                     </child>
154                   </object>
155                 </child>
156               </object>
157             </child>
158           </object>
159           <packing>
160             <property name="expand">False</property>
161             <property name="position">0</property>
162           </packing>
163         </child>
164         <child>
165           <object class="GtkHBox" id="hbox1">
166             <property name="visible">True</property>
167             <child>
168               <object class="GtkLabel" id="label_lap_global">
169                 <property name="visible">True</property>
170                 <property name="label" translatable="yes">label</property>
171               </object>
172               <packing>
173                 <property name="position">0</property>
174               </packing>
175             </child>
176             <child>
177               <object class="GtkLabel" id="label_time_global">
178                 <property name="visible">True</property>
179                 <property name="label" translatable="yes">label</property>
180               </object>
181               <packing>
182                 <property name="position">1</property>
183               </packing>
184             </child>
185             <child>
186               <object class="GtkLabel" id="label_best_lap_global">
187                 <property name="visible">True</property>
188                 <property name="label" translatable="yes">label</property>
189               </object>
190               <packing>
191                 <property name="position">2</property>
192               </packing>
193             </child>
194             <child>
195               <placeholder/>
196             </child>
197             <child>
198               <placeholder/>
199             </child>
200           </object>
201           <packing>
202             <property name="position">1</property>
203           </packing>
204         </child>
205         <child>
206           <object class="GtkTable" id="table1">
207             <property name="visible">True</property>
208             <property name="n_rows">7</property>
209             <property name="n_columns">11</property>
210             <child>
211               <object class="GtkLabel" id="label_pos1">
212                 <property name="visible">True</property>
213                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;1&lt;/span&gt;</property>
214                 <property name="use_markup">True</property>
215                 <property name="justify">right</property>
216                 <property name="width_chars">1</property>
217                 <property name="single_line_mode">True</property>
218               </object>
219               <packing>
220                 <property name="top_attach">1</property>
221                 <property name="bottom_attach">2</property>
222               </packing>
223             </child>
224             <child>
225               <object class="GtkLabel" id="label_pos2">
226                 <property name="visible">True</property>
227                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;2&lt;/span&gt;</property>
228                 <property name="use_markup">True</property>
229                 <property name="justify">right</property>
230                 <property name="width_chars">1</property>
231                 <property name="single_line_mode">True</property>
232               </object>
233               <packing>
234                 <property name="top_attach">2</property>
235                 <property name="bottom_attach">3</property>
236               </packing>
237             </child>
238             <child>
239               <object class="GtkLabel" id="label_pos3">
240                 <property name="visible">True</property>
241                 <property name="yalign">0.50999999046325684</property>
242                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;3&lt;/span&gt;</property>
243                 <property name="use_markup">True</property>
244                 <property name="justify">right</property>
245                 <property name="width_chars">1</property>
246                 <property name="single_line_mode">True</property>
247               </object>
248               <packing>
249                 <property name="top_attach">3</property>
250                 <property name="bottom_attach">4</property>
251               </packing>
252             </child>
253             <child>
254               <object class="GtkLabel" id="label_pos4">
255                 <property name="visible">True</property>
256                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;4&lt;/span&gt;</property>
257                 <property name="use_markup">True</property>
258                 <property name="justify">right</property>
259                 <property name="width_chars">1</property>
260                 <property name="single_line_mode">True</property>
261               </object>
262               <packing>
263                 <property name="top_attach">4</property>
264                 <property name="bottom_attach">5</property>
265               </packing>
266             </child>
267             <child>
268               <object class="GtkLabel" id="label_pos5">
269                 <property name="visible">True</property>
270                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;5&lt;/span&gt;</property>
271                 <property name="use_markup">True</property>
272                 <property name="justify">right</property>
273                 <property name="width_chars">1</property>
274                 <property name="single_line_mode">True</property>
275               </object>
276               <packing>
277                 <property name="top_attach">5</property>
278                 <property name="bottom_attach">6</property>
279               </packing>
280             </child>
281             <child>
282               <object class="GtkLabel" id="label_pos6">
283                 <property name="visible">True</property>
284                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;6&lt;/span&gt;</property>
285                 <property name="use_markup">True</property>
286                 <property name="justify">right</property>
287                 <property name="width_chars">1</property>
288                 <property name="single_line_mode">True</property>
289               </object>
290               <packing>
291                 <property name="top_attach">6</property>
292                 <property name="bottom_attach">7</property>
293               </packing>
294             </child>
295             <child>
296               <object class="GtkLabel" id="label_name1">
297                 <property name="visible">True</property>
298                 <property name="ellipsize">end</property>
299                 <property name="width_chars">25</property>
300                 <property name="single_line_mode">True</property>
301               </object>
302               <packing>
303                 <property name="left_attach">1</property>
304                 <property name="right_attach">2</property>
305                 <property name="top_attach">1</property>
306                 <property name="bottom_attach">2</property>
307               </packing>
308             </child>
309             <child>
310               <object class="GtkImage" id="image_fuel1">
311                 <property name="visible">True</property>
312                 <property name="stock">gtk-missing-image</property>
313               </object>
314               <packing>
315                 <property name="left_attach">10</property>
316                 <property name="right_attach">11</property>
317                 <property name="top_attach">1</property>
318                 <property name="bottom_attach">2</property>
319               </packing>
320             </child>
321             <child>
322               <object class="GtkImage" id="image_fuel2">
323                 <property name="visible">True</property>
324                 <property name="stock">gtk-missing-image</property>
325               </object>
326               <packing>
327                 <property name="left_attach">10</property>
328                 <property name="right_attach">11</property>
329                 <property name="top_attach">2</property>
330                 <property name="bottom_attach">3</property>
331               </packing>
332             </child>
333             <child>
334               <object class="GtkImage" id="image_fuel3">
335                 <property name="visible">True</property>
336                 <property name="stock">gtk-missing-image</property>
337               </object>
338               <packing>
339                 <property name="left_attach">10</property>
340                 <property name="right_attach">11</property>
341                 <property name="top_attach">3</property>
342                 <property name="bottom_attach">4</property>
343               </packing>
344             </child>
345             <child>
346               <object class="GtkImage" id="image_fuel4">
347                 <property name="visible">True</property>
348                 <property name="stock">gtk-missing-image</property>
349               </object>
350               <packing>
351                 <property name="left_attach">10</property>
352                 <property name="right_attach">11</property>
353                 <property name="top_attach">4</property>
354                 <property name="bottom_attach">5</property>
355               </packing>
356             </child>
357             <child>
358               <object class="GtkImage" id="image_fuel5">
359                 <property name="visible">True</property>
360                 <property name="stock">gtk-missing-image</property>
361               </object>
362               <packing>
363                 <property name="left_attach">10</property>
364                 <property name="right_attach">11</property>
365                 <property name="top_attach">5</property>
366                 <property name="bottom_attach">6</property>
367               </packing>
368             </child>
369             <child>
370               <object class="GtkImage" id="image_fuel6">
371                 <property name="visible">True</property>
372                 <property name="stock">gtk-missing-image</property>
373               </object>
374               <packing>
375                 <property name="left_attach">10</property>
376                 <property name="right_attach">11</property>
377                 <property name="top_attach">6</property>
378                 <property name="bottom_attach">7</property>
379               </packing>
380             </child>
381             <child>
382               <object class="GtkImage" id="image_throttle1">
383                 <property name="visible">True</property>
384                 <property name="stock">gtk-missing-image</property>
385               </object>
386               <packing>
387                 <property name="left_attach">9</property>
388                 <property name="right_attach">10</property>
389                 <property name="top_attach">1</property>
390                 <property name="bottom_attach">2</property>
391               </packing>
392             </child>
393             <child>
394               <object class="GtkImage" id="image_throttle2">
395                 <property name="visible">True</property>
396                 <property name="stock">gtk-missing-image</property>
397               </object>
398               <packing>
399                 <property name="left_attach">9</property>
400                 <property name="right_attach">10</property>
401                 <property name="top_attach">2</property>
402                 <property name="bottom_attach">3</property>
403               </packing>
404             </child>
405             <child>
406               <object class="GtkImage" id="image_throttle3">
407                 <property name="visible">True</property>
408                 <property name="stock">gtk-missing-image</property>
409               </object>
410               <packing>
411                 <property name="left_attach">9</property>
412                 <property name="right_attach">10</property>
413                 <property name="top_attach">3</property>
414                 <property name="bottom_attach">4</property>
415               </packing>
416             </child>
417             <child>
418               <object class="GtkImage" id="image_throttle4">
419                 <property name="visible">True</property>
420                 <property name="stock">gtk-missing-image</property>
421               </object>
422               <packing>
423                 <property name="left_attach">9</property>
424                 <property name="right_attach">10</property>
425                 <property name="top_attach">4</property>
426                 <property name="bottom_attach">5</property>
427               </packing>
428             </child>
429             <child>
430               <object class="GtkImage" id="image_throttle5">
431                 <property name="visible">True</property>
432                 <property name="stock">gtk-missing-image</property>
433               </object>
434               <packing>
435                 <property name="left_attach">9</property>
436                 <property name="right_attach">10</property>
437                 <property name="top_attach">5</property>
438                 <property name="bottom_attach">6</property>
439               </packing>
440             </child>
441             <child>
442               <object class="GtkImage" id="image_throttle6">
443                 <property name="visible">True</property>
444                 <property name="stock">gtk-missing-image</property>
445               </object>
446               <packing>
447                 <property name="left_attach">9</property>
448                 <property name="right_attach">10</property>
449                 <property name="top_attach">6</property>
450                 <property name="bottom_attach">7</property>
451               </packing>
452             </child>
453             <child>
454               <object class="GtkImage" id="image_car1">
455                 <property name="visible">True</property>
456                 <property name="stock">gtk-missing-image</property>
457               </object>
458               <packing>
459                 <property name="left_attach">2</property>
460                 <property name="right_attach">3</property>
461                 <property name="top_attach">1</property>
462                 <property name="bottom_attach">2</property>
463               </packing>
464             </child>
465             <child>
466               <object class="GtkImage" id="image_car2">
467                 <property name="visible">True</property>
468                 <property name="stock">gtk-missing-image</property>
469               </object>
470               <packing>
471                 <property name="left_attach">2</property>
472                 <property name="right_attach">3</property>
473                 <property name="top_attach">2</property>
474                 <property name="bottom_attach">3</property>
475               </packing>
476             </child>
477             <child>
478               <object class="GtkImage" id="image_car3">
479                 <property name="visible">True</property>
480                 <property name="stock">gtk-missing-image</property>
481               </object>
482               <packing>
483                 <property name="left_attach">2</property>
484                 <property name="right_attach">3</property>
485                 <property name="top_attach">3</property>
486                 <property name="bottom_attach">4</property>
487               </packing>
488             </child>
489             <child>
490               <object class="GtkImage" id="image_car4">
491                 <property name="visible">True</property>
492                 <property name="stock">gtk-missing-image</property>
493               </object>
494               <packing>
495                 <property name="left_attach">2</property>
496                 <property name="right_attach">3</property>
497                 <property name="top_attach">4</property>
498                 <property name="bottom_attach">5</property>
499               </packing>
500             </child>
501             <child>
502               <object class="GtkImage" id="image_car5">
503                 <property name="visible">True</property>
504                 <property name="stock">gtk-missing-image</property>
505               </object>
506               <packing>
507                 <property name="left_attach">2</property>
508                 <property name="right_attach">3</property>
509                 <property name="top_attach">5</property>
510                 <property name="bottom_attach">6</property>
511               </packing>
512             </child>
513             <child>
514               <object class="GtkImage" id="image_car6">
515                 <property name="visible">True</property>
516                 <property name="stock">gtk-missing-image</property>
517               </object>
518               <packing>
519                 <property name="left_attach">2</property>
520                 <property name="right_attach">3</property>
521                 <property name="top_attach">6</property>
522                 <property name="bottom_attach">7</property>
523               </packing>
524             </child>
525             <child>
526               <object class="GtkLabel" id="label_lap1">
527                 <property name="visible">True</property>
528                 <property name="label" translatable="yes">label</property>
529                 <property name="use_markup">True</property>
530                 <property name="justify">right</property>
531                 <property name="width_chars">12</property>
532               </object>
533               <packing>
534                 <property name="left_attach">3</property>
535                 <property name="right_attach">4</property>
536                 <property name="top_attach">1</property>
537                 <property name="bottom_attach">2</property>
538               </packing>
539             </child>
540             <child>
541               <object class="GtkLabel" id="label_lap2">
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">12</property>
546               </object>
547               <packing>
548                 <property name="left_attach">3</property>
549                 <property name="right_attach">4</property>
550                 <property name="top_attach">2</property>
551                 <property name="bottom_attach">3</property>
552               </packing>
553             </child>
554             <child>
555               <object class="GtkLabel" id="label_lap3">
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">12</property>
560               </object>
561               <packing>
562                 <property name="left_attach">3</property>
563                 <property name="right_attach">4</property>
564                 <property name="top_attach">3</property>
565                 <property name="bottom_attach">4</property>
566               </packing>
567             </child>
568             <child>
569               <object class="GtkLabel" id="label_lap4">
570                 <property name="visible">True</property>
571                 <property name="label" translatable="yes">label</property>
572                 <property name="justify">right</property>
573                 <property name="width_chars">12</property>
574               </object>
575               <packing>
576                 <property name="left_attach">3</property>
577                 <property name="right_attach">4</property>
578                 <property name="top_attach">4</property>
579                 <property name="bottom_attach">5</property>
580               </packing>
581             </child>
582             <child>
583               <object class="GtkLabel" id="label_lap5">
584                 <property name="visible">True</property>
585                 <property name="label" translatable="yes">label</property>
586                 <property name="justify">right</property>
587                 <property name="width_chars">12</property>
588               </object>
589               <packing>
590                 <property name="left_attach">3</property>
591                 <property name="right_attach">4</property>
592                 <property name="top_attach">5</property>
593                 <property name="bottom_attach">6</property>
594               </packing>
595             </child>
596             <child>
597               <object class="GtkLabel" id="label_lap6">
598                 <property name="visible">True</property>
599                 <property name="label" translatable="yes">label</property>
600                 <property name="justify">right</property>
601                 <property name="width_chars">12</property>
602               </object>
603               <packing>
604                 <property name="left_attach">3</property>
605                 <property name="right_attach">4</property>
606                 <property name="top_attach">6</property>
607                 <property name="bottom_attach">7</property>
608               </packing>
609             </child>
610             <child>
611               <object class="GtkLabel" id="label_name2">
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>
616               </object>
617               <packing>
618                 <property name="left_attach">1</property>
619                 <property name="right_attach">2</property>
620                 <property name="top_attach">2</property>
621                 <property name="bottom_attach">3</property>
622               </packing>
623             </child>
624             <child>
625               <object class="GtkLabel" id="label_name3">
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>
630               </object>
631               <packing>
632                 <property name="left_attach">1</property>
633                 <property name="right_attach">2</property>
634                 <property name="top_attach">3</property>
635                 <property name="bottom_attach">4</property>
636               </packing>
637             </child>
638             <child>
639               <object class="GtkLabel" id="label_name4">
640                 <property name="visible">True</property>
641                 <property name="ellipsize">end</property>
642                 <property name="width_chars">25</property>
643                 <property name="single_line_mode">True</property>
644               </object>
645               <packing>
646                 <property name="left_attach">1</property>
647                 <property name="right_attach">2</property>
648                 <property name="top_attach">4</property>
649                 <property name="bottom_attach">5</property>
650               </packing>
651             </child>
652             <child>
653               <object class="GtkLabel" id="label_name5">
654                 <property name="visible">True</property>
655                 <property name="ellipsize">end</property>
656                 <property name="width_chars">25</property>
657                 <property name="single_line_mode">True</property>
658               </object>
659               <packing>
660                 <property name="left_attach">1</property>
661                 <property name="right_attach">2</property>
662                 <property name="top_attach">5</property>
663                 <property name="bottom_attach">6</property>
664               </packing>
665             </child>
666             <child>
667               <object class="GtkLabel" id="label_name6">
668                 <property name="visible">True</property>
669                 <property name="ellipsize">end</property>
670                 <property name="width_chars">25</property>
671                 <property name="single_line_mode">True</property>
672               </object>
673               <packing>
674                 <property name="left_attach">1</property>
675                 <property name="right_attach">2</property>
676                 <property name="top_attach">6</property>
677                 <property name="bottom_attach">7</property>
678               </packing>
679             </child>
680             <child>
681               <object class="GtkLabel" id="label_laptime1">
682                 <property name="visible">True</property>
683                 <property name="label" translatable="yes">label</property>
684                 <property name="justify">right</property>
685                 <property name="width_chars">12</property>
686               </object>
687               <packing>
688                 <property name="left_attach">4</property>
689                 <property name="right_attach">5</property>
690                 <property name="top_attach">1</property>
691                 <property name="bottom_attach">2</property>
692               </packing>
693             </child>
694             <child>
695               <object class="GtkLabel" id="label_laptime2">
696                 <property name="visible">True</property>
697                 <property name="label" translatable="yes">label</property>
698                 <property name="justify">right</property>
699                 <property name="width_chars">12</property>
700               </object>
701               <packing>
702                 <property name="left_attach">4</property>
703                 <property name="right_attach">5</property>
704                 <property name="top_attach">2</property>
705                 <property name="bottom_attach">3</property>
706               </packing>
707             </child>
708             <child>
709               <object class="GtkLabel" id="label_laptime3">
710                 <property name="visible">True</property>
711                 <property name="label" translatable="yes">label</property>
712                 <property name="justify">right</property>
713                 <property name="width_chars">12</property>
714               </object>
715               <packing>
716                 <property name="left_attach">4</property>
717                 <property name="right_attach">5</property>
718                 <property name="top_attach">3</property>
719                 <property name="bottom_attach">4</property>
720               </packing>
721             </child>
722             <child>
723               <object class="GtkLabel" id="label_laptime4">
724                 <property name="visible">True</property>
725                 <property name="label" translatable="yes">label</property>
726                 <property name="justify">right</property>
727                 <property name="width_chars">12</property>
728               </object>
729               <packing>
730                 <property name="left_attach">4</property>
731                 <property name="right_attach">5</property>
732                 <property name="top_attach">4</property>
733                 <property name="bottom_attach">5</property>
734               </packing>
735             </child>
736             <child>
737               <object class="GtkLabel" id="label_laptime5">
738                 <property name="visible">True</property>
739                 <property name="label" translatable="yes">label</property>
740                 <property name="justify">right</property>
741                 <property name="width_chars">12</property>
742               </object>
743               <packing>
744                 <property name="left_attach">4</property>
745                 <property name="right_attach">5</property>
746                 <property name="top_attach">5</property>
747                 <property name="bottom_attach">6</property>
748               </packing>
749             </child>
750             <child>
751               <object class="GtkLabel" id="label_laptime6">
752                 <property name="visible">True</property>
753                 <property name="label" translatable="yes">label</property>
754                 <property name="justify">right</property>
755                 <property name="width_chars">12</property>
756               </object>
757               <packing>
758                 <property name="left_attach">4</property>
759                 <property name="right_attach">5</property>
760                 <property name="top_attach">6</property>
761                 <property name="bottom_attach">7</property>
762               </packing>
763             </child>
764             <child>
765               <object class="GtkLabel" id="label_best_lap1">
766                 <property name="visible">True</property>
767                 <property name="label" translatable="yes">label</property>
768                 <property name="justify">right</property>
769                 <property name="width_chars">12</property>
770               </object>
771               <packing>
772                 <property name="left_attach">5</property>
773                 <property name="right_attach">6</property>
774                 <property name="top_attach">1</property>
775                 <property name="bottom_attach">2</property>
776               </packing>
777             </child>
778             <child>
779               <object class="GtkLabel" id="label_best_lap2">
780                 <property name="visible">True</property>
781                 <property name="label" translatable="yes">label</property>
782                 <property name="justify">right</property>
783                 <property name="width_chars">12</property>
784               </object>
785               <packing>
786                 <property name="left_attach">5</property>
787                 <property name="right_attach">6</property>
788                 <property name="top_attach">2</property>
789                 <property name="bottom_attach">3</property>
790               </packing>
791             </child>
792             <child>
793               <object class="GtkLabel" id="label_best_lap3">
794                 <property name="visible">True</property>
795                 <property name="label" translatable="yes">label</property>
796                 <property name="justify">right</property>
797                 <property name="width_chars">12</property>
798               </object>
799               <packing>
800                 <property name="left_attach">5</property>
801                 <property name="right_attach">6</property>
802                 <property name="top_attach">3</property>
803                 <property name="bottom_attach">4</property>
804               </packing>
805             </child>
806             <child>
807               <object class="GtkLabel" id="label_best_lap4">
808                 <property name="visible">True</property>
809                 <property name="label" translatable="yes">label</property>
810                 <property name="justify">right</property>
811                 <property name="width_chars">12</property>
812               </object>
813               <packing>
814                 <property name="left_attach">5</property>
815                 <property name="right_attach">6</property>
816                 <property name="top_attach">4</property>
817                 <property name="bottom_attach">5</property>
818               </packing>
819             </child>
820             <child>
821               <object class="GtkLabel" id="label_best_lap5">
822                 <property name="visible">True</property>
823                 <property name="label" translatable="yes">label</property>
824                 <property name="justify">right</property>
825                 <property name="width_chars">12</property>
826               </object>
827               <packing>
828                 <property name="left_attach">5</property>
829                 <property name="right_attach">6</property>
830                 <property name="top_attach">5</property>
831                 <property name="bottom_attach">6</property>
832               </packing>
833             </child>
834             <child>
835               <object class="GtkLabel" id="label_best_lap6">
836                 <property name="visible">True</property>
837                 <property name="label" translatable="yes">label</property>
838                 <property name="justify">right</property>
839                 <property name="width_chars">12</property>
840               </object>
841               <packing>
842                 <property name="left_attach">5</property>
843                 <property name="right_attach">6</property>
844                 <property name="top_attach">6</property>
845                 <property name="bottom_attach">7</property>
846               </packing>
847             </child>
848             <child>
849               <object class="GtkLabel" id="label1">
850                 <property name="visible">True</property>
851                 <property name="label" translatable="yes">Name</property>
852               </object>
853               <packing>
854                 <property name="left_attach">1</property>
855                 <property name="right_attach">2</property>
856               </packing>
857             </child>
858             <child>
859               <object class="GtkLabel" id="label2">
860                 <property name="visible">True</property>
861                 <property name="label" translatable="yes">Lap</property>
862               </object>
863               <packing>
864                 <property name="left_attach">3</property>
865                 <property name="right_attach">4</property>
866               </packing>
867             </child>
868             <child>
869               <object class="GtkLabel" id="label3">
870                 <property name="visible">True</property>
871                 <property name="label" translatable="yes">Last lap</property>
872               </object>
873               <packing>
874                 <property name="left_attach">4</property>
875                 <property name="right_attach">5</property>
876               </packing>
877             </child>
878             <child>
879               <object class="GtkLabel" id="label4">
880                 <property name="visible">True</property>
881                 <property name="label" translatable="yes">Best lap</property>
882               </object>
883               <packing>
884                 <property name="left_attach">5</property>
885                 <property name="right_attach">6</property>
886               </packing>
887             </child>
888             <child>
889               <object class="GtkLabel" id="label5">
890                 <property name="visible">True</property>
891                 <property name="label" translatable="yes">Throttle</property>
892               </object>
893               <packing>
894                 <property name="left_attach">9</property>
895                 <property name="right_attach">10</property>
896               </packing>
897             </child>
898             <child>
899               <object class="GtkLabel" id="label6">
900                 <property name="visible">True</property>
901                 <property name="label" translatable="yes">Fuel</property>
902               </object>
903               <packing>
904                 <property name="left_attach">10</property>
905                 <property name="right_attach">11</property>
906               </packing>
907             </child>
908             <child>
909               <placeholder/>
910             </child>
911             <child>
912               <placeholder/>
913             </child>
914             <child>
915               <placeholder/>
916             </child>
917             <child>
918               <placeholder/>
919             </child>
920             <child>
921               <placeholder/>
922             </child>
923             <child>
924               <placeholder/>
925             </child>
926             <child>
927               <placeholder/>
928             </child>
929             <child>
930               <placeholder/>
931             </child>
932             <child>
933               <placeholder/>
934             </child>
935             <child>
936               <placeholder/>
937             </child>
938             <child>
939               <placeholder/>
940             </child>
941             <child>
942               <placeholder/>
943             </child>
944             <child>
945               <placeholder/>
946             </child>
947             <child>
948               <placeholder/>
949             </child>
950             <child>
951               <placeholder/>
952             </child>
953             <child>
954               <placeholder/>
955             </child>
956             <child>
957               <placeholder/>
958             </child>
959             <child>
960               <placeholder/>
961             </child>
962             <child>
963               <placeholder/>
964             </child>
965             <child>
966               <placeholder/>
967             </child>
968             <child>
969               <placeholder/>
970             </child>
971             <child>
972               <placeholder/>
973             </child>
974             <child>
975               <placeholder/>
976             </child>
977           </object>
978           <packing>
979             <property name="position">2</property>
980           </packing>
981         </child>
982         <child>
983           <object class="GtkStatusbar" id="statusbar1">
984             <property name="visible">True</property>
985             <property name="spacing">2</property>
986             <property name="has_resize_grip">False</property>
987           </object>
988           <packing>
989             <property name="expand">False</property>
990             <property name="position">3</property>
991           </packing>
992         </child>
993       </object>
994     </child>
995   </object>
996 </interface>