~ubuntu-branches/ubuntu/natty/pytrainer/natty-proposed

« back to all changes in this revision

Viewing changes to glade/newrecord.glade

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-04 06:07:11 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100204060711-25n5aw66w5egeiph
Tags: 1.7.1-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/control:
    + Replace Depends on iceweasel with firefox | abrowser.
    + Bump python-dev,debhelper build-dependencies.
    - Drop dependency on python-glade2 (libglade -> gtkbuilder transition).
  - debian/rules:
    + Append --install-laoyut=deb to setup.py install to prevent a build
      failure with Python 2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.6 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <widget class="GtkWindow" id="newrecord">
 
6
    <property name="visible">True</property>
 
7
    <property name="title" translatable="yes">New Entry</property>
 
8
    <property name="icon">logo_mini.png</property>
 
9
    <signal name="destroy" handler="quit"/>
 
10
    <child>
 
11
      <widget class="GtkVBox" id="vbox2">
 
12
        <property name="visible">True</property>
 
13
        <property name="orientation">vertical</property>
 
14
        <child>
 
15
          <widget class="GtkNotebook" id="notebook2">
 
16
            <property name="visible">True</property>
 
17
            <property name="can_focus">True</property>
 
18
            <property name="border_width">9</property>
 
19
            <child>
 
20
              <widget class="GtkVBox" id="vbox27">
 
21
                <property name="visible">True</property>
 
22
                <property name="orientation">vertical</property>
 
23
                <child>
 
24
                  <widget class="GtkFrame" id="frame19">
 
25
                    <property name="visible">True</property>
 
26
                    <property name="border_width">4</property>
 
27
                    <property name="label_xalign">0</property>
 
28
                    <property name="shadow_type">none</property>
 
29
                    <child>
 
30
                      <widget class="GtkAlignment" id="alignment22">
 
31
                        <property name="visible">True</property>
 
32
                        <property name="left_padding">12</property>
 
33
                        <child>
 
34
                          <widget class="GtkTable" id="table28">
 
35
                            <property name="visible">True</property>
 
36
                            <property name="border_width">5</property>
 
37
                            <property name="n_rows">3</property>
 
38
                            <property name="n_columns">4</property>
 
39
                            <property name="column_spacing">5</property>
 
40
                            <property name="row_spacing">5</property>
 
41
                            <child>
 
42
                              <widget class="GtkLabel" id="label156">
 
43
                                <property name="width_request">120</property>
 
44
                                <property name="visible">True</property>
 
45
                                <property name="xalign">0</property>
 
46
                                <property name="label" translatable="yes">Title:</property>
 
47
                              </widget>
 
48
                              <packing>
 
49
                                <property name="x_options">GTK_FILL</property>
 
50
                                <property name="y_options"></property>
 
51
                              </packing>
 
52
                            </child>
 
53
                            <child>
 
54
                              <widget class="GtkEntry" id="rcd_title">
 
55
                                <property name="visible">True</property>
 
56
                                <property name="can_focus">True</property>
 
57
                                <property name="invisible_char">&#x25CF;</property>
 
58
                              </widget>
 
59
                              <packing>
 
60
                                <property name="left_attach">1</property>
 
61
                                <property name="right_attach">4</property>
 
62
                                <property name="y_options"></property>
 
63
                              </packing>
 
64
                            </child>
 
65
                            <child>
 
66
                              <widget class="GtkLabel" id="label161">
 
67
                                <property name="visible">True</property>
 
68
                                <property name="xalign">0</property>
 
69
                                <property name="label" translatable="yes">GPX File:</property>
 
70
                              </widget>
 
71
                              <packing>
 
72
                                <property name="top_attach">2</property>
 
73
                                <property name="bottom_attach">3</property>
 
74
                                <property name="x_options">GTK_FILL</property>
 
75
                                <property name="y_options"></property>
 
76
                              </packing>
 
77
                            </child>
 
78
                            <child>
 
79
                              <widget class="GtkEntry" id="rcd_gpxfile">
 
80
                                <property name="visible">True</property>
 
81
                                <property name="can_focus">True</property>
 
82
                                <property name="editable">False</property>
 
83
                                <property name="invisible_char">&#x25CF;</property>
 
84
                              </widget>
 
85
                              <packing>
 
86
                                <property name="left_attach">1</property>
 
87
                                <property name="right_attach">2</property>
 
88
                                <property name="top_attach">2</property>
 
89
                                <property name="bottom_attach">3</property>
 
90
                                <property name="y_options"></property>
 
91
                              </packing>
 
92
                            </child>
 
93
                            <child>
 
94
                              <widget class="GtkButton" id="button25">
 
95
                                <property name="label">gtk-open</property>
 
96
                                <property name="visible">True</property>
 
97
                                <property name="can_focus">True</property>
 
98
                                <property name="receives_default">False</property>
 
99
                                <property name="use_stock">True</property>
 
100
                                <signal name="clicked" handler="on_selectfile_clicked"/>
 
101
                              </widget>
 
102
                              <packing>
 
103
                                <property name="left_attach">2</property>
 
104
                                <property name="right_attach">3</property>
 
105
                                <property name="top_attach">2</property>
 
106
                                <property name="bottom_attach">3</property>
 
107
                                <property name="x_options">GTK_FILL</property>
 
108
                                <property name="y_options"></property>
 
109
                              </packing>
 
110
                            </child>
 
111
                            <child>
 
112
                              <widget class="GtkButton" id="button24">
 
113
                                <property name="label" translatable="yes">Calculate Values</property>
 
114
                                <property name="visible">True</property>
 
115
                                <property name="can_focus">True</property>
 
116
                                <property name="receives_default">False</property>
 
117
                                <property name="use_underline">True</property>
 
118
                                <signal name="clicked" handler="on_calculatevalues_clicked"/>
 
119
                              </widget>
 
120
                              <packing>
 
121
                                <property name="left_attach">3</property>
 
122
                                <property name="right_attach">4</property>
 
123
                                <property name="top_attach">2</property>
 
124
                                <property name="bottom_attach">3</property>
 
125
                                <property name="x_options">GTK_FILL</property>
 
126
                                <property name="y_options"></property>
 
127
                              </packing>
 
