]> www.fi.muni.cz Git - slotcarman.git/blob - slotcarman.glade
WIP: Towards internal timekeeping.
[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_pos1">
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_pos2">
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_pos3">
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_pos4">
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_pos5">
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_pos6">
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_lap1">
605                 <property name="visible">True</property>
606                 <property name="label" translatable="yes">label</property>
607                 <property name="use_markup">True</property>
608                 <property name="justify">right</property>
609                 <property name="width_chars">12</property>
610               </object>
611               <packing>
612                 <property name="left_attach">4</property>
613                 <property name="right_attach">5</property>
614                 <property name="top_attach">2</property>
615                 <property name="bottom_attach">3</property>
616               </packing>
617             </child>
618             <child>
619               <object class="GtkLabel" id="label_lap2">
620                 <property name="visible">True</property>
621                 <property name="label" translatable="yes">label</property>
622                 <property name="justify">right</property>
623                 <property name="width_chars">12</property>
624               </object>
625               <packing>
626                 <property name="left_attach">4</property>
627                 <property name="right_attach">5</property>
628                 <property name="top_attach">4</property>
629                 <property name="bottom_attach">5</property>
630               </packing>
631             </child>
632             <child>
633               <object class="GtkLabel" id="label_lap3">
634                 <property name="visible">True</property>
635                 <property name="label" translatable="yes">label</property>
636                 <property name="justify">right</property>
637                 <property name="width_chars">12</property>
638               </object>
639               <packing>
640                 <property name="left_attach">4</property>
641                 <property name="right_attach">5</property>
642                 <property name="top_attach">6</property>
643                 <property name="bottom_attach">7</property>
644               </packing>
645             </child>
646             <child>
647               <object class="GtkLabel" id="label_lap4">
648                 <property name="visible">True</property>
649                 <property name="label" translatable="yes">label</property>
650                 <property name="justify">right</property>
651                 <property name="width_chars">12</property>
652               </object>
653               <packing>
654                 <property name="left_attach">4</property>
655                 <property name="right_attach">5</property>
656                 <property name="top_attach">8</property>
657                 <property name="bottom_attach">9</property>
658               </packing>
659             </child>
660             <child>
661               <object class="GtkLabel" id="label_lap5">
662                 <property name="visible">True</property>
663                 <property name="label" translatable="yes">label</property>
664                 <property name="justify">right</property>
665                 <property name="width_chars">12</property>
666               </object>
667               <packing>
668                 <property name="left_attach">4</property>
669                 <property name="right_attach">5</property>
670                 <property name="top_attach">10</property>
671                 <property name="bottom_attach">11</property>
672               </packing>
673             </child>
674             <child>
675               <object class="GtkLabel" id="label_lap6">
676                 <property name="visible">True</property>
677                 <property name="label" translatable="yes">label</property>
678                 <property name="justify">right</property>
679                 <property name="width_chars">12</property>
680               </object>
681               <packing>
682                 <property name="left_attach">4</property>
683                 <property name="right_attach">5</property>
684                 <property name="top_attach">12</property>
685                 <property name="bottom_attach">13</property>
686               </packing>
687             </child>
688             <child>
689               <object class="GtkLabel" id="label_name2">
690                 <property name="visible">True</property>
691                 <property name="tooltip_text" translatable="yes">Click to modify</property>
692                 <property name="ellipsize">end</property>
693                 <property name="width_chars">25</property>
694                 <property name="single_line_mode">True</property>
695               </object>
696               <packing>
697                 <property name="left_attach">2</property>
698                 <property name="right_attach">3</property>
699                 <property name="top_attach">4</property>
700                 <property name="bottom_attach">5</property>
701               </packing>
702             </child>
703             <child>
704               <object class="GtkLabel" id="label_name3">
705                 <property name="visible">True</property>
706                 <property name="tooltip_text" translatable="yes">Click to modify</property>
707                 <property name="ellipsize">end</property>
708                 <property name="width_chars">25</property>
709                 <property name="single_line_mode">True</property>
710               </object>
711               <packing>
712                 <property name="left_attach">2</property>
713                 <property name="right_attach">3</property>
714                 <property name="top_attach">6</property>
715                 <property name="bottom_attach">7</property>
716               </packing>
717             </child>
718             <child>
719               <object class="GtkLabel" id="label_name4">
720                 <property name="visible">True</property>
721                 <property name="tooltip_text" translatable="yes">Click to modify</property>
722                 <property name="ellipsize">end</property>
723                 <property name="width_chars">25</property>
724                 <property name="single_line_mode">True</property>
725               </object>
726               <packing>
727                 <property name="left_attach">2</property>
728                 <property name="right_attach">3</property>
729                 <property name="top_attach">8</property>
730                 <property name="bottom_attach">9</property>
731               </packing>
732             </child>
733             <child>
734               <object class="GtkLabel" id="label_name5">
735                 <property name="visible">True</property>
736                 <property name="tooltip_text" translatable="yes">Click to modify</property>
737                 <property name="ellipsize">end</property>
738                 <property name="width_chars">25</property>
739                 <property name="single_line_mode">True</property>
740               </object>
741               <packing>
742                 <property name="left_attach">2</property>
743                 <property name="right_attach">3</property>
744                 <property name="top_attach">10</property>
745                 <property name="bottom_attach">11</property>
746               </packing>
747             </child>
748             <child>
749               <object class="GtkLabel" id="label_name6">
750                 <property name="visible">True</property>
751                 <property name="tooltip_text" translatable="yes">Click to modify</property>
752                 <property name="ellipsize">end</property>
753                 <property name="width_chars">25</property>
754                 <property name="single_line_mode">True</property>
755               </object>
756               <packing>
757                 <property name="left_attach">2</property>
758                 <property name="right_attach">3</property>
759                 <property name="top_attach">12</property>
760                 <property name="bottom_attach">13</property>
761               </packing>
762             </child>
763             <child>
764               <object class="GtkLabel" id="label1">
765                 <property name="visible">True</property>
766                 <property name="label" translatable="yes">Name</property>
767               </object>
768               <packing>
769                 <property name="left_attach">2</property>
770                 <property name="right_attach">3</property>
771               </packing>
772             </child>
773             <child>
774               <object class="GtkLabel" id="label2">
775                 <property name="visible">True</property>
776                 <property name="label" translatable="yes">Lap</property>
777               </object>
778               <packing>
779                 <property name="left_attach">4</property>
780                 <property name="right_attach">5</property>
781               </packing>
782             </child>
783             <child>
784               <object class="GtkLabel" id="label3">
785                 <property name="visible">True</property>
786                 <property name="label" translatable="yes">Last/Best/Avg</property>
787               </object>
788               <packing>
789                 <property name="left_attach">5</property>
790                 <property name="right_attach">6</property>
791               </packing>
792             </child>
793             <child>
794               <object class="GtkLabel" id="label5">
795                 <property name="visible">True</property>
796                 <property name="label" translatable="yes">Throttle</property>
797               </object>
798               <packing>
799                 <property name="left_attach">6</property>
800                 <property name="right_attach">7</property>
801               </packing>
802             </child>
803             <child>
804               <object class="GtkLabel" id="label6">
805                 <property name="visible">True</property>
806                 <property name="label" translatable="yes">Fuel</property>
807               </object>
808               <packing>
809                 <property name="left_attach">7</property>
810                 <property name="right_attach">8</property>
811               </packing>
812             </child>
813             <child>
814               <object class="GtkHSeparator" id="hseparator1">
815                 <property name="visible">True</property>
816               </object>
817               <packing>
818                 <property name="right_attach">8</property>
819                 <property name="top_attach">1</property>
820                 <property name="bottom_attach">2</property>
821               </packing>
822             </child>
823             <child>
824               <object class="GtkHSeparator" id="hseparator2">
825                 <property name="visible">True</property>
826               </object>
827               <packing>
828                 <property name="right_attach">8</property>
829                 <property name="top_attach">3</property>
830                 <property name="bottom_attach">4</property>
831               </packing>
832             </child>
833             <child>
834               <object class="GtkHSeparator" id="hseparator3">
835                 <property name="visible">True</property>
836               </object>
837               <packing>
838                 <property name="right_attach">8</property>
839                 <property name="top_attach">5</property>
840                 <property name="bottom_attach">6</property>
841               </packing>
842             </child>
843             <child>
844               <object class="GtkHSeparator" id="hseparator4">
845                 <property name="visible">True</property>
846               </object>
847               <packing>
848                 <property name="right_attach">8</property>
849                 <property name="top_attach">7</property>
850                 <property name="bottom_attach">8</property>
851               </packing>
852             </child>
853             <child>
854               <object class="GtkHSeparator" id="hseparator5">
855                 <property name="visible">True</property>
856               </object>
857               <packing>
858                 <property name="right_attach">8</property>
859                 <property name="top_attach">9</property>
860                 <property name="bottom_attach">10</property>
861               </packing>
862             </child>
863             <child>
864               <object class="GtkHSeparator" id="hseparator6">
865                 <property name="visible">True</property>
866               </object>
867               <packing>
868                 <property name="right_attach">8</property>
869                 <property name="top_attach">11</property>
870                 <property name="bottom_attach">12</property>
871               </packing>
872             </child>
873             <child>
874               <object class="GtkVBox" id="vbox2">
875                 <property name="visible">True</property>
876                 <child>
877                   <object class="GtkLabel" id="label_laptime1">
878                     <property name="visible">True</property>
879                     <property name="label" translatable="yes">0</property>
880                   </object>
881                   <packing>
882                     <property name="position">0</property>
883                   </packing>
884                 </child>
885                 <child>
886                   <object class="GtkLabel" id="label_best_lap1">
887                     <property name="visible">True</property>
888                     <property name="label" translatable="yes">0</property>
889                   </object>
890                   <packing>
891                     <property name="position">1</property>
892                   </packing>
893                 </child>
894                 <child>
895                   <object class="GtkLabel" id="label_avg_lap1">
896                     <property name="visible">True</property>
897                     <property name="label" translatable="yes">0</property>
898                   </object>
899                   <packing>
900                     <property name="position">2</property>
901                   </packing>
902                 </child>
903               </object>
904               <packing>
905                 <property name="left_attach">5</property>
906                 <property name="right_attach">6</property>
907                 <property name="top_attach">2</property>
908                 <property name="bottom_attach">3</property>
909               </packing>
910             </child>
911             <child>
912               <object class="GtkVBox" id="vbox3">
913                 <property name="visible">True</property>
914                 <child>
915                   <object class="GtkLabel" id="label_laptime2">
916                     <property name="visible">True</property>
917                     <property name="label" translatable="yes">0</property>
918                   </object>
919                   <packing>
920                     <property name="position">0</property>
921                   </packing>
922                 </child>
923                 <child>
924                   <object class="GtkLabel" id="label_best_lap2">
925                     <property name="visible">True</property>
926                     <property name="label" translatable="yes">0</property>
927                   </object>
928                   <packing>
929                     <property name="position">1</property>
930                   </packing>
931                 </child>
932                 <child>
933                   <object class="GtkLabel" id="label_avg_lap2">
934                     <property name="visible">True</property>
935                     <property name="label" translatable="yes">0</property>
936                   </object>
937                   <packing>
938                     <property name="position">2</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">4</property>
946                 <property name="bottom_attach">5</property>
947               </packing>
948             </child>
949             <child>
950               <object class="GtkVBox" id="vbox4">
951                 <property name="visible">True</property>
952                 <child>
953                   <object class="GtkLabel" id="label_laptime3">
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_lap3">
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                 <child>
971                   <object class="GtkLabel" id="label_avg_lap3">
972                     <property name="visible">True</property>
973                     <property name="label" translatable="yes">0</property>
974                   </object>
975                   <packing>
976                     <property name="position">2</property>
977                   </packing>
978                 </child>
979               </object>
980               <packing>
981                 <property name="left_attach">5</property>
982                 <property name="right_attach">6</property>
983                 <property name="top_attach">6</property>
984                 <property name="bottom_attach">7</property>
985               </packing>
986             </child>
987             <child>
988               <object class="GtkVBox" id="vbox5">
989                 <property name="visible">True</property>
990                 <child>
991                   <object class="GtkLabel" id="label_laptime4">
992                     <property name="visible">True</property>
993                     <property name="label" translatable="yes">0</property>
994                   </object>
995                   <packing>
996                     <property name="position">0</property>
997                   </packing>
998                 </child>
999                 <child>
1000                   <object class="GtkLabel" id="label_best_lap4">
1001                     <property name="visible">True</property>
1002                     <property name="label" translatable="yes">0</property>
1003                   </object>
1004                   <packing>
1005                     <property name="position">1</property>
1006                   </packing>
1007                 </child>
1008                 <child>
1009                   <object class="GtkLabel" id="label_avg_lap4">
1010                     <property name="visible">True</property>
1011                     <property name="label" translatable="yes">0</property>
1012                   </object>
1013                   <packing>
1014                     <property name="position">2</property>
1015                   </packing>
1016                 </child>
1017               </object>
1018               <packing>
1019                 <property name="left_attach">5</property>
1020                 <property name="right_attach">6</property>
1021                 <property name="top_attach">8</property>
1022                 <property name="bottom_attach">9</property>
1023               </packing>
1024             </child>
1025             <child>
1026               <object class="GtkVBox" id="vbox6">
1027                 <property name="visible">True</property>
1028                 <child>
1029                   <object class="GtkLabel" id="label_laptime5">
1030                     <property name="visible">True</property>
1031                     <property name="label" translatable="yes">0</property>
1032                   </object>
1033                   <packing>
1034                     <property name="position">0</property>
1035                   </packing>
1036                 </child>
1037                 <child>
1038                   <object class="GtkLabel" id="label_best_lap5">
1039                     <property name="visible">True</property>
1040                     <property name="label" translatable="yes">0</property>
1041                   </object>
1042                   <packing>
1043                     <property name="position">1</property>
1044                   </packing>
1045                 </child>
1046                 <child>
1047                   <object class="GtkLabel" id="label_avg_lap5">
1048                     <property name="visible">True</property>
1049                     <property name="label" translatable="yes">0</property>
1050                   </object>
1051                   <packing>
1052                     <property name="position">2</property>
1053                   </packing>
1054                 </child>
1055               </object>
1056               <packing>
1057                 <property name="left_attach">5</property>
1058                 <property name="right_attach">6</property>
1059                 <property name="top_attach">10</property>
1060                 <property name="bottom_attach">11</property>
1061               </packing>
1062             </child>
1063             <child>
1064               <object class="GtkVBox" id="vbox7">
1065                 <property name="visible">True</property>
1066                 <child>
1067                   <object class="GtkLabel" id="label_laptime6">
1068                     <property name="visible">True</property>
1069                     <property name="label" translatable="yes">0</property>
1070                   </object>
1071                   <packing>
1072                     <property name="position">0</property>
1073                   </packing>
1074                 </child>
1075                 <child>
1076                   <object class="GtkLabel" id="label_best_lap6">
1077                     <property name="visible">True</property>
1078                     <property name="label" translatable="yes">0</property>
1079                   </object>
1080                   <packing>
1081                     <property name="position">1</property>
1082                   </packing>
1083                 </child>
1084                 <child>
1085                   <object class="GtkLabel" id="label_avg_lap6">
1086                     <property name="visible">True</property>
1087                     <property name="label" translatable="yes">0</property>
1088                   </object>
1089                   <packing>
1090                     <property name="position">2</property>
1091                   </packing>
1092                 </child>
1093               </object>
1094               <packing>
1095                 <property name="left_attach">5</property>
1096                 <property name="right_attach">6</property>
1097                 <property name="top_attach">12</property>
1098                 <property name="bottom_attach">13</property>
1099               </packing>
1100             </child>
1101             <child>
1102               <placeholder/>
1103             </child>
1104             <child>
1105               <placeholder/>
1106             </child>
1107             <child>
1108               <placeholder/>
1109             </child>
1110             <child>
1111               <placeholder/>
1112             </child>
1113             <child>
1114               <placeholder/>
1115             </child>
1116             <child>
1117               <placeholder/>
1118             </child>
1119             <child>
1120               <placeholder/>
1121             </child>
1122             <child>
1123               <placeholder/>
1124             </child>
1125             <child>
1126               <placeholder/>
1127             </child>
1128           </object>
1129           <packing>
1130             <property name="position">3</property>
1131           </packing>
1132         </child>
1133         <child>
1134           <object class="GtkStatusbar" id="statusbar1">
1135             <property name="visible">True</property>
1136             <property name="spacing">2</property>
1137             <property name="has_resize_grip">False</property>
1138             <child>
1139               <object class="GtkImage" id="image1">
1140                 <property name="visible">True</property>
1141                 <property name="stock">gtk-connect</property>
1142               </object>
1143               <packing>
1144                 <property name="expand">False</property>
1145                 <property name="pack_type">end</property>
1146                 <property name="position">1</property>
1147               </packing>
1148             </child>
1149           </object>
1150           <packing>
1151             <property name="expand">False</property>
1152             <property name="position">4</property>
1153           </packing>
1154         </child>
1155       </object>
1156     </child>
1157   </object>
1158 </interface>