]> www.fi.muni.cz Git - slotcarman.git/blob - slotcarman.glade
Timekeeping and GUI development.
[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="GtkFrame" id="frame1">
169                 <property name="visible">True</property>
170                 <property name="label_xalign">0</property>
171                 <child>
172                   <object class="GtkAlignment" id="alignment1">
173                     <property name="visible">True</property>
174                     <property name="left_padding">12</property>
175                     <child>
176                       <object class="GtkLabel" id="label_lap_global">
177                         <property name="visible">True</property>
178                         <property name="label" translatable="yes">0</property>
179                       </object>
180                     </child>
181                   </object>
182                 </child>
183                 <child type="label">
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>
188                   </object>
189                 </child>
190               </object>
191               <packing>
192                 <property name="padding">5</property>
193                 <property name="position">0</property>
194               </packing>
195             </child>
196             <child>
197               <object class="GtkFrame" id="frame2">
198                 <property name="visible">True</property>
199                 <property name="label_xalign">0</property>
200                 <child>
201                   <object class="GtkAlignment" id="alignment2">
202                     <property name="visible">True</property>
203                     <property name="left_padding">12</property>
204                     <child>
205                       <object class="GtkLabel" id="label_time_global">
206                         <property name="visible">True</property>
207                         <property name="label" translatable="yes">0:00</property>
208                       </object>
209                     </child>
210                   </object>
211                 </child>
212                 <child type="label">
213                   <object class="GtkLabel" id="label8">
214                     <property name="visible">True</property>
215                     <property name="label" translatable="yes">Time</property>
216                     <property name="use_markup">True</property>
217                   </object>
218                 </child>
219               </object>
220               <packing>
221                 <property name="padding">5</property>
222                 <property name="position">1</property>
223               </packing>
224             </child>
225             <child>
226               <object class="GtkFrame" id="frame3">
227                 <property name="visible">True</property>
228                 <property name="label_xalign">0</property>
229                 <child>
230                   <object class="GtkAlignment" id="alignment3">
231                     <property name="visible">True</property>
232                     <property name="left_padding">12</property>
233                     <child>
234                       <object class="GtkLabel" id="label_best_lap_global">
235                         <property name="visible">True</property>
236                         <property name="label" translatable="yes">0</property>
237                       </object>
238                     </child>
239                   </object>
240                 </child>
241                 <child type="label">
242                   <object class="GtkLabel" id="label9">
243                     <property name="visible">True</property>
244                     <property name="label" translatable="yes">Fastest lap</property>
245                     <property name="use_markup">True</property>
246                   </object>
247                 </child>
248               </object>
249               <packing>
250                 <property name="padding">5</property>
251                 <property name="position">2</property>
252               </packing>
253             </child>
254           </object>
255           <packing>
256             <property name="expand">False</property>
257             <property name="padding">10</property>
258             <property name="position">1</property>
259           </packing>
260         </child>
261         <child>
262           <placeholder/>
263         </child>
264         <child>
265           <object class="GtkTable" id="table1">
266             <property name="visible">True</property>
267             <property name="n_rows">13</property>
268             <property name="n_columns">8</property>
269             <child>
270               <object class="GtkLabel" id="label_car_id1">
271                 <property name="visible">True</property>
272                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;1&lt;/span&gt;</property>
273                 <property name="use_markup">True</property>
274                 <property name="justify">right</property>
275                 <property name="width_chars">1</property>
276                 <property name="single_line_mode">True</property>
277               </object>
278               <packing>
279                 <property name="top_attach">2</property>
280                 <property name="bottom_attach">3</property>
281               </packing>
282             </child>
283             <child>
284               <object class="GtkLabel" id="label_car_id2">
285                 <property name="visible">True</property>
286                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;2&lt;/span&gt;</property>
287                 <property name="use_markup">True</property>
288                 <property name="justify">right</property>
289                 <property name="width_chars">1</property>
290                 <property name="single_line_mode">True</property>
291               </object>
292               <packing>
293                 <property name="top_attach">4</property>
294                 <property name="bottom_attach">5</property>
295               </packing>
296             </child>
297             <child>
298               <object class="GtkLabel" id="label_car_id3">
299                 <property name="visible">True</property>
300                 <property name="yalign">0.50999999046325684</property>
301                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;3&lt;/span&gt;</property>
302                 <property name="use_markup">True</property>
303                 <property name="justify">right</property>
304                 <property name="width_chars">1</property>
305                 <property name="single_line_mode">True</property>
306               </object>
307               <packing>
308                 <property name="top_attach">6</property>
309                 <property name="bottom_attach">7</property>
310               </packing>
311             </child>
312             <child>
313               <object class="GtkLabel" id="label_car_id4">
314                 <property name="visible">True</property>
315                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;4&lt;/span&gt;</property>
316                 <property name="use_markup">True</property>
317                 <property name="justify">right</property>
318                 <property name="width_chars">1</property>
319                 <property name="single_line_mode">True</property>
320               </object>
321               <packing>
322                 <property name="top_attach">8</property>
323                 <property name="bottom_attach">9</property>
324               </packing>
325             </child>
326             <child>
327               <object class="GtkLabel" id="label_car_id5">
328                 <property name="visible">True</property>
329                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;5&lt;/span&gt;</property>
330                 <property name="use_markup">True</property>
331                 <property name="justify">right</property>
332                 <property name="width_chars">1</property>
333                 <property name="single_line_mode">True</property>
334               </object>
335               <packing>
336                 <property name="top_attach">10</property>
337                 <property name="bottom_attach">11</property>
338               </packing>
339             </child>
340             <child>
341               <object class="GtkLabel" id="label_car_id6">
342                 <property name="visible">True</property>
343                 <property name="label" translatable="yes">&lt;span weight="ultrabold" size="large"&gt;6&lt;/span&gt;</property>
344                 <property name="use_markup">True</property>
345                 <property name="justify">right</property>
346                 <property name="width_chars">1</property>
347                 <property name="single_line_mode">True</property>
348               </object>
349               <packing>
350                 <property name="top_attach">12</property>
351                 <property name="bottom_attach">13</property>
352               </packing>
353             </child>
354             <child>
355               <object class="GtkLabel" id="label_name1">
356                 <property name="visible">True</property>
357                 <property name="tooltip_text" translatable="yes">Click to modify</property>
358                 <property name="ellipsize">end</property>
359                 <property name="width_chars">25</property>
360                 <property name="single_line_mode">True</property>
361               </object>
362               <packing>
363                 <property name="left_attach">2</property>
364                 <property name="right_attach">3</property>
365                 <property name="top_attach">2</property>
366                 <property name="bottom_attach">3</property>
367               </packing>
368             </child>
369             <child>
370               <object class="GtkImage" id="image_fuel1">
371                 <property name="visible">True</property>
372                 <property name="stock">gtk-missing-image</property>
373               </object>
374               <packing>
375                 <property name="left_attach">7</property>
376                 <property name="right_attach">8</property>
377                 <property name="top_attach">2</property>
378                 <property name="bottom_attach">3</property>
379                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
380               </packing>
381             </child>
382             <child>
383               <object class="GtkImage" id="image_fuel2">
384                 <property name="visible">True</property>
385                 <property name="stock">gtk-missing-image</property>
386               </object>
387               <packing>
388                 <property name="left_attach">7</property>
389                 <property name="right_attach">8</property>
390                 <property name="top_attach">4</property>
391                 <property name="bottom_attach">5</property>
392                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
393               </packing>
394             </child>
395             <child>
396               <object class="GtkImage" id="image_fuel3">
397                 <property name="visible">True</property>
398                 <property name="stock">gtk-missing-image</property>
399               </object>
400               <packing>
401                 <property name="left_attach">7</property>
402                 <property name="right_attach">8</property>
403                 <property name="top_attach">6</property>
404                 <property name="bottom_attach">7</property>
405                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
406               </packing>
407             </child>
408             <child>
409               <object class="GtkImage" id="image_fuel4">
410                 <property name="visible">True</property>
411                 <property name="stock">gtk-missing-image</property>
412               </object>
413               <packing>
414                 <property name="left_attach">7</property>
415                 <property name="right_attach">8</property>
416                 <property name="top_attach">8</property>
417                 <property name="bottom_attach">9</property>
418                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
419               </packing>
420             </child>
421             <child>
422               <object class="GtkImage" id="image_fuel5">
423                 <property name="visible">True</property>
424                 <property name="stock">gtk-missing-image</property>
425               </object>
426               <packing>
427                 <property name="left_attach">7</property>
428                 <property name="right_attach">8</property>
429                 <property name="top_attach">10</property>
430                 <property name="bottom_attach">11</property>
431                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
432               </packing>
433             </child>
434             <child>
435               <object class="GtkImage" id="image_fuel6">
436                 <property name="visible">True</property>
437                 <property name="stock">gtk-missing-image</property>
438               </object>
439               <packing>
440                 <property name="left_attach">7</property>
441                 <property name="right_attach">8</property>
442                 <property name="top_attach">12</property>
443                 <property name="bottom_attach">13</property>
444                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
445               </packing>
446             </child>
447             <child>
448               <object class="GtkImage" id="image_throttle1">
449                 <property name="visible">True</property>
450                 <property name="stock">gtk-missing-image</property>
451               </object>
452               <packing>
453                 <property name="left_attach">6</property>
454                 <property name="right_attach">7</property>
455                 <property name="top_attach">2</property>
456                 <property name="bottom_attach">3</property>
457                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
458               </packing>
459             </child>
460             <child>
461               <object class="GtkImage" id="image_throttle2">
462                 <property name="visible">True</property>
463                 <property name="stock">gtk-missing-image</property>
464               </object>
465               <packing>
466                 <property name="left_attach">6</property>
467                 <property name="right_attach">7</property>
468                 <property name="top_attach">4</property>
469                 <property name="bottom_attach">5</property>
470                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
471               </packing>
472             </child>
473             <child>
474               <object class="GtkImage" id="image_throttle3">
475                 <property name="visible">True</property>
476                 <property name="stock">gtk-missing-image</property>
477               </object>
478               <packing>
479                 <property name="left_attach">6</property>
480                 <property name="right_attach">7</property>
481                 <property name="top_attach">6</property>
482                 <property name="bottom_attach">7</property>
483                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
484               </packing>
485             </child>
486             <child>
487               <object class="GtkImage" id="image_throttle4">
488                 <property name="visible">True</property>
489                 <property name="stock">gtk-missing-image</property>
490               </object>
491               <packing>
492                 <property name="left_attach">6</property>
493                 <property name="right_attach">7</property>
494                 <property name="top_attach">8</property>
495                 <property name="bottom_attach">9</property>
496                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
497               </packing>
498             </child>
499             <child>
500               <object class="GtkImage" id="image_throttle5">
501                 <property name="visible">True</property>
502                 <property name="stock">gtk-missing-image</property>
503               </object>
504               <packing>
505                 <property name="left_attach">6</property>
506                 <property name="right_attach">7</property>
507                 <property name="top_attach">10</property>
508                 <property name="bottom_attach">11</property>
509                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
510               </packing>
511             </child>
512             <child>
513               <object class="GtkImage" id="image_throttle6">
514                 <property name="visible">True</property>
515                 <property name="stock">gtk-missing-image</property>
516               </object>
517               <packing>
518                 <property name="left_attach">6</property>
519                 <property name="right_attach">7</property>
520                 <property name="top_attach">12</property>
521                 <property name="bottom_attach">13</property>
522                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
523               </packing>
524             </child>
525             <child>
526               <object class="GtkImage" id="image_car1">
527                 <property name="visible">True</property>
528                 <property name="stock">gtk-missing-image</property>
529               </object>
530               <packing>
531                 <property name="left_attach">3</property>
532                 <property name="right_attach">4</property>
533                 <property name="top_attach">2</property>
534                 <property name="bottom_attach">3</property>
535                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
536               </packing>
537             </child>
538             <child>
539               <object class="GtkImage" id="image_car2">
540                 <property name="visible">True</property>
541                 <property name="stock">gtk-missing-image</property>
542               </object>
543               <packing>
544                 <property name="left_attach">3</property>
545                 <property name="right_attach">4</property>
546                 <property name="top_attach">4</property>
547                 <property name="bottom_attach">5</property>
548                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
549               </packing>
550             </child>
551             <child>
552               <object class="GtkImage" id="image_car3">
553                 <property name="visible">True</property>
554                 <property name="stock">gtk-missing-image</property>
555               </object>
556               <packing>
557                 <property name="left_attach">3</property>
558                 <property name="right_attach">4</property>
559                 <property name="top_attach">6</property>
560                 <property name="bottom_attach">7</property>
561                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
562               </packing>
563             </child>
564             <child>
565               <object class="GtkImage" id="image_car4">
566                 <property name="visible">True</property>
567                 <property name="stock">gtk-missing-image</property>
568               </object>
569               <packing>
570                 <property name="left_attach">3</property>
571                 <property name="right_attach">4</property>
572                 <property name="top_attach">8</property>
573                 <property name="bottom_attach">9</property>
574                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
575               </packing>
576             </child>
577             <child>
578               <object class="GtkImage" id="image_car5">
579                 <property name="visible">True</property>
580                 <property name="stock">gtk-missing-image</property>
581               </object>
582               <packing>
583                 <property name="left_attach">3</property>
584                 <property name="right_attach">4</property>
585                 <property name="top_attach">10</property>
586                 <property name="bottom_attach">11</property>
587                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
588               </packing>
589             </child>
590             <child>
591               <object class="GtkImage" id="image_car6">
592                 <property name="visible">True</property>
593                 <property name="stock">gtk-missing-image</property>
594               </object>
595               <packing>
596                 <property name="left_attach">3</property>
597                 <property name="right_attach">4</property>
598                 <property name="top_attach">12</property>
599                 <property name="bottom_attach">13</property>
600                 <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
601               </packing>
602             </child>
603             <child>
604               <object class="GtkLabel" id="label_name2">
605                 <property name="visible">True</property>
606                 <property name="tooltip_text" translatable="yes">Click to modify</property>
607                 <property name="ellipsize">end</property>
608                 <property name="width_chars">25</property>
609                 <property name="single_line_mode">True</property>
610               </object>
611               <packing>
612                 <property name="left_attach">2</property>
613                 <property name="right_attach">3</property>
614                 <property name="top_attach">4</property>
615                 <property name="bottom_attach">5</property>
616               </packing>
617             </child>
618             <child>
619               <object class="GtkLabel" id="label_name3">
620                 <property name="visible">True</property>
621                 <property name="tooltip_text" translatable="yes">Click to modify</property>
622                 <property name="ellipsize">end</property>
623                 <property name="width_chars">25</property>
624                 <property name="single_line_mode">True</property>
625               </object>
626               <packing>
627                 <property name="left_attach">2</property>
628                 <property name="right_attach">3</property>
629                 <property name="top_attach">6</property>
630                 <property name="bottom_attach">7</property>
631               </packing>
632             </child>
633             <child>
634               <object class="GtkLabel" id="label_name4">
635                 <property name="visible">True</property>
636                 <property name="tooltip_text" translatable="yes">Click to modify</property>
637                 <property name="ellipsize">end</property>
638                 <property name="width_chars">25</property>
639                 <property name="single_line_mode">True</property>
640               </object>
641               <packing>
642                 <property name="left_attach">2</property>
643                 <property name="right_attach">3</property>
644                 <property name="top_attach">8</property>
645                 <property name="bottom_attach">9</property>
646               </packing>
647             </child>
648             <child>
649               <object class="GtkLabel" id="label_name5">
650                 <property name="visible">True</property>
651                 <property name="tooltip_text" translatable="yes">Click to modify</property>
652                 <property name="ellipsize">end</property>
653                 <property name="width_chars">25</property>
654                 <property name="single_line_mode">True</property>
655               </object>
656               <packing>
657                 <property name="left_attach">2</property>
658                 <property name="right_attach">3</property>
659                 <property name="top_attach">10</property>
660                 <property name="bottom_attach">11</property>
661               </packing>
662             </child>
663             <child>
664               <object class="GtkLabel" id="label_name6">
665                 <property name="visible">True</property>
666                 <property name="tooltip_text" translatable="yes">Click to modify</property>
667                 <property name="ellipsize">end</property>
668                 <property name="width_chars">25</property>
669                 <property name="single_line_mode">True</property>
670               </object>
671               <packing>
672                 <property name="left_attach">2</property>
673                 <property name="right_attach">3</property>
674                 <property name="top_attach">12</property>
675                 <property name="bottom_attach">13</property>
676               </packing>
677             </child>
678             <child>
679               <object class="GtkLabel" id="label1">
680                 <property name="visible">True</property>
681                 <property name="label" translatable="yes">Name</property>
682               </object>
683               <packing>
684                 <property name="left_attach">2</property>
685                 <property name="right_attach">3</property>
686               </packing>
687             </child>
688             <child>
689               <object class="GtkLabel" id="label2">
690                 <property name="visible">True</property>
691                 <property name="label" translatable="yes">Lap</property>
692               </object>
693               <packing>
694                 <property name="left_attach">4</property>
695                 <property name="right_attach">5</property>
696               </packing>
697             </child>
698             <child>
699               <object class="GtkLabel" id="label3">
700                 <property name="visible">True</property>
701                 <property name="label" translatable="yes">Last/Best/Avg</property>
702               </object>
703               <packing>
704                 <property name="left_attach">5</property>
705                 <property name="right_attach">6</property>
706               </packing>
707             </child>
708             <child>
709               <object class="GtkLabel" id="label5">
710                 <property name="visible">True</property>
711                 <property name="label" translatable="yes">Throttle</property>
712               </object>
713               <packing>
714                 <property name="left_attach">6</property>
715                 <property name="right_attach">7</property>
716               </packing>
717             </child>
718             <child>
719               <object class="GtkLabel" id="label6">
720                 <property name="visible">True</property>
721                 <property name="label" translatable="yes">Fuel</property>
722               </object>
723               <packing>
724                 <property name="left_attach">7</property>
725                 <property name="right_attach">8</property>
726               </packing>
727             </child>
728             <child>
729               <object class="GtkHSeparator" id="hseparator1">
730                 <property name="visible">True</property>
731               </object>
732               <packing>
733                 <property name="right_attach">8</property>
734                 <property name="top_attach">1</property>
735                 <property name="bottom_attach">2</property>
736               </packing>
737             </child>
738             <child>
739               <object class="GtkHSeparator" id="hseparator2">
740                 <property name="visible">True</property>
741               </object>
742               <packing>
743                 <property name="right_attach">8</property>
744                 <property name="top_attach">3</property>
745                 <property name="bottom_attach">4</property>
746               </packing>
747             </child>
748             <child>
749               <object class="GtkHSeparator" id="hseparator3">
750                 <property name="visible">True</property>
751               </object>
752               <packing>
753                 <property name="right_attach">8</property>
754                 <property name="top_attach">5</property>
755                 <property name="bottom_attach">6</property>
756               </packing>
757             </child>
758             <child>
759               <object class="GtkHSeparator" id="hseparator4">
760                 <property name="visible">True</property>
761               </object>
762               <packing>
763                 <property name="right_attach">8</property>
764                 <property name="top_attach">7</property>
765                 <property name="bottom_attach">8</property>
766               </packing>
767             </child>
768             <child>
769               <object class="GtkHSeparator" id="hseparator5">
770                 <property name="visible">True</property>
771               </object>
772               <packing>
773                 <property name="right_attach">8</property>
774                 <property name="top_attach">9</property>
775                 <property name="bottom_attach">10</property>
776               </packing>
777             </child>
778             <child>
779               <object class="GtkHSeparator" id="hseparator6">
780                 <property name="visible">True</property>
781               </object>
782               <packing>
783                 <property name="right_attach">8</property>
784                 <property name="top_attach">11</property>
785                 <property name="bottom_attach">12</property>
786               </packing>
787             </child>
788             <child>
789               <object class="GtkVBox" id="vbox2">
790                 <property name="visible">True</property>
791                 <child>
792                   <object class="GtkLabel" id="label_laptime1">
793                     <property name="visible">True</property>
794                     <property name="label" translatable="yes">0</property>
795                   </object>
796                   <packing>
797                     <property name="position">0</property>
798                   </packing>
799                 </child>
800                 <child>
801                   <object class="GtkLabel" id="label_best_lap1">
802                     <property name="visible">True</property>
803                     <property name="label" translatable="yes">0</property>
804                   </object>
805                   <packing>
806                     <property name="position">1</property>
807                   </packing>
808                 </child>
809                 <child>
810                   <object class="GtkLabel" id="label_avg_lap1">
811                     <property name="visible">True</property>
812                     <property name="label" translatable="yes">0</property>
813                   </object>
814                   <packing>
815                     <property name="position">2</property>
816                   </packing>
817                 </child>
818               </object>
819               <packing>
820                 <property name="left_attach">5</property>
821                 <property name="right_attach">6</property>
822                 <property name="top_attach">2</property>
823                 <property name="bottom_attach">3</property>
824               </packing>
825             </child>
826             <child>
827               <object class="GtkVBox" id="vbox3">
828                 <property name="visible">True</property>
829                 <child>
830                   <object class="GtkLabel" id="label_laptime2">
831                     <property name="visible">True</property>
832                     <property name="label" translatable="yes">0</property>
833                   </object>
834                   <packing>
835                     <property name="position">0</property>
836                   </packing>
837                 </child>
838                 <child>
839                   <object class="GtkLabel" id="label_best_lap2">
840                     <property name="visible">True</property>
841                     <property name="label" translatable="yes">0</property>
842                   </object>
843                   <packing>
844                     <property name="position">1</property>
845                   </packing>
846                 </child>
847                 <child>
848                   <object class="GtkLabel" id="label_avg_lap2">
849                     <property name="visible">True</property>
850                     <property name="label" translatable="yes">0</property>
851                   </object>
852                   <packing>
853                     <property name="position">2</property>
854                   </packing>
855                 </child>
856               </object>
857               <packing>
858                 <property name="left_attach">5</property>
859                 <property name="right_attach">6</property>
860                 <property name="top_attach">4</property>
861                 <property name="bottom_attach">5</property>
862               </packing>
863             </child>
864             <child>
865               <object class="GtkVBox" id="vbox4">
866                 <property name="visible">True</property>
867                 <child>
868                   <object class="GtkLabel" id="label_laptime3">
869                     <property name="visible">True</property>
870                     <property name="label" translatable="yes">0</property>
871                   </object>
872                   <packing>
873                     <property name="position">0</property>
874                   </packing>
875                 </child>
876                 <child>
877                   <object class="GtkLabel" id="label_best_lap3">
878                     <property name="visible">True</property>
879                     <property name="label" translatable="yes">0</property>
880                   </object>
881                   <packing>
882                     <property name="position">1</property>
883                   </packing>
884                 </child>
885                 <child>
886                   <object class="GtkLabel" id="label_avg_lap3">
887                     <property name="visible">True</property>
888                     <property name="label" translatable="yes">0</property>
889                   </object>
890                   <packing>
891                     <property name="position">2</property>
892                   </packing>
893                 </child>
894               </object>
895               <packing>
896                 <property name="left_attach">5</property>
897                 <property name="right_attach">6</property>
898                 <property name="top_attach">6</property>
899                 <property name="bottom_attach">7</property>
900               </packing>
901             </child>
902             <child>
903               <object class="GtkVBox" id="vbox5">
904                 <property name="visible">True</property>
905                 <child>
906                   <object class="GtkLabel" id="label_laptime4">
907                     <property name="visible">True</property>
908                     <property name="label" translatable="yes">0</property>
909                   </object>
910                   <packing>
911                     <property name="position">0</property>
912                   </packing>
913                 </child>
914                 <child>
915                   <object class="GtkLabel" id="label_best_lap4">
916                     <property name="visible">True</property>
917                     <property name="label" translatable="yes">0</property>
918                   </object>
919                   <packing>
920                     <property name="position">1</property>
921                   </packing>
922                 </child>
923                 <child>
924                   <object class="GtkLabel" id="label_avg_lap4">
925                     <property name="visible">True</property>
926                     <property name="label" translatable="yes">0</property>
927                   </object>
928                   <packing>
929                     <property name="position">2</property>
930                   </packing>
931                 </child>
932               </object>
933               <packing>
934                 <property name="left_attach">5</property>
935                 <property name="right_attach">6</property>
936                 <property name="top_attach">8</property>
937                 <property name="bottom_attach">9</property>
938               </packing>
939             </child>
940             <child>
941               <object class="GtkVBox" id="vbox6">
942                 <property name="visible">True</property>
943                 <child>
944                   <object class="GtkLabel" id="label_laptime5">
945                     <property name="visible">True</property>
946                     <property name="label" translatable="yes">0</property>
947                   </object>
948                   <packing>
949                     <property name="position">0</property>
950                   </packing>
951                 </child>
952                 <child>
953                   <object class="GtkLabel" id="label_best_lap5">
954                     <property name="visible">True</property>
955                     <property name="label" translatable="yes">0</property>
956                   </object>
957                   <packing>
958                     <property name="position">1</property>
959                   </packing>
960                 </child>
961                 <child>
962                   <object class="GtkLabel" id="label_avg_lap5">
963                     <property name="visible">True</property>
964                     <property name="label" translatable="yes">0</property>
965                   </object>
966                   <packing>
967                     <property name="position">2</property>
968                   </packing>
969                 </child>
970               </object>
971               <packing>
972                 <property name="left_attach">5</property>
973                 <property name="right_attach">6</property>
974                 <property name="top_attach">10</property>
975                 <property name="bottom_attach">11</property>
976               </packing>
977             </child>
978             <child>
979               <object class="GtkVBox" id="vbox7">
980                 <property name="visible">True</property>
981                 <child>
982                   <object class="GtkLabel" id="label_laptime6">
983                     <property name="visible">True</property>
984                     <property name="label" translatable="yes">0</property>
985                   </object>
986                   <packing>
987                     <property name="position">0</property>
988                   </packing>
989                 </child>
990                 <child>
991                   <object class="GtkLabel" id="label_best_lap6">
992                     <property name="visible">True</property>
993                     <property name="label" translatable="yes">0</property>
994                   </object>
995                   <packing>
996                     <property name="position">1</property>
997                   </packing>
998                 </child>
999                 <child>
1000                   <object class="GtkLabel" id="label_avg_lap6">
1001                     <property name="visible">True</property>
1002                     <property name="label" translatable="yes">0</property>
1003                   </object>
1004                   <packing>
1005                     <property name="position">2</property>
1006                   </packing>
1007                 </child>
1008               </object>
1009               <packing>
1010                 <property name="left_attach">5</property>
1011                 <property name="right_attach">6</property>
1012                 <property name="top_attach">12</property>
1013                 <property name="bottom_attach">13</property>
1014               </packing>
1015             </child>
1016             <child>
1017               <object class="GtkImage" id="image_status1">
1018                 <property name="visible">True</property>
1019                 <property name="stock">gtk-missing-image</property>
1020               </object>
1021               <packing>
1022                 <property name="left_attach">1</property>
1023                 <property name="right_attach">2</property>
1024                 <property name="top_attach">2</property>
1025                 <property name="bottom_attach">3</property>
1026               </packing>
1027             </child>
1028             <child>
1029               <object class="GtkImage" id="image_status2">
1030                 <property name="visible">True</property>
1031                 <property name="stock">gtk-missing-image</property>
1032               </object>
1033               <packing>
1034                 <property name="left_attach">1</property>
1035                 <property name="right_attach">2</property>
1036                 <property name="top_attach">4</property>
1037                 <property name="bottom_attach">5</property>
1038               </packing>
1039             </child>
1040             <child>
1041               <object class="GtkImage" id="image_status3">
1042                 <property name="visible">True</property>
1043                 <property name="stock">gtk-missing-image</property>
1044               </object>
1045               <packing>
1046                 <property name="left_attach">1</property>
1047                 <property name="right_attach">2</property>
1048                 <property name="top_attach">6</property>
1049                 <property name="bottom_attach">7</property>
1050               </packing>
1051             </child>
1052             <child>
1053               <object class="GtkImage" id="image_status4">
1054                 <property name="visible">True</property>
1055                 <property name="stock">gtk-missing-image</property>
1056               </object>
1057               <packing>
1058                 <property name="left_attach">1</property>
1059                 <property name="right_attach">2</property>
1060                 <property name="top_attach">8</property>
1061                 <property name="bottom_attach">9</property>
1062               </packing>
1063             </child>
1064             <child>
1065               <object class="GtkImage" id="image_status5">
1066                 <property name="visible">True</property>
1067                 <property name="stock">gtk-missing-image</property>
1068               </object>
1069               <packing>
1070                 <property name="left_attach">1</property>
1071                 <property name="right_attach">2</property>
1072                 <property name="top_attach">10</property>
1073                 <property name="bottom_attach">11</property>
1074               </packing>
1075             </child>
1076             <child>
1077               <object class="GtkImage" id="image_status6">
1078                 <property name="visible">True</property>
1079                 <property name="stock">gtk-missing-image</property>
1080               </object>
1081               <packing>
1082                 <property name="left_attach">1</property>
1083                 <property name="right_attach">2</property>
1084                 <property name="top_attach">12</property>
1085                 <property name="bottom_attach">13</property>
1086               </packing>
1087             </child>
1088             <child>
1089               <object class="GtkLabel" id="label4">
1090                 <property name="visible">True</property>
1091                 <property name="label" translatable="yes">Id</property>
1092               </object>
1093             </child>
1094             <child>
1095               <object class="GtkVBox" id="vbox8">
1096                 <property name="visible">True</property>
1097                 <child>
1098                   <object class="GtkLabel" id="label_lap1">
1099                     <property name="visible">True</property>
1100                     <property name="label" translatable="yes">label</property>
1101                   </object>
1102                   <packing>
1103                     <property name="position">0</property>
1104                   </packing>
1105                 </child>
1106                 <child>
1107                   <object class="GtkLabel" id="label_distance1">
1108                     <property name="visible">True</property>
1109                     <property name="label" translatable="yes">label</property>
1110                     <property name="width_chars">24</property>
1111                   </object>
1112                   <packing>
1113                     <property name="position">1</property>
1114                   </packing>
1115                 </child>
1116               </object>
1117               <packing>
1118                 <property name="left_attach">4</property>
1119                 <property name="right_attach">5</property>
1120                 <property name="top_attach">2</property>
1121                 <property name="bottom_attach">3</property>
1122               </packing>
1123             </child>
1124             <child>
1125               <placeholder/>
1126             </child>
1127             <child>
1128               <placeholder/>
1129             </child>
1130             <child>
1131               <object class="GtkVBox" id="vbox9">
1132                 <property name="visible">True</property>
1133                 <child>
1134                   <object class="GtkLabel" id="label_lap2">
1135                     <property name="visible">True</property>
1136                     <property name="label" translatable="yes">label</property>
1137                   </object>
1138                   <packing>
1139                     <property name="position">0</property>
1140                   </packing>
1141                 </child>
1142                 <child>
1143                   <object class="GtkLabel" id="label_distance2">
1144                     <property name="visible">True</property>
1145                     <property name="label" translatable="yes">label</property>
1146                     <property name="width_chars">24</property>
1147                   </object>
1148                   <packing>
1149                     <property name="position">1</property>
1150                   </packing>
1151                 </child>
1152               </object>
1153               <packing>
1154                 <property name="left_attach">4</property>
1155                 <property name="right_attach">5</property>
1156                 <property name="top_attach">4</property>
1157                 <property name="bottom_attach">5</property>
1158               </packing>
1159             </child>
1160             <child>
1161               <object class="GtkVBox" id="vbox10">
1162                 <property name="visible">True</property>
1163                 <child>
1164                   <object class="GtkLabel" id="label_lap3">
1165                     <property name="visible">True</property>
1166                     <property name="label" translatable="yes">label</property>
1167                   </object>
1168                   <packing>
1169                     <property name="position">0</property>
1170                   </packing>
1171                 </child>
1172                 <child>
1173                   <object class="GtkLabel" id="label_distance3">
1174                     <property name="visible">True</property>
1175                     <property name="label" translatable="yes">label</property>
1176                     <property name="width_chars">24</property>
1177                   </object>
1178                   <packing>
1179                     <property name="position">1</property>
1180                   </packing>
1181                 </child>
1182               </object>
1183               <packing>
1184                 <property name="left_attach">4</property>
1185                 <property name="right_attach">5</property>
1186                 <property name="top_attach">6</property>
1187                 <property name="bottom_attach">7</property>
1188               </packing>
1189             </child>
1190             <child>
1191               <object class="GtkVBox" id="vbox11">
1192                 <property name="visible">True</property>
1193                 <child>
1194                   <object class="GtkLabel" id="label_lap4">
1195                     <property name="visible">True</property>
1196                     <property name="label" translatable="yes">label</property>
1197                   </object>
1198                   <packing>
1199                     <property name="position">0</property>
1200                   </packing>
1201                 </child>
1202                 <child>
1203                   <object class="GtkLabel" id="label_distance4">
1204                     <property name="visible">True</property>
1205                     <property name="label" translatable="yes">label</property>
1206                     <property name="width_chars">24</property>
1207                   </object>
1208                   <packing>
1209                     <property name="position">1</property>
1210                   </packing>
1211                 </child>
1212               </object>
1213               <packing>
1214                 <property name="left_attach">4</property>
1215                 <property name="right_attach">5</property>
1216                 <property name="top_attach">8</property>
1217                 <property name="bottom_attach">9</property>
1218               </packing>
1219             </child>
1220             <child>
1221               <object class="GtkVBox" id="vbox12">
1222                 <property name="visible">True</property>
1223                 <child>
1224                   <object class="GtkLabel" id="label_lap5">
1225                     <property name="visible">True</property>
1226                     <property name="label" translatable="yes">label</property>
1227                   </object>
1228                   <packing>
1229                     <property name="position">0</property>
1230                   </packing>
1231                 </child>
1232                 <child>
1233                   <object class="GtkLabel" id="label_distance5">
1234                     <property name="visible">True</property>
1235                     <property name="label" translatable="yes">label</property>
1236                     <property name="width_chars">24</property>
1237                   </object>
1238                   <packing>
1239                     <property name="position">1</property>
1240                   </packing>
1241                 </child>
1242               </object>
1243               <packing>
1244                 <property name="left_attach">4</property>
1245                 <property name="right_attach">5</property>
1246                 <property name="top_attach">10</property>
1247                 <property name="bottom_attach">11</property>
1248               </packing>
1249             </child>
1250             <child>
1251               <object class="GtkVBox" id="vbox13">
1252                 <property name="visible">True</property>
1253                 <child>
1254                   <object class="GtkLabel" id="label_lap6">
1255                     <property name="visible">True</property>
1256                     <property name="label" translatable="yes">label</property>
1257                   </object>
1258                   <packing>
1259                     <property name="position">0</property>
1260                   </packing>
1261                 </child>
1262                 <child>
1263                   <object class="GtkLabel" id="label_distance6">
1264                     <property name="visible">True</property>
1265                     <property name="label" translatable="yes">label</property>
1266                     <property name="width_chars">24</property>
1267                   </object>
1268                   <packing>
1269                     <property name="position">1</property>
1270                   </packing>
1271                 </child>
1272               </object>
1273               <packing>
1274                 <property name="left_attach">4</property>
1275                 <property name="right_attach">5</property>
1276                 <property name="top_attach">12</property>
1277                 <property name="bottom_attach">13</property>
1278               </packing>
1279             </child>
1280           </object>
1281           <packing>
1282             <property name="position">3</property>
1283           </packing>
1284         </child>
1285         <child>
1286           <object class="GtkStatusbar" id="statusbar1">
1287             <property name="visible">True</property>
1288             <property name="spacing">2</property>
1289             <property name="has_resize_grip">False</property>
1290             <child>
1291               <object class="GtkImage" id="image1">
1292                 <property name="visible">True</property>
1293                 <property name="stock">gtk-connect</property>
1294               </object>
1295               <packing>
1296                 <property name="expand">False</property>
1297                 <property name="pack_type">end</property>
1298                 <property name="position">1</property>
1299               </packing>
1300             </child>
1301           </object>
1302           <packing>
1303             <property name="expand">False</property>
1304             <property name="position">4</property>
1305           </packing>
1306         </child>
1307       </object>
1308     </child>
1309   </object>
1310 </interface>