128
                            </child>
 
129
                            <child>
 
130
                              <widget class="GtkLabel" id="label7">
 
131
                                <property name="visible">True</property>
 
132
                                <property name="xalign">0</property>
 
133
                                <property name="label" translatable="yes">Sport:</property>
 
134
                              </widget>
 
135
                              <packing>
 
136
                                <property name="top_attach">1</property>
 
137
                                <property name="bottom_attach">2</property>
 
138
                                <property name="x_options">GTK_FILL</property>
 
139
                                <property name="y_options"></property>
 
140
                              </packing>
 
141
                            </child>
 
142
                            <child>
 
143
                              <widget class="GtkComboBoxEntry" id="rcd_sport">
 
144
                                <property name="width_request">134</property>
 
145
                                <property name="visible">True</property>
 
146
                                <property name="items" translatable="yes"></property>
 
147
                              </widget>
 
148
                              <packing>
 
149
                                <property name="left_attach">1</property>
 
150
                                <property name="right_attach">3</property>
 
151
                                <property name="top_attach">1</property>
 
152
                                <property name="bottom_attach">2</property>
 
153
                                <property name="x_options">GTK_FILL</property>
 
154
                                <property name="y_options">GTK_FILL</property>
 
155
                              </packing>
 
156
                            </child>
 
157
                            <child>
 
158
                              <placeholder/>
 
159
                            </child>
 
160
                          </widget>
 
161
                        </child>
 
162
                      </widget>
 
163
                    </child>
 
164
                    <child>
 
165
                      <widget class="GtkLabel" id="label-2147483646">
 
166
                        <property name="visible">True</property>
 
167
                        <property name="label" translatable="yes">&lt;b&gt;Main&lt;/b&gt;</property>
 
168
                        <property name="use_markup">True</property>
 
169
                      </widget>
 
170
                      <packing>
 
171
                        <property name="type">label_item</property>
 
172
                      </packing>
 
173
                    </child>
 
174
                  </widget>
 
175
                  <packing>
 
176
                    <property name="expand">False</property>
 
177
                    <property name="fill">False</property>
 
178
                    <property name="position">0</property>
 
179
                  </packing>
 
180
                </child>
 
181
                <child>
 
182
                  <widget class="GtkFrame" id="frameGeneral">
 
183
                    <property name="visible">True</property>
 
184
                    <property name="border_width">4</property>
 
185
                    <property name="label_xalign">0</property>
 
186
                    <property name="shadow_type">none</property>
 
187
                    <child>
 
188
                      <widget class="GtkAlignment" id="alignment28">
 
189
                        <property name="visible">True</property>
 
190
                        <property name="left_padding">12</property>
 
191
                        <child>
 
192
                          <widget class="GtkTable" id="table31">
 
193
                            <property name="visible">True</property>
 
194
                            <property name="border_width">5</property>
 
195
                            <property name="n_rows">3</property>
 
196
                            <property name="n_columns">4</property>
 
197
                            <property name="column_spacing">5</property>
 
198
                            <property name="row_spacing">5</property>
 
199
                            <child>
 
200
                              <widget class="GtkLabel" id="label8">
 
201
                                <property name="width_request">120</property>
 
202
                                <property name="visible">True</property>
 
203
                                <property name="xalign">0</property>
 
204
                                <property name="label" translatable="yes">Distance (Km):</property>
 
205
                              </widget>
 
206
                              <packing>
 
207
                                <property name="x_options">GTK_FILL</property>
 
208
                                <property name="y_options"></property>
 
209
                              </packing>
 
210
                            </child>
 
211
                            <child>
 
212
                              <widget class="GtkButton" id="button10">
 
213
                                <property name="label" translatable="yes">Calculate</property>
 
214
                                <property name="visible">True</property>
 
215
                                <property name="can_focus">True</property>
 
216
                                <property name="receives_default">False</property>
 
217
                                <property name="use_underline">True</property>
 
218
                                <signal name="clicked" handler="on_calcdistance_clicked"/>
 
219
                              </widget>
 
220
                              <packing>
 
221
                                <property name="left_attach">2</property>
 
222
                                <property name="right_attach">3</property>
 
223
                                <property name="x_options">GTK_FILL</property>
 
224
                                <property name="y_options"></property>
 
225
                              </packing>
 
226
                            </child>
 
227
                            <child>
 
228
                              <widget class="GtkLabel" id="label9">
 
229
                                <property name="visible">True</property>
 
230
                                <property name="xalign">0</property>
 
231
                                <property name="label" translatable="yes">Duration:</property>
 
232
                              </widget>
 
233
                              <packing>
 
234
                                <property name="top_attach">1</property>
 
235
                                <property name="bottom_attach">2</property>
 
236
                                <property name="x_options">GTK_FILL</property>
 
237
                                <property name="y_options"></property>
 
238
                              </packing>
 
239
                            </child>
 
240
                            <child>
 
241
                              <widget class="GtkHBox" id="hbox7">
 
242
                                <property name="visible">True</property>
 
243
                                <child>
 
244
                                  <widget class="GtkSpinButton" id="rcd_hour">
 
245
                                    <property name="width_request">47</property>
 
246
                                    <property name="visible">True</property>
 
247
                                    <property name="can_focus">True</property>
 
248
                                    <property name="adjustment">0 0 23 1 2 2</property>
 
249
                                    <property name="climb_rate">1</property>
 
250
                                    <property name="numeric">True</property>
 
251
                                    <property name="wrap">True</property>
 
252
                                  </widget>
 
253
                                  <packing>
 
254
                                    <property name="expand">False</property>
 
255
                                    <property name="position">0</property>
 
256
                                  </packing>
 
257
                                </child>
 
258
                                <child>
 
259
                                  <widget class="GtkLabel" id="label35">
 
260
                                    <property name="visible">True</property>
 
261
                                    <property name="label" translatable="yes">:</property>
 
262
                                  </widget>
 
263
                                  <packing>
 
264
                                    <property name="expand">False</property>
 
265
                                    <property name="fill">False</property>
 
266
                                    <property name="position">1</property>
 
267
                                  </packing>
 
268
                                </child>
 
269
                                <child>
 
