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