270
                                  <widget class="GtkSpinButton" id="rcd_min">
 
271
                                    <property name="width_request">47</property>
 
272
                                    <property name="visible">True</property>
 
273
                                    <property name="can_focus">True</property>
 
274
                                    <property name="adjustment">0 0 59 2 2 2</property>
 
275
                                    <property name="climb_rate">1</property>
 
276
                                    <property name="numeric">True</property>
 
277
                                    <property name="wrap">True</property>
 
278
                                  </widget>
 
279
                                  <packing>
 
280
                                    <property name="expand">False</property>
 
281
                                    <property name="position">2</property>
 
282
                                  </packing>
 
283
                                </child>
 
284
                                <child>
 
285
                                  <widget class="GtkLabel" id="label36">
 
286
                                    <property name="visible">True</property>
 
287
                                    <property name="label" translatable="yes">:</property>
 
288
                                  </widget>
 
289
                                  <packing>
 
290
                                    <property name="expand">False</property>
 
291
                                    <property name="fill">False</property>
 
292
                                    <property name="position">3</property>
 
293
                                  </packing>
 
294
                                </child>
 
295
                                <child>
 
296
                                  <widget class="GtkSpinButton" id="rcd_second">
 
297
                                    <property name="width_request">42</property>
 
298
                                    <property name="visible">True</property>
 
299
                                    <property name="can_focus">True</property>
 
300
                                    <property name="adjustment">0 0 59 1 2 2</property>
 
301
                                    <property name="climb_rate">1</property>
 
302
                                    <property name="wrap">True</property>
 
303
                                  </widget>
 
304
                                  <packing>
 
305
                                    <property name="expand">False</property>
 
306
                                    <property name="position">4</property>
 
307
                                  </packing>
 
308
                                </child>
 
309
                              </widget>
 
310
                              <packing>
 
311
                                <property name="left_attach">1</property>
 
312
                                <property name="right_attach">2</property>
 
313
                                <property name="top_attach">1</property>
 
314
                                <property name="bottom_attach">2</property>
 
315
                                <property name="x_options">GTK_FILL</property>
 
316
                                <property name="y_options">GTK_FILL</property>
 
317
                              </packing>
 
318
                            </child>
 
319
                            <child>
 
320
                              <widget class="GtkEntry" id="rcd_distance">
 
321
                                <property name="visible">True</property>
 
322
                                <property name="can_focus">True</property>
 
323
                                <property name="width_chars">7</property>
 
324
                              </widget>
 
325
                              <packing>
 
326
                                <property name="left_attach">1</property>
 
327
                                <property name="right_attach">2</property>
 
328
                                <property name="x_options">GTK_FILL</property>
 
329
                                <property name="y_options"></property>
 
330
                              </packing>
 
331
                            </child>
 
332
                            <child>
 
333
                              <widget class="GtkButton" id="button11">
 
334
                                <property name="label" translatable="yes">Calculate</property>
 
335
                                <property name="visible">True</property>
 
336
                                <property name="can_focus">True</property>
 
337
                                <property name="receives_default">False</property>
 
338
                                <property name="use_underline">True</property>
 
339
                                <signal name="clicked" handler="on_calctime_clicked"/>
 
340
                              </widget>
 
341
                              <packing>
 
342
                                <property name="left_attach">2</property>
 
343
                                <property name="right_attach">3</property>
 
344
                                <property name="top_attach">1</property>
 
345
                                <property name="bottom_attach">2</property>
 
346
                                <property name="x_options">GTK_FILL</property>
 
347
                                <property name="y_options"></property>
 
348
                              </packing>
 
349
                            </child>
 
350
                            <child>
 
351
                              <widget class="GtkLabel" id="label6">
 
352
                                <property name="width_request">60</property>
 
353
                                <property name="visible">True</property>
 
354
                                <property name="xalign">0</property>
 
355
                                <property name="label" translatable="yes">Date:</property>
 
356
                              </widget>
 
357
                              <packing>
 
358
                                <property name="top_attach">2</property>
 
359
                                <property name="bottom_attach">3</property>
 
360
                                <property name="x_options">GTK_FILL</property>
 
361
                                <property name="y_options"></property>
 
362
                              </packing>
 
363
                            </child>
 
364
                            <child>
 
365
                              <widget class="GtkHBox" id="hbox5">
 
366
                                <property name="visible">True</property>
 
367
                                <child>
 
368
                                  <widget class="GtkEntry" id="rcd_date">
 
369
                                    <property name="visible">True</property>
 
370
                                    <property name="can_focus">True</property>
 
371
                                    <property name="editable">False</property>
 
372
                                    <property name="width_chars">10</property>
 
373
                                  </widget>
 
374
                                  <packing>
 
375
                                    <property name="expand">False</property>
 
376
                                    <property name="position">0</property>
 
377
                                  </packing>
 
378
                                </child>
 
379
                                <child>
 
380
                                  <widget class="GtkLabel" id="label28">
 
381
                                    <property name="visible">True</property>
 
382
                                    <property name="label" translatable="yes"> </property>
 
383
                                  </widget>
 
384
                                  <packing>
 
385
                                    <property name="expand">False</property>
 
386
                                    <property name="fill">False</property>
 
387
                                    <property name="position">1</property>
 
388
                                  </packing>
 
389
                                </child>
 
390
                                <child>
 
391
                                  <widget class="GtkButton" id="button7">
 
392
                                    <property name="visible">True</property>
 
393
                                    <property name="can_focus">True</property>
 
394
                                    <property name="receives_default">False</property>
 
395
                                    <signal name="clicked" handler="on_calendar_clicked"/>
 
396
                                    <child>
 
397
                                      <widget class="GtkImage" id="image2">
 
398
                                        <property name="visible">True</property>
 
399
                                        <property name="stock">gtk-index</property>
 
400
                                      </widget>
 
401
                                    </child>
 
402
                                  </widget>
 
403
                                  <packing>
 
404
                                    <property name="expand">False</property>
 
405
                                    <property name="fill">False</property>
 
406
                                    <property name="position">2</property>
 
407
                                  </packing>
 
408
                                </child>
 
409
                              </widget>
 
410
                              <packing>
 
411
                                <property name="left_attach">1</property>
 
412
                                <property name="right_attach">2</property>
 
413
                                <property name="top_attach">2</property>
 
414
                                <property name="bottom_attach">3</property>
 
415
                                <property name="x_options">GTK_FILL</property>
 
416
                                <property name="y_options">GTK_FILL</property>
 
417
                              </packing>
 
418
                            </child>
 
419
                            <child>
 
420
                              <widget class="GtkLabel" id="lblTime">
 
421
                                <property name="visible">True</property>
 
422
                                <property name="xalign">0</property>
 
423
                                <property name="label" translatable="yes">Start Time:</property>
 
424
                              </widget>
 
425
                              <packing>
 
426
                                <property name="left_attach">2</property>
 
427
                                <property name="right_attach">3</property>
 
428
                                <property name="top_attach">2</property>
 
429
                                <property name="bottom_attach">3</property>
 
430
                                <property name="x_options">GTK_FILL</property>
 
431
                                <property name="y_options"></property>
 
432
                              </packing>
 
433
                            </child>
 
434
                            <child>
 
435
                              <widget class="GtkEntry" id="rcd_time">
 
436
                                <property name="visible">True</property>
 
437
                                <property name="can_focus">True</property>
 
438
                                <property name="width_chars">10</property>
 
439
                                <property name="text" translatable="yes">12:00:00</property>
 
440
                              </widget>
 
441
                              <packing>
 
442
                                <property name="left_attach">3</property>
 
443
                                <property name="right_attach">4</property>
 
444
                                <property name="top_attach">2</property>
 
445
                                <property name="bottom_attach">3</property>
 
446
                                <property name="x_options">GTK_FILL</property>
 
447
                                <property name="y_options"></property>
 
448
                              </packing>
 
449
                            </child>
 
450
                            <child>
 
451
                              <placeholder/>
 
452
                            </child>
 
453
                            <child>
 
454
                              <placeholder/>
 
455
                            </child>
 
456
                          </widget>
 
457
                        </child>
 
458
                      </widget>
 
459
                    </child>
 
460
                    <child>
 
461
                      <widget class="GtkLabel" id="label-2147483648">
 
462
                        <property name="visible">True</property>
 
463
                        <property name="label" translatable="yes">&lt;b&gt;General&lt;/b&gt;</property>
 
464
                        <property name="use_markup">True</property>
 
465
                      </widget>
 
466
                      <packing>
 
467
                        <property name="type">label_item</property>
 
468
                      </packing>
 
469
                    </child>
 
470
                  </widget>
 
471
                  <packing>
 
472
                    <property name="expand">False</property>
 
473
                    <property name="fill">False</property>
 
474
                    <property name="position">1</property>
 
475
                  </packing>
 
476
                </child>
 
477
                <child>
 
478
                  <widget class="GtkFrame" id="frameVelocity">
 
479
                    <property name="visible">True</property>
 
480
                    <property name="border_width">5</property>
 
481
                    <property name="label_xalign">0</property>
 
482
                    <property name="shadow_type">none</property>
 
483
                    <child>
 
484
                      <widget class="GtkAlignment" id="alignment27">
 
485
                        <property name="visible">True</property>
 
486
                        <property name="left_padding">12</property>
 
487
                        <child>
 
488
                          <widget class="GtkTable" id="table30">
 
489
                            <property name="visible">True</property>
 
490
                            <property name="border_width">5</property>
 
491
                            <property name="n_columns">5</property>
 
492
                            <property name="column_spacing">5</property>
 
493
                            <property name="row_spacing">5</property>
 
494
                            <child>
 
495
                              <widget class="GtkLabel" id="label134">
 
496
                                <property name="width_request">120</property>
 
497
                                <property name="visible">True</property>
 
498
                                <property name="xalign">0</property>
 
499
                                <property name="label" translatable="yes">Max (km/h):</property>
 
500
                              </widget>
 
501
                              <packing>
 
502
                                <property name="x_options">GTK_FILL</property>
 
503
                                <property name="y_options"></property>
 
504
                              </packing>
 
505
                            </child>
 
506
                            <child>
 
507
                              <widget class="GtkEntry" id="rcd_maxvel">
 
508
                                <property name="visible">True</property>
 
509
                                <property name="can_focus">True</property>
 
510
                                <property name="invisible_char">&#x25CF;</property>
 
511
                                <property name="width_chars">7</property>
 
512
                              </widget>
 
513
                              <packing>
 
514
                                <property name="left_attach">1</property>
 
515
                                <property name="right_attach">2</property>
 
516
                                <property name="x_options"></property>
 
517
                                <property name="y_options"></property>
 
518
                              </packing>
 
519
                            </child>
 
520
                            <child>
 
521
                              <widget class="GtkLabel" id="label133">
 
522
                                <property name="visible">True</property>
 
523
                                <property name="xalign">0</property>
 
524
                                <property name="label" translatable="yes">Velocity (km/h)</property>
 
525
                              </widget>
 
526
                              <packing>
 
527
                                <property name="left_attach">2</property>
 
528
                                <property name="right_attach">3</property>
 
529
                                <property name="x_options">GTK_FILL</property>
 
530
                                <property name="y_options"></property>
 
531
                              </packing>
 
532
                            </child>
 
533
                            <child>
 
534
                              <widget class="GtkButton" id="button12">
 
535
                                <property name="label" translatable="yes">Calculate</property>
 
536
                                <property name="visible">True</property>
 
537
                                <property name="can_focus">True</property>
 
538
                                <property name="receives_default">False</property>
 
539
                                <property name="use_underline">True</property>
 
540
                                <signal name="clicked" handler="on_calcaverage_clicked"/>
 
541
                              </widget>
 
542
                              <packing>
 
543
                                <property name="left_attach">4</property>
 
544
                                <property name="right_attach">5</property>
 
545
                                <property name="x_options">GTK_FILL</property>
 
546
                                <property name="y_options"></property>
 
547
                              </packing>
 
548
                            </child>
 
549
                            <child>
 
550
                              <widget class="GtkEntry" id="rcd_average">
 
551
                                <property name="visible">True</property>
 
552
                                <property name="can_focus">True</property>
 
553
                                <property name="invisible_char">&#x25CF;</property>
 
554
                                <property name="width_chars">7</property>
 
555
                              </widget>
 
556
                              <packing>
 
557
                                <property name="left_attach">3</property>
 
558
                                <property name="right_attach">4</property>
 
559
                                <property name="x_options">GTK_FILL</property>
 
560
                                <property name="y_options"></property>
 
561
                              </packing>
 
562
                            </child>
 
563
                          </widget>
 
564
                        </child>
 
565
                      </widget>
 
566
                    </child>
 
567
                    <child>
 
568
                      <widget class="GtkLabel" id="label162">
 
569
                        <property name="visible">True</property>
 
570
                        <property name="label" translatable="yes">&lt;b&gt;Velocity&lt;/b&gt;</property>
 
571
                        <property name="use_markup">True</property>
 
572
                      </widget>
 
573
                      <packing>
 
574
                        <property name="type">label_item</property>
 
575
                      </packing>
 
576
                    </child>
 
577
                  </widget>
 
578
                  <packing>
 
579
                    <property name="expand">False</property>
 
580
                    <property name="fill">False</property>
 
581
                    <property name="position">2</property>
 
582
                  </packing>
 
583
                </child>
 
584
              </widget>
 
585
            </child>
 
586
            <child>
 
587
              <widget class="GtkLabel" id="label4">
 
588
                <property name="visible">True</property>
 
589
                <property name="label" translatable="yes">Quick Entry</property>
 
590
              </widget>
 
591
              <packing>
 
592
                <property name="tab_fill">False</property>
 
593
                <property name="type">tab</property>
 
594
              </packing>
 
595
            </child>
 
596
            <child>
 
597
              <widget class="GtkVBox" id="vbox26">
 
598
                <property name="visible">True</property>
 
599
                <property name="orientation">vertical</property>
 
600
                <child>
 
601
                  <widget class="GtkFrame" id="frame20">
 
602
                    <property name="visible">True</property>
 
603
                    <property name="border_width">5</property>
 
604
                    <property name="label_xalign">0</property>
 
605
                    <property name="shadow_type">none</property>
 
606
                    <child>
 
607
                      <widget class="GtkAlignment" id="alignment23">
 
608
                        <property name="visible">True</property>
 
609
                        <property name="left_padding">12</property>
 
610
                        <child>
 
611
                          <widget class="GtkTable" id="table23">
 
612
                            <property name="visible">True</property>
 
613
                            <property name="border_width">5</property>
 
614
                            <property name="n_columns">5</property>
 
615
                            <property name="column_spacing">5</property>
 
616
                            <property name="row_spacing">5</property>
 
617
                            <child>
 
618
                              <widget class="GtkLabel" id="label138">
 
619
                                <property name="width_request">110</property>
 
620
                                <property name="visible">True</property>
 
621
                                <property name="xalign">0</property>
 
622
                                <property name="label" translatable="yes">Max (min/km):</property>
 
623
                              </widget>
 
624
                              <packing>
 
625
                                <property name="x_options">GTK_FILL</property>
 
626
                                <property name="y_options"></property>
 
627
                              </packing>
 
628
                            </child>
 
629
                            <child>
 
630
                              <widget class="GtkEntry" id="rcd_maxpace">
 
631
                                <property name="visible">True</property>
 
632
                                <property name="can_focus">True</property>
 
633
                                <property name="invisible_char">&#x25CF;</property>
 
634
                                <property name="width_chars">7</property>
 
635
                              </widget>
 
636
                              <packing>
 
637
                                <property name="left_attach">1</property>
 
638
                                <property name="right_attach">2</property>
 
639
                                <property name="x_options"></property>
 
640
                                <property name="y_options"></property>
 
641
                              </packing>
 
642
                            </child>
 
643
                            <child>
 
644
                              <widget class="GtkLabel" id="label137">
 
645
                                <property name="width_request">110</property>
 
646
                                <property name="visible">True</property>
 
647
                                <property name="xalign">0</property>
 
648
                                <property name="label" translatable="yes">Pace (min/km):</property>
 
649
                              </widget>
 
650
                              <packing>
 
651
                                <property name="left_attach">2</property>
 
652
                                <property name="right_attach">3</property>
 
653
                                <property name="x_options">GTK_FILL</property>
 
654
                                <property name="y_options"></property>
 
655
                              </packing>
 
656
                            </child>
 
657
                            <child>
 
658
                              <widget class="GtkEntry" id="rcd_pace">
 
659
                                <property name="visible">True</property>
 
660
                                <property name="can_focus">True</property>
 
661
                                <property name="invisible_char">&#x25CF;</property>
 
662
                                <property name="width_chars">7</property>
 
663
                              </widget>
 
664
                              <packing>
 
665
                                <property name="left_attach">3</property>
 
666
                                <property name="right_attach">4</property>
 
667
                                <property name="x_options"></property>
 
668
                                <property name="y_options"></property>
 
669
                              </packing>
 
670
                            </child>
 
671
                            <child>
 
672
                              <widget class="GtkButton" id="button43">
 
673
                                <property name="label" translatable="yes">Calculate</property>
 
674
                                <property name="visible">True</property>
 
675
                                <property name="can_focus">True</property>
 
676
                                <property name="receives_default">False</property>
 
677
                                <property name="use_underline">True</property>
 
678
                                <signal name="clicked" handler="on_calcpace_clicked"/>
 
679
                              </widget>
 
680
                              <packing>
 
681
                                <property name="left_attach">4</property>
 
682
                                <property name="right_attach">5</property>
 
683
                                <property name="x_options">GTK_FILL</property>
 
684
                                <property name="y_options"></property>
 
685
                              </packing>
 
686
                            </child>
 
687
                          </widget>
 
688
                        </child>
 
689
                      </widget>
 
690
                    </child>
 
691
                    <child>
 
692
                      <widget class="GtkLabel" id="label1">
 
693
                        <property name="visible">True</property>
 
694
                        <property name="label" translatable="yes">&lt;b&gt;Pace&lt;/b&gt;</property>
 
695
                        <property name="use_markup">True</property>
 
696
                      </widget>
 
697
                      <packing>
 
698
                        <property name="type">label_item</property>
 
699
                      </packing>
 
700
                    </child>
 
701
                  </widget>
 
702
                  <packing>
 
703
                    <property name="expand">False</property>
 
704
                    <property name="fill">False</property>
 
705
                    <property name="position">0</property>
 
706
                  </packing>
 
707
                </child>
 
708
                <child>
 
709
                  <widget class="GtkFrame" id="frame21">
 
710
                    <property name="visible">True</property>
 
711
                    <property name="border_width">5</property>
 
712
                    <property name="label_xalign">0</property>
 
713
                    <property name="shadow_type">none</property>
 
714
                    <child>
 
715
                      <widget class="GtkAlignment" id="alignment24">
 
716
                        <property name="visible">True</property>
 
717
                        <property name="left_padding">12</property>
 
718
                        <child>
 
719
                          <widget class="GtkTable" id="table24">
 
720
                            <property name="visible">True</property>
 
721
                            <property name="border_width">5</property>
 
722
                            <property name="n_columns">5</property>
 
723
                            <property name="column_spacing">5</property>
 
724
                            <property name="row_spacing">5</property>
 
725
                            <child>
 
726
                              <widget class="GtkLabel" id="label139">
 
727
                                <property name="width_request">110</property>
 
728
                                <property name="visible">True</property>
 
729
                                <property name="xalign">0</property>
 
730
                                <property name="label" translatable="yes">Ascent:</property>
 
731
                              </widget>
 
732
                              <packing>
 
733
                                <property name="x_options">GTK_FILL</property>
 
734
                                <property name="y_options"></property>
 
735
                              </packing>
 
736
                            </child>
 
737
                            <child>
 
738
                              <widget class="GtkEntry" id="rcd_upositive">
 
739
                                <property name="visible">True</property>
 
740
                                <property name="can_focus">True</property>
 
741
                                <property name="invisible_char">&#x25CF;</property>
 
742
                                <property name="width_chars">7</property>
 
743
                              </widget>
 
744
                              <packing>
 
745
                                <property name="left_attach">1</property>
 
746
                                <property name="right_attach">2</property>
 
747
                                <property name="x_options"></property>
 
748
                                <property name="y_options"></property>
 
749
                              </packing>
 
750
                            </child>
 
751
                            <child>
 
752
                              <widget class="GtkLabel" id="label140">
 
753
                                <property name="width_request">110</property>
 
754
                                <property name="visible">True</property>
 
755
                                <property name="xalign">0</property>
 
756
                                <property name="label" translatable="yes">Descent:</property>
 
757
                              </widget>
 
758
                              <packing>
 
759
                                <property name="left_attach">2</property>
 
760
                                <property name="right_attach">3</property>
 
761
                                <property name="x_options"></property>
 
762
                                <property name="y_options"></property>
 
763
                              </packing>
 
764
                            </child>
 
765
                            <child>
 
766
                              <widget class="GtkEntry" id="rcd_unegative">
 
767
                                <property name="visible">True</property>
 
768
                                <property name="can_focus">True</property>
 
769
                                <property name="invisible_char">&#x25CF;</property>
 
770
                                <property name="width_chars">7</property>
 
771
                              </widget>
 
772
                              <packing>
 
773
                                <property name="left_attach">3</property>
 
774
                                <property name="right_attach">4</property>
 
775
                                <property name="x_options"></property>
 
776
                                <property name="y_options"></property>
 
777
                              </packing>
 
778
                            </child>
 
779
                            <child>
 
780
                              <placeholder/>
 
781
                            </child>
 
782
                          </widget>
 
783
                        </child>
 
784
                      </widget>
 
785
                    </child>
 
786
                    <child>
 
787
                      <widget class="GtkLabel" id="label163">
 
788
                        <property name="visible">True</property>
 
789
                        <property name="label" translatable="yes">&lt;b&gt;Accumulated Altitude Change&lt;/b&gt;</property>
 
790
                        <property name="use_markup">True</property>
 
791
                      </widget>
 
792
                      <packing>
 
793
                        <property name="type">label_item</property>
 
794
                      </packing>
 
795
                    </child>
 
796
                  </widget>
 
797
                  <packing>
 
798
                    <property name="expand">False</property>
 
799
                    <property name="fill">False</property>
 
800
                    <property name="position">1</property>
 
801
                  </packing>
 
802
                </child>
 
803
                <child>
 
804
                  <widget class="GtkFrame" id="frame22">
 
805
                    <property name="visible">True</property>
 
806
                    <property name="border_width">5</property>
 
807
                    <property name="label_xalign">0</property>
 
808
                    <property name="shadow_type">none</property>
 
809
                    <child>
 
810
                      <widget class="GtkAlignment" id="alignment25">
 
811
                        <property name="visible">True</property>
 
812
                        <property name="left_padding">12</property>
 
813
                        <child>
 
814
                          <widget class="GtkTable" id="table25">
 
815
                            <property name="visible">True</property>
 
816
                            <property name="border_width">5</property>
 
817
                            <property name="n_rows">3</property>
 
818
                            <property name="n_columns">6</property>
 
819
                            <property name="column_spacing">5</property>
 
820
                            <property name="row_spacing">5</property>
 
821
                            <child>
 
822
                              <widget class="GtkLabel" id="label142">
 
823
                                <property name="width_request">110</property>
 
824
                                <property name="visible">True</property>
 
825
                                <property name="xalign">0</property>
 
826
                                <property name="label" translatable="yes">Max (bpm):</property>
 
827
                              </widget>
 
828
                              <packing>
 
829
                                <property name="x_options">GTK_FILL</property>
 
830
                                <property name="y_options"></property>
 
831
                              </packing>
 
832
                            </child>
 
833
                            <child>
 
834
                              <widget class="GtkLabel" id="label143">
 
835
                                <property name="width_request">110</property>
 
836
                                <property name="visible">True</property>
 
837
                                <property name="xalign">0</property>
 
838
                                <property name="label" translatable="yes">Heart rate:</property>
 
839
                              </widget>
 
840
                              <packing>
 
841
                                <property name="left_attach">2</property>
 
842
                                <property name="right_attach">4</property>
 
843
                                <property name="x_options">GTK_FILL</property>
 
844
                                <property name="y_options"></property>
 
845
                              </packing>
 
846
                            </child>
 
847
                            <child>
 
848
                              <widget class="GtkEntry" id="rcd_maxbeats">
 
849
                                <property name="visible">True</property>
 
850
                                <property name="can_focus">True</property>
 
851
                                <property name="invisible_char">&#x25CF;</property>
 
852
                                <property name="width_chars">7</property>
 
853
                              </widget>
 
854
                              <packing>
 
855
                                <property name="left_attach">1</property>
 
856
                                <property name="right_attach">2</property>
 
857
                                <property name="x_options"></property>
 
858
                                <property name="y_options"></property>
 
859
                              </packing>
 
860
                            </child>
 
861
                            <child>
 
862
                              <widget class="GtkEntry" id="rcd_beats">
 
863
                                <property name="visible">True</property>
 
864
                                <property name="can_focus">True</property>
 
865
                                <property name="width_chars">7</property>
 
866
                              </widget>
 
867
                              <packing>
 
868
                                <property name="left_attach">4</property>
 
869
                                <property name="right_attach">5</property>
 
870
                                <property name="x_options">GTK_FILL</property>
 
871
                                <property name="y_options"></property>
 
872
                              </packing>
 
873
                            </child>
 
874
                            <child>
 
875
                              <widget class="GtkLabel" id="label2">
 
876
                                <property name="visible">True</property>
 
877
                                <property name="xalign">0</property>
 
878
                                <property name="label" translatable="yes">Calories</property>
 
879
                              </widget>
 
880
                              <packing>
 
881
                                <property name="top_attach">1</property>
 
882
                                <property name="bottom_attach">2</property>
 
883
                                <property name="x_options">GTK_FILL</property>
 
884
                                <property name="y_options"></property>
 
885
                              </packing>
 
886
                            </child>
 
887
                            <child>
 
888
                              <widget class="GtkEntry" id="rcd_calories">
 
889
                                <property name="visible">True</property>
 
890
                                <property name="can_focus">True</property>
 
891
                                <property name="invisible_char">&#x25CF;</property>
 
892
                                <property name="width_chars">7</property>
 
893
                              </widget>
 
894
                              <packing>
 
895
                                <property name="left_attach">1</property>
 
896
                                <property name="right_attach">2</property>
 
897
                                <property name="top_attach">1</property>
 
898
                                <property name="bottom_attach">2</property>
 
899
                                <property name="x_options"></property>
 
900
                                <property name="y_options"></property>
 
901
                              </packing>
 
902
                            </child>
 
903
                            <child>
 
904
                              <widget class="GtkLabel" id="label-1">
 
905
                                <property name="visible">True</property>
 
906
                                <property name="xalign">0</property>
 
907
                                <property name="label" translatable="yes">&lt;small&gt;&lt;b&gt;Note:&lt;/b&gt; In order to calculate the calories you must set the sport MET (in Preferences-&gt;Sport) &lt;/small&gt;</property>
 
908
                                <property name="use_markup">True</property>
 
909
                              </widget>
 
910
                              <packing>
 
911
                                <property name="right_attach">6</property>
 
912
                                <property name="top_attach">2</property>
 
913
                                <property name="bottom_attach">3</property>
 
914
                                <property name="x_options">GTK_FILL</property>
 
915
                                <property name="y_options"></property>
 
916
                              </packing>
 
917
                            </child>
 
918
                            <child>
 
919
                              <widget class="GtkLabel" id="label-2">
 
920
                                <property name="visible">True</property>
 
921
                                <property name="xalign">0</property>
 
922
                              </widget>
 
923
                              <packing>
 
924
                                <property name="left_attach">5</property>
 
925
                                <property name="right_attach">6</property>
 
926
                                <property name="y_options"></property>
 
927
                              </packing>
 
928
                            </child>
 
929
                            <child>
 
930
                              <widget class="GtkHBox" id="hbox53">
 
931
                                <property name="visible">True</property>
 
932
                                <child>
 
933
                                  <widget class="GtkButton" id="button42">
 
934
                                    <property name="label" translatable="yes">Calculate</property>
 
935
                                    <property name="visible">True</property>
 
936
                                    <property name="can_focus">True</property>
 
937
                                    <property name="receives_default">False</property>
 
938
                                    <property name="use_underline">True</property>
 
939
                                    <signal name="clicked" handler="on_calccalories_clicked"/>
 
940
                                  </widget>
 
941
                                  <packing>
 
942
                                    <property name="expand">False</property>
 
943
                                    <property name="fill">False</property>
 
944
                                    <property name="position">0</property>
 
945
                                  </packing>
 
946
                                </child>
 
947
                                <child>
 
948
                                  <widget class="GtkLabel" id="label-3">
 
949
                                    <property name="visible">True</property>
 
950
                                  </widget>
 
951
                                  <packing>
 
952
                                    <property name="position">1</property>
 
953
                                  </packing>
 
954
                                </child>
 
955
                              </widget>
 
956
                              <packing>
 
957
                                <property name="left_attach">2</property>
 
958
                                <property name="right_attach">3</property>
 
959
                                <property name="top_attach">1</property>
 
960
                                <property name="bottom_attach">2</property>
 
961
                                <property name="x_options">GTK_FILL</property>
 
962
                                <property name="y_options">GTK_FILL</property>
 
963
                              </packing>
 
964
                            </child>
 
965
                            <child>
 
966
                              <placeholder/>
 
967
                            </child>
 
968
                            <child>
 
969
                              <placeholder/>
 
970
                            </child>
 
971
                            <child>
 
972
                              <placeholder/>
 
973
                            </child>
 
974
                          </widget>
 
975
                        </child>
 
976
                      </widget>
 
977
                    </child>
 
978
                    <child>
 
979
                      <widget class="GtkLabel" id="label164">
 
980
                        <property name="visible">True</property>
 
981
                        <property name="label" translatable="yes">&lt;b&gt;Heart Rate&lt;/b&gt;</property>
 
982
                        <property name="use_markup">True</property>
 
983
                      </widget>
 
984
                      <packing>
 
985
                        <property name="type">label_item</property>
 
986
                      </packing>
 
987
                    </child>
 
988
                  </widget>
 
989
                  <packing>
 
990
                    <property name="expand">False</property>
 
991
                    <property name="fill">False</property>
 
992
                    <property name="position">2</property>
 
993
                  </packing>
 
994
                </child>
 
995
              </widget>
 
996
              <packing>
 
997
                <property name="position">1</property>
 
998
              </packing>
 
999
            </child>
 
1000
            <child>
 
1001
              <widget class="GtkLabel" id="label-4">
 
1002
                <property name="visible">True</property>
 
1003
                <property name="label" translatable="yes">Advanced</property>
 
1004
              </widget>
 
1005
              <packing>
 
1006
                <property name="position">1</property>
 
1007
                <property name="tab_fill">False</property>
 
1008
                <property name="type">tab</property>
 
1009
              </packing>
 
1010
            </child>
 
1011
            <child>
 
1012
              <widget class="GtkFrame" id="frame23">
 
1013
                <property name="visible">True</property>
 
1014
                <property name="border_width">5</property>
 
1015
                <property name="label_xalign">0</property>
 
1016
                <property name="shadow_type">none</property>
 
1017
                <child>
 
1018
                  <widget class="GtkAlignment" id="alignment26">
 
1019
                    <property name="visible">True</property>
 
1020
                    <property name="left_padding">12</property>
 
1021
                    <child>
 
1022
                      <widget class="GtkTable" id="table26">
 
1023
                        <property name="visible">True</property>
 
1024
                        <property name="border_width">5</property>
 
1025
                        <property name="column_spacing">5</property>
 
1026
                        <property name="row_spacing">5</property>
 
1027
                        <child>
 
1028
                          <widget class="GtkScrolledWindow" id="scrolledwindow3">
 
1029
                            <property name="height_request">130</property>
 
1030
                            <property name="visible">True</property>
 
1031
                            <property name="can_focus">True</property>
 
1032
                            <property name="border_width">5</property>
 
1033
                            <property name="hscrollbar_policy">never</property>
 
1034
                            <property name="vscrollbar_policy">never</property>
 
1035
                            <property name="shadow_type">in</property>
 
1036
                            <child>
 
1037
                              <widget class="GtkTextView" id="rcd_comments">
 
1038
                                <property name="visible">True</property>
 
1039
                                <property name="can_focus">True</property>
 
1040
                                <property name="wrap_mode">word</property>
 
1041
                              </widget>
 
1042
                            </child>
 
1043
                          </widget>
 
1044
                          <packing>
 
1045
                            <property name="y_options"></property>
 
1046
                          </packing>
 
1047
                        </child>
 
1048
                      </widget>
 
1049
                    </child>
 
1050
                  </widget>
 
1051
                </child>
 
1052
                <child>
 
1053
                  <widget class="GtkLabel" id="label166">
 
1054
                    <property name="visible">True</property>
 
1055
                    <property name="label" translatable="yes">&lt;b&gt;Comments&lt;/b&gt;</property>
 
1056
                    <property name="use_markup">True</property>
 
1057
                  </widget>
 
1058
                  <packing>
 
1059
                    <property name="type">label_item</property>
 
1060
                  </packing>
 
1061
                </child>
 
1062
              </widget>
 
1063
              <packing>
 
1064
                <property name="position">2</property>
 
1065
              </packing>
 
1066
            </child>
 
1067
            <child>
 
1068
              <widget class="GtkLabel" id="label-2147483647">
 
1069
                <property name="visible">True</property>
 
1070
                <property name="label" translatable="yes">Comments</property>
 
1071
              </widget>
 
1072
              <packing>
 
1073
                <property name="position">2</property>
 
1074
                <property name="tab_fill">False</property>
 
1075
                <property name="type">tab</property>
 
1076
              </packing>
 
1077
            </child>
 
1078
          </widget>
 
1079
          <packing>
 
1080
            <property name="expand">False</property>
 
1081
            <property name="fill">False</property>
 
1082
            <property name="position">0</property>
 
1083
          </packing>
 
1084
        </child>
 
1085
        <child>
 
1086
          <widget class="GtkHBox" id="hbox2">
 
1087
            <property name="visible">True</property>
 
1088
            <property name="border_width">3</property>
 
1089
            <child>
 
1090
              <widget class="GtkLabel" id="label5">
 
1091
                <property name="visible">True</property>
 
1092
              </widget>
 
1093
              <packing>
 
1094
                <property name="fill">False</property>
 
1095
                <property name="position">0</property>
 
1096
              </packing>
 
1097
            </child>
 
1098
            <child>
 
1099
              <widget class="GtkButton" id="button2">
 
1100
                <property name="label">gtk-cancel</property>
 
1101
                <property name="visible">True</property>
 
1102
                <property name="can_focus">True</property>
 
1103
                <property name="receives_default">False</property>
 
1104
                <property name="use_stock">True</property>
 
1105
                <signal name="clicked" handler="on_cancel_clicked"/>
 
1106
              </widget>
 
1107
              <packing>
 
1108
                <property name="expand">False</property>
 
1109
                <property name="fill">False</property>
 
1110
                <property name="padding">5</property>
 
1111
                <property name="position">1</property>
 
1112
              </packing>
 
1113
            </child>
 
1114
            <child>
 
1115
              <widget class="GtkButton" id="button1">
 
1116
                <property name="label">gtk-ok</property>
 
1117
                <property name="visible">True</property>
 
1118
                <property name="can_focus">True</property>
 
1119
                <property name="receives_default">False</property>
 
1120
                <property name="use_stock">True</property>
 
1121
                <signal name="clicked" handler="on_accept_clicked"/>
 
1122
              </widget>
 
1123
              <packing>
 
1124
                <property name="expand">False</property>
 
1125
                <property name="fill">False</property>
 
1126
                <property name="position">2</property>
 
1127
              </packing>
 
1128
            </child>
 
1129
          </widget>
 
1130
          <packing>
 
1131
            <property name="expand">False</property>
 
1132
            <property name="fill">False</property>
 
1133
            <property name="position">1</property>
 
1134
          </packing>
 
1135
        </child>
 
1136
      </widget>
 
1137
    </child>
 
1138
  </widget>
 
1139
</glade-interface>