~ubuntu-branches/ubuntu/trusty/openerp-client/trusty

« back to all changes in this revision

Viewing changes to bin/openerp.glade

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-07 20:17:00 UTC
  • Revision ID: james.westby@ubuntu.com-20081207201700-a875pic3sd7xkoru
Tags: upstream-5.0.0~alpha
ImportĀ upstreamĀ versionĀ 5.0.0~alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--*- mode: xml -*-->
 
4
<glade-interface>
 
5
  <widget class="GtkDialog" id="win_login">
 
6
    <property name="width_request">499</property>
 
7
    <property name="height_request">280</property>
 
8
    <property name="title" translatable="yes">OpenERP - Login</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
11
    <property name="destroy_with_parent">True</property>
 
12
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
13
    <property name="has_separator">False</property>
 
14
    <child internal-child="vbox">
 
15
      <widget class="GtkVBox" id="dialog-vbox1">
 
16
        <property name="visible">True</property>
 
17
        <child>
 
18
          <widget class="GtkVBox" id="vbox30">
 
19
            <property name="visible">True</property>
 
20
            <child>
 
21
              <widget class="GtkImage" id="image_tinyerp">
 
22
                <property name="width_request">500</property>
 
23
                <property name="height_request">71</property>
 
24
                <property name="visible">True</property>
 
25
                <property name="stock">gtk-missing-image</property>
 
26
              </widget>
 
27
            </child>
 
28
            <child>
 
29
              <widget class="GtkTable" id="table1">
 
30
                <property name="visible">True</property>
 
31
                <property name="border_width">10</property>
 
32
                <property name="n_rows">4</property>
 
33
                <property name="n_columns">3</property>
 
34
                <property name="column_spacing">3</property>
 
35
                <property name="row_spacing">3</property>
 
36
                <child>
 
37
                  <widget class="GtkVBox" id="vbox57">
 
38
                    <property name="visible">True</property>
 
39
                    <child>
 
40
                      <widget class="GtkComboBox" id="combo_db">
 
41
                        <property name="visible">True</property>
 
42
                      </widget>
 
43
                    </child>
 
44
                    <child>
 
45
                      <widget class="GtkLabel" id="combo_label">
 
46
                        <property name="visible">True</property>
 
47
                        <property name="xalign">0.0099999997764825821</property>
 
48
                        <property name="yalign">1</property>
 
49
                        <property name="use_markup">True</property>
 
50
                      </widget>
 
51
                      <packing>
 
52
                        <property name="expand">False</property>
 
53
                        <property name="fill">False</property>
 
54
                        <property name="position">1</property>
 
55
                      </packing>
 
56
                    </child>
 
57
                  </widget>
 
58
                  <packing>
 
59
                    <property name="left_attach">1</property>
 
60
                    <property name="right_attach">3</property>
 
61
                    <property name="top_attach">1</property>
 
62
                    <property name="bottom_attach">2</property>
 
63
                    <property name="x_options">GTK_FILL</property>
 
64
                    <property name="y_options"></property>
 
65
                  </packing>
 
66
                </child>
 
67
                <child>
 
68
                  <widget class="GtkLabel" id="label5">
 
69
                    <property name="visible">True</property>
 
70
                    <property name="xalign">1</property>
 
71
                    <property name="xpad">3</property>
 
72
                    <property name="ypad">3</property>
 
73
                    <property name="label" translatable="yes">Password:</property>
 
74
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
75
                  </widget>
 
76
                  <packing>
 
77
                    <property name="top_attach">3</property>
 
78
                    <property name="bottom_attach">4</property>
 
79
                    <property name="x_options">GTK_FILL</property>
 
80
                    <property name="y_options"></property>
 
81
                  </packing>
 
82
                </child>
 
83
                <child>
 
84
                  <widget class="GtkLabel" id="label4">
 
85
                    <property name="visible">True</property>
 
86
                    <property name="xalign">1</property>
 
87
                    <property name="xpad">3</property>
 
88
                    <property name="ypad">3</property>
 
89
                    <property name="label" translatable="yes">User:</property>
 
90
                  </widget>
 
91
                  <packing>
 
92
                    <property name="top_attach">2</property>
 
93
                    <property name="bottom_attach">3</property>
 
94
                    <property name="x_options">GTK_FILL</property>
 
95
                    <property name="y_options"></property>
 
96
                  </packing>
 
97
                </child>
 
98
                <child>
 
99
                  <widget class="GtkLabel" id="label266">
 
100
                    <property name="visible">True</property>
 
101
                    <property name="xalign">1</property>
 
102
                    <property name="xpad">3</property>
 
103
                    <property name="ypad">3</property>
 
104
                    <property name="label" translatable="yes">Database:</property>
 
105
                  </widget>
 
106
                  <packing>
 
107
                    <property name="top_attach">1</property>
 
108
                    <property name="bottom_attach">2</property>
 
109
                    <property name="x_options">GTK_FILL</property>
 
110
                    <property name="y_options"></property>
 
111
                  </packing>
 
112
                </child>
 
113
                <child>
 
114
                  <widget class="GtkButton" id="but_server">
 
115
                    <property name="visible">True</property>
 
116
                    <property name="can_focus">True</property>
 
117
                    <property name="label" translatable="yes">Change</property>
 
118
                    <property name="use_underline">True</property>
 
119
                    <property name="response_id">0</property>
 
120
                    <signal name="activate" handler="on_but_server_activate"/>
 
121
                  </widget>
 
122
                  <packing>
 
123
                    <property name="left_attach">2</property>
 
124
                    <property name="right_attach">3</property>
 
125
                    <property name="x_options"></property>
 
126
                    <property name="y_options"></property>
 
127
                  </packing>
 
128
                </child>
 
129
                <child>
 
130
                  <widget class="GtkEntry" id="ent_server">
 
131
                    <property name="visible">True</property>
 
132
                    <property name="sensitive">False</property>
 
133
                    <property name="editable">False</property>
 
134
                    <property name="activates_default">True</property>
 
135
                    <property name="width_chars">16</property>
 
136
                    <property name="text">localhost</property>
 
137
                  </widget>
 
138
                  <packing>
 
139
                    <property name="left_attach">1</property>
 
140
                    <property name="right_attach">2</property>
 
141
                    <property name="y_options"></property>
 
142
                  </packing>
 
143
                </child>
 
144
                <child>
 
145
                  <widget class="GtkLabel" id="label2">
 
146
                    <property name="width_request">117</property>
 
147
                    <property name="visible">True</property>
 
148
                    <property name="xalign">1</property>
 
149
                    <property name="xpad">3</property>
 
150
                    <property name="ypad">3</property>
 
151
                    <property name="label" translatable="yes">Server:</property>
 
152
                  </widget>
 
153
                  <packing>
 
154
                    <property name="x_options"></property>
 
155
                    <property name="y_options"></property>
 
156
                  </packing>
 
157
                </child>
 
158
                <child>
 
159
                  <widget class="GtkEntry" id="ent_login">
 
160
                    <property name="visible">True</property>
 
161
                    <property name="can_focus">True</property>
 
162
                    <property name="activates_default">True</property>
 
163
                    <property name="text">admin</property>
 
164
                  </widget>
 
165
                  <packing>
 
166
                    <property name="left_attach">1</property>
 
167
                    <property name="right_attach">3</property>
 
168
                    <property name="top_attach">2</property>
 
169
                    <property name="bottom_attach">3</property>
 
170
                    <property name="y_options"></property>
 
171
                  </packing>
 
172
                </child>
 
173
                <child>
 
174
                  <widget class="GtkEntry" id="ent_passwd">
 
175
                    <property name="visible">True</property>
 
176
                    <property name="can_focus">True</property>
 
177
                    <property name="has_focus">True</property>
 
178
                    <property name="visibility">False</property>
 
179
                    <property name="activates_default">True</property>
 
180
                  </widget>
 
181
                  <packing>
 
182
                    <property name="left_attach">1</property>
 
183
                    <property name="right_attach">3</property>
 
184
                    <property name="top_attach">3</property>
 
185
                    <property name="bottom_attach">4</property>
 
186
                    <property name="y_options"></property>
 
187
                  </packing>
 
188
                </child>
 
189
              </widget>
 
190
              <packing>
 
191
                <property name="position">1</property>
 
192
              </packing>
 
193
            </child>
 
194
          </widget>
 
195
          <packing>
 
196
            <property name="position">1</property>
 
197
          </packing>
 
198
        </child>
 
199
        <child internal-child="action_area">
 
200
          <widget class="GtkHButtonBox" id="dialog-action_area1">
 
201
            <property name="visible">True</property>
 
202
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
203
            <child>
 
204
              <widget class="GtkButton" id="okbutton1">
 
205
                <property name="visible">True</property>
 
206
                <property name="can_focus">True</property>
 
207
                <property name="can_default">True</property>
 
208
                <property name="label">gtk-cancel</property>
 
209
                <property name="use_stock">True</property>
 
210
                <property name="response_id">-6</property>
 
211
              </widget>
 
212
            </child>
 
213
            <child>
 
214
              <widget class="GtkButton" id="button_connect">
 
215
                <property name="visible">True</property>
 
216
                <property name="can_focus">True</property>
 
217
                <property name="can_default">True</property>
 
218
                <property name="has_default">True</property>
 
219
                <property name="label">gtk-ok</property>
 
220
                <property name="use_stock">True</property>
 
221
                <property name="response_id">-5</property>
 
222
              </widget>
 
223
              <packing>
 
224
                <property name="position">1</property>
 
225
              </packing>
 
226
            </child>
 
227
          </widget>
 
228
          <packing>
 
229
            <property name="expand">False</property>
 
230
            <property name="pack_type">GTK_PACK_END</property>
 
231
          </packing>
 
232
        </child>
 
233
      </widget>
 
234
    </child>
 
235
  </widget>
 
236
  <widget class="GtkWindow" id="win_main">
 
237
    <property name="width_request">600</property>
 
238
    <property name="height_request">400</property>
 
239
    <property name="visible">True</property>
 
240
    <property name="title">OpenERP</property>
 
241
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
242
    <property name="default_width">920</property>
 
243
    <property name="default_height">780</property>
 
244
    <signal name="destroy_event" handler="on_win_main_destroy_event"/>
 
245
    <child>
 
246
      <widget class="GtkVBox" id="vbox_main">
 
247
        <property name="visible">True</property>
 
248
        <child>
 
249
          <widget class="GtkAlignment" id="alignment52">
 
250
            <property name="visible">True</property>
 
251
            <child>
 
252
              <widget class="GtkMenuBar" id="menubar1">
 
253
                <property name="visible">True</property>
 
254
                <child>
 
255
                  <widget class="GtkMenuItem" id="menuitem1">
 
256
                    <property name="visible">True</property>
 
257
                    <property name="label" translatable="yes">_File</property>
 
258
                    <property name="use_underline">True</property>
 
259
                    <child>
 
260
                      <widget class="GtkMenu" id="menuitem1_menu">
 
261
                        <child>
 
262
                          <widget class="GtkImageMenuItem" id="login">
 
263
                            <property name="visible">True</property>
 
264
                            <property name="label" translatable="yes">_Connect...</property>
 
265
                            <property name="use_underline">True</property>
 
266
                            <signal name="activate" handler="on_login_activate"/>
 
267
                            <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
268
                            <child internal-child="image">
 
269
                              <widget class="GtkImage" id="image4209">
 
270
                                <property name="visible">True</property>
 
271
                                <property name="stock">gtk-connect</property>
 
272
                                <property name="icon_size">1</property>
 
273
                              </widget>
 
274
                            </child>
 
275
                          </widget>
 
276
                        </child>
 
277
                        <child>
 
278
                          <widget class="GtkImageMenuItem" id="logout">
 
279
                            <property name="visible">True</property>
 
280
                            <property name="label" translatable="yes">_Disconnect</property>
 
281
                            <property name="use_underline">True</property>
 
282
                            <signal name="activate" handler="on_logout_activate"/>
 
283
                            <child internal-child="image">
 
284
                              <widget class="GtkImage" id="image4210">
 
285
                                <property name="visible">True</property>
 
286
                                <property name="stock">gtk-disconnect</property>
 
287
                                <property name="icon_size">1</property>
 
288
                              </widget>
 
289
                            </child>
 
290
                          </widget>
 
291
                        </child>
 
292
                        <child>
 
293
                          <widget class="GtkSeparatorMenuItem" id="separator9">
 
294
                            <property name="visible">True</property>
 
295
                          </widget>
 
296
                        </child>
 
297
                        <child>
 
298
                          <widget class="GtkImageMenuItem" id="Databases">
 
299
                            <property name="visible">True</property>
 
300
                            <property name="label" translatable="yes">Databases</property>
 
301
                            <property name="use_underline">True</property>
 
302
                            <child>
 
303
                              <widget class="GtkMenu" id="Databases_menu">
 
304
                                <child>
 
305
                                  <widget class="GtkImageMenuItem" id="db_new">
 
306
                                    <property name="visible">True</property>
 
307
                                    <property name="label" translatable="yes">_New database</property>
 
308
                                    <property name="use_underline">True</property>
 
309
                                    <signal name="activate" handler="on_db_new_activate"/>
 
310
                                    <child internal-child="image">
 
311
                                      <widget class="GtkImage" id="image4212">
 
312
                                        <property name="visible">True</property>
 
313
                                        <property name="stock">gtk-new</property>
 
314
                                        <property name="icon_size">1</property>
 
315
                                      </widget>
 
316
                                    </child>
 
317
                                  </widget>
 
318
                                </child>
 
319
                                <child>
 
320
                                  <widget class="GtkImageMenuItem" id="db_restore">
 
321
                                    <property name="visible">True</property>
 
322
                                    <property name="label" translatable="yes">_Restore database</property>
 
323
                                    <property name="use_underline">True</property>
 
324
                                    <signal name="activate" handler="on_db_restore_activate"/>
 
325
                                    <child internal-child="image">
 
326
                                      <widget class="GtkImage" id="image4213">
 
327
                                        <property name="visible">True</property>
 
328
                                        <property name="stock">gtk-open</property>
 
329
                                        <property name="icon_size">1</property>
 
330
                                      </widget>
 
331
                                    </child>
 
332
                                  </widget>
 
333
                                </child>
 
334
                                <child>
 
335
                                  <widget class="GtkImageMenuItem" id="db_backup">
 
336
                                    <property name="visible">True</property>
 
337
                                    <property name="label" translatable="yes">_Backup database</property>
 
338
                                    <property name="use_underline">True</property>
 
339
                                    <signal name="activate" handler="on_db_backup_activate"/>
 
340
                                    <child internal-child="image">
 
341
                                      <widget class="GtkImage" id="image4214">
 
342
                                        <property name="visible">True</property>
 
343
                                        <property name="stock">gtk-save-as</property>
 
344
                                        <property name="icon_size">1</property>
 
345
                                      </widget>
 
346
                                    </child>
 
347
                                  </widget>
 
348
                                </child>
 
349
                                <child>
 
350
                                  <widget class="GtkImageMenuItem" id="db_drop">
 
351
                                    <property name="visible">True</property>
 
352
                                    <property name="label" translatable="yes">Dro_p database</property>
 
353
                                    <property name="use_underline">True</property>
 
354
                                    <signal name="activate" handler="on_db_drop_activate"/>
 
355
                                    <child internal-child="image">
 
356
                                      <widget class="GtkImage" id="image4215">
 
357
                                        <property name="visible">True</property>
 
358
                                        <property name="stock">gtk-delete</property>
 
359
                                        <property name="icon_size">1</property>
 
360
                                      </widget>
 
361
                                    </child>
 
362
                                  </widget>
 
363
                                </child>
 
364
                                <child>
 
365
                                  <widget class="GtkSeparatorMenuItem" id="separator7">
 
366
                                    <property name="visible">True</property>
 
367
                                  </widget>
 
368
                                </child>
 
369
                                <child>
 
370
                                  <widget class="GtkImageMenuItem" id="admin_password">
 
371
                                    <property name="visible">True</property>
 
372
                                    <property name="label" translatable="yes">Administrator Password</property>
 
373
                                    <property name="use_underline">True</property>
 
374
                                    <signal name="activate" handler="on_admin_password_activate"/>
 
375
                                    <child internal-child="image">
 
376
                                      <widget class="GtkImage" id="image4216">
 
377
                                        <property name="visible">True</property>
 
378
                                        <property name="stock">gtk-dialog-question</property>
 
379
                                        <property name="icon_size">1</property>
 
380
                                      </widget>
 
381
                                    </child>
 
382
                                  </widget>
 
383
                                </child>
 
384
                              </widget>
 
385
                            </child>
 
386
                            <child internal-child="image">
 
387
                              <widget class="GtkImage" id="image4211">
 
388
                                <property name="visible">True</property>
 
389
                                <property name="stock">gtk-network</property>
 
390
                                <property name="icon_size">1</property>
 
391
                              </widget>
 
392
                            </child>
 
393
                          </widget>
 
394
                        </child>
 
395
                        <child>
 
396
                          <widget class="GtkSeparatorMenuItem" id="separator2">
 
397
                            <property name="visible">True</property>
 
398
                          </widget>
 
399
                        </child>
 
400
                        <child>
 
401
                          <widget class="GtkImageMenuItem" id="quitter1">
 
402
                            <property name="visible">True</property>
 
403
                            <property name="label">gtk-quit</property>
 
404
                            <property name="use_underline">True</property>
 
405
                            <property name="use_stock">True</property>
 
406
                            <signal name="activate" handler="on_quit_activate"/>
 
407
                          </widget>
 
408
                        </child>
 
409
                      </widget>
 
410
                    </child>
 
411
                  </widget>
 
412
                </child>
 
413
                <child>
 
414
                  <widget class="GtkMenuItem" id="user">
 
415
                    <property name="visible">True</property>
 
416
                    <property name="sensitive">False</property>
 
417
                    <property name="label" translatable="yes">_User</property>
 
418
                    <property name="use_underline">True</property>
 
419
                    <signal name="activate" handler="on_requests_activate"/>
 
420
                    <child>
 
421
                      <widget class="GtkMenu" id="user_menu">
 
422
                        <child>
 
423
                          <widget class="GtkImageMenuItem" id="preference">
 
424
                            <property name="visible">True</property>
 
425
                            <property name="label" translatable="yes">_Preferences</property>
 
426
                            <property name="use_underline">True</property>
 
427
                            <signal name="activate" handler="on_preference_activate"/>
 
428
                            <child internal-child="image">
 
429
                              <widget class="GtkImage" id="image4217">
 
430
                                <property name="visible">True</property>
 
431
                                <property name="stock">gtk-preferences</property>
 
432
                                <property name="icon_size">1</property>
 
433
                              </widget>
 
434
                            </child>
 
435
                          </widget>
 
436
                        </child>
 
437
                        <child>
 
438
                          <widget class="GtkSeparatorMenuItem" id="item2">
 
439
                            <property name="visible">True</property>
 
440
                          </widget>
 
441
                        </child>
 
442
                        <child>
 
443
                          <widget class="GtkImageMenuItem" id="send_request">
 
444
                            <property name="visible">True</property>
 
445
                            <property name="label" translatable="yes">_Send a request</property>
 
446
                            <property name="use_underline">True</property>
 
447
                            <signal name="activate" handler="on_send_request_activate"/>
 
448
                            <child internal-child="image">
 
449
                              <widget class="GtkImage" id="image4218">
 
450
                                <property name="visible">True</property>
 
451
                                <property name="stock">gtk-new</property>
 
452
                                <property name="icon_size">1</property>
 
453
                              </widget>
 
454
                            </child>
 
455
                          </widget>
 
456
                        </child>
 
457
                        <child>
 
458
                          <widget class="GtkImageMenuItem" id="read_requests">
 
459
                            <property name="visible">True</property>
 
460
                            <property name="label" translatable="yes">_Read my requests</property>
 
461
                            <property name="use_underline">True</property>
 
462
                            <signal name="activate" handler="on_read_requests_activate"/>
 
463
                            <child internal-child="image">
 
464
                              <widget class="GtkImage" id="image4219">
 
465
                                <property name="visible">True</property>
 
466
                                <property name="stock">gtk-find</property>
 
467
                                <property name="icon_size">1</property>
 
468
                              </widget>
 
469
                            </child>
 
470
                          </widget>
 
471
                        </child>
 
472
                        <child>
 
473
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur12">
 
474
                            <property name="visible">True</property>
 
475
                          </widget>
 
476
                        </child>
 
477
                        <child>
 
478
                          <widget class="GtkMenuItem" id="request_wait">
 
479
                            <property name="visible">True</property>
 
480
                            <property name="label" translatable="yes">_Waiting Requests</property>
 
481
                            <property name="use_underline">True</property>
 
482
                            <signal name="activate" handler="on_request_wait_activate"/>
 
483
                          </widget>
 
484
                        </child>
 
485
                      </widget>
 
486
                    </child>
 
487
                  </widget>
 
488
                </child>
 
489
                <child>
 
490
                  <widget class="GtkMenuItem" id="form">
 
491
                    <property name="visible">True</property>
 
492
                    <property name="sensitive">False</property>
 
493
                    <property name="label" translatable="yes">For_m</property>
 
494
                    <property name="use_underline">True</property>
 
495
                    <signal name="activate" handler="on_form_activate"/>
 
496
                    <child>
 
497
                      <widget class="GtkMenu" id="form_menu">
 
498
                        <child>
 
499
                          <widget class="GtkImageMenuItem" id="form_new">
 
500
                            <property name="visible">True</property>
 
501
                            <property name="label" translatable="yes">_New</property>
 
502
                            <property name="use_underline">True</property>
 
503
                            <signal name="activate" handler="on_form_new_activate"/>
 
504
                            <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
505
                            <child internal-child="image">
 
506
                              <widget class="GtkImage" id="image4220">
 
507
                                <property name="visible">True</property>
 
508
                                <property name="stock">gtk-new</property>
 
509
                                <property name="icon_size">1</property>
 
510
                              </widget>
 
511
                            </child>
 
512
                          </widget>
 
513
                        </child>
 
514
                        <child>
 
515
                          <widget class="GtkImageMenuItem" id="form_save">
 
516
                            <property name="visible">True</property>
 
517
                            <property name="label" translatable="yes">_Save</property>
 
518
                            <property name="use_underline">True</property>
 
519
                            <signal name="activate" handler="on_form_save_activate"/>
 
520
                            <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
521
                            <child internal-child="image">
 
522
                              <widget class="GtkImage" id="image4221">
 
523
                                <property name="visible">True</property>
 
524
                                <property name="stock">gtk-save</property>
 
525
                                <property name="icon_size">1</property>
 
526
                              </widget>
 
527
                            </child>
 
528
                          </widget>
 
529
                        </child>
 
530
                        <child>
 
531
                          <widget class="GtkImageMenuItem" id="copy">
 
532
                            <property name="visible">True</property>
 
533
                            <property name="tooltip" translatable="yes">Copy this resource</property>
 
534
                            <property name="label" translatable="yes">_Duplicate</property>
 
535
                            <property name="use_underline">True</property>
 
536
                            <signal name="activate" handler="on_form_copy_activate"/>
 
537
                            <accelerator key="D" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
 
538
                            <child internal-child="image">
 
539
                              <widget class="GtkImage" id="image4222">
 
540
                                <property name="visible">True</property>
 
541
                                <property name="stock">gtk-copy</property>
 
542
                                <property name="icon_size">1</property>
 
543
                              </widget>
 
544
                            </child>
 
545
                          </widget>
 
546
                        </child>
 
547
                        <child>
 
548
                          <widget class="GtkImageMenuItem" id="form_delete">
 
549
                            <property name="visible">True</property>
 
550
                            <property name="label" translatable="yes">_Delete</property>
 
551
                            <property name="use_underline">True</property>
 
552
                            <signal name="activate" handler="on_form_del_activate"/>
 
553
                            <accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
554
                            <child internal-child="image">
 
555
                              <widget class="GtkImage" id="image4223">
 
556
                                <property name="visible">True</property>
 
557
                                <property name="stock">gtk-delete</property>
 
558
                                <property name="icon_size">1</property>
 
559
                              </widget>
 
560
                            </child>
 
561
                          </widget>
 
562
                        </child>
 
563
                        <child>
 
564
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur1">
 
565
                            <property name="visible">True</property>
 
566
                          </widget>
 
567
                        </child>
 
568
                        <child>
 
569
                          <widget class="GtkImageMenuItem" id="form_search">
 
570
                            <property name="visible">True</property>
 
571
                            <property name="label" translatable="yes">Find</property>
 
572
                            <property name="use_underline">True</property>
 
573
                            <signal name="activate" handler="on_form_search_activate"/>
 
574
                            <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
575
                            <child internal-child="image">
 
576
                              <widget class="GtkImage" id="image4224">
 
577
                                <property name="visible">True</property>
 
578
                                <property name="stock">gtk-find</property>
 
579
                                <property name="icon_size">1</property>
 
580
                              </widget>
 
581
                            </child>
 
582
                          </widget>
 
583
                        </child>
 
584
                        <child>
 
585
                          <widget class="GtkImageMenuItem" id="form_next">
 
586
                            <property name="visible">True</property>
 
587
                            <property name="label" translatable="yes">Ne_xt</property>
 
588
                            <property name="use_underline">True</property>
 
589
                            <signal name="activate" handler="on_form_next_activate"/>
 
590
                            <accelerator key="Page_Down" modifiers="" signal="activate"/>
 
591
                            <child internal-child="image">
 
592
                              <widget class="GtkImage" id="image4225">
 
593
                                <property name="visible">True</property>
 
594
                                <property name="stock">gtk-go-forward</property>
 
595
                                <property name="icon_size">1</property>
 
596
                              </widget>
 
597
                            </child>
 
598
                          </widget>
 
599
                        </child>
 
600
                        <child>
 
601
                          <widget class="GtkImageMenuItem" id="form_previous">
 
602
                            <property name="visible">True</property>
 
603
                            <property name="label" translatable="yes">Pre_vious</property>
 
604
                            <property name="use_underline">True</property>
 
605
                            <signal name="activate" handler="on_form_previous_activate"/>
 
606
                            <accelerator key="Page_Up" modifiers="" signal="activate"/>
 
607
                            <child internal-child="image">
 
608
                              <widget class="GtkImage" id="image4226">
 
609
                                <property name="visible">True</property>
 
610
                                <property name="stock">gtk-go-back</property>
 
611
                                <property name="icon_size">1</property>
 
612
                              </widget>
 
613
                            </child>
 
614
                          </widget>
 
615
                        </child>
 
616
                        <child>
 
617
                          <widget class="GtkImageMenuItem" id="switch_lf">
 
618
                            <property name="visible">True</property>
 
619
                            <property name="label" translatable="yes">Switch to list/form</property>
 
620
                            <property name="use_underline">True</property>
 
621
                            <signal name="activate" handler="on_but_switch_clicked"/>
 
622
                            <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
623
                            <child internal-child="image">
 
624
                              <widget class="GtkImage" id="image4227">
 
625
                                <property name="visible">True</property>
 
626
                                <property name="stock">gtk-justify-fill</property>
 
627
                                <property name="icon_size">1</property>
 
628
                              </widget>
 
629
                            </child>
 
630
                          </widget>
 
631
                        </child>
 
632
                        <child>
 
633
                          <widget class="GtkImageMenuItem" id="win_new">
 
634
                            <property name="visible">True</property>
 
635
                            <property name="label" translatable="yes">_Menu</property>
 
636
                            <property name="use_underline">True</property>
 
637
                            <signal name="activate" handler="on_win_new_activate"/>
 
638
                            <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
639
                            <child internal-child="image">
 
640
                              <widget class="GtkImage" id="image4228">
 
641
                                <property name="visible">True</property>
 
642
                                <property name="stock">gtk-index</property>
 
643
                                <property name="icon_size">1</property>
 
644
                              </widget>
 
645
                            </child>
 
646
                          </widget>
 
647
                        </child>
 
648
                        <child>
 
649
                          <widget class="GtkSeparatorMenuItem" id="separator8">
 
650
                            <property name="visible">True</property>
 
651
                          </widget>
 
652
                        </child>
 
653
                        <child>
 
654
                          <widget class="GtkImageMenuItem" id="win_home">
 
655
                            <property name="visible">True</property>
 
656
                            <property name="label" translatable="yes">_New Home Tab</property>
 
657
                            <property name="use_underline">True</property>
 
658
                            <signal name="activate" handler="on_win_home_activate"/>
 
659
                            <accelerator key="H" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
660
                            <child internal-child="image">
 
661
                              <widget class="GtkImage" id="image4229">
 
662
                                <property name="visible">True</property>
 
663
                                <property name="stock">gtk-home</property>
 
664
                                <property name="icon_size">1</property>
 
665
                              </widget>
 
666
                            </child>
 
667
                          </widget>
 
668
                        </child>
 
669
                        <child>
 
670
                          <widget class="GtkImageMenuItem" id="win_close">
 
671
                            <property name="visible">True</property>
 
672
                            <property name="label" translatable="yes">Close Tab</property>
 
673
                            <property name="use_underline">True</property>
 
674
                            <signal name="activate" handler="on_win_close_activate"/>
 
675
                            <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
676
                            <child internal-child="image">
 
677
                              <widget class="GtkImage" id="image4230">
 
678
                                <property name="visible">True</property>
 
679
                                <property name="stock">gtk-close</property>
 
680
                                <property name="icon_size">1</property>
 
681
                              </widget>
 
682
                            </child>
 
683
                          </widget>
 
684
                        </child>
 
685
                        <child>
 
686
                          <widget class="GtkMenuItem" id="win_prev">
 
687
                            <property name="visible">True</property>
 
688
                            <property name="label" translatable="yes">Previous Tab</property>
 
689
                            <property name="use_underline">True</property>
 
690
                            <signal name="activate" handler="on_win_prev_activate"/>
 
691
                            <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
692
                          </widget>
 
693
                        </child>
 
694
                        <child>
 
695
                          <widget class="GtkMenuItem" id="win_next">
 
696
                            <property name="visible">True</property>
 
697
                            <property name="label" translatable="yes">Next Tab</property>
 
698
                            <property name="use_underline">True</property>
 
699
                            <signal name="activate" handler="on_win_next_activate"/>
 
700
                            <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
701
                          </widget>
 
702
                        </child>
 
703
                        <child>
 
704
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur9">
 
705
                            <property name="visible">True</property>
 
706
                          </widget>
 
707
                        </child>
 
708
                        <child>
 
709
                          <widget class="GtkMenuItem" id="form_log">
 
710
                            <property name="visible">True</property>
 
711
                            <property name="label" translatable="yes">View _logs</property>
 
712
                            <property name="use_underline">True</property>
 
713
                            <signal name="activate" handler="on_form_log_activate"/>
 
714
                          </widget>
 
715
                        </child>
 
716
                        <child>
 
717
                          <widget class="GtkMenuItem" id="goto_id">
 
718
                            <property name="visible">True</property>
 
719
                            <property name="label" translatable="yes">_Go to resource ID...</property>
 
720
                            <property name="use_underline">True</property>
 
721
                            <signal name="activate" handler="on_goto_id_activate"/>
 
722
                            <accelerator key="G" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
723
                          </widget>
 
724
                        </child>
 
725
                        <child>
 
726
                          <widget class="GtkSeparatorMenuItem" id="separator6">
 
727
                            <property name="visible">True</property>
 
728
                          </widget>
 
729
                        </child>
 
730
                        <child>
 
731
                          <widget class="GtkImageMenuItem" id="form_open">
 
732
                            <property name="visible">True</property>
 
733
                            <property name="label" translatable="yes">_Open</property>
 
734
                            <property name="use_underline">True</property>
 
735
                            <signal name="activate" handler="on_form_open_activate"/>
 
736
                            <child internal-child="image">
 
737
                              <widget class="GtkImage" id="image4231">
 
738
                                <property name="visible">True</property>
 
739
                                <property name="stock">gtk-open</property>
 
740
                                <property name="icon_size">1</property>
 
741
                              </widget>
 
742
                            </child>
 
743
                          </widget>
 
744
                        </child>
 
745
                        <child>
 
746
                          <widget class="GtkImageMenuItem" id="form_reload">
 
747
                            <property name="visible">True</property>
 
748
                            <property name="label" translatable="yes">Reloa_d / Undo</property>
 
749
                            <property name="use_underline">True</property>
 
750
                            <signal name="activate" handler="on_form_reload_activate"/>
 
751
                            <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
752
                            <child internal-child="image">
 
753
                              <widget class="GtkImage" id="image4232">
 
754
                                <property name="visible">True</property>
 
755
                                <property name="stock">gtk-redo</property>
 
756
                                <property name="icon_size">1</property>
 
757
                              </widget>
 
758
                            </child>
 
759
                          </widget>
 
760
                        </child>
 
761
                        <child>
 
762
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur5">
 
763
                            <property name="visible">True</property>
 
764
                          </widget>
 
765
                        </child>
 
766
                        <child>
 
767
                          <widget class="GtkMenuItem" id="form_repeat">
 
768
                            <property name="visible">True</property>
 
769
                            <property name="label" translatable="yes">Repeat latest _action</property>
 
770
                            <property name="use_underline">True</property>
 
771
                            <signal name="activate" handler="on_form_repeat_activate"/>
 
772
                            <accelerator key="Z" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
773
                          </widget>
 
774
                        </child>
 
775
                        <child>
 
776
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur7">
 
777
                            <property name="visible">True</property>
 
778
                          </widget>
 
779
                        </child>
 
780
                        <child>
 
781
                          <widget class="GtkImageMenuItem" id="form_print">
 
782
                            <property name="visible">True</property>
 
783
                            <property name="label" translatable="yes">_Preview in PDF</property>
 
784
                            <property name="use_underline">True</property>
 
785
                            <signal name="activate" handler="on_form_print_activate"/>
 
786
                            <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
787
                            <child internal-child="image">
 
788
                              <widget class="GtkImage" id="image4233">
 
789
                                <property name="visible">True</property>
 
790
                                <property name="stock">gtk-print-preview</property>
 
791
                                <property name="icon_size">1</property>
 
792
                              </widget>
 
793
                            </child>
 
794
                          </widget>
 
795
                        </child>
 
796
                        <child>
 
797
                          <widget class="GtkImageMenuItem" id="form_print_html">
 
798
                            <property name="visible">True</property>
 
799
                            <property name="label" translatable="yes">Previe_w in editor</property>
 
800
                            <property name="use_underline">True</property>
 
801
                            <signal name="activate" handler="on_form_print_html_activate"/>
 
802
                            <child internal-child="image">
 
803
                              <widget class="GtkImage" id="image4234">
 
804
                                <property name="visible">True</property>
 
805
                                <property name="stock">gtk-print-preview</property>
 
806
                                <property name="icon_size">1</property>
 
807
                              </widget>
 
808
                            </child>
 
809
                          </widget>
 
810
                        </child>
 
811
                        <child>
 
812
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur8">
 
813
                            <property name="visible">True</property>
 
814
                          </widget>
 
815
                        </child>
 
816
                        <child>
 
817
                          <widget class="GtkImageMenuItem" id="form_save_as">
 
818
                            <property name="visible">True</property>
 
819
                            <property name="label" translatable="yes">Expor_t data...</property>
 
820
                            <property name="use_underline">True</property>
 
821
                            <signal name="activate" handler="on_form_save_as_activate"/>
 
822
                            <child internal-child="image">
 
823
                              <widget class="GtkImage" id="image4235">
 
824
                                <property name="visible">True</property>
 
825
                                <property name="stock">gtk-save-as</property>
 
826
                                <property name="icon_size">1</property>
 
827
                              </widget>
 
828
                            </child>
 
829
                          </widget>
 
830
                        </child>
 
831
                        <child>
 
832
                          <widget class="GtkMenuItem" id="form_import">
 
833
                            <property name="visible">True</property>
 
834
                            <property name="label" translatable="yes">I_mport data...</property>
 
835
                            <property name="use_underline">True</property>
 
836
                            <signal name="activate" handler="on_form_import_activate"/>
 
837
                          </widget>
 
838
                        </child>
 
839
                      </widget>
 
840
                    </child>
 
841
                  </widget>
 
842
                </child>
 
843
                <child>
 
844
                  <widget class="GtkMenuItem" id="options">
 
845
                    <property name="visible">True</property>
 
846
                    <property name="label" translatable="yes">_Options</property>
 
847
                    <property name="use_underline">True</property>
 
848
                    <child>
 
849
                      <widget class="GtkMenu" id="options_menu">
 
850
                        <child>
 
851
                          <widget class="GtkMenuItem" id="extension_manager">
 
852
                            <property name="visible">True</property>
 
853
                            <property name="label" translatable="yes">_Extension Manager</property>
 
854
                            <property name="use_underline">True</property>
 
855
                            <signal name="activate" handler="on_extension_manager_activate"/>
 
856
                          </widget>
 
857
                        </child>
 
858
                        <child>
 
859
                          <widget class="GtkMenuItem" id="menubar">
 
860
                            <property name="visible">True</property>
 
861
                            <property name="label" translatable="yes">_Menubar</property>
 
862
                            <property name="use_underline">True</property>
 
863
                            <signal name="activate" handler="on_menubar_activate"/>
 
864
                            <child>
 
865
                              <widget class="GtkMenu" id="menubar_menu">
 
866
                                <child>
 
867
                                  <widget class="GtkRadioMenuItem" id="menubar_both">
 
868
                                    <property name="visible">True</property>
 
869
                                    <property name="label" translatable="yes">Text _and Icons</property>
 
870
                                    <property name="use_underline">True</property>
 
871
                                    <signal name="activate" handler="on_menubar_both_activate"/>
 
872
                                  </widget>
 
873
                                </child>
 
874
                                <child>
 
875
                                  <widget class="GtkRadioMenuItem" id="menubar_icons">
 
876
                                    <property name="visible">True</property>
 
877
                                    <property name="label" translatable="yes">_Icons only</property>
 
878
                                    <property name="use_underline">True</property>
 
879
                                    <property name="group">menubar_both</property>
 
880
                                    <signal name="activate" handler="on_menubar_icons_activate"/>
 
881
                                  </widget>
 
882
                                </child>
 
883
                                <child>
 
884
                                  <widget class="GtkRadioMenuItem" id="menubar_text">
 
885
                                    <property name="visible">True</property>
 
886
                                    <property name="label" translatable="yes">_Text only</property>
 
887
                                    <property name="use_underline">True</property>
 
888
                                    <property name="group">menubar_both</property>
 
889
                                    <signal name="activate" handler="on_menubar_text_activate"/>
 
890
                                  </widget>
 
891
                                </child>
 
892
                              </widget>
 
893
                            </child>
 
894
                          </widget>
 
895
                        </child>
 
896
                        <child>
 
897
                          <widget class="GtkMenuItem" id="forms1">
 
898
                            <property name="visible">True</property>
 
899
                            <property name="label" translatable="yes">_Forms</property>
 
900
                            <property name="use_underline">True</property>
 
901
                            <signal name="activate" handler="on_forms1_activate"/>
 
902
                            <child>
 
903
                              <widget class="GtkMenu" id="forms1_menu">
 
904
                                <child>
 
905
                                  <widget class="GtkCheckMenuItem" id="opt_form_toolbar">
 
906
                                    <property name="visible">True</property>
 
907
                                    <property name="label" translatable="yes">Right Toolbar</property>
 
908
                                    <property name="use_underline">True</property>
 
909
                                    <signal name="activate" handler="on_opt_form_toolbar_activate"/>
 
910
                                  </widget>
 
911
                                </child>
 
912
                                <child>
 
913
                                  <widget class="GtkMenuItem" id="forms_tab">
 
914
                                    <property name="visible">True</property>
 
915
                                    <property name="label" translatable="yes">Tabs default position</property>
 
916
                                    <property name="use_underline">True</property>
 
917
                                    <signal name="activate" handler="on_forms_tabs_activate"/>
 
918
                                    <child>
 
919
                                      <widget class="GtkMenu" id="forms_tab_menu">
 
920
                                        <child>
 
921
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_top">
 
922
                                            <property name="visible">True</property>
 
923
                                            <property name="label" translatable="yes">Top</property>
 
924
                                            <property name="use_underline">True</property>
 
925
                                            <signal name="activate" handler="on_opt_form_tab_top_activate"/>
 
926
                                          </widget>
 
927
                                        </child>
 
928
                                        <child>
 
929
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_left">
 
930
                                            <property name="visible">True</property>
 
931
                                            <property name="label" translatable="yes">Left</property>
 
932
                                            <property name="use_underline">True</property>
 
933
                                            <property name="group">opt_form_tab_top</property>
 
934
                                            <signal name="activate" handler="on_opt_form_tab_left_activate"/>
 
935
                                          </widget>
 
936
                                        </child>
 
937
                                        <child>
 
938
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_right">
 
939
                                            <property name="visible">True</property>
 
940
                                            <property name="label" translatable="yes">Right</property>
 
941
                                            <property name="use_underline">True</property>
 
942
                                            <property name="group">opt_form_tab_top</property>
 
943
                                            <signal name="activate" handler="on_opt_form_tab_right_activate"/>
 
944
                                          </widget>
 
945
                                        </child>
 
946
                                        <child>
 
947
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_bottom">
 
948
                                            <property name="visible">True</property>
 
949
                                            <property name="label" translatable="yes">Bottom</property>
 
950
                                            <property name="use_underline">True</property>
 
951
                                            <property name="group">opt_form_tab_top</property>
 
952
                                            <signal name="activate" handler="on_opt_form_tab_bottom_activate"/>
 
953
                                          </widget>
 
954
                                        </child>
 
955
                                      </widget>
 
956
                                    </child>
 
957
                                  </widget>
 
958
                                </child>
 
959
                                <child>
 
960
                                  <widget class="GtkMenuItem" id="forms_tab_orientation">
 
961
                                    <property name="visible">True</property>
 
962
                                    <property name="label" translatable="yes">Tabs default orientation</property>
 
963
                                    <property name="use_underline">True</property>
 
964
                                    <signal name="activate" handler="on_forms_tabs_orientation_activate"/>
 
965
                                    <child>
 
966
                                      <widget class="GtkMenu" id="forms_tab_orientation_menu">
 
967
                                        <child>
 
968
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_orientation_0">
 
969
                                            <property name="visible">True</property>
 
970
                                            <property name="label" translatable="yes">Horizontal</property>
 
971
                                            <property name="use_underline">True</property>
 
972
                                            <signal name="activate" handler="on_opt_form_tab_orientation_horizontal_activate"/>
 
973
                                          </widget>
 
974
                                        </child>
 
975
                                        <child>
 
976
                                          <widget class="GtkRadioMenuItem" id="opt_form_tab_orientation_90">
 
977
                                            <property name="visible">True</property>
 
978
                                            <property name="label" translatable="yes">Vertical</property>
 
979
                                            <property name="use_underline">True</property>
 
980
                                            <property name="group">opt_form_tab_orientation_0</property>
 
981
                                            <signal name="activate" handler="on_opt_form_tab_orientation_vertical_activate"/>
 
982
                                          </widget>
 
983
                                        </child>
 
984
                                      </widget>
 
985
                                    </child>
 
986
                                  </widget>
 
987
                                </child>
 
988
                              </widget>
 
989
                            </child>
 
990
                          </widget>
 
991
                        </child>
 
992
                        <child>
 
993
                          <widget class="GtkImageMenuItem" id="printer">
 
994
                            <property name="visible">True</property>
 
995
                            <property name="label" translatable="yes">_Print</property>
 
996
                            <property name="use_underline">True</property>
 
997
                            <child>
 
998
                              <widget class="GtkMenu" id="printer_menu">
 
999
                                <child>
 
1000
                                  <widget class="GtkCheckMenuItem" id="opt_print_preview">
 
1001
                                    <property name="visible">True</property>
 
1002
                                    <property name="label" translatable="yes">Previe_w before print</property>
 
1003
                                    <property name="use_underline">True</property>
 
1004
                                    <signal name="activate" handler="on_opt_print_preview_activate"/>
 
1005
                                  </widget>
 
1006
                                </child>
 
1007
                              </widget>
 
1008
                            </child>
 
1009
                            <child internal-child="image">
 
1010
                              <widget class="GtkImage" id="image4238">
 
1011
                                <property name="visible">True</property>
 
1012
                                <property name="stock">gtk-print</property>
 
1013
                                <property name="icon_size">1</property>
 
1014
                              </widget>
 
1015
                            </child>
 
1016
                          </widget>
 
1017
                        </child>
 
1018
                        <child>
 
1019
                          <widget class="GtkSeparatorMenuItem" id="separator5">
 
1020
                            <property name="visible">True</property>
 
1021
                          </widget>
 
1022
                        </child>
 
1023
                        <child>
 
1024
                          <widget class="GtkImageMenuItem" id="opt_save">
 
1025
                            <property name="visible">True</property>
 
1026
                            <property name="label" translatable="yes">_Save options</property>
 
1027
                            <property name="use_underline">True</property>
 
1028
                            <signal name="activate" handler="on_opt_save_activate"/>
 
1029
                            <child internal-child="image">
 
1030
                              <widget class="GtkImage" id="image4239">
 
1031
                                <property name="visible">True</property>
 
1032
                                <property name="stock">gtk-save</property>
 
1033
                                <property name="icon_size">1</property>
 
1034
                              </widget>
 
1035
                            </child>
 
1036
                          </widget>
 
1037
                        </child>
 
1038
                      </widget>
 
1039
                    </child>
 
1040
                  </widget>
 
1041
                </child>
 
1042
                <child>
 
1043
                  <widget class="GtkMenuItem" id="plugins">
 
1044
                    <property name="visible">True</property>
 
1045
                    <property name="sensitive">False</property>
 
1046
                    <property name="label" translatable="yes">_Plugins</property>
 
1047
                    <property name="use_underline">True</property>
 
1048
                    <signal name="activate" handler="on_plugins_activate"/>
 
1049
                    <child>
 
1050
                      <widget class="GtkMenu" id="plugins_menu">
 
1051
                        <child>
 
1052
                          <widget class="GtkImageMenuItem" id="plugin_execute">
 
1053
                            <property name="visible">True</property>
 
1054
                            <property name="label" translatable="yes">_Execute a plugin</property>
 
1055
                            <property name="use_underline">True</property>
 
1056
                            <signal name="activate" handler="on_plugin_execute_activate"/>
 
1057
                            <child internal-child="image">
 
1058
                              <widget class="GtkImage" id="image4240">
 
1059
                                <property name="visible">True</property>
 
1060
                                <property name="stock">gtk-network</property>
 
1061
                                <property name="icon_size">1</property>
 
1062
                              </widget>
 
1063
                            </child>
 
1064
                          </widget>
 
1065
                        </child>
 
1066
                      </widget>
 
1067
                    </child>
 
1068
                  </widget>
 
1069
                </child>
 
1070
                <child>
 
1071
                  <widget class="GtkMenuItem" id="shortcut">
 
1072
                    <property name="visible">True</property>
 
1073
                    <property name="sensitive">False</property>
 
1074
                    <property name="label" translatable="yes">_Shortcuts</property>
 
1075
                    <property name="use_underline">True</property>
 
1076
                    <signal name="activate" handler="on_shortcut_activate"/>
 
1077
                  </widget>
 
1078
                </child>
 
1079
                <child>
 
1080
                  <widget class="GtkMenuItem" id="help">
 
1081
                    <property name="visible">True</property>
 
1082
                    <property name="label" translatable="yes">_Help</property>
 
1083
                    <property name="use_underline">True</property>
 
1084
                    <child>
 
1085
                      <widget class="GtkMenu" id="help_menu">
 
1086
                        <child>
 
1087
                          <widget class="GtkImageMenuItem" id="support">
 
1088
                            <property name="visible">True</property>
 
1089
                            <property name="label" translatable="yes">Support Request</property>
 
1090
                            <property name="use_underline">True</property>
 
1091
                            <signal name="activate" handler="on_support_activate"/>
 
1092
                            <child internal-child="image">
 
1093
                              <widget class="GtkImage" id="image4241">
 
1094
                                <property name="visible">True</property>
 
1095
                                <property name="stock">gtk-help</property>
 
1096
                                <property name="icon_size">1</property>
 
1097
                              </widget>
 
1098
                            </child>
 
1099
                          </widget>
 
1100
                        </child>
 
1101
                        <child>
 
1102
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur13">
 
1103
                            <property name="visible">True</property>
 
1104
                          </widget>
 
1105
                        </child>
 
1106
                        <child>
 
1107
                          <widget class="GtkImageMenuItem" id="help_index">
 
1108
                            <property name="visible">True</property>
 
1109
                            <property name="label" translatable="yes">User _Manual</property>
 
1110
                            <property name="use_underline">True</property>
 
1111
                            <signal name="activate" handler="on_help_index_activate"/>
 
1112
                            <child internal-child="image">
 
1113
                              <widget class="GtkImage" id="image4242">
 
1114
                                <property name="visible">True</property>
 
1115
                                <property name="stock">gtk-zoom-fit</property>
 
1116
                                <property name="icon_size">1</property>
 
1117
                              </widget>
 
1118
                            </child>
 
1119
                          </widget>
 
1120
                        </child>
 
1121
                        <child>
 
1122
                          <widget class="GtkImageMenuItem" id="help_contextual">
 
1123
                            <property name="visible">True</property>
 
1124
                            <property name="label" translatable="yes">_Contextual Help</property>
 
1125
                            <property name="use_underline">True</property>
 
1126
                            <signal name="activate" handler="on_help_contextual_activate"/>
 
1127
                            <accelerator key="H" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
1128
                            <child internal-child="image">
 
1129
                              <widget class="GtkImage" id="image4243">
 
1130
                                <property name="visible">True</property>
 
1131
                                <property name="stock">gtk-jump-to</property>
 
1132
                                <property name="icon_size">1</property>
 
1133
                              </widget>
 
1134
                            </child>
 
1135
                          </widget>
 
1136
                        </child>
 
1137
                        <child>
 
1138
                          <widget class="GtkImageMenuItem" id="help_tips">
 
1139
                            <property name="visible">True</property>
 
1140
                            <property name="label" translatable="yes">_Tips</property>
 
1141
                            <property name="use_underline">True</property>
 
1142
                            <signal name="activate" handler="on_help_tips_activate"/>
 
1143
                            <child internal-child="image">
 
1144
                              <widget class="GtkImage" id="image4244">
 
1145
                                <property name="visible">True</property>
 
1146
                                <property name="stock">gtk-index</property>
 
1147
                                <property name="icon_size">1</property>
 
1148
                              </widget>
 
1149
                            </child>
 
1150
                          </widget>
 
1151
                        </child>
 
1152
                        <child>
 
1153
                          <widget class="GtkMenuItem" id="shortcuts">
 
1154
                            <property name="visible">True</property>
 
1155
                            <property name="label" translatable="yes">Keyboard Shortcuts</property>
 
1156
                            <property name="use_underline">True</property>
 
1157
                            <signal name="activate" handler="on_shortcuts_activate"/>
 
1158
                          </widget>
 
1159
                        </child>
 
1160
                        <child>
 
1161
                          <widget class="GtkSeparatorMenuItem" id="sĆ©parateur11">
 
1162
                            <property name="visible">True</property>
 
1163
                          </widget>
 
1164
                        </child>
 
1165
                        <child>
 
1166
                          <widget class="GtkImageMenuItem" id="help_licence">
 
1167
                            <property name="visible">True</property>
 
1168
                            <property name="label" translatable="yes">_License</property>
 
1169
                            <property name="use_underline">True</property>
 
1170
                            <signal name="activate" handler="on_help_licence_activate"/>
 
1171
                            <child internal-child="image">
 
1172
                              <widget class="GtkImage" id="image4245">
 
1173
                                <property name="visible">True</property>
 
1174
                                <property name="stock">gtk-justify-center</property>
 
1175
                                <property name="icon_size">1</property>
 
1176
                              </widget>
 
1177
                            </child>
 
1178
                          </widget>
 
1179
                        </child>
 
1180
                        <child>
 
1181
                          <widget class="GtkImageMenuItem" id="about1">
 
1182
                            <property name="visible">True</property>
 
1183
                            <property name="label" translatable="yes">_About...</property>
 
1184
                            <property name="use_underline">True</property>
 
1185
                            <signal name="activate" handler="on_about_activate"/>
 
1186
                            <child internal-child="image">
 
1187
                              <widget class="GtkImage" id="image4246">
 
1188
                                <property name="visible">True</property>
 
1189
                                <property name="stock">gtk-about</property>
 
1190
                                <property name="icon_size">1</property>
 
1191
                              </widget>
 
1192
                            </child>
 
1193
                          </widget>
 
1194
                        </child>
 
1195
                      </widget>
 
1196
                    </child>
 
1197
                  </widget>
 
1198
                </child>
 
1199
              </widget>
 
1200
            </child>
 
1201
          </widget>
 
1202
          <packing>
 
1203
            <property name="expand">False</property>
 
1204
            <property name="fill">False</property>
 
1205
          </packing>
 
1206
        </child>
 
1207
        <child>
 
1208
          <widget class="GtkToolbar" id="main_toolbar">
 
1209
            <property name="visible">True</property>
 
1210
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
 
1211
            <child>
 
1212
              <widget class="GtkToolButton" id="but_new">
 
1213
                <property name="visible">True</property>
 
1214
                <property name="tooltip" translatable="yes">Create a new resource</property>
 
1215
                <property name="stock_id">gtk-new</property>
 
1216
                <signal name="clicked" handler="on_but_new_clicked"/>
 
1217
              </widget>
 
1218
              <packing>
 
1219
                <property name="expand">False</property>
 
1220
              </packing>
 
1221
            </child>
 
1222
            <child>
 
1223
              <widget class="GtkToolButton" id="but_save">
 
1224
                <property name="visible">True</property>
 
1225
                <property name="tooltip" translatable="yes">Edit / Save this resource</property>
 
1226
                <property name="stock_id">gtk-save</property>
 
1227
                <signal name="clicked" handler="on_but_save_clicked"/>
 
1228
              </widget>
 
1229
              <packing>
 
1230
                <property name="expand">False</property>
 
1231
              </packing>
 
1232
            </child>
 
1233
            <child>
 
1234
              <widget class="GtkSeparatorToolItem" id="separatortoolitem5">
 
1235
                <property name="visible">True</property>
 
1236
              </widget>
 
1237
              <packing>
 
1238
                <property name="expand">False</property>
 
1239
                <property name="homogeneous">False</property>
 
1240
              </packing>
 
1241
            </child>
 
1242
            <child>
 
1243
              <widget class="GtkToolButton" id="but_remove">
 
1244
                <property name="visible">True</property>
 
1245
                <property name="tooltip" translatable="yes">Delete this resource</property>
 
1246
                <property name="stock_id">gtk-delete</property>
 
1247
                <signal name="clicked" handler="on_but_remove_clicked"/>
 
1248
              </widget>
 
1249
              <packing>
 
1250
                <property name="expand">False</property>
 
1251
                <property name="homogeneous">False</property>
 
1252
              </packing>
 
1253
            </child>
 
1254
            <child>
 
1255
              <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
 
1256
                <property name="visible">True</property>
 
1257
              </widget>
 
1258
              <packing>
 
1259
                <property name="expand">False</property>
 
1260
                <property name="homogeneous">False</property>
 
1261
              </packing>
 
1262
            </child>
 
1263
            <child>
 
1264
              <widget class="GtkToolButton" id="but_previous">
 
1265
                <property name="visible">True</property>
 
1266
                <property name="tooltip" translatable="yes">Go to previous matched search</property>
 
1267
                <property name="stock_id">gtk-go-back</property>
 
1268
                <signal name="clicked" handler="on_but_previous_clicked"/>
 
1269
              </widget>
 
1270
              <packing>
 
1271
                <property name="expand">False</property>
 
1272
              </packing>
 
1273
            </child>
 
1274
            <child>
 
1275
              <widget class="GtkToolButton" id="but_next">
 
1276
                <property name="visible">True</property>
 
1277
                <property name="tooltip" translatable="yes">Go to next matched resource</property>
 
1278
                <property name="stock_id">gtk-go-forward</property>
 
1279
                <signal name="clicked" handler="on_but_next_clicked"/>
 
1280
              </widget>
 
1281
              <packing>
 
1282
                <property name="expand">False</property>
 
1283
                <property name="homogeneous">False</property>
 
1284
              </packing>
 
1285
            </child>
 
1286
            <child>
 
1287
              <widget class="GtkSeparatorToolItem" id="separatortoolitem8">
 
1288
                <property name="visible">True</property>
 
1289
              </widget>
 
1290
              <packing>
 
1291
                <property name="expand">False</property>
 
1292
                <property name="homogeneous">False</property>
 
1293
              </packing>
 
1294
            </child>
 
1295
            <child>
 
1296
              <widget class="GtkRadioToolButton" id="radio_tree">
 
1297
                <property name="visible">True</property>
 
1298
                <property name="label" translatable="yes">List</property>
 
1299
                <property name="use_underline">True</property>
 
1300
                <property name="stock_id">gtk-find</property>
 
1301
                <signal name="toggled" handler="on_radio_tree_clicked"/>
 
1302
              </widget>
 
1303
              <packing>
 
1304
                <property name="expand">False</property>
 
1305
              </packing>
 
1306
            </child>
 
1307
            <child>
 
1308
              <widget class="GtkRadioToolButton" id="radio_form">
 
1309
                <property name="visible">True</property>
 
1310
                <property name="label" translatable="yes">Form</property>
 
1311
                <property name="use_underline">True</property>
 
1312
                <property name="stock_id">gtk-new</property>
 
1313
                <property name="group">radio_tree</property>
 
1314
                <signal name="clicked" handler="on_radio_form_clicked"/>
 
1315
              </widget>
 
1316
              <packing>
 
1317
                <property name="expand">False</property>
 
1318
              </packing>
 
1319
            </child>
 
1320
            <child>
 
1321
              <widget class="GtkRadioToolButton" id="radio_calendar">
 
1322
                <property name="visible">True</property>
 
1323
                <property name="label" translatable="yes">Calendar</property>
 
1324
                <property name="use_underline">True</property>
 
1325
                <property name="stock_id">gtk-select-color</property>
 
1326
                <property name="group">radio_tree</property>
 
1327
                <signal name="clicked" handler="on_radio_calendar_clicked"/>
 
1328
              </widget>
 
1329
              <packing>
 
1330
                <property name="expand">False</property>
 
1331
                <property name="homogeneous">False</property>
 
1332
              </packing>
 
1333
            </child>
 
1334
            <child>
 
1335
              <widget class="GtkRadioToolButton" id="radio_graph">
 
1336
                <property name="visible">True</property>
 
1337
                <property name="label" translatable="yes">Graph</property>
 
1338
                <property name="use_underline">True</property>
 
1339
                <property name="stock_id">gtk-spell-check</property>
 
1340
                <property name="group">radio_tree</property>
 
1341
                <signal name="clicked" handler="on_radio_graph_clicked"/>
 
1342
              </widget>
 
1343
              <packing>
 
1344
                <property name="expand">False</property>
 
1345
              </packing>
 
1346
            </child>
 
1347
            <child>
 
1348
              <widget class="GtkSeparatorToolItem" id="separatortoolitem9">
 
1349
                <property name="visible">True</property>
 
1350
              </widget>
 
1351
              <packing>
 
1352
                <property name="expand">False</property>
 
1353
                <property name="homogeneous">False</property>
 
1354
              </packing>
 
1355
            </child>
 
1356
            <child>
 
1357
              <widget class="GtkToolButton" id="but_print">
 
1358
                <property name="visible">True</property>
 
1359
                <property name="tooltip" translatable="yes">Print documents</property>
 
1360
                <property name="stock_id">gtk-print</property>
 
1361
                <signal name="clicked" handler="on_but_print_clicked"/>
 
1362
              </widget>
 
1363
              <packing>
 
1364
                <property name="expand">False</property>
 
1365
              </packing>
 
1366
            </child>
 
1367
            <child>
 
1368
              <widget class="GtkToolButton" id="but_action">
 
1369
                <property name="visible">True</property>
 
1370
                <property name="tooltip" translatable="yes">Launch actions about this resource</property>
 
1371
                <property name="label" translatable="yes">Action</property>
 
1372
                <property name="use_underline">True</property>
 
1373
                <property name="stock_id">gtk-execute</property>
 
1374
                <signal name="clicked" handler="on_but_action_clicked"/>
 
1375
              </widget>
 
1376
              <packing>
 
1377
                <property name="expand">False</property>
 
1378
              </packing>
 
1379
            </child>
 
1380
            <child>
 
1381
              <widget class="GtkToolButton" id="but_attach">
 
1382
                <property name="visible">True</property>
 
1383
                <property name="tooltip" translatable="yes">Add an attachment to this resource</property>
 
1384
                <property name="label" translatable="yes">Attachment</property>
 
1385
                <property name="use_underline">True</property>
 
1386
                <property name="stock_id">gtk-paste</property>
 
1387
                <signal name="clicked" handler="on_but_attach_clicked"/>
 
1388
              </widget>
 
1389
              <packing>
 
1390
                <property name="expand">False</property>
 
1391
                <property name="homogeneous">False</property>
 
1392
              </packing>
 
1393
            </child>
 
1394
            <child>
 
1395
              <widget class="GtkSeparatorToolItem" id="separatortoolitem10">
 
1396
                <property name="visible">True</property>
 
1397
              </widget>
 
1398
              <packing>
 
1399
                <property name="expand">False</property>
 
1400
                <property name="homogeneous">False</property>
 
1401
              </packing>
 
1402
            </child>
 
1403
            <child>
 
1404
              <widget class="GtkToolButton" id="but_menu">
 
1405
                <property name="visible">True</property>
 
1406
                <property name="sensitive">False</property>
 
1407
                <property name="tooltip" translatable="yes">Menu</property>
 
1408
                <property name="label" translatable="yes">Menu</property>
 
1409
                <property name="use_underline">True</property>
 
1410
                <property name="stock_id">gtk-index</property>
 
1411
                <signal name="clicked" handler="on_but_menu_clicked"/>
 
1412
              </widget>
 
1413
              <packing>
 
1414
                <property name="expand">False</property>
 
1415
              </packing>
 
1416
            </child>
 
1417
            <child>
 
1418
              <widget class="GtkToolButton" id="but_close">
 
1419
                <property name="visible">True</property>
 
1420
                <property name="tooltip" translatable="yes">Close this window</property>
 
1421
                <property name="stock_id">gtk-close</property>
 
1422
                <signal name="clicked" handler="on_but_close_clicked"/>
 
1423
              </widget>
 
1424
              <packing>
 
1425
                <property name="expand">False</property>
 
1426
              </packing>
 
1427
            </child>
 
1428
          </widget>
 
1429
          <packing>
 
1430
            <property name="expand">False</property>
 
1431
            <property name="fill">False</property>
 
1432
            <property name="position">2</property>
 
1433
          </packing>
 
1434
        </child>
 
1435
        <child>
 
1436
          <placeholder/>
 
1437
        </child>
 
1438
        <child>
 
1439
          <widget class="GtkHBox" id="hbox_status_main">
 
1440
            <property name="visible">True</property>
 
1441
            <child>
 
1442
              <widget class="GtkStatusbar" id="sb_user_server">
 
1443
                <property name="width_request">150</property>
 
1444
                <property name="visible">True</property>
 
1445
                <property name="border_width">2</property>
 
1446
                <property name="has_resize_grip">False</property>
 
1447
              </widget>
 
1448
            </child>
 
1449
            <child>
 
1450
              <widget class="GtkStatusbar" id="sb_user_name">
 
1451
                <property name="width_request">130</property>
 
1452
                <property name="visible">True</property>
 
1453
                <property name="border_width">2</property>
 
1454
                <property name="has_resize_grip">False</property>
 
1455
              </widget>
 
1456
              <packing>
 
1457
                <property name="position">1</property>
 
1458
              </packing>
 
1459
            </child>
 
1460
            <child>
 
1461
              <widget class="GtkLabel" id="label54">
 
1462
                <property name="visible">True</property>
 
1463
                <property name="xpad">5</property>
 
1464
                <property name="label" translatable="yes">Requests:</property>
 
1465
              </widget>
 
1466
              <packing>
 
1467
                <property name="expand">False</property>
 
1468
                <property name="fill">False</property>
 
1469
                <property name="position">2</property>
 
1470
              </packing>
 
1471
            </child>
 
1472
            <child>
 
1473
              <widget class="GtkStatusbar" id="sb_requests">
 
1474
                <property name="width_request">128</property>
 
1475
                <property name="visible">True</property>
 
1476
                <property name="border_width">2</property>
 
1477
                <property name="has_resize_grip">False</property>
 
1478
              </widget>
 
1479
              <packing>
 
1480
                <property name="position">3</property>
 
1481
              </packing>
 
1482
            </child>
 
1483
            <child>
 
1484
              <widget class="GtkButton" id="req_search_but">
 
1485
                <property name="visible">True</property>
 
1486
                <property name="can_focus">True</property>
 
1487
                <property name="tooltip" translatable="yes">Read my Requests</property>
 
1488
                <property name="relief">GTK_RELIEF_NONE</property>
 
1489
                <property name="response_id">0</property>
 
1490
                <signal name="clicked" handler="on_read_requests_activate"/>
 
1491
                <child>
 
1492
                  <widget class="GtkImage" id="image376">
 
1493
                    <property name="visible">True</property>
 
1494
                    <property name="stock">gtk-find</property>
 
1495
                  </widget>
 
1496
                </child>
 
1497
              </widget>
 
1498
              <packing>
 
1499
                <property name="expand">False</property>
 
1500
                <property name="fill">False</property>
 
1501
                <property name="position">4</property>
 
1502
              </packing>
 
1503
            </child>
 
1504
            <child>
 
1505
              <widget class="GtkButton" id="request_new_but">
 
1506
                <property name="visible">True</property>
 
1507
                <property name="can_focus">True</property>
 
1508
                <property name="tooltip" translatable="yes">Send a new request</property>
 
1509
                <property name="relief">GTK_RELIEF_NONE</property>
 
1510
                <property name="response_id">0</property>
 
1511
                <signal name="clicked" handler="on_send_request_activate"/>
 
1512
                <child>
 
1513
                  <widget class="GtkImage" id="image377">
 
1514
                    <property name="visible">True</property>
 
1515
                    <property name="stock">gtk-new</property>
 
1516
                  </widget>
 
1517
                </child>
 
1518
              </widget>
 
1519
              <packing>
 
1520
                <property name="expand">False</property>
 
1521
                <property name="fill">False</property>
 
1522
                <property name="position">5</property>
 
1523
              </packing>
 
1524
            </child>
 
1525
            <child>
 
1526
              <widget class="GtkImage" id="secure_img">
 
1527
                <property name="visible">True</property>
 
1528
                <property name="stock">gtk-dialog-authentication</property>
 
1529
              </widget>
 
1530
              <packing>
 
1531
                <property name="expand">False</property>
 
1532
                <property name="position">6</property>
 
1533
              </packing>
 
1534
            </child>
 
1535
          </widget>
 
1536
          <packing>
 
1537
            <property name="expand">False</property>
 
1538
            <property name="fill">False</property>
 
1539
            <property name="pack_type">GTK_PACK_END</property>
 
1540
            <property name="position">1</property>
 
1541
          </packing>
 
1542
        </child>
 
1543
      </widget>
 
1544
    </child>
 
1545
  </widget>
 
1546
  <widget class="GtkWindow" id="win_tree">
 
1547
    <property name="visible">True</property>
 
1548
    <property name="title" translatable="yes">OpenERP - Tree Resources</property>
 
1549
    <child>
 
1550
      <widget class="GtkVBox" id="win_tree_container">
 
1551
        <property name="visible">True</property>
 
1552
        <property name="spacing">2</property>
 
1553
        <child>
 
1554
          <widget class="GtkHPaned" id="hp_tree">
 
1555
            <property name="visible">True</property>
 
1556
            <property name="can_focus">True</property>
 
1557
            <property name="position">250</property>
 
1558
            <child>
 
1559
              <widget class="GtkVBox" id="widget_vbox">
 
1560
                <property name="visible">True</property>
 
1561
                <child>
 
1562
                  <widget class="GtkVPaned" id="tree_vpaned">
 
1563
                    <property name="visible">True</property>
 
1564
                    <property name="can_focus">True</property>
 
1565
                    <property name="position">400</property>
 
1566
                    <child>
 
1567
                      <widget class="GtkToolbar" id="tree_toolbar">
 
1568
                        <property name="visible">True</property>
 
1569
                        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
 
1570
                        <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
 
1571
                      </widget>
 
1572
                      <packing>
 
1573
                        <property name="resize">True</property>
 
1574
                        <property name="shrink">True</property>
 
1575
                      </packing>
 
1576
                    </child>
 
1577
                    <child>
 
1578
                      <widget class="GtkScrolledWindow" id="scrolledwindow3">
 
1579
                        <property name="visible">True</property>
 
1580
                        <property name="can_focus">True</property>
 
1581
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1582
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1583
                        <child>
 
1584
                          <widget class="GtkViewport" id="viewport1">
 
1585
                            <property name="visible">True</property>
 
1586
                            <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
 
1587
                            <child>
 
1588
                              <widget class="GtkVBox" id="vbox13">
 
1589
                                <property name="visible">True</property>
 
1590
                                <child>
 
1591
                                  <widget class="GtkHBox" id="hbox1">
 
1592
                                    <property name="visible">True</property>
 
1593
                                    <child>
 
1594
                                      <widget class="GtkToolbar" id="toolbar10">
 
1595
                                        <property name="visible">True</property>
 
1596
                                        <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
 
1597
                                        <property name="show_arrow">False</property>
 
1598
                                        <child>
 
1599
                                          <widget class="GtkToolButton" id="tbsc">
 
1600
                                            <property name="visible">True</property>
 
1601
                                            <property name="label" translatable="yes">Shortcuts</property>
 
1602
                                            <property name="use_underline">True</property>
 
1603
                                            <signal name="clicked" handler="on_tbsc_clicked"/>
 
1604
                                          </widget>
 
1605
                                          <packing>
 
1606
                                            <property name="expand">False</property>
 
1607
                                            <property name="homogeneous">False</property>
 
1608
                                          </packing>
 
1609
                                        </child>
 
1610
                                      </widget>
 
1611
                                      <packing>
 
1612
                                        <property name="expand">False</property>
 
1613
                                        <property name="fill">False</property>
 
1614
                                      </packing>
 
1615
                                    </child>
 
1616
                                    <child>
 
1617
                                      <widget class="GtkToolbar" id="toolbar1">
 
1618
                                        <property name="visible">True</property>
 
1619
                                        <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
 
1620
                                        <child>
 
1621
                                          <widget class="GtkToolButton" id="button4">
 
1622
                                            <property name="visible">True</property>
 
1623
                                            <property name="stock_id">gtk-add</property>
 
1624
                                            <signal name="clicked" handler="on_but_sc_add_clicked"/>
 
1625
                                          </widget>
 
1626
                                          <packing>
 
1627
                                            <property name="expand">False</property>
 
1628
                                            <property name="homogeneous">False</property>
 
1629
                                          </packing>
 
1630
                                        </child>
 
1631
                                        <child>
 
1632
                                          <widget class="GtkToolButton" id="button6">
 
1633
                                            <property name="visible">True</property>
 
1634
                                            <property name="stock_id">gtk-remove</property>
 
1635
                                            <signal name="clicked" handler="on_but_sc_del_clicked"/>
 
1636
                                          </widget>
 
1637
                                          <packing>
 
1638
                                            <property name="expand">False</property>
 
1639
                                          </packing>
 
1640
                                        </child>
 
1641
                                        <child>
 
1642
                                          <widget class="GtkSeparatorToolItem" id="separatortoolitem7">
 
1643
                                            <property name="visible">True</property>
 
1644
                                          </widget>
 
1645
                                          <packing>
 
1646
                                            <property name="expand">False</property>
 
1647
                                            <property name="homogeneous">False</property>
 
1648
                                          </packing>
 
1649
                                        </child>
 
1650
                                        <child>
 
1651
                                          <widget class="GtkToolButton" id="button7">
 
1652
                                            <property name="visible">True</property>
 
1653
                                            <property name="stock_id">gtk-goto-bottom</property>
 
1654
                                            <signal name="clicked" handler="on_but_expand_collapse_clicked"/>
 
1655
                                          </widget>
 
1656
                                          <packing>
 
1657
                                            <property name="expand">False</property>
 
1658
                                          </packing>
 
1659
                                        </child>
 
1660
                                      </widget>
 
1661
                                      <packing>
 
1662
                                        <property name="position">1</property>
 
1663
                                      </packing>
 
1664
                                    </child>
 
1665
                                  </widget>
 
1666
                                  <packing>
 
1667
                                    <property name="expand">False</property>
 
1668
                                  </packing>
 
1669
                                </child>
 
1670
                                <child>
 
1671
                                  <widget class="GtkTreeView" id="win_tree_sc">
 
1672
                                    <property name="visible">True</property>
 
1673
                                    <property name="can_focus">True</property>
 
1674
                                    <property name="headers_visible">False</property>
 
1675
                                    <property name="reorderable">True</property>
 
1676
                                  </widget>
 
1677
                                  <packing>
 
1678
                                    <property name="position">1</property>
 
1679
                                  </packing>
 
1680
                                </child>
 
1681
                              </widget>
 
1682
                            </child>
 
1683
                          </widget>
 
1684
                        </child>
 
1685
                      </widget>
 
1686
                      <packing>
 
1687
                        <property name="resize">True</property>
 
1688
                        <property name="shrink">True</property>
 
1689
                      </packing>
 
1690
                    </child>
 
1691
                  </widget>
 
1692
                </child>
 
1693
              </widget>
 
1694
              <packing>
 
1695
                <property name="resize">False</property>
 
1696
                <property name="shrink">False</property>
 
1697
              </packing>
 
1698
            </child>
 
1699
            <child>
 
1700
              <widget class="GtkScrolledWindow" id="main_tree_sw">
 
1701
                <property name="visible">True</property>
 
1702
                <property name="can_focus">True</property>
 
1703
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1704
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1705
                <child>
 
1706
                  <placeholder/>
 
1707
                </child>
 
1708
              </widget>
 
1709
              <packing>
 
1710
                <property name="resize">True</property>
 
1711
                <property name="shrink">True</property>
 
1712
              </packing>
 
1713
            </child>
 
1714
          </widget>
 
1715
        </child>
 
1716
      </widget>
 
1717
    </child>
 
1718
  </widget>
 
1719
  <widget class="GtkWindow" id="win_form">
 
1720
    <property name="visible">True</property>
 
1721
    <property name="extension_events">GDK_EXTENSION_EVENTS_ALL</property>
 
1722
    <property name="title" translatable="yes">OpenERP - Forms</property>
 
1723
    <child>
 
1724
      <widget class="GtkVBox" id="win_form_container">
 
1725
        <property name="visible">True</property>
 
1726
        <property name="spacing">2</property>
 
1727
        <child>
 
1728
          <placeholder/>
 
1729
        </child>
 
1730
        <child>
 
1731
          <widget class="GtkHBox" id="hbox2">
 
1732
            <property name="visible">True</property>
 
1733
            <property name="border_width">3</property>
 
1734
            <child>
 
1735
              <widget class="GtkStatusbar" id="stat_form">
 
1736
                <property name="width_request">103</property>
 
1737
                <property name="visible">True</property>
 
1738
                <property name="border_width">1</property>
 
1739
                <property name="has_resize_grip">False</property>
 
1740
              </widget>
 
1741
            </child>
 
1742
            <child>
 
1743
              <widget class="GtkLabel" id="label37">
 
1744
                <property name="visible">True</property>
 
1745
                <property name="xpad">10</property>
 
1746
                <property name="label" translatable="yes">State:</property>
 
1747
              </widget>
 
1748
              <packing>
 
1749
                <property name="expand">False</property>
 
1750
                <property name="fill">False</property>
 
1751
                <property name="position">1</property>
 
1752
              </packing>
 
1753
            </child>
 
1754
            <child>
 
1755
              <widget class="GtkLabel" id="stat_state">
 
1756
                <property name="visible">True</property>
 
1757
                <property name="xalign">0</property>
 
1758
                <property name="use_markup">True</property>
 
1759
              </widget>
 
1760
              <packing>
 
1761
                <property name="position">2</property>
 
1762
              </packing>
 
1763
            </child>
 
1764
          </widget>
 
1765
          <packing>
 
1766
            <property name="expand">False</property>
 
1767
            <property name="fill">False</property>
 
1768
            <property name="pack_type">GTK_PACK_END</property>
 
1769
            <property name="position">1</property>
 
1770
          </packing>
 
1771
        </child>
 
1772
      </widget>
 
1773
    </child>
 
1774
  </widget>
 
1775
  <widget class="GtkDialog" id="win_about">
 
1776
    <property name="width_request">430</property>
 
1777
    <property name="height_request">360</property>
 
1778
    <property name="title" translatable="yes">OpenERP - About</property>
 
1779
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
1780
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
1781
    <child internal-child="vbox">
 
1782
      <widget class="GtkVBox" id="dialog-vbox2">
 
1783
        <property name="visible">True</property>
 
1784
        <child>
 
1785
          <widget class="GtkVBox" id="vbox7">
 
1786
            <property name="visible">True</property>
 
1787
            <child>
 
1788
              <widget class="GtkLabel" id="label36">
 
1789
                <property name="visible">True</property>
 
1790
                <property name="xpad">5</property>
 
1791
                <property name="ypad">8</property>
 
1792
                <property name="label" translatable="yes">&lt;b&gt;About OpenERP&lt;/b&gt;
 
1793
&lt;i&gt;The most advanced Open Source ERP &amp;amp; CRM !&lt;/i&gt;</property>
 
1794
                <property name="use_markup">True</property>
 
1795
                <property name="justify">GTK_JUSTIFY_CENTER</property>
 
1796
                <property name="wrap">True</property>
 
1797
              </widget>
 
1798
              <packing>
 
1799
                <property name="expand">False</property>
 
1800
                <property name="fill">False</property>
 
1801
                <property name="padding">2</property>
 
1802
              </packing>
 
1803
            </child>
 
1804
            <child>
 
1805
              <widget class="GtkHSeparator" id="hseparator4">
 
1806
                <property name="visible">True</property>
 
1807
              </widget>
 
1808
              <packing>
 
1809
                <property name="expand">False</property>
 
1810
                <property name="padding">2</property>
 
1811
                <property name="position">1</property>
 
1812
              </packing>
 
1813
            </child>
 
1814
            <child>
 
1815
              <widget class="GtkNotebook" id="notebook2">
 
1816
                <property name="visible">True</property>
 
1817
                <property name="can_focus">True</property>
 
1818
                <child>
 
1819
                  <widget class="GtkScrolledWindow" id="scrolledwindow14">
 
1820
                    <property name="visible">True</property>
 
1821
                    <property name="can_focus">True</property>
 
1822
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1823
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1824
                    <property name="window_placement">GTK_CORNER_BOTTOM_LEFT</property>
 
1825
                    <child>
 
1826
                      <widget class="GtkTextView" id="textview2">
 
1827
                        <property name="visible">True</property>
 
1828
                        <property name="can_focus">True</property>
 
1829
                        <property name="editable">False</property>
 
1830
                        <property name="justification">GTK_JUSTIFY_CENTER</property>
 
1831
                        <property name="text" translatable="yes">
 
1832
OpenERP - GTK Client - v%s
 
1833
 
 
1834
OpenERP is an Open Source ERP+CRM
 
1835
for small to medium businesses.
 
1836
 
 
1837
The whole source code is distributed under
 
1838
the terms of the GNU Public Licence.
 
1839
 
 
1840
(c) 2003-TODAY, Tiny sprl
 
1841
 
 
1842
More Info on www.openerp.com !</property>
 
1843
                      </widget>
 
1844
                    </child>
 
1845
                  </widget>
 
1846
                </child>
 
1847
                <child>
 
1848
                  <widget class="GtkHBox" id="hbox30">
 
1849
                    <property name="visible">True</property>
 
1850
                    <child>
 
1851
                      <widget class="GtkImage" id="image165">
 
1852
                        <property name="visible">True</property>
 
1853
                        <property name="stock">gtk-network</property>
 
1854
                      </widget>
 
1855
                    </child>
 
1856
                    <child>
 
1857
                      <widget class="GtkLabel" id="label98">
 
1858
                        <property name="visible">True</property>
 
1859
                        <property name="label" translatable="yes">_OpenERP</property>
 
1860
                        <property name="use_underline">True</property>
 
1861
                      </widget>
 
1862
                      <packing>
 
1863
                        <property name="expand">False</property>
 
1864
                        <property name="fill">False</property>
 
1865
                        <property name="position">1</property>
 
1866
                      </packing>
 
1867
                    </child>
 
1868
                  </widget>
 
1869
                  <packing>
 
1870
                    <property name="type">tab</property>
 
1871
                    <property name="tab_fill">False</property>
 
1872
                  </packing>
 
1873
                </child>
 
1874
                <child>
 
1875
                  <widget class="GtkScrolledWindow" id="scrolledwindow15">
 
1876
                    <property name="visible">True</property>
 
1877
                    <property name="can_focus">True</property>
 
1878
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1879
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1880
                    <child>
 
1881
                      <widget class="GtkTextView" id="textview3">
 
1882
                        <property name="visible">True</property>
 
1883
                        <property name="can_focus">True</property>
 
1884
                        <property name="editable">False</property>
 
1885
                        <property name="justification">GTK_JUSTIFY_CENTER</property>
 
1886
                        <property name="accepts_tab">False</property>
 
1887
                        <property name="text" translatable="yes">
 
1888
(c) 2003-TODAY - Tiny sprl
 
1889
OpenERP is a product of Tiny sprl:
 
1890
 
 
1891
Tiny sprl
 
1892
40 ChaussĆ©e de Namur
 
1893
1367 GĆ©rompont
 
1894
Belgium
 
1895
 
 
1896
Tel : (+32)81.81.37.00
 
1897
Mail: sales@tiny.be
 
1898
Web: http://tiny.be</property>
 
1899
                      </widget>
 
1900
                    </child>
 
1901
                  </widget>
 
1902
                  <packing>
 
1903
                    <property name="position">1</property>
 
1904
                  </packing>
 
1905
                </child>
 
1906
                <child>
 
1907
                  <widget class="GtkHBox" id="hbox31">
 
1908
                    <property name="visible">True</property>
 
1909
                    <child>
 
1910
                      <widget class="GtkImage" id="image166">
 
1911
                        <property name="visible">True</property>
 
1912
                        <property name="stock">gtk-home</property>
 
1913
                      </widget>
 
1914
                    </child>
 
1915
                    <child>
 
1916
                      <widget class="GtkLabel" id="label99">
 
1917
                        <property name="visible">True</property>
 
1918
                        <property name="label" translatable="yes">_Contact</property>
 
1919
                        <property name="use_underline">True</property>
 
1920
                      </widget>
 
1921
                      <packing>
 
1922
                        <property name="expand">False</property>
 
1923
                        <property name="fill">False</property>
 
1924
                        <property name="position">1</property>
 
1925
                      </packing>
 
1926
                    </child>
 
1927
                  </widget>
 
1928
                  <packing>
 
1929
                    <property name="type">tab</property>
 
1930
                    <property name="position">1</property>
 
1931
                    <property name="tab_fill">False</property>
 
1932
                  </packing>
 
1933
                </child>
 
1934
              </widget>
 
1935
              <packing>
 
1936
                <property name="position">2</property>
 
1937
              </packing>
 
1938
            </child>
 
1939
          </widget>
 
1940
          <packing>
 
1941
            <property name="position">2</property>
 
1942
          </packing>
 
1943
        </child>
 
1944
        <child internal-child="action_area">
 
1945
          <widget class="GtkHButtonBox" id="dialog-action_area2">
 
1946
            <property name="visible">True</property>
 
1947
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
1948
            <child>
 
1949
              <widget class="GtkButton" id="okbutton2">
 
1950
                <property name="visible">True</property>
 
1951
                <property name="can_focus">True</property>
 
1952
                <property name="can_default">True</property>
 
1953
                <property name="label">gtk-close</property>
 
1954
                <property name="use_stock">True</property>
 
1955
                <property name="response_id">-5</property>
 
1956
                <signal name="pressed" handler="on_but_ok_pressed"/>
 
1957
              </widget>
 
1958
            </child>
 
1959
          </widget>
 
1960
          <packing>
 
1961
            <property name="expand">False</property>
 
1962
            <property name="pack_type">GTK_PACK_END</property>
 
1963
          </packing>
 
1964
        </child>
 
1965
      </widget>
 
1966
    </child>
 
1967
  </widget>
 
1968
  <widget class="GtkDialog" id="win_sur">
 
1969
    <property name="width_request">350</property>
 
1970
    <property name="height_request">143</property>
 
1971
    <property name="title" translatable="yes">OpenERP - Confirmation</property>
 
1972
    <property name="modal">True</property>
 
1973
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
1974
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
1975
    <child internal-child="vbox">
 
1976
      <widget class="GtkVBox" id="dialog-vbox4">
 
1977
        <property name="visible">True</property>
 
1978
        <child>
 
1979
          <widget class="GtkHBox" id="hbox28">
 
1980
            <property name="visible">True</property>
 
1981
            <child>
 
1982
              <widget class="GtkImage" id="image144">
 
1983
                <property name="visible">True</property>
 
1984
                <property name="xpad">15</property>
 
1985
                <property name="ypad">15</property>
 
1986
                <property name="stock">gtk-dialog-question</property>
 
1987
                <property name="icon_size">6</property>
 
1988
              </widget>
 
1989
              <packing>
 
1990
                <property name="expand">False</property>
 
1991
                <property name="fill">False</property>
 
1992
              </packing>
 
1993
            </child>
 
1994
            <child>
 
1995
              <widget class="GtkLabel" id="lab_question">
 
1996
                <property name="width_request">200</property>
 
1997
                <property name="height_request">60</property>
 
1998
                <property name="visible">True</property>
 
1999
                <property name="label" translatable="yes">Hello World!</property>
 
2000
              </widget>
 
2001
              <packing>
 
2002
                <property name="position">1</property>
 
2003
              </packing>
 
2004
            </child>
 
2005
          </widget>
 
2006
          <packing>
 
2007
            <property name="padding">4</property>
 
2008
            <property name="position">2</property>
 
2009
          </packing>
 
2010
        </child>
 
2011
        <child internal-child="action_area">
 
2012
          <widget class="GtkHButtonBox" id="dialog-action_area4">
 
2013
            <property name="visible">True</property>
 
2014
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2015
            <child>
 
2016
              <widget class="GtkButton" id="cancelbutton2">
 
2017
                <property name="visible">True</property>
 
2018
                <property name="can_focus">True</property>
 
2019
                <property name="can_default">True</property>
 
2020
                <property name="label">gtk-cancel</property>
 
2021
                <property name="use_stock">True</property>
 
2022
                <property name="response_id">-6</property>
 
2023
              </widget>
 
2024
            </child>
 
2025
            <child>
 
2026
              <widget class="GtkButton" id="okbutton4">
 
2027
                <property name="visible">True</property>
 
2028
                <property name="can_focus">True</property>
 
2029
                <property name="can_default">True</property>
 
2030
                <property name="label">gtk-ok</property>
 
2031
                <property name="use_stock">True</property>
 
2032
                <property name="response_id">-5</property>
 
2033
              </widget>
 
2034
              <packing>
 
2035
                <property name="position">1</property>
 
2036
              </packing>
 
2037
            </child>
 
2038
          </widget>
 
2039
          <packing>
 
2040
            <property name="expand">False</property>
 
2041
            <property name="pack_type">GTK_PACK_END</property>
 
2042
          </packing>
 
2043
        </child>
 
2044
      </widget>
 
2045
    </child>
 
2046
  </widget>
 
2047
  <widget class="GtkDialog" id="win_selection">
 
2048
    <property name="title" translatable="yes">OpenERP - Selection</property>
 
2049
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2050
    <property name="default_width">400</property>
 
2051
    <property name="default_height">400</property>
 
2052
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2053
    <child internal-child="vbox">
 
2054
      <widget class="GtkVBox" id="dialog-vbox6">
 
2055
        <property name="visible">True</property>
 
2056
        <child>
 
2057
          <widget class="GtkVBox" id="win_selection_vbox">
 
2058
            <property name="visible">True</property>
 
2059
            <child>
 
2060
              <widget class="GtkLabel" id="win_sel_title">
 
2061
                <property name="visible">True</property>
 
2062
                <property name="label" translatable="yes">Your selection:</property>
 
2063
              </widget>
 
2064
              <packing>
 
2065
                <property name="expand">False</property>
 
2066
                <property name="fill">False</property>
 
2067
              </packing>
 
2068
            </child>
 
2069
            <child>
 
2070
              <widget class="GtkHSeparator" id="hseparator8">
 
2071
                <property name="visible">True</property>
 
2072
              </widget>
 
2073
              <packing>
 
2074
                <property name="expand">False</property>
 
2075
                <property name="padding">3</property>
 
2076
                <property name="position">1</property>
 
2077
              </packing>
 
2078
            </child>
 
2079
            <child>
 
2080
              <widget class="GtkScrolledWindow" id="scrolledwindow5">
 
2081
                <property name="visible">True</property>
 
2082
                <property name="can_focus">True</property>
 
2083
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2084
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2085
                <child>
 
2086
                  <widget class="GtkTreeView" id="win_sel_tree">
 
2087
                    <property name="visible">True</property>
 
2088
                    <property name="can_focus">True</property>
 
2089
                    <property name="headers_visible">False</property>
 
2090
                  </widget>
 
2091
                </child>
 
2092
              </widget>
 
2093
              <packing>
 
2094
                <property name="position">2</property>
 
2095
              </packing>
 
2096
            </child>
 
2097
          </widget>
 
2098
          <packing>
 
2099
            <property name="position">2</property>
 
2100
          </packing>
 
2101
        </child>
 
2102
        <child internal-child="action_area">
 
2103
          <widget class="GtkHButtonBox" id="dialog-action_area8">
 
2104
            <property name="visible">True</property>
 
2105
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2106
            <child>
 
2107
              <widget class="GtkButton" id="cancelbutton5">
 
2108
                <property name="visible">True</property>
 
2109
                <property name="can_focus">True</property>
 
2110
                <property name="can_default">True</property>
 
2111
                <property name="label">gtk-cancel</property>
 
2112
                <property name="use_stock">True</property>
 
2113
                <property name="response_id">-6</property>
 
2114
                <signal name="clicked" handler="on_cancelbutton5_clicked"/>
 
2115
              </widget>
 
2116
            </child>
 
2117
            <child>
 
2118
              <widget class="GtkButton" id="okbutton6">
 
2119
                <property name="visible">True</property>
 
2120
                <property name="can_focus">True</property>
 
2121
                <property name="can_default">True</property>
 
2122
                <property name="label">gtk-ok</property>
 
2123
                <property name="use_stock">True</property>
 
2124
                <property name="response_id">-5</property>
 
2125
                <signal name="clicked" handler="on_okbutton6_clicked"/>
 
2126
              </widget>
 
2127
              <packing>
 
2128
                <property name="position">1</property>
 
2129
              </packing>
 
2130
            </child>
 
2131
          </widget>
 
2132
          <packing>
 
2133
            <property name="expand">False</property>
 
2134
            <property name="pack_type">GTK_PACK_END</property>
 
2135
          </packing>
 
2136
        </child>
 
2137
      </widget>
 
2138
    </child>
 
2139
  </widget>
 
2140
  <widget class="GtkDialog" id="win_dialog">
 
2141
    <property name="visible">True</property>
 
2142
    <property name="title" translatable="yes">OpenERP - Dialog</property>
 
2143
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2144
    <child internal-child="vbox">
 
2145
      <widget class="GtkVBox" id="dia_vbox_main">
 
2146
        <property name="visible">True</property>
 
2147
        <child>
 
2148
          <placeholder/>
 
2149
        </child>
 
2150
        <child internal-child="action_area">
 
2151
          <widget class="GtkHButtonBox" id="dia_hbox_button">
 
2152
            <property name="visible">True</property>
 
2153
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2154
          </widget>
 
2155
          <packing>
 
2156
            <property name="expand">False</property>
 
2157
            <property name="pack_type">GTK_PACK_END</property>
 
2158
          </packing>
 
2159
        </child>
 
2160
      </widget>
 
2161
    </child>
 
2162
  </widget>
 
2163
  <widget class="GtkDialog" id="win_field_pref">
 
2164
    <property name="width_request">440</property>
 
2165
    <property name="height_request">268</property>
 
2166
    <property name="title" translatable="yes">OpenERP, Field Preference target</property>
 
2167
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2168
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2169
    <child internal-child="vbox">
 
2170
      <widget class="GtkVBox" id="dialog-vbox8">
 
2171
        <property name="visible">True</property>
 
2172
        <child>
 
2173
          <widget class="GtkTable" id="table3">
 
2174
            <property name="visible">True</property>
 
2175
            <property name="border_width">4</property>
 
2176
            <property name="n_rows">5</property>
 
2177
            <property name="n_columns">2</property>
 
2178
            <property name="column_spacing">5</property>
 
2179
            <property name="row_spacing">4</property>
 
2180
            <child>
 
2181
              <widget class="GtkLabel" id="label64">
 
2182
                <property name="visible">True</property>
 
2183
                <property name="xalign">1</property>
 
2184
                <property name="label" translatable="yes">Default _value:</property>
 
2185
                <property name="use_underline">True</property>
 
2186
                <property name="mnemonic_widget">ent_value</property>
 
2187
              </widget>
 
2188
              <packing>
 
2189
                <property name="top_attach">2</property>
 
2190
                <property name="bottom_attach">3</property>
 
2191
                <property name="x_options">GTK_FILL</property>
 
2192
                <property name="y_options"></property>
 
2193
              </packing>
 
2194
            </child>
 
2195
            <child>
 
2196
              <widget class="GtkEntry" id="ent_value">
 
2197
                <property name="visible">True</property>
 
2198
                <property name="sensitive">False</property>
 
2199
                <property name="can_focus">True</property>
 
2200
                <property name="editable">False</property>
 
2201
              </widget>
 
2202
              <packing>
 
2203
                <property name="left_attach">1</property>
 
2204
                <property name="right_attach">2</property>
 
2205
                <property name="top_attach">2</property>
 
2206
                <property name="bottom_attach">3</property>
 
2207
                <property name="y_options"></property>
 
2208
              </packing>
 
2209
            </child>
 
2210
            <child>
 
2211
              <widget class="GtkEntry" id="ent_domain">
 
2212
                <property name="visible">True</property>
 
2213
                <property name="sensitive">False</property>
 
2214
                <property name="can_focus">True</property>
 
2215
                <property name="editable">False</property>
 
2216
              </widget>
 
2217
              <packing>
 
2218
                <property name="left_attach">1</property>
 
2219
                <property name="right_attach">2</property>
 
2220
                <property name="top_attach">1</property>
 
2221
                <property name="bottom_attach">2</property>
 
2222
                <property name="y_options"></property>
 
2223
              </packing>
 
2224
            </child>
 
2225
            <child>
 
2226
              <widget class="GtkEntry" id="ent_field">
 
2227
                <property name="visible">True</property>
 
2228
                <property name="sensitive">False</property>
 
2229
                <property name="can_focus">True</property>
 
2230
                <property name="editable">False</property>
 
2231
              </widget>
 
2232
              <packing>
 
2233
                <property name="left_attach">1</property>
 
2234
                <property name="right_attach">2</property>
 
2235
                <property name="y_options"></property>
 
2236
              </packing>
 
2237
            </child>
 
2238
            <child>
 
2239
              <widget class="GtkLabel" id="label66">
 
2240
                <property name="visible">True</property>
 
2241
                <property name="xalign">1</property>
 
2242
                <property name="label" translatable="yes">_Domain:</property>
 
2243
                <property name="use_underline">True</property>
 
2244
                <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
2245
                <property name="mnemonic_widget">ent_domain</property>
 
2246
              </widget>
 
2247
              <packing>
 
2248
                <property name="top_attach">1</property>
 
2249
                <property name="bottom_attach">2</property>
 
2250
                <property name="x_options">GTK_FILL</property>
 
2251
                <property name="y_options"></property>
 
2252
              </packing>
 
2253
            </child>
 
2254
            <child>
 
2255
              <widget class="GtkLabel" id="label63">
 
2256
                <property name="visible">True</property>
 
2257
                <property name="xalign">1</property>
 
2258
                <property name="label" translatable="yes">Field _Name:</property>
 
2259
                <property name="use_underline">True</property>
 
2260
                <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
2261
                <property name="mnemonic_widget">ent_field</property>
 
2262
              </widget>
 
2263
              <packing>
 
2264
                <property name="x_options">GTK_FILL</property>
 
2265
                <property name="y_options"></property>
 
2266
              </packing>
 
2267
            </child>
 
2268
            <child>
 
2269
              <widget class="GtkFrame" id="frame5">
 
2270
                <property name="visible">True</property>
 
2271
                <property name="label_xalign">0</property>
 
2272
                <child>
 
2273
                  <widget class="GtkAlignment" id="alignment12">
 
2274
                    <property name="visible">True</property>
 
2275
                    <property name="left_padding">12</property>
 
2276
                    <child>
 
2277
                      <widget class="GtkVBox" id="pref_vbox">
 
2278
                        <property name="visible">True</property>
 
2279
                        <child>
 
2280
                          <placeholder/>
 
2281
                        </child>
 
2282
                      </widget>
 
2283
                    </child>
 
2284
                  </widget>
 
2285
                </child>
 
2286
                <child>
 
2287
                  <widget class="GtkLabel" id="label115">
 
2288
                    <property name="visible">True</property>
 
2289
                    <property name="label" translatable="yes">&lt;b&gt;Value applicable if:&lt;/b&gt;</property>
 
2290
                    <property name="use_markup">True</property>
 
2291
                  </widget>
 
2292
                  <packing>
 
2293
                    <property name="type">label_item</property>
 
2294
                  </packing>
 
2295
                </child>
 
2296
              </widget>
 
2297
              <packing>
 
2298
                <property name="right_attach">2</property>
 
2299
                <property name="top_attach">4</property>
 
2300
                <property name="bottom_attach">5</property>
 
2301
              </packing>
 
2302
            </child>
 
2303
            <child>
 
2304
              <widget class="GtkFrame" id="frame6">
 
2305
                <property name="visible">True</property>
 
2306
                <property name="label_xalign">0</property>
 
2307
                <child>
 
2308
                  <widget class="GtkAlignment" id="alignment13">
 
2309
                    <property name="visible">True</property>
 
2310
                    <property name="left_padding">12</property>
 
2311
                    <child>
 
2312
                      <widget class="GtkHBox" id="hbox40">
 
2313
                        <property name="visible">True</property>
 
2314
                        <property name="border_width">6</property>
 
2315
                        <property name="homogeneous">True</property>
 
2316
                        <child>
 
2317
                          <widget class="GtkRadioButton" id="radio_user_pref">
 
2318
                            <property name="visible">True</property>
 
2319
                            <property name="can_focus">True</property>
 
2320
                            <property name="label" translatable="yes">_only for you</property>
 
2321
                            <property name="use_underline">True</property>
 
2322
                            <property name="response_id">0</property>
 
2323
                            <property name="draw_indicator">True</property>
 
2324
                          </widget>
 
2325
                          <packing>
 
2326
                            <property name="expand">False</property>
 
2327
                            <property name="fill">False</property>
 
2328
                          </packing>
 
2329
                        </child>
 
2330
                        <child>
 
2331
                          <widget class="GtkRadioButton" id="radiobutton2">
 
2332
                            <property name="visible">True</property>
 
2333
                            <property name="can_focus">True</property>
 
2334
                            <property name="label" translatable="yes">for _all users</property>
 
2335
                            <property name="use_underline">True</property>
 
2336
                            <property name="response_id">0</property>
 
2337
                            <property name="active">True</property>
 
2338
                            <property name="draw_indicator">True</property>
 
2339
                            <property name="group">radio_user_pref</property>
 
2340
                          </widget>
 
2341
                          <packing>
 
2342
                            <property name="expand">False</property>
 
2343
                            <property name="fill">False</property>
 
2344
                            <property name="position">1</property>
 
2345
                          </packing>
 
2346
                        </child>
 
2347
                      </widget>
 
2348
                    </child>
 
2349
                  </widget>
 
2350
                </child>
 
2351
                <child>
 
2352
                  <widget class="GtkLabel" id="label116">
 
2353
                    <property name="visible">True</property>
 
2354
                    <property name="label" translatable="yes">&lt;b&gt;Value applicable for:&lt;/b&gt;</property>
 
2355
                    <property name="use_markup">True</property>
 
2356
                  </widget>
 
2357
                  <packing>
 
2358
                    <property name="type">label_item</property>
 
2359
                  </packing>
 
2360
                </child>
 
2361
              </widget>
 
2362
              <packing>
 
2363
                <property name="right_attach">2</property>
 
2364
                <property name="top_attach">3</property>
 
2365
                <property name="bottom_attach">4</property>
 
2366
                <property name="y_options"></property>
 
2367
              </packing>
 
2368
            </child>
 
2369
          </widget>
 
2370
          <packing>
 
2371
            <property name="position">2</property>
 
2372
          </packing>
 
2373
        </child>
 
2374
        <child internal-child="action_area">
 
2375
          <widget class="GtkHButtonBox" id="dialog-action_area10">
 
2376
            <property name="visible">True</property>
 
2377
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2378
            <child>
 
2379
              <widget class="GtkButton" id="cancelbutton7">
 
2380
                <property name="visible">True</property>
 
2381
                <property name="can_focus">True</property>
 
2382
                <property name="can_default">True</property>
 
2383
                <property name="label">gtk-cancel</property>
 
2384
                <property name="use_stock">True</property>
 
2385
                <property name="response_id">-6</property>
 
2386
              </widget>
 
2387
            </child>
 
2388
            <child>
 
2389
              <widget class="GtkButton" id="okbutton8">
 
2390
                <property name="visible">True</property>
 
2391
                <property name="can_focus">True</property>
 
2392
                <property name="can_default">True</property>
 
2393
                <property name="label">gtk-ok</property>
 
2394
                <property name="use_stock">True</property>
 
2395
                <property name="response_id">-5</property>
 
2396
              </widget>
 
2397
              <packing>
 
2398
                <property name="position">1</property>
 
2399
              </packing>
 
2400
            </child>
 
2401
          </widget>
 
2402
          <packing>
 
2403
            <property name="expand">False</property>
 
2404
            <property name="pack_type">GTK_PACK_END</property>
 
2405
          </packing>
 
2406
        </child>
 
2407
      </widget>
 
2408
    </child>
 
2409
  </widget>
 
2410
  <widget class="GtkDialog" id="win_save_as">
 
2411
    <property name="width_request">723</property>
 
2412
    <property name="height_request">569</property>
 
2413
    <property name="title" translatable="yes">OpenERP - Export to CSV</property>
 
2414
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2415
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2416
    <child internal-child="vbox">
 
2417
      <widget class="GtkVBox" id="dialog-vbox9">
 
2418
        <property name="visible">True</property>
 
2419
        <child>
 
2420
          <widget class="GtkVBox" id="vbox15">
 
2421
            <property name="visible">True</property>
 
2422
            <child>
 
2423
              <widget class="GtkExpander" id="expander4">
 
2424
                <property name="visible">True</property>
 
2425
                <property name="can_focus">True</property>
 
2426
                <child>
 
2427
                  <widget class="GtkVBox" id="vbox63">
 
2428
                    <property name="visible">True</property>
 
2429
                    <child>
 
2430
                      <widget class="GtkHBox" id="hbox4">
 
2431
                        <property name="visible">True</property>
 
2432
                        <property name="homogeneous">True</property>
 
2433
                        <child>
 
2434
                          <widget class="GtkButton" id="button85">
 
2435
                            <property name="visible">True</property>
 
2436
                            <property name="can_focus">True</property>
 
2437
                            <property name="response_id">0</property>
 
2438
                            <signal name="clicked" handler="on_but_predefined_clicked"/>
 
2439
                            <child>
 
2440
                              <widget class="GtkAlignment" id="alignment46">
 
2441
                                <property name="visible">True</property>
 
2442
                                <property name="xscale">0</property>
 
2443
                                <property name="yscale">0</property>
 
2444
                                <child>
 
2445
                                  <widget class="GtkHBox" id="hbox69">
 
2446
                                    <property name="visible">True</property>
 
2447
                                    <property name="spacing">2</property>
 
2448
                                    <child>
 
2449
                                      <widget class="GtkImage" id="image2906">
 
2450
                                        <property name="visible">True</property>
 
2451
                                        <property name="stock">gtk-add</property>
 
2452
                                      </widget>
 
2453
                                      <packing>
 
2454
                                        <property name="expand">False</property>
 
2455
                                        <property name="fill">False</property>
 
2456
                                      </packing>
 
2457
                                    </child>
 
2458
                                    <child>
 
2459
                                      <widget class="GtkLabel" id="label264">
 
2460
                                        <property name="visible">True</property>
 
2461
                                        <property name="label" translatable="yes">Save List</property>
 
2462
                                        <property name="use_underline">True</property>
 
2463
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
 
2464
                                      </widget>
 
2465
                                      <packing>
 
2466
                                        <property name="expand">False</property>
 
2467
                                        <property name="fill">False</property>
 
2468
                                        <property name="position">1</property>
 
2469
                                      </packing>
 
2470
                                    </child>
 
2471
                                  </widget>
 
2472
                                </child>
 
2473
                              </widget>
 
2474
                            </child>
 
2475
                          </widget>
 
2476
                          <packing>
 
2477
                            <property name="expand">False</property>
 
2478
                            <property name="fill">False</property>
 
2479
                          </packing>
 
2480
                        </child>
 
2481
                        <child>
 
2482
                          <widget class="GtkButton" id="button11">
 
2483
                            <property name="visible">True</property>
 
2484
                            <property name="can_focus">True</property>
 
2485
                            <property name="response_id">0</property>
 
2486
                            <signal name="clicked" handler="on_but_delpredefined_clicked"/>
 
2487
                            <child>
 
2488
                              <widget class="GtkAlignment" id="alignment1">
 
2489
                                <property name="visible">True</property>
 
2490
                                <property name="xscale">0</property>
 
2491
                                <property name="yscale">0</property>
 
2492
                                <child>
 
2493
                                  <widget class="GtkHBox" id="hbox5">
 
2494
                                    <property name="visible">True</property>
 
2495
                                    <property name="spacing">2</property>
 
2496
                                    <child>
 
2497
                                      <widget class="GtkImage" id="image1">
 
2498
                                        <property name="visible">True</property>
 
2499
                                        <property name="stock">gtk-remove</property>
 
2500
                                      </widget>
 
2501
                                      <packing>
 
2502
                                        <property name="expand">False</property>
 
2503
                                        <property name="fill">False</property>
 
2504
                                      </packing>
 
2505
                                    </child>
 
2506
                                    <child>
 
2507
                                      <widget class="GtkLabel" id="label3">
 
2508
                                        <property name="visible">True</property>
 
2509
                                        <property name="label" translatable="yes">Remove List</property>
 
2510
                                        <property name="use_underline">True</property>
 
2511
                                        <property name="justify">GTK_JUSTIFY_CENTER</property>
 
2512
                                      </widget>
 
2513
                                      <packing>
 
2514
                                        <property name="expand">False</property>
 
2515
                                        <property name="fill">False</property>
 
2516
                                        <property name="position">1</property>
 
2517
                                      </packing>
 
2518
                                    </child>
 
2519
                                  </widget>
 
2520
                                </child>
 
2521
                              </widget>
 
2522
                            </child>
 
2523
                          </widget>
 
2524
                          <packing>
 
2525
                            <property name="expand">False</property>
 
2526
                            <property name="fill">False</property>
 
2527
                            <property name="position">1</property>
 
2528
                          </packing>
 
2529
                        </child>
 
2530
                      </widget>
 
2531
                    </child>
 
2532
                    <child>
 
2533
                      <widget class="GtkFrame" id="frame19">
 
2534
                        <property name="height_request">150</property>
 
2535
                        <property name="visible">True</property>
 
2536
                        <property name="border_width">2</property>
 
2537
                        <property name="label_xalign">0</property>
 
2538
                        <property name="shadow_type">GTK_SHADOW_NONE</property>
 
2539
                        <child>
 
2540
                          <widget class="GtkAlignment" id="alignment45">
 
2541
                            <property name="visible">True</property>
 
2542
                            <property name="left_padding">12</property>
 
2543
                            <child>
 
2544
                              <widget class="GtkScrolledWindow" id="scrolledwindow">
 
2545
                                <property name="visible">True</property>
 
2546
                                <property name="can_focus">True</property>
 
2547
                                <property name="border_width">2</property>
 
2548
                                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2549
                                <child>
 
2550
                                  <widget class="GtkViewport" id="predefined_exports">
 
2551
                                    <property name="visible">True</property>
 
2552
                                    <child>
 
2553
                                      <placeholder/>
 
2554
                                    </child>
 
2555
                                  </widget>
 
2556
                                </child>
 
2557
                              </widget>
 
2558
                            </child>
 
2559
                          </widget>
 
2560
                        </child>
 
2561
                        <child>
 
2562
                          <widget class="GtkLabel" id="label263">
 
2563
                            <property name="visible">True</property>
 
2564
                            <property name="label" translatable="yes">&lt;b&gt;Exports List&lt;/b&gt;</property>
 
2565
                            <property name="use_markup">True</property>
 
2566
                          </widget>
 
2567
                          <packing>
 
2568
                            <property name="type">label_item</property>
 
2569
                          </packing>
 
2570
                        </child>
 
2571
                      </widget>
 
2572
                      <packing>
 
2573
                        <property name="position">1</property>
 
2574
                      </packing>
 
2575
                    </child>
 
2576
                  </widget>
 
2577
                </child>
 
2578
                <child>
 
2579
                  <widget class="GtkLabel" id="label46574">
 
2580
                    <property name="visible">True</property>
 
2581
                    <property name="label" translatable="yes">&lt;b&gt;Predefined Exports&lt;/b&gt;</property>
 
2582
                    <property name="use_markup">True</property>
 
2583
                  </widget>
 
2584
                  <packing>
 
2585
                    <property name="type">label_item</property>
 
2586
                  </packing>
 
2587
                </child>
 
2588
              </widget>
 
2589
              <packing>
 
2590
                <property name="expand">False</property>
 
2591
                <property name="fill">False</property>
 
2592
              </packing>
 
2593
            </child>
 
2594
            <child>
 
2595
              <widget class="GtkHBox" id="hbox35">
 
2596
                <property name="visible">True</property>
 
2597
                <child>
 
2598
                  <widget class="GtkFrame" id="frame3">
 
2599
                    <property name="visible">True</property>
 
2600
                    <property name="label_xalign">0</property>
 
2601
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
 
2602
                    <child>
 
2603
                      <widget class="GtkAlignment" id="alignment6">
 
2604
                        <property name="visible">True</property>
 
2605
                        <property name="left_padding">12</property>
 
2606
                        <child>
 
2607
                          <widget class="GtkScrolledWindow" id="scrolledwindow10">
 
2608
                            <property name="visible">True</property>
 
2609
                            <property name="can_focus">True</property>
 
2610
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2611
                            <child>
 
2612
                              <widget class="GtkViewport" id="exp_vp1">
 
2613
                                <property name="visible">True</property>
 
2614
                                <child>
 
2615
                                  <placeholder/>
 
2616
                                </child>
 
2617
                              </widget>
 
2618
                            </child>
 
2619
                          </widget>
 
2620
                        </child>
 
2621
                      </widget>
 
2622
                    </child>
 
2623
                    <child>
 
2624
                      <widget class="GtkLabel" id="label109">
 
2625
                        <property name="visible">True</property>
 
2626
                        <property name="label" translatable="yes">Available Fields</property>
 
2627
                        <property name="use_markup">True</property>
 
2628
                      </widget>
 
2629
                      <packing>
 
2630
                        <property name="type">label_item</property>
 
2631
                      </packing>
 
2632
                    </child>
 
2633
                  </widget>
 
2634
                </child>
 
2635
                <child>
 
2636
                  <widget class="GtkVBox" id="vbox25">
 
2637
                    <property name="visible">True</property>
 
2638
                    <property name="border_width">5</property>
 
2639
                    <property name="spacing">2</property>
 
2640
                    <property name="homogeneous">True</property>
 
2641
                    <child>
 
2642
                      <widget class="GtkButton" id="but_select1">
 
2643
                        <property name="visible">True</property>
 
2644
                        <property name="can_focus">True</property>
 
2645
                        <property name="response_id">0</property>
 
2646
                        <signal name="clicked" handler="on_but_select_clicked"/>
 
2647
                        <child>
 
2648
                          <widget class="GtkAlignment" id="alignment8">
 
2649
                            <property name="visible">True</property>
 
2650
                            <property name="xscale">0</property>
 
2651
                            <property name="yscale">0</property>
 
2652
                            <child>
 
2653
                              <widget class="GtkHBox" id="hbox36">
 
2654
                                <property name="visible">True</property>
 
2655
                                <property name="spacing">2</property>
 
2656
                                <child>
 
2657
                                  <widget class="GtkImage" id="image353">
 
2658
                                    <property name="visible">True</property>
 
2659
                                    <property name="stock">gtk-go-forward</property>
 
2660
                                  </widget>
 
2661
                                  <packing>
 
2662
                                    <property name="expand">False</property>
 
2663
                                    <property name="fill">False</property>
 
2664
                                  </packing>
 
2665
                                </child>
 
2666
                                <child>
 
2667
                                  <widget class="GtkLabel" id="label111">
 
2668
                                    <property name="visible">True</property>
 
2669
                                    <property name="label" translatable="yes">_Add</property>
 
2670
                                    <property name="use_underline">True</property>
 
2671
                                  </widget>
 
2672
                                  <packing>
 
2673
                                    <property name="expand">False</property>
 
2674
                                    <property name="fill">False</property>
 
2675
                                    <property name="position">1</property>
 
2676
                                  </packing>
 
2677
                                </child>
 
2678
                              </widget>
 
2679
                            </child>
 
2680
                          </widget>
 
2681
                        </child>
 
2682
                      </widget>
 
2683
                      <packing>
 
2684
                        <property name="expand">False</property>
 
2685
                        <property name="fill">False</property>
 
2686
                      </packing>
 
2687
                    </child>
 
2688
                    <child>
 
2689
                      <widget class="GtkButton" id="but_unselect1">
 
2690
                        <property name="visible">True</property>
 
2691
                        <property name="can_focus">True</property>
 
2692
                        <property name="response_id">0</property>
 
2693
                        <signal name="clicked" handler="on_but_unselect_clicked"/>
 
2694
                        <child>
 
2695
                          <widget class="GtkAlignment" id="alignment9">
 
2696
                            <property name="visible">True</property>
 
2697
                            <property name="xscale">0</property>
 
2698
                            <property name="yscale">0</property>
 
2699
                            <child>
 
2700
                              <widget class="GtkHBox" id="hbox37">
 
2701
                                <property name="visible">True</property>
 
2702
                                <property name="spacing">2</property>
 
2703
                                <child>
 
2704
                                  <widget class="GtkImage" id="image354">
 
2705
                                    <property name="visible">True</property>
 
2706
                                    <property name="stock">gtk-go-back</property>
 
2707
                                  </widget>
 
2708
                                  <packing>
 
2709
                                    <property name="expand">False</property>
 
2710
                                    <property name="fill">False</property>
 
2711
                                  </packing>
 
2712
                                </child>
 
2713
                                <child>
 
2714
                                  <widget class="GtkLabel" id="label112">
 
2715
                                    <property name="visible">True</property>
 
2716
                                    <property name="label" translatable="yes">_Remove</property>
 
2717
                                    <property name="use_underline">True</property>
 
2718
                                  </widget>
 
2719
                                  <packing>
 
2720
                                    <property name="expand">False</property>
 
2721
                                    <property name="fill">False</property>
 
2722
                                    <property name="position">1</property>
 
2723
                                  </packing>
 
2724
                                </child>
 
2725
                              </widget>
 
2726
                            </child>
 
2727
                          </widget>
 
2728
                        </child>
 
2729
                      </widget>
 
2730
                      <packing>
 
2731
                        <property name="expand">False</property>
 
2732
                        <property name="fill">False</property>
 
2733
                        <property name="position">1</property>
 
2734
                      </packing>
 
2735
                    </child>
 
2736
                    <child>
 
2737
                      <widget class="GtkButton" id="but_unselect_all">
 
2738
                        <property name="visible">True</property>
 
2739
                        <property name="can_focus">True</property>
 
2740
                        <property name="response_id">0</property>
 
2741
                        <signal name="clicked" handler="on_but_unselect_all_clicked"/>
 
2742
                        <child>
 
2743
                          <widget class="GtkAlignment" id="alignment10">
 
2744
                            <property name="visible">True</property>
 
2745
                            <property name="xscale">0</property>
 
2746
                            <property name="yscale">0</property>
 
2747
                            <child>
 
2748
                              <widget class="GtkHBox" id="hbox38">
 
2749
                                <property name="visible">True</property>
 
2750
                                <property name="spacing">2</property>
 
2751
                                <child>
 
2752
                                  <widget class="GtkImage" id="image355">
 
2753
                                    <property name="visible">True</property>
 
2754
                                    <property name="stock">gtk-goto-first</property>
 
2755
                                  </widget>
 
2756
                                  <packing>
 
2757
                                    <property name="expand">False</property>
 
2758
                                    <property name="fill">False</property>
 
2759
                                  </packing>
 
2760
                                </child>
 
2761
                                <child>
 
2762
                                  <widget class="GtkLabel" id="label113">
 
2763
                                    <property name="visible">True</property>
 
2764
                                    <property name="label" translatable="yes">_Nothing</property>
 
2765
                                    <property name="use_underline">True</property>
 
2766
                                  </widget>
 
2767
                                  <packing>
 
2768
                                    <property name="expand">False</property>
 
2769
                                    <property name="fill">False</property>
 
2770
                                    <property name="position">1</property>
 
2771
                                  </packing>
 
2772
                                </child>
 
2773
                              </widget>
 
2774
                            </child>
 
2775
                          </widget>
 
2776
                        </child>
 
2777
                      </widget>
 
2778
                      <packing>
 
2779
                        <property name="expand">False</property>
 
2780
                        <property name="fill">False</property>
 
2781
                        <property name="position">2</property>
 
2782
                      </packing>
 
2783
                    </child>
 
2784
                  </widget>
 
2785
                  <packing>
 
2786
                    <property name="expand">False</property>
 
2787
                    <property name="position">1</property>
 
2788
                  </packing>
 
2789
                </child>
 
2790
                <child>
 
2791
                  <widget class="GtkFrame" id="frame4">
 
2792
                    <property name="visible">True</property>
 
2793
                    <property name="label_xalign">0</property>
 
2794
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
 
2795
                    <child>
 
2796
                      <widget class="GtkAlignment" id="alignment7">
 
2797
                        <property name="visible">True</property>
 
2798
                        <property name="left_padding">12</property>
 
2799
                        <child>
 
2800
                          <widget class="GtkScrolledWindow" id="scrolledwindow9">
 
2801
                            <property name="visible">True</property>
 
2802
                            <property name="can_focus">True</property>
 
2803
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2804
                            <child>
 
2805
                              <widget class="GtkViewport" id="exp_vp2">
 
2806
                                <property name="visible">True</property>
 
2807
                                <child>
 
2808
                                  <placeholder/>
 
2809
                                </child>
 
2810
                              </widget>
 
2811
                            </child>
 
2812
                          </widget>
 
2813
                        </child>
 
2814
                      </widget>
 
2815
                    </child>
 
2816
                    <child>
 
2817
                      <widget class="GtkLabel" id="label110">
 
2818
                        <property name="visible">True</property>
 
2819
                        <property name="label" translatable="yes">Fields to Export</property>
 
2820
                        <property name="use_markup">True</property>
 
2821
                      </widget>
 
2822
                      <packing>
 
2823
                        <property name="type">label_item</property>
 
2824
                      </packing>
 
2825
                    </child>
 
2826
                  </widget>
 
2827
                  <packing>
 
2828
                    <property name="position">2</property>
 
2829
                  </packing>
 
2830
                </child>
 
2831
              </widget>
 
2832
              <packing>
 
2833
                <property name="position">1</property>
 
2834
              </packing>
 
2835
            </child>
 
2836
            <child>
 
2837
              <widget class="GtkFrame" id="frame2">
 
2838
                <property name="visible">True</property>
 
2839
                <property name="border_width">2</property>
 
2840
                <property name="label_xalign">0</property>
 
2841
                <child>
 
2842
                  <widget class="GtkHBox" id="hbox55">
 
2843
                    <property name="visible">True</property>
 
2844
                    <property name="border_width">2</property>
 
2845
                    <property name="spacing">2</property>
 
2846
                    <child>
 
2847
                      <widget class="GtkComboBox" id="win_saveas_combo">
 
2848
                        <property name="visible">True</property>
 
2849
                        <property name="items" translatable="yes">Open in Excel
 
2850
Save as CSV</property>
 
2851
                      </widget>
 
2852
                    </child>
 
2853
                    <child>
 
2854
                      <widget class="GtkVSeparator" id="vseparator9">
 
2855
                        <property name="visible">True</property>
 
2856
                      </widget>
 
2857
                      <packing>
 
2858
                        <property name="expand">False</property>
 
2859
                        <property name="fill">False</property>
 
2860
                        <property name="padding">10</property>
 
2861
                        <property name="position">1</property>
 
2862
                      </packing>
 
2863
                    </child>
 
2864
                    <child>
 
2865
                      <widget class="GtkCheckButton" id="add_field_names_cb">
 
2866
                        <property name="visible">True</property>
 
2867
                        <property name="can_focus">True</property>
 
2868
                        <property name="label" translatable="yes">Add _field names</property>
 
2869
                        <property name="use_underline">True</property>
 
2870
                        <property name="response_id">0</property>
 
2871
                        <property name="active">True</property>
 
2872
                        <property name="draw_indicator">True</property>
 
2873
                      </widget>
 
2874
                      <packing>
 
2875
                        <property name="expand">False</property>
 
2876
                        <property name="fill">False</property>
 
2877
                        <property name="position">2</property>
 
2878
                      </packing>
 
2879
                    </child>
 
2880
                  </widget>
 
2881
                </child>
 
2882
                <child>
 
2883
                  <widget class="GtkLabel" id="label81">
 
2884
                    <property name="visible">True</property>
 
2885
                    <property name="label" translatable="yes">&lt;b&gt;Opti_ons&lt;/b&gt;</property>
 
2886
                    <property name="use_markup">True</property>
 
2887
                    <property name="use_underline">True</property>
 
2888
                  </widget>
 
2889
                  <packing>
 
2890
                    <property name="type">label_item</property>
 
2891
                  </packing>
 
2892
                </child>
 
2893
              </widget>
 
2894
              <packing>
 
2895
                <property name="expand">False</property>
 
2896
                <property name="fill">False</property>
 
2897
                <property name="position">2</property>
 
2898
              </packing>
 
2899
            </child>
 
2900
          </widget>
 
2901
          <packing>
 
2902
            <property name="position">2</property>
 
2903
          </packing>
 
2904
        </child>
 
2905
        <child internal-child="action_area">
 
2906
          <widget class="GtkHButtonBox" id="dialog-action_area11">
 
2907
            <property name="visible">True</property>
 
2908
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2909
            <child>
 
2910
              <widget class="GtkButton" id="cancelbutton8">
 
2911
                <property name="visible">True</property>
 
2912
                <property name="can_focus">True</property>
 
2913
                <property name="can_default">True</property>
 
2914
                <property name="label">gtk-cancel</property>
 
2915
                <property name="use_stock">True</property>
 
2916
                <property name="response_id">-6</property>
 
2917
              </widget>
 
2918
            </child>
 
2919
            <child>
 
2920
              <widget class="GtkButton" id="okbutton9">
 
2921
                <property name="visible">True</property>
 
2922
                <property name="can_focus">True</property>
 
2923
                <property name="can_default">True</property>
 
2924
                <property name="label">gtk-ok</property>
 
2925
                <property name="use_stock">True</property>
 
2926
                <property name="response_id">-5</property>
 
2927
              </widget>
 
2928
              <packing>
 
2929
                <property name="position">1</property>
 
2930
              </packing>
 
2931
            </child>
 
2932
          </widget>
 
2933
          <packing>
 
2934
            <property name="expand">False</property>
 
2935
            <property name="pack_type">GTK_PACK_END</property>
 
2936
          </packing>
 
2937
        </child>
 
2938
      </widget>
 
2939
    </child>
 
2940
  </widget>
 
2941
  <widget class="GtkDialog" id="win_search">
 
2942
    <property name="width_request">777</property>
 
2943
    <property name="height_request">500</property>
 
2944
    <property name="title" translatable="yes">OpenERP - Search</property>
 
2945
    <property name="modal">True</property>
 
2946
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2947
    <property name="default_width">777</property>
 
2948
    <property name="default_height">500</property>
 
2949
    <property name="destroy_with_parent">True</property>
 
2950
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2951
    <child internal-child="vbox">
 
2952
      <widget class="GtkVBox" id="dialog-vbox11">
 
2953
        <property name="visible">True</property>
 
2954
        <child>
 
2955
          <widget class="GtkHBox" id="search_hbox">
 
2956
            <property name="visible">True</property>
 
2957
            <child>
 
2958
              <placeholder/>
 
2959
            </child>
 
2960
          </widget>
 
2961
          <packing>
 
2962
            <property name="expand">False</property>
 
2963
            <property name="fill">False</property>
 
2964
            <property name="position">2</property>
 
2965
          </packing>
 
2966
        </child>
 
2967
        <child>
 
2968
          <widget class="GtkHSeparator" id="hseparator24">
 
2969
            <property name="visible">True</property>
 
2970
          </widget>
 
2971
          <packing>
 
2972
            <property name="expand">False</property>
 
2973
            <property name="position">3</property>
 
2974
          </packing>
 
2975
        </child>
 
2976
        <child>
 
2977
          <widget class="GtkScrolledWindow" id="search_sw">
 
2978
            <property name="visible">True</property>
 
2979
            <property name="can_focus">True</property>
 
2980
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2981
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
2982
            <child>
 
2983
              <placeholder/>
 
2984
            </child>
 
2985
          </widget>
 
2986
          <packing>
 
2987
            <property name="position">4</property>
 
2988
          </packing>
 
2989
        </child>
 
2990
        <child internal-child="action_area">
 
2991
          <widget class="GtkHButtonBox" id="dialog-action_area12">
 
2992
            <property name="visible">True</property>
 
2993
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2994
            <child>
 
2995
              <widget class="GtkButton" id="newbutton">
 
2996
                <property name="visible">True</property>
 
2997
                <property name="can_focus">True</property>
 
2998
                <property name="can_default">True</property>
 
2999
                <property name="label">gtk-new</property>
 
3000
                <property name="use_stock">True</property>
 
3001
                <property name="response_id">-3</property>
 
3002
              </widget>
 
3003
            </child>
 
3004
            <child>
 
3005
              <widget class="GtkButton" id="button81">
 
3006
                <property name="visible">True</property>
 
3007
                <property name="can_focus">True</property>
 
3008
                <property name="can_default">True</property>
 
3009
                <property name="has_default">True</property>
 
3010
                <property name="label">gtk-find</property>
 
3011
                <property name="use_stock">True</property>
 
3012
                <property name="response_id">-10</property>
 
3013
              </widget>
 
3014
              <packing>
 
3015
                <property name="position">1</property>
 
3016
              </packing>
 
3017
            </child>
 
3018
            <child>
 
3019
              <widget class="GtkButton" id="cancelbutton9">
 
3020
                <property name="visible">True</property>
 
3021
                <property name="can_focus">True</property>
 
3022
                <property name="can_default">True</property>
 
3023
                <property name="label">gtk-cancel</property>
 
3024
                <property name="use_stock">True</property>
 
3025
                <property name="response_id">-6</property>
 
3026
                <accelerator key="Escape" modifiers="" signal="clicked"/>
 
3027
              </widget>
 
3028
              <packing>
 
3029
                <property name="position">2</property>
 
3030
              </packing>
 
3031
            </child>
 
3032
            <child>
 
3033
              <widget class="GtkButton" id="okbutton10">
 
3034
                <property name="visible">True</property>
 
3035
                <property name="can_focus">True</property>
 
3036
                <property name="can_default">True</property>
 
3037
                <property name="label">gtk-ok</property>
 
3038
                <property name="use_stock">True</property>
 
3039
                <property name="response_id">-5</property>
 
3040
              </widget>
 
3041
              <packing>
 
3042
                <property name="position">3</property>
 
3043
              </packing>
 
3044
            </child>
 
3045
          </widget>
 
3046
          <packing>
 
3047
            <property name="expand">False</property>
 
3048
            <property name="pack_type">GTK_PACK_END</property>
 
3049
          </packing>
 
3050
        </child>
 
3051
      </widget>
 
3052
    </child>
 
3053
  </widget>
 
3054
  <widget class="GtkDialog" id="win_attach">
 
3055
    <property name="title" translatable="yes">OpenERP - Attachment</property>
 
3056
    <property name="modal">True</property>
 
3057
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
3058
    <property name="default_width">740</property>
 
3059
    <property name="default_height">590</property>
 
3060
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
3061
    <child internal-child="vbox">
 
3062
      <widget class="GtkVBox" id="dialog-vbox13">
 
3063
        <property name="visible">True</property>
 
3064
        <child>
 
3065
          <widget class="GtkVPaned" id="vpaned1">
 
3066
            <property name="visible">True</property>
 
3067
            <property name="can_focus">True</property>
 
3068
            <property name="position">432</property>
 
3069
            <child>
 
3070
              <widget class="GtkHPaned" id="hpaned2">
 
3071
                <property name="visible">True</property>
 
3072
                <property name="can_focus">True</property>
 
3073
                <property name="position">553</property>
 
3074
                <child>
 
3075
                  <widget class="GtkVBox" id="vbox29">
 
3076
                    <property name="visible">True</property>
 
3077
                    <child>
 
3078
                      <widget class="GtkLabel" id="attach_filename">
 
3079
                        <property name="visible">True</property>
 
3080
                        <property name="label" translatable="yes">Filename:</property>
 
3081
                      </widget>
 
3082
                      <packing>
 
3083
                        <property name="expand">False</property>
 
3084
                        <property name="fill">False</property>
 
3085
                      </packing>
 
3086
                    </child>
 
3087
                    <child>
 
3088
                      <widget class="GtkScrolledWindow" id="scrolledwindow22">
 
3089
                        <property name="visible">True</property>
 
3090
                        <property name="can_focus">True</property>
 
3091
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3092
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3093
                        <property name="shadow_type">GTK_SHADOW_IN</property>
 
3094
                        <child>
 
3095
                          <widget class="GtkViewport" id="viewport3">
 
3096
                            <property name="visible">True</property>
 
3097
                            <child>
 
3098
                              <widget class="GtkImage" id="attach_image">
 
3099
                                <property name="visible">True</property>
 
3100
                                <property name="stock">gtk-cancel</property>
 
3101
                                <property name="icon_size">6</property>
 
3102
                              </widget>
 
3103
                            </child>
 
3104
                          </widget>
 
3105
                        </child>
 
3106
                      </widget>
 
3107
                      <packing>
 
3108
                        <property name="position">1</property>
 
3109
                      </packing>
 
3110
                    </child>
 
3111
                  </widget>
 
3112
                  <packing>
 
3113
                    <property name="resize">False</property>
 
3114
                    <property name="shrink">True</property>
 
3115
                  </packing>
 
3116
                </child>
 
3117
                <child>
 
3118
                  <widget class="GtkVBox" id="vbox28">
 
3119
                    <property name="visible">True</property>
 
3120
                    <child>
 
3121
                      <widget class="GtkLabel" id="attach_title">
 
3122
                        <property name="visible">True</property>
 
3123
                        <property name="label" translatable="yes">Description:</property>
 
3124
                      </widget>
 
3125
                      <packing>
 
3126
                        <property name="expand">False</property>
 
3127
                        <property name="fill">False</property>
 
3128
                      </packing>
 
3129
                    </child>
 
3130
                    <child>
 
3131
                      <widget class="GtkScrolledWindow" id="scrolledwindow21">
 
3132
                        <property name="visible">True</property>
 
3133
                        <property name="can_focus">True</property>
 
3134
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3135
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3136
                        <property name="shadow_type">GTK_SHADOW_IN</property>
 
3137
                        <child>
 
3138
                          <widget class="GtkTextView" id="attach_tv">
 
3139
                            <property name="visible">True</property>
 
3140
                            <property name="can_focus">True</property>
 
3141
                          </widget>
 
3142
                        </child>
 
3143
                      </widget>
 
3144
                      <packing>
 
3145
                        <property name="position">1</property>
 
3146
                      </packing>
 
3147
                    </child>
 
3148
                    <child>
 
3149
                      <widget class="GtkButton" id="button86">
 
3150
                        <property name="visible">True</property>
 
3151
                        <property name="can_focus">True</property>
 
3152
                        <property name="response_id">0</property>
 
3153
                        <signal name="clicked" handler="comment_save"/>
 
3154
                        <child>
 
3155
                          <widget class="GtkAlignment" id="alignment48">
 
3156
                            <property name="visible">True</property>
 
3157
                            <property name="xscale">0</property>
 
3158
                            <property name="yscale">0</property>
 
3159
                            <child>
 
3160
                              <widget class="GtkHBox" id="hbox72">
 
3161
                                <property name="visible">True</property>
 
3162
                                <property name="spacing">2</property>
 
3163
                                <child>
 
3164
                                  <widget class="GtkImage" id="image3409">
 
3165
                                    <property name="visible">True</property>
 
3166
                                    <property name="stock">gtk-floppy</property>
 
3167
                                  </widget>
 
3168
                                  <packing>
 
3169
                                    <property name="expand">False</property>
 
3170
                                    <property name="fill">False</property>
 
3171
                                  </packing>
 
3172
                                </child>
 
3173
                                <child>
 
3174
                                  <widget class="GtkLabel" id="label273">
 
3175
                                    <property name="visible">True</property>
 
3176
                                    <property name="label" translatable="yes">Save text</property>
 
3177
                                    <property name="use_underline">True</property>
 
3178
                                  </widget>
 
3179
                                  <packing>
 
3180
                                    <property name="expand">False</property>
 
3181
                                    <property name="fill">False</property>
 
3182
                                    <property name="position">1</property>
 
3183
                                  </packing>
 
3184
                                </child>
 
3185
                              </widget>
 
3186
                            </child>
 
3187
                          </widget>
 
3188
                        </child>
 
3189
                      </widget>
 
3190
                      <packing>
 
3191
                        <property name="expand">False</property>
 
3192
                        <property name="fill">False</property>
 
3193
                        <property name="position">2</property>
 
3194
                      </packing>
 
3195
                    </child>
 
3196
                  </widget>
 
3197
                  <packing>
 
3198
                    <property name="resize">True</property>
 
3199
                    <property name="shrink">True</property>
 
3200
                  </packing>
 
3201
                </child>
 
3202
              </widget>
 
3203
              <packing>
 
3204
                <property name="resize">False</property>
 
3205
                <property name="shrink">True</property>
 
3206
              </packing>
 
3207
            </child>
 
3208
            <child>
 
3209
              <widget class="GtkHBox" id="attach_hbox">
 
3210
                <property name="height_request">470</property>
 
3211
                <property name="visible">True</property>
 
3212
                <child>
 
3213
                  <widget class="GtkVBox" id="vbox27">
 
3214
                    <property name="width_request">121</property>
 
3215
                    <property name="visible">True</property>
 
3216
                    <child>
 
3217
                      <widget class="GtkButton" id="attach_but_add">
 
3218
                        <property name="visible">True</property>
 
3219
                        <property name="can_focus">True</property>
 
3220
                        <property name="label">gtk-add</property>
 
3221
                        <property name="use_stock">True</property>
 
3222
                        <property name="focus_on_click">False</property>
 
3223
                        <property name="response_id">0</property>
 
3224
                        <signal name="clicked" handler="on_attach_but_add_activate"/>
 
3225
                      </widget>
 
3226
                      <packing>
 
3227
                        <property name="expand">False</property>
 
3228
                        <property name="fill">False</property>
 
3229
                      </packing>
 
3230
                    </child>
 
3231
                    <child>
 
3232
                      <widget class="GtkButton" id="attach_but_link">
 
3233
                        <property name="visible">True</property>
 
3234
                        <property name="can_focus">True</property>
 
3235
                        <property name="response_id">0</property>
 
3236
                        <signal name="clicked" handler="on_attach_but_link_activate"/>
 
3237
                        <child>
 
3238
                          <widget class="GtkAlignment" id="alignment26">
 
3239
                            <property name="width_request">78</property>
 
3240
                            <property name="visible">True</property>
 
3241
                            <property name="xscale">0</property>
 
3242
                            <property name="yscale">0</property>
 
3243
                            <child>
 
3244
                              <widget class="GtkHBox" id="hbox58">
 
3245
                                <property name="visible">True</property>
 
3246
                                <property name="spacing">2</property>
 
3247
                                <child>
 
3248
                                  <widget class="GtkImage" id="image1649">
 
3249
                                    <property name="visible">True</property>
 
3250
                                    <property name="stock">gtk-add</property>
 
3251
                                  </widget>
 
3252
                                  <packing>
 
3253
                                    <property name="expand">False</property>
 
3254
                                    <property name="fill">False</property>
 
3255
                                  </packing>
 
3256
                                </child>
 
3257
                                <child>
 
3258
                                  <widget class="GtkLabel" id="label160">
 
3259
                                    <property name="visible">True</property>
 
3260
                                    <property name="label">Add as link</property>
 
3261
                                    <property name="use_underline">True</property>
 
3262
                                  </widget>
 
3263
                                  <packing>
 
3264
                                    <property name="expand">False</property>
 
3265
                                    <property name="fill">False</property>
 
3266
                                    <property name="position">1</property>
 
3267
                                  </packing>
 
3268
                                </child>
 
3269
                              </widget>
 
3270
                            </child>
 
3271
                          </widget>
 
3272
                        </child>
 
3273
                      </widget>
 
3274
                      <packing>
 
3275
                        <property name="expand">False</property>
 
3276
                        <property name="fill">False</property>
 
3277
                        <property name="position">1</property>
 
3278
                      </packing>
 
3279
                    </child>
 
3280
                    <child>
 
3281
                      <widget class="GtkButton" id="attach_but_save">
 
3282
                        <property name="visible">True</property>
 
3283
                        <property name="can_focus">True</property>
 
3284
                        <property name="label">gtk-save-as</property>
 
3285
                        <property name="use_stock">True</property>
 
3286
                        <property name="response_id">0</property>
 
3287
                        <signal name="clicked" handler="on_attach_but_save_activate"/>
 
3288
                      </widget>
 
3289
                      <packing>
 
3290
                        <property name="expand">False</property>
 
3291
                        <property name="fill">False</property>
 
3292
                        <property name="position">2</property>
 
3293
                      </packing>
 
3294
                    </child>
 
3295
                    <child>
 
3296
                      <widget class="GtkButton" id="attach_but_del">
 
3297
                        <property name="visible">True</property>
 
3298
                        <property name="can_focus">True</property>
 
3299
                        <property name="label">gtk-delete</property>
 
3300
                        <property name="use_stock">True</property>
 
3301
                        <property name="response_id">0</property>
 
3302
                        <signal name="clicked" handler="on_attach_but_del_activate"/>
 
3303
                      </widget>
 
3304
                      <packing>
 
3305
                        <property name="expand">False</property>
 
3306
                        <property name="fill">False</property>
 
3307
                        <property name="position">3</property>
 
3308
                      </packing>
 
3309
                    </child>
 
3310
                  </widget>
 
3311
                  <packing>
 
3312
                    <property name="expand">False</property>
 
3313
                    <property name="fill">False</property>
 
3314
                  </packing>
 
3315
                </child>
 
3316
                <child>
 
3317
                  <widget class="GtkAlignment" id="alignment47">
 
3318
                    <property name="visible">True</property>
 
3319
                    <child>
 
3320
                      <widget class="GtkScrolledWindow" id="scrolledwindow41">
 
3321
                        <property name="visible">True</property>
 
3322
                        <property name="can_focus">True</property>
 
3323
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3324
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3325
                        <property name="shadow_type">GTK_SHADOW_IN</property>
 
3326
                        <child>
 
3327
                          <widget class="GtkViewport" id="vp_attach">
 
3328
                            <property name="visible">True</property>
 
3329
                            <child>
 
3330
                              <placeholder/>
 
3331
                            </child>
 
3332
                          </widget>
 
3333
                        </child>
 
3334
                      </widget>
 
3335
                    </child>
 
3336
                  </widget>
 
3337
                  <packing>
 
3338
                    <property name="position">1</property>
 
3339
                  </packing>
 
3340
                </child>
 
3341
              </widget>
 
3342
              <packing>
 
3343
                <property name="resize">True</property>
 
3344
                <property name="shrink">True</property>
 
3345
              </packing>
 
3346
            </child>
 
3347
          </widget>
 
3348
          <packing>
 
3349
            <property name="position">2</property>
 
3350
          </packing>
 
3351
        </child>
 
3352
        <child internal-child="action_area">
 
3353
          <widget class="GtkHButtonBox" id="dialog-action_area16">
 
3354
            <property name="visible">True</property>
 
3355
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
3356
            <child>
 
3357
              <widget class="GtkButton" id="okbutton13">
 
3358
                <property name="visible">True</property>
 
3359
                <property name="can_focus">True</property>
 
3360
                <property name="can_default">True</property>
 
3361
                <property name="label">gtk-close</property>
 
3362
                <property name="use_stock">True</property>
 
3363
                <property name="response_id">-7</property>
 
3364
              </widget>
 
3365
            </child>
 
3366
          </widget>
 
3367
          <packing>
 
3368
            <property name="expand">False</property>
 
3369
            <property name="pack_type">GTK_PACK_END</property>
 
3370
          </packing>
 
3371
        </child>
 
3372
      </widget>
 
3373
    </child>
 
3374
  </widget>
 
3375
  <widget class="GtkDialog" id="win_error">
 
3376
    <property name="title" translatable="yes">OpenERP - Error</property>
 
3377
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
3378
    <property name="default_width">700</property>
 
3379
    <property name="default_height">580</property>
 
3380
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
3381
    <child internal-child="vbox">
 
3382
      <widget class="GtkVBox" id="dialog-vbox10">
 
3383
        <property name="visible">True</property>
 
3384
        <child>
 
3385
          <widget class="GtkVBox" id="vbox22">
 
3386
            <property name="visible">True</property>
 
3387
            <child>
 
3388
              <widget class="GtkLabel" id="label101">
 
3389
                <property name="visible">True</property>
 
3390
                <property name="xalign">0.49000000953674316</property>
 
3391
                <property name="label" translatable="yes">Application Error!</property>
 
3392
              </widget>
 
3393
              <packing>
 
3394
                <property name="expand">False</property>
 
3395
                <property name="fill">False</property>
 
3396
              </packing>
 
3397
            </child>
 
3398
            <child>
 
3399
              <widget class="GtkHSeparator" id="hseparator16">
 
3400
                <property name="visible">True</property>
 
3401
              </widget>
 
3402
              <packing>
 
3403
                <property name="expand">False</property>
 
3404
                <property name="padding">5</property>
 
3405
                <property name="position">1</property>
 
3406
              </packing>
 
3407
            </child>
 
3408
            <child>
 
3409
              <widget class="GtkNotebook" id="notebook3">
 
3410
                <property name="visible">True</property>
 
3411
                <property name="can_focus">True</property>
 
3412
                <child>
 
3413
                  <widget class="GtkHBox" id="hbox33">
 
3414
                    <property name="visible">True</property>
 
3415
                    <child>
 
3416
                      <widget class="GtkImage" id="image168">
 
3417
                        <property name="visible">True</property>
 
3418
                        <property name="yalign">0.18000000715255737</property>
 
3419
                        <property name="stock">gtk-dialog-warning</property>
 
3420
                        <property name="icon_size">6</property>
 
3421
                      </widget>
 
3422
                      <packing>
 
3423
                        <property name="expand">False</property>
 
3424
                        <property name="padding">10</property>
 
3425
                      </packing>
 
3426
                    </child>
 
3427
                    <child>
 
3428
                      <widget class="GtkVBox" id="vbox61">
 
3429
                        <property name="visible">True</property>
 
3430
                        <child>
 
3431
                          <widget class="GtkScrolledWindow" id="scrolledwindow45">
 
3432
                            <property name="visible">True</property>
 
3433
                            <property name="can_focus">True</property>
 
3434
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3435
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3436
                            <child>
 
3437
                              <widget class="GtkViewport" id="viewport6">
 
3438
                                <property name="visible">True</property>
 
3439
                                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
3440
                                <child>
 
3441
                                  <widget class="GtkVBox" id="vbox60">
 
3442
                                    <property name="visible">True</property>
 
3443
                                    <property name="spacing">10</property>
 
3444
                                    <child>
 
3445
                                      <widget class="GtkLabel" id="error_title">
 
3446
                                        <property name="visible">True</property>
 
3447
                                        <property name="xalign">0</property>
 
3448
                                        <property name="xpad">254</property>
 
3449
                                        <property name="ypad">14</property>
 
3450
                                        <property name="label" translatable="yes">&lt;b&gt;Error 404&lt;/b&gt;</property>
 
3451
                                        <property name="use_markup">True</property>
 
3452
                                      </widget>
 
3453
                                      <packing>
 
3454
                                        <property name="expand">False</property>
 
3455
                                        <property name="fill">False</property>
 
3456
                                      </packing>
 
3457
                                    </child>
 
3458
                                    <child>
 
3459
                                      <widget class="GtkLabel" id="label107">
 
3460
                                        <property name="visible">True</property>
 
3461
                                        <property name="xalign">0</property>
 
3462
                                        <property name="yalign">0.40999999642372131</property>
 
3463
                                        <property name="xpad">10</property>
 
3464
                                        <property name="label" translatable="yes">&lt;b&gt;Error code:&lt;/b&gt;</property>
 
3465
                                        <property name="use_markup">True</property>
 
3466
                                        <property name="use_underline">True</property>
 
3467
                                        <property name="mnemonic_widget">scrolledwindow45</property>
 
3468
                                      </widget>
 
3469
                                      <packing>
 
3470
                                        <property name="expand">False</property>
 
3471
                                        <property name="fill">False</property>
 
3472
                                        <property name="position">1</property>
 
3473
                                      </packing>
 
3474
                                    </child>
 
3475
                                    <child>
 
3476
                                      <widget class="GtkLabel" id="error_info">
 
3477
                                        <property name="visible">True</property>
 
3478
                                        <property name="can_focus">True</property>
 
3479
                                        <property name="xalign">0</property>
 
3480
                                        <property name="xpad">10</property>
 
3481
                                        <property name="label" translatable="yes">This Page does not exist !
 
3482
Please retry</property>
 
3483
                                        <property name="selectable">True</property>
 
3484
                                      </widget>
 
3485
                                      <packing>
 
3486
                                        <property name="expand">False</property>
 
3487
                                        <property name="fill">False</property>
 
3488
                                        <property name="position">2</property>
 
3489
                                      </packing>
 
3490
                                    </child>
 
3491
                                  </widget>
 
3492
                                </child>
 
3493
                              </widget>
 
3494
                            </child>
 
3495
                          </widget>
 
3496
                        </child>
 
3497
                        <child>
 
3498
                          <widget class="GtkLabel" id="label132">
 
3499
                            <property name="visible">True</property>
 
3500
                            <property name="xalign">1</property>
 
3501
                            <property name="yalign">1</property>
 
3502
                            <property name="xpad">10</property>
 
3503
                            <property name="ypad">10</property>
 
3504
                            <property name="label" translatable="yes">&lt;i&gt;Click on the Support Request tab if you need more help !&lt;/i&gt;</property>
 
3505
                            <property name="use_markup">True</property>
 
3506
                          </widget>
 
3507
                          <packing>
 
3508
                            <property name="expand">False</property>
 
3509
                            <property name="position">1</property>
 
3510
                          </packing>
 
3511
                        </child>
 
3512
                      </widget>
 
3513
                      <packing>
 
3514
                        <property name="position">1</property>
 
3515
                      </packing>
 
3516
                    </child>
 
3517
                  </widget>
 
3518
                </child>
 
3519
                <child>
 
3520
                  <widget class="GtkLabel" id="label102">
 
3521
                    <property name="visible">True</property>
 
3522
                    <property name="xpad">5</property>
 
3523
                    <property name="label" translatable="yes">De_scription</property>
 
3524
                    <property name="use_underline">True</property>
 
3525
                  </widget>
 
3526
                  <packing>
 
3527
                    <property name="type">tab</property>
 
3528
                    <property name="tab_fill">False</property>
 
3529
                  </packing>
 
3530
                </child>
 
3531
                <child>
 
3532
                  <widget class="GtkScrolledWindow" id="scrolledwindow17">
 
3533
                    <property name="visible">True</property>
 
3534
                    <property name="can_focus">True</property>
 
3535
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3536
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3537
                    <child>
 
3538
                      <widget class="GtkViewport" id="viewport2">
 
3539
                        <property name="visible">True</property>
 
3540
                        <property name="shadow_type">GTK_SHADOW_NONE</property>
 
3541
                        <child>
 
3542
                          <widget class="GtkTextView" id="error_details">
 
3543
                            <property name="visible">True</property>
 
3544
                            <property name="can_focus">True</property>
 
3545
                            <property name="editable">False</property>
 
3546
                            <property name="left_margin">4</property>
 
3547
                            <property name="right_margin">4</property>
 
3548
                            <property name="cursor_visible">False</property>
 
3549
                            <property name="text" translatable="yes">Error details</property>
 
3550
                          </widget>
 
3551
                        </child>
 
3552
                      </widget>
 
3553
                    </child>
 
3554
                  </widget>
 
3555
                  <packing>
 
3556
                    <property name="position">1</property>
 
3557
                  </packing>
 
3558
                </child>
 
3559
                <child>
 
3560
                  <widget class="GtkLabel" id="label103">
 
3561
                    <property name="visible">True</property>
 
3562
                    <property name="xpad">5</property>
 
3563
                    <property name="label" translatable="yes">_Details</property>
 
3564
                    <property name="use_markup">True</property>
 
3565
                    <property name="use_underline">True</property>
 
3566
                  </widget>
 
3567
                  <packing>
 
3568
                    <property name="type">tab</property>
 
3569
                    <property name="position">1</property>
 
3570
                    <property name="tab_fill">False</property>
 
3571
                  </packing>
 
3572
                </child>
 
3573
                <child>
 
3574
                  <widget class="GtkScrolledWindow" id="scrolledwindow18">
 
3575
                    <property name="visible">True</property>
 
3576
                    <property name="can_focus">True</property>
 
3577
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3578
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3579
                    <child>
 
3580
                      <widget class="GtkViewport" id="viewport4">
 
3581
                        <property name="visible">True</property>
 
3582
                        <child>
 
3583
                          <widget class="GtkVBox" id="vbox1">
 
3584
                            <property name="visible">True</property>
 
3585
                            <child>
 
3586
                              <widget class="GtkLabel" id="label119">
 
3587
                                <property name="visible">True</property>
 
3588
                                <property name="xalign">0</property>
 
3589
                                <property name="xpad">10</property>
 
3590
                                <property name="ypad">10</property>
 
3591
                                <property name="label" translatable="yes">&lt;b&gt;Complete this form to submit your bug and/or request a support.&lt;/b&gt;
 
3592
&lt;i&gt;
 
3593
Your request will be send to OpenERP and we will reply you shortly.
 
3594
Note that we may not reply you if your Service Company is not a OpenERP partner.
 
3595
&lt;/i&gt;</property>
 
3596
                                <property name="use_markup">True</property>
 
3597
                              </widget>
 
3598
                              <packing>
 
3599
                                <property name="expand">False</property>
 
3600
                                <property name="fill">False</property>
 
3601
                              </packing>
 
3602
                            </child>
 
3603
                            <child>
 
3604
                              <widget class="GtkHSeparator" id="hseparator19">
 
3605
                                <property name="visible">True</property>
 
3606
                              </widget>
 
3607
                              <packing>
 
3608
                                <property name="expand">False</property>
 
3609
                                <property name="padding">3</property>
 
3610
                                <property name="position">1</property>
 
3611
                              </packing>
 
3612
                            </child>
 
3613
                            <child>
 
3614
                              <widget class="GtkTable" id="table6">
 
3615
                                <property name="visible">True</property>
 
3616
                                <property name="border_width">10</property>
 
3617
                                <property name="n_rows">8</property>
 
3618
                                <property name="n_columns">4</property>
 
3619
                                <property name="column_spacing">5</property>
 
3620
                                <property name="row_spacing">5</property>
 
3621
                                <child>
 
3622
                                  <widget class="GtkLabel" id="label120">
 
3623
                                    <property name="visible">True</property>
 
3624
                                    <property name="xalign">1</property>
 
3625
                                    <property name="label" translatable="yes">&lt;b&gt;Your name:&lt;/b&gt;</property>
 
3626
                                    <property name="use_markup">True</property>
 
3627
                                  </widget>
 
3628
                                  <packing>
 
3629
                                    <property name="top_attach">1</property>
 
3630
                                    <property name="bottom_attach">2</property>
 
3631
                                    <property name="x_options"></property>
 
3632
                                    <property name="y_options"></property>
 
3633
                                  </packing>
 
3634
                                </child>
 
3635
                                <child>
 
3636
                                  <widget class="GtkLabel" id="label121">
 
3637
                                    <property name="visible">True</property>
 
3638
                                    <property name="xalign">1</property>
 
3639
                                    <property name="label" translatable="yes">&lt;b&gt;Your Company:&lt;/b&gt;</property>
 
3640
                                    <property name="use_markup">True</property>
 
3641
                                  </widget>
 
3642
                                  <packing>
 
3643
                                    <property name="top_attach">2</property>
 
3644
                                    <property name="bottom_attach">3</property>
 
3645
                                    <property name="x_options"></property>
 
3646
                                    <property name="y_options"></property>
 
3647
                                  </packing>
 
3648
                                </child>
 
3649
                                <child>
 
3650
                                  <widget class="GtkLabel" id="label128">
 
3651
                                    <property name="visible">True</property>
 
3652
                                    <property name="xalign">1</property>
 
3653
                                    <property name="label" translatable="yes">&lt;b&gt;Your Email:&lt;/b&gt;</property>
 
3654
                                    <property name="use_markup">True</property>
 
3655
                                  </widget>
 
3656
                                  <packing>
 
3657
                                    <property name="top_attach">3</property>
 
3658
                                    <property name="bottom_attach">4</property>
 
3659
                                    <property name="x_options"></property>
 
3660
                                    <property name="y_options"></property>
 
3661
                                  </packing>
 
3662
                                </child>
 
3663
                                <child>
 
3664
                                  <widget class="GtkEntry" id="name_entry">
 
3665
                                    <property name="visible">True</property>
 
3666
                                    <property name="can_focus">True</property>
 
3667
                                  </widget>
 
3668
                                  <packing>
 
3669
                                    <property name="left_attach">1</property>
 
3670
                                    <property name="right_attach">4</property>
 
3671
                                    <property name="top_attach">1</property>
 
3672
                                    <property name="bottom_attach">2</property>
 
3673
                                    <property name="y_options"></property>
 
3674
                                  </packing>
 
3675
                                </child>
 
3676
                                <child>
 
3677
                                  <widget class="GtkEntry" id="company_entry">
 
3678
                                    <property name="visible">True</property>
 
3679
                                    <property name="can_focus">True</property>
 
3680
                                  </widget>
 
3681
                                  <packing>
 
3682
                                    <property name="left_attach">1</property>
 
3683
                                    <property name="right_attach">4</property>
 
3684
                                    <property name="top_attach">2</property>
 
3685
                                    <property name="bottom_attach">3</property>
 
3686
                                    <property name="y_options"></property>
 
3687
                                  </packing>
 
3688
                                </child>
 
3689
                                <child>
 
3690
                                  <widget class="GtkLabel" id="label125">
 
3691
                                    <property name="visible">True</property>
 
3692
                                    <property name="xalign">1</property>
 
3693
                                    <property name="yalign">0.019999999552965164</property>
 
3694
                                    <property name="label" translatable="yes">Explain what you did:</property>
 
3695
                                  </widget>
 
3696
                                  <packing>
 
3697
                                    <property name="top_attach">5</property>
 
3698
                                    <property name="bottom_attach">6</property>
 
3699
                                    <property name="x_options"></property>
 
3700
                                    <property name="y_options"></property>
 
3701
                                  </packing>
 
3702
                                </child>
 
3703
                                <child>
 
3704
                                  <widget class="GtkLabel" id="label130">
 
3705
                                    <property name="visible">True</property>
 
3706
                                    <property name="xalign">1</property>
 
3707
                                    <property name="yalign">0.019999999552965164</property>
 
3708
                                    <property name="label" translatable="yes">Others Comments:</property>
 
3709
                                  </widget>
 
3710
                                  <packing>
 
3711
                                    <property name="top_attach">6</property>
 
3712
                                    <property name="bottom_attach">7</property>
 
3713
                                    <property name="x_options"></property>
 
3714
                                    <property name="y_options"></property>
 
3715
                                  </packing>
 
3716
                                </child>
 
3717
                                <child>
 
3718
                                  <widget class="GtkScrolledWindow" id="scrolledwindow20">
 
3719
                                    <property name="visible">True</property>
 
3720
                                    <property name="can_focus">True</property>
 
3721
                                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3722
                                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3723
                                    <property name="shadow_type">GTK_SHADOW_IN</property>
 
3724
                                    <child>
 
3725
                                      <widget class="GtkTextView" id="remarks_textview">
 
3726
                                        <property name="visible">True</property>
 
3727
                                        <property name="can_focus">True</property>
 
3728
                                      </widget>
 
3729
                                    </child>
 
3730
                                  </widget>
 
3731
                                  <packing>
 
3732
                                    <property name="left_attach">1</property>
 
3733
                                    <property name="right_attach">4</property>
 
3734
                                    <property name="top_attach">6</property>
 
3735
                                    <property name="bottom_attach">7</property>
 
3736
                                    <property name="y_options"></property>
 
3737
                                  </packing>
 
3738
                                </child>
 
3739
                                <child>
 
3740
                                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
3741
                                    <property name="visible">True</property>
 
3742
                                    <property name="can_focus">True</property>
 
3743
                                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3744
                                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
3745
                                    <property name="shadow_type">GTK_SHADOW_IN</property>
 
3746
                                    <child>
 
3747
                                      <widget class="GtkTextView" id="explanation_textview">
 
3748
                                        <property name="visible">True</property>
 
3749
                                        <property name="can_focus">True</property>
 
3750
                                      </widget>
 
3751
                                    </child>
 
3752
                                  </widget>
 
3753
                                  <packing>
 
3754
                                    <property name="left_attach">1</property>
 
3755
                                    <property name="right_attach">4</property>
 
3756
                                    <property name="top_attach">5</property>
 
3757
                                    <property name="bottom_attach">6</property>
 
3758
                                    <property name="y_options"></property>
 
3759
                                  </packing>
 
3760
                                </child>
 
3761
                                <child>
 
3762
                                  <widget class="GtkHBox" id="hbox44">
 
3763
                                    <property name="visible">True</property>
 
3764
                                    <child>
 
3765
                                      <widget class="GtkButton" id="button_send">
 
3766
                                        <property name="visible">True</property>
 
3767
                                        <property name="can_focus">True</property>
 
3768
                                        <property name="response_id">0</property>
 
3769
                                        <signal name="clicked" handler="on_button_send_clicked"/>
 
3770
                                        <child>
 
3771
                                          <widget class="GtkAlignment" id="alignment16">
 
3772
                                            <property name="visible">True</property>
 
3773
                                            <property name="xscale">0</property>
 
3774
                                            <property name="yscale">0</property>
 
3775
                                            <child>
 
3776
                                              <widget class="GtkHBox" id="hbox43">
 
3777
                                                <property name="visible">True</property>
 
3778
                                                <property name="spacing">2</property>
 
3779
                                                <child>
 
3780
                                                  <widget class="GtkImage" id="image420">
 
3781
                                                    <property name="visible">True</property>
 
3782
                                                    <property name="stock">gtk-execute</property>
 
3783
                                                  </widget>
 
3784
                                                  <packing>
 
3785
                                                    <property name="expand">False</property>
 
3786
                                                    <property name="fill">False</property>
 
3787
                                                  </packing>
 
3788
                                                </child>
 
3789
                                                <child>
 
3790
                                                  <widget class="GtkLabel" id="label127">
 
3791
                                                    <property name="visible">True</property>
 
3792
                                                    <property name="label" translatable="yes">Send Support Request</property>
 
3793
                                                    <property name="use_underline">True</property>
 
3794
                                                  </widget>
 
3795
                                                  <packing>
 
3796
                                                    <property name="expand">False</property>
 
3797
                                                    <property name="fill">False</property>
 
3798
                                                    <property name="position">1</property>
 
3799
                                                  </packing>
 
3800
                                                </child>
 
3801
                                              </widget>
 
3802
                                            </child>
 
3803
                                          </widget>
 
3804
                                        </child>
 
3805
                                      </widget>
 
3806
                                      <packing>
 
3807
                                        <property name="expand">False</property>
 
3808
                                        <property name="fill">False</property>
 
3809
                                        <property name="pack_type">GTK_PACK_END</property>
 
3810
                                      </packing>
 
3811
                                    </child>
 
3812
                                  </widget>
 
3813
                                  <packing>
 
3814
                                    <property name="right_attach">4</property>
 
3815
                                    <property name="top_attach">7</property>
 
3816
                                    <property name="bottom_attach">8</property>
 
3817
                                    <property name="x_options"></property>
 
3818
                                    <property name="y_options"></property>
 
3819
                                  </packing>
 
3820
                                </child>
 
3821
                                <child>
 
3822
                                  <widget class="GtkLabel" id="label161">
 
3823
                                    <property name="visible">True</property>
 
3824
                                    <property name="xalign">1</property>
 
3825
                                    <property name="label" translatable="yes">&lt;b&gt;support contract id&lt;/b&gt;</property>
 
3826
                                    <property name="use_markup">True</property>
 
3827
                                  </widget>
 
3828
                                  <packing>
 
3829
                                    <property name="x_options"></property>
 
3830
                                    <property name="y_options"></property>
 
3831
                                  </packing>
 
3832
                                </child>
 
3833
                                <child>
 
3834
                                  <widget class="GtkEntry" id="id_entry">
 
3835
                                    <property name="visible">True</property>
 
3836
                                    <property name="can_focus">True</property>
 
3837
                                  </widget>
 
3838
                                  <packing>
 
3839
                                    <property name="left_attach">1</property>
 
3840
                                    <property name="right_attach">4</property>
 
3841
                                    <property name="y_options"></property>
 
3842
                                  </packing>
 
3843
                                </child>
 
3844
                                <child>
 
3845
                                  <widget class="GtkComboBoxEntry" id="urgency_combo">
 
3846
                                    <property name="visible">True</property>
 
3847
                                    <property name="items" translatable="yes">Not Urgent
 
3848
Medium
 
3849
Urgent
 
3850
Very Urgent</property>
 
3851
                                    <child internal-child="entry">
 
3852
                                      <widget class="GtkEntry" id="comboboxentry-entry4">
 
3853
                                      </widget>
 
3854
                                    </child>
 
3855
                                  </widget>
 
3856
                                  <packing>
 
3857
                                    <property name="left_attach">3</property>
 
3858
                                    <property name="right_attach">4</property>
 
3859
                                    <property name="top_attach">4</property>
 
3860
                                    <property name="bottom_attach">5</property>
 
3861
                                    <property name="x_options"></property>
 
3862
                                    <property name="y_options"></property>
 
3863
                                  </packing>
 
3864
                                </child>
 
3865
                                <child>
 
3866
                                  <widget class="GtkLabel" id="label131">
 
3867
                                    <property name="visible">True</property>
 
3868
                                    <property name="xalign">1</property>
 
3869
                                    <property name="label" translatable="yes">Emergency:</property>
 
3870
                                  </widget>
 
3871
                                  <packing>
 
3872
                                    <property name="left_attach">2</property>
 
3873
                                    <property name="right_attach">3</property>
 
3874
                                    <property name="top_attach">4</property>
 
3875
                                    <property name="bottom_attach">5</property>
 
3876
                                    <property name="x_options"></property>
 
3877
                                    <property name="y_options"></property>
 
3878
                                  </packing>
 
3879
                                </child>
 
3880
                                <child>
 
3881
                                  <widget class="GtkLabel" id="label129">
 
3882
                                    <property name="visible">True</property>
 
3883
                                    <property name="xalign">1</property>
 
3884
                                    <property name="label" translatable="yes">Phone Number:</property>
 
3885
                                  </widget>
 
3886
                                  <packing>
 
3887
                                    <property name="top_attach">4</property>
 
3888
                                    <property name="bottom_attach">5</property>
 
3889
                                    <property name="x_options"></property>
 
3890
                                    <property name="y_options"></property>
 
3891
                                  </packing>
 
3892
                                </child>
 
3893
                                <child>
 
3894
                                  <widget class="GtkEntry" id="phone_entry">
 
3895
                                    <property name="visible">True</property>
 
3896
                                    <property name="can_focus">True</property>
 
3897
                                  </widget>
 
3898
                                  <packing>
 
3899
                                    <property name="left_attach">1</property>
 
3900
                                    <property name="right_attach">2</property>
 
3901
                                    <property name="top_attach">4</property>
 
3902
                                    <property name="bottom_attach">5</property>
 
3903
                                    <property name="y_options"></property>
 
3904
                                  </packing>
 
3905
                                </child>
 
3906
                                <child>
 
3907
                                  <widget class="GtkEntry" id="email_entry">
 
3908
                                    <property name="visible">True</property>
 
3909
                                    <property name="can_focus">True</property>
 
3910
                                  </widget>
 
3911
                                  <packing>
 
3912
                                    <property name="left_attach">1</property>
 
3913
                                    <property name="right_attach">4</property>
 
3914
                                    <property name="top_attach">3</property>
 
3915
                                    <property name="bottom_attach">4</property>
 
3916
                                    <property name="y_options"></property>
 
3917
                                  </packing>
 
3918
                                </child>
 
3919
                              </widget>
 
3920
                              <packing>
 
3921
                                <property name="position">2</property>
 
3922
                              </packing>
 
3923
                            </child>
 
3924
                          </widget>
 
3925
                        </child>
 
3926
                      </widget>
 
3927
                    </child>
 
3928
                  </widget>
 
3929
                  <packing>
 
3930
                    <property name="position">2</property>
 
3931
                    <property name="tab_fill">False</property>
 
3932
                  </packing>
 
3933
                </child>
 
3934
                <child>
 
3935
                  <widget class="GtkLabel" id="label106">
 
3936
                    <property name="width_request">138</property>
 
3937
                    <property name="visible">True</property>
 
3938
                    <property name="xalign">0</property>
 
3939
                    <property name="yalign">0</property>
 
3940
                    <property name="xpad">5</property>
 
3941
                    <property name="label" translatable="yes">&lt;b&gt;_Support Request&lt;/b&gt;</property>
 
3942
                    <property name="use_markup">True</property>
 
3943
                    <property name="use_underline">True</property>
 
3944
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
3945
                  </widget>
 
3946
                  <packing>
 
3947
                    <property name="type">tab</property>
 
3948
                    <property name="position">2</property>
 
3949
                    <property name="tab_fill">False</property>
 
3950
                  </packing>
 
3951
                </child>
 
3952
              </widget>
 
3953
              <packing>
 
3954
                <property name="position">2</property>
 
3955
              </packing>
 
3956
            </child>
 
3957
          </widget>
 
3958
          <packing>
 
3959
            <property name="position">2</property>
 
3960
          </packing>
 
3961
        </child>
 
3962
        <child internal-child="action_area">
 
3963
          <widget class="GtkHButtonBox" id="dialog-action_area13">
 
3964
            <property name="visible">True</property>
 
3965
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
3966
            <child>
 
3967
              <widget class="GtkButton" id="closebutton">
 
3968
                <property name="visible">True</property>
 
3969
                <property name="can_focus">True</property>
 
3970
                <property name="can_default">True</property>
 
3971
                <property name="label">gtk-close</property>
 
3972
                <property name="use_stock">True</property>
 
3973
                <property name="response_id">-7</property>
 
3974
                <signal name="clicked" handler="on_closebutton_clicked"/>
 
3975
              </widget>
 
3976
            </child>
 
3977
          </widget>
 
3978
          <packing>
 
3979
            <property name="expand">False</property>
 
3980
            <property name="pack_type">GTK_PACK_END</property>
 
3981
          </packing>
 
3982
        </child>
 
3983
      </widget>
 
3984
    </child>
 
3985
  </widget>
 
3986
  <widget class="GtkDialog" id="win_preference">
 
3987
    <property name="width_request">600</property>
 
3988
    <property name="title" translatable="yes">OpenERP - Preferences</property>
 
3989
    <property name="modal">True</property>
 
3990
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
3991
    <property name="default_height">500</property>
 
3992
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
3993
    <child internal-child="vbox">
 
3994
      <widget class="GtkVBox" id="dialog-vbox18">
 
3995
        <property name="visible">True</property>
 
3996
        <child>
 
3997
          <widget class="GtkVBox" id="preference_vbox">
 
3998
            <property name="visible">True</property>
 
3999
            <child>
 
4000
              <widget class="GtkLabel" id="label117">
 
4001
                <property name="visible">True</property>
 
4002
                <property name="label" translatable="yes">&lt;b&gt;User preferences&lt;/b&gt;</property>
 
4003
                <property name="use_markup">True</property>
 
4004
                <property name="use_underline">True</property>
 
4005
                <property name="justify">GTK_JUSTIFY_CENTER</property>
 
4006
              </widget>
 
4007
              <packing>
 
4008
                <property name="expand">False</property>
 
4009
                <property name="fill">False</property>
 
4010
              </packing>
 
4011
            </child>
 
4012
            <child>
 
4013
              <widget class="GtkHSeparator" id="hseparator18">
 
4014
                <property name="visible">True</property>
 
4015
              </widget>
 
4016
              <packing>
 
4017
                <property name="expand">False</property>
 
4018
                <property name="padding">5</property>
 
4019
                <property name="position">1</property>
 
4020
              </packing>
 
4021
            </child>
 
4022
            <child>
 
4023
              <placeholder/>
 
4024
            </child>
 
4025
          </widget>
 
4026
          <packing>
 
4027
            <property name="position">2</property>
 
4028
          </packing>
 
4029
        </child>
 
4030
        <child internal-child="action_area">
 
4031
          <widget class="GtkHButtonBox" id="dialog-action_area18">
 
4032
            <property name="visible">True</property>
 
4033
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
4034
            <child>
 
4035
              <widget class="GtkButton" id="cancelbutton12">
 
4036
                <property name="visible">True</property>
 
4037
                <property name="can_focus">True</property>
 
4038
                <property name="can_default">True</property>
 
4039
                <property name="label">gtk-cancel</property>
 
4040
                <property name="use_stock">True</property>
 
4041
                <property name="response_id">-6</property>
 
4042
              </widget>
 
4043
            </child>
 
4044
            <child>
 
4045
              <widget class="GtkButton" id="okbutton14">
 
4046
                <property name="visible">True</property>
 
4047
                <property name="can_focus">True</property>
 
4048
                <property name="can_default">True</property>
 
4049
                <property name="has_default">True</property>
 
4050
                <property name="label">gtk-ok</property>
 
4051
                <property name="use_stock">True</property>
 
4052
                <property name="response_id">-5</property>
 
4053
              </widget>
 
4054
              <packing>
 
4055
                <property name="position">1</property>
 
4056
              </packing>
 
4057
            </child>
 
4058
          </widget>
 
4059
          <packing>
 
4060
            <property name="expand">False</property>
 
4061
            <property name="pack_type">GTK_PACK_END</property>
 
4062
          </packing>
 
4063
        </child>
 
4064
      </widget>
 
4065
    </child>
 
4066
  </widget>
 
4067
  <widget class="GtkDialog" id="win_tips">
 
4068
    <property name="title" translatable="yes">Tip of the Day</property>
 
4069
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
4070
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
4071
    <property name="has_separator">False</property>
 
4072
    <child internal-child="vbox">
 
4073
      <widget class="GtkVBox" id="dialog-vbox16">
 
4074
        <property name="visible">True</property>
 
4075
        <child>
 
4076
          <widget class="GtkVBox" id="vbox31">
 
4077
            <property name="visible">True</property>
 
4078
            <child>
 
4079
              <widget class="GtkImage" id="tip_image_tinyerp">
 
4080
                <property name="width_request">500</property>
 
4081
                <property name="height_request">71</property>
 
4082
                <property name="visible">True</property>
 
4083
                <property name="stock">gtk-missing-image</property>
 
4084
              </widget>
 
4085
              <packing>
 
4086
                <property name="expand">False</property>
 
4087
              </packing>
 
4088
            </child>
 
4089
            <child>
 
4090
              <widget class="GtkLabel" id="tip_label">
 
4091
                <property name="visible">True</property>
 
4092
                <property name="use_markup">True</property>
 
4093
                <property name="wrap">True</property>
 
4094
              </widget>
 
4095
              <packing>
 
4096
                <property name="position">1</property>
 
4097
              </packing>
 
4098
            </child>
 
4099
            <child>
 
4100
              <widget class="GtkHSeparator" id="hseparator23">
 
4101
                <property name="visible">True</property>
 
4102
              </widget>
 
4103
              <packing>
 
4104
                <property name="expand">False</property>
 
4105
                <property name="fill">False</property>
 
4106
                <property name="padding">3</property>
 
4107
                <property name="position">3</property>
 
4108
              </packing>
 
4109
            </child>
 
4110
            <child>
 
4111
              <widget class="GtkCheckButton" id="tip_checkbutton">
 
4112
                <property name="visible">True</property>
 
4113
                <property name="can_focus">True</property>
 
4114
                <property name="border_width">5</property>
 
4115
                <property name="label" translatable="yes">_Display a new tip next time?</property>
 
4116
                <property name="use_underline">True</property>
 
4117
                <property name="focus_on_click">False</property>
 
4118
                <property name="response_id">0</property>
 
4119
                <property name="active">True</property>
 
4120
                <property name="draw_indicator">True</property>
 
4121
              </widget>
 
4122
              <packing>
 
4123
                <property name="expand">False</property>
 
4124
                <property name="fill">False</property>
 
4125
                <property name="pack_type">GTK_PACK_END</property>
 
4126
                <property name="position">2</property>
 
4127
              </packing>
 
4128
            </child>
 
4129
          </widget>
 
4130
          <packing>
 
4131
            <property name="position">1</property>
 
4132
          </packing>
 
4133
        </child>
 
4134
        <child internal-child="action_area">
 
4135
          <widget class="GtkHButtonBox" id="dialog-action_area19">
 
4136
            <property name="visible">True</property>
 
4137
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
4138
            <child>
 
4139
              <widget class="GtkButton" id="but_previous1">
 
4140
                <property name="visible">True</property>
 
4141
                <property name="can_focus">True</property>
 
4142
                <property name="can_default">True</property>
 
4143
                <property name="relief">GTK_RELIEF_NONE</property>
 
4144
                <property name="response_id">0</property>
 
4145
                <signal name="clicked" handler="on_but_previous_activate"/>
 
4146
                <child>
 
4147
                  <widget class="GtkAlignment" id="alignment17">
 
4148
                    <property name="visible">True</property>
 
4149
                    <property name="xscale">0</property>
 
4150
                    <property name="yscale">0</property>
 
4151
                    <child>
 
4152
                      <widget class="GtkHBox" id="hbox45">
 
4153
                        <property name="visible">True</property>
 
4154
                        <property name="spacing">2</property>
 
4155
                        <child>
 
4156
                          <widget class="GtkImage" id="image630">
 
4157
                            <property name="visible">True</property>
 
4158
                            <property name="stock">gtk-go-back</property>
 
4159
                          </widget>
 
4160
                          <packing>
 
4161
                            <property name="expand">False</property>
 
4162
                            <property name="fill">False</property>
 
4163
                          </packing>
 
4164
                        </child>
 
4165
                        <child>
 
4166
                          <widget class="GtkLabel" id="label135">
 
4167
                            <property name="visible">True</property>
 
4168
                            <property name="label" translatable="yes">Pre_vious Tip</property>
 
4169
                            <property name="use_underline">True</property>
 
4170
                          </widget>
 
4171
                          <packing>
 
4172
                            <property name="expand">False</property>
 
4173
                            <property name="fill">False</property>
 
4174
                            <property name="position">1</property>
 
4175
                          </packing>
 
4176
                        </child>
 
4177
                      </widget>
 
4178
                    </child>
 
4179
                  </widget>
 
4180
                </child>
 
4181
              </widget>
 
4182
            </child>
 
4183
            <child>
 
4184
              <widget class="GtkButton" id="but_next1">
 
4185
                <property name="visible">True</property>
 
4186
                <property name="can_focus">True</property>
 
4187
                <property name="can_default">True</property>
 
4188
                <property name="relief">GTK_RELIEF_NONE</property>
 
4189
                <property name="focus_on_click">False</property>
 
4190
                <property name="response_id">0</property>
 
4191
                <signal name="clicked" handler="on_but_next_activate"/>
 
4192
                <child>
 
4193
                  <widget class="GtkAlignment" id="alignment18">
 
4194
                    <property name="visible">True</property>
 
4195
                    <property name="xscale">0</property>
 
4196
                    <property name="yscale">0</property>
 
4197
                    <child>
 
4198
                      <widget class="GtkHBox" id="hbox46">
 
4199
                        <property name="visible">True</property>
 
4200
                        <property name="spacing">2</property>
 
4201
                        <child>
 
4202
                          <widget class="GtkImage" id="image631">
 
4203
                            <property name="visible">True</property>
 
4204
                            <property name="stock">gtk-go-forward</property>
 
4205
                          </widget>
 
4206
                          <packing>
 
4207
                            <property name="expand">False</property>
 
4208
                            <property name="fill">False</property>
 
4209
                          </packing>
 
4210
                        </child>
 
4211
                        <child>
 
4212
                          <widget class="GtkLabel" id="but_nextdffsdfsdfds">
 
4213
                            <property name="visible">True</property>
 
4214
                            <property name="label" translatable="yes">Ne_xt Tip</property>
 
4215
                            <property name="use_underline">True</property>
 
4216
                          </widget>
 
4217
                          <packing>
 
4218
                            <property name="expand">False</property>
 
4219
                            <property name="fill">False</property>
 
4220
                            <property name="position">1</property>
 
4221
                          </packing>
 
4222
                        </child>
 
4223
                      </widget>
 
4224
                    </child>
 
4225
                  </widget>
 
4226
                </child>
 
4227
              </widget>
 
4228
              <packing>
 
4229
                <property name="position">1</property>
 
4230
              </packing>
 
4231
            </child>
 
4232
            <child>
 
4233
              <widget class="GtkButton" id="but_close1">
 
4234
                <property name="visible">True</property>
 
4235
                <property name="can_focus">True</property>
 
4236
                <property name="has_focus">True</property>
 
4237
                <property name="can_default">True</property>
 
4238
                <property name="has_default">True</property>
 
4239
                <property name="label">gtk-close</property>
 
4240
                <property name="use_stock">True</property>
 
4241
                <property name="response_id">-7</property>
 
4242
                <signal name="clicked" handler="on_but_close_activate"/>
 
4243
              </widget>
 
4244
              <packing>
 
4245
                <property name="position">2</property>
 
4246
              </packing>
 
4247
            </child>
 
4248
          </widget>
 
4249
          <packing>
 
4250
            <property name="expand">False</property>
 
4251
            <property name="pack_type">GTK_PACK_END</property>
 
4252
          </packing>
 
4253
        </child>
 
4254
      </widget>
 
4255
    </child>
 
4256
  </widget>
 
4257
  <widget class="GtkDialog" id="win_licence">
 
4258
    <property name="width_request">484</property>
 
4259
    <property name="height_request">358</property>
 
4260
    <property name="title" translatable="yes">OpenERP - License</property>
 
4261
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
4262
    <property name="default_width">500</property>
 
4263
    <property name="default_height">500</property>
 
4264
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
4265
    <child internal-child="vbox">
 
4266
      <widget class="GtkVBox" id="vbox32">
 
4267
        <property name="visible">True</property>
 
4268
        <child>
 
4269
          <widget class="GtkVBox" id="vbox33">
 
4270
            <property name="visible">True</property>
 
4271
            <child>
 
4272
              <widget class="GtkLabel" id="label137">
 
4273
                <property name="visible">True</property>
 
4274
                <property name="xpad">5</property>
 
4275
                <property name="label" translatable="yes">OpenERP license</property>
 
4276
                <property name="justify">GTK_JUSTIFY_CENTER</property>
 
4277
                <property name="wrap">True</property>
 
4278
              </widget>
 
4279
              <packing>
 
4280
                <property name="expand">False</property>
 
4281
                <property name="fill">False</property>
 
4282
                <property name="padding">2</property>
 
4283
              </packing>
 
4284
            </child>
 
4285
            <child>
 
4286
              <widget class="GtkHSeparator" id="hseparator20">
 
4287
                <property name="visible">True</property>
 
4288
              </widget>
 
4289
              <packing>
 
4290
                <property name="expand">False</property>
 
4291
                <property name="padding">2</property>
 
4292
                <property name="position">1</property>
 
4293
              </packing>
 
4294
            </child>
 
4295
            <child>
 
4296
              <widget class="GtkScrolledWindow" id="scrolledwindow30">
 
4297
                <property name="visible">True</property>
 
4298
                <property name="can_focus">True</property>
 
4299
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
4300
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
4301
                <property name="window_placement">GTK_CORNER_BOTTOM_LEFT</property>
 
4302
                <child>
 
4303
                  <widget class="GtkTextView" id="textview11">
 
4304
                    <property name="visible">True</property>
 
4305
                    <property name="can_focus">True</property>
 
4306
                    <property name="editable">False</property>
 
4307
                    <property name="wrap_mode">GTK_WRAP_WORD</property>
 
4308
                    <property name="left_margin">5</property>
 
4309
                    <property name="right_margin">5</property>
 
4310
                    <property name="indent">25</property>
 
4311
                    <property name="cursor_visible">False</property>
 
4312
                    <property name="text">            GNU GENERAL PUBLIC LICENSE
 
4313
               Version 2, June 1991
 
4314
 
 
4315
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
 
4316
 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
4317
 Everyone is permitted to copy and distribute verbatim copies
 
4318
 of this license document, but changing it is not allowed.
 
4319
 
 
4320
                Preamble
 
4321
 
 
4322
  The licenses for most software are designed to take away your freedom to share and change it.  By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.  This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it.  (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.)  You can apply it to your programs, too.
 
4323
 
 
4324
  When we speak of free software, we are referring to freedom, not price.  Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.
 
4325
 
 
4326
  To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.
 
4327
 
 
4328
  For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have.  You must make sure that they, too, receive or can get the source code.  And you must show them these terms so they know their rights.
 
4329
 
 
4330
  We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.
 
4331
 
 
4332
  Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software.  If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.
 
4333
 
 
4334
  Finally, any free program is threatened constantly by software patents.  We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary.  To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.
 
4335
 
 
4336
  The precise terms and conditions for copying, distribution and modification follow.
 
4337
 
 
4338
            GNU GENERAL PUBLIC LICENSE
 
4339
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
4340
 
 
4341
  0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.  The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language.  (Hereinafter, translation is included without limitation in the term "modification".)  Each licensee is addressed as "you".
 
4342
 
 
4343
Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.  The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program).  Whether that is true depends on what the Program does.
 
4344
 
 
4345
  1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.
 
4346
 
 
4347
You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
 
4348
 
 
4349
  2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
 
4350
 
 
4351
    a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
 
4352
 
 
4353
    b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
 
4354
 
 
4355
    c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License.  (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
 
4356
 
 
4357
These requirements apply to the modified work as a whole.  If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works.  But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.
 
4358
 
 
4359
Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.
 
4360
 
 
4361
In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.
 
4362
 
 
4363
  3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
 
4364
 
 
4365
    a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
 
4366
 
 
4367
    b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
 
4368
 
 
4369
    c) Accompany it with the information you received as to the offer to distribute corresponding source code.  (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)
 
4370
 
 
4371
The source code for a work means the preferred form of the work for making modifications to it.  For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.  However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.
 
4372
 
 
4373
If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.
 
4374
 
 
4375
  4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License.  Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License.  However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
 
4376
 
 
4377
  5. You are not required to accept this License, since you have not signed it.  However, nothing else grants you permission to modify or distribute the Program or its derivative works.  These actions are prohibited by law if you do not accept this License.  Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying
 
4378
the Program or works based on it.
 
4379
 
 
4380
  6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions.  You may not impose any further restrictions on the recipients' exercise of the rights granted herein.  You are not responsible for enforcing compliance by third parties to this License.
 
4381
 
 
4382
  7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License.  If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all.  For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
 
4383
 
 
4384
If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.
 
4385
 
 
4386
It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices.  Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
 
4387
 
 
4388
This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
 
4389
 
 
4390
  8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded.  In such case, this License incorporates the limitation as if written in the body of this License.
 
4391
 
 
4392
  9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time.  Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
 
4393
 
 
4394
Each version is given a distinguishing version number.  If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation.  If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.
 
4395
 
 
4396
  10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission.  For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this.  Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.
 
4397
 
 
4398
                NO WARRANTY
 
4399
 
 
4400
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
 
4401
 
 
4402
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
4403
 
 
4404
             END OF TERMS AND CONDITIONS
 
4405
</property>
 
4406
                  </widget>
 
4407
                </child>
 
4408
              </widget>
 
4409
              <packing>
 
4410
                <property name="position">2</property>
 
4411
              </packing>
 
4412
            </child>
 
4413
          </widget>
 
4414
          <packing>
 
4415
            <property name="position">2</property>
 
4416
          </packing>
 
4417
        </child>
 
4418
        <child internal-child="action_area">
 
4419
          <widget class="GtkHButtonBox" id="hbuttonbox2">
 
4420
            <property name="visible">True</property>
 
4421
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
4422
            <child>
 
4423
              <widget class="GtkButton" id="button73">
 
4424
                <property name="visible">True</property>
 
4425
                <property name="can_focus">True</property>
 
4426
                <property name="can_default">True</property>
 
4427
                <property name="label">gtk-ok</property>
 
4428
                <property name="use_stock">True</property>
 
4429
                <property name="response_id">-5</property>
 
4430
                <signal name="pressed" handler="on_but_ok_pressed"/>
 
4431
              </widget>
 
4432
            </child>
 
4433
          </widget>
 
4434
          <packing>
 
4435
            <property name="expand">False</property>
 
4436
            <property name="pack_type">GTK_PACK_END</property>
 
4437
          </packing>
 
4438
        </child>
 
4439
      </widget>
 
4440
    </child>
 
4441
  </widget>
 
4442
  <widget class="GtkDialog" id="dia_goto_id">
 
4443
    <property name="width_request">230</property>
 
4444
    <property name="height_request">122</property>
 
4445
    <property name="title" translatable="yes">Go to resource ID</property>
 
4446
    <property name="resizable">False</property>
 
4447
    <property name="modal">True</property>
 
4448
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
4449
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
4450
    <child internal-child="vbox">
 
4451
      <widget class="GtkVBox" id="dialog-vbox22">
 
4452
        <property name="visible">True</property>
 
4453
        <child>
 
4454
          <widget class="GtkTable" id="table8">
 
4455
            <property name="visible">True</property>
 
4456
            <property name="n_rows">2</property>
 
4457
            <property name="n_columns">2</property>
 
4458
            <child>
 
4459
              <widget class="GtkLabel" id="label156">
 
4460
                <property name="visible">True</property>
 
4461
                <property name="xalign">0</property>
 
4462
                <property name="ypad">9</property>
 
4463
                <property name="label" translatable="yes">Search ID:</property>
 
4464
              </widget>
 
4465
              <packing>
 
4466
                <property name="left_attach">1</property>
 
4467
                <property name="right_attach">2</property>
 
4468
                <property name="x_options"></property>
 
4469
                <property name="y_options"></property>
 
4470
              </packing>
 
4471
            </child>
 
4472
            <child>
 
4473
              <widget class="GtkImage" id="image1176">
 
4474
                <property name="visible">True</property>
 
4475
                <property name="stock">gtk-index</property>
 
4476
                <property name="icon_size">5</property>
 
4477
              </widget>
 
4478
              <packing>
 
4479
                <property name="bottom_attach">2</property>
 
4480
                <property name="y_options"></property>
 
4481
              </packing>
 
4482
            </child>
 
4483
            <child>
 
4484
              <widget class="GtkSpinButton" id="goto_spinbutton">
 
4485
                <property name="width_request">49</property>
 
4486
                <property name="visible">True</property>
 
4487
                <property name="can_focus">True</property>
 
4488
                <property name="has_focus">True</property>
 
4489
                <property name="can_default">True</property>
 
4490
                <property name="has_default">True</property>
 
4491
                <property name="adjustment">1 0 1.0000000138499999e+24 1 10 10</property>
 
4492
                <property name="climb_rate">1</property>
 
4493
                <property name="numeric">True</property>
 
4494
              </widget>
 
4495
              <packing>
 
4496
                <property name="left_attach">1</property>
 
4497
                <property name="right_attach">2</property>
 
4498
                <property name="top_attach">1</property>
 
4499
                <property name="bottom_attach">2</property>
 
4500
                <property name="y_options"></property>
 
4501
                <property name="x_padding">7</property>
 
4502
              </packing>
 
4503
            </child>
 
4504
          </widget>
 
4505
          <packing>
 
4506
            <property name="position">2</property>
 
4507
          </packing>
 
4508
        </child>
 
4509
        <child internal-child="action_area">
 
4510
          <widget class="GtkHButtonBox" id="dialog-action_area21">
 
4511
            <property name="visible">True</property>
 
4512
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
4513
            <child>
 
4514
              <widget class="GtkButton" id="cancelbutton14">
 
4515
                <property name="visible">True</property>
 
4516
                <property name="can_focus">True</property>
 
4517
                <property name="can_default">True</property>
 
4518
                <property name="label">gtk-cancel</property>
 
4519
                <property name="use_stock">True</property>
 
4520
                <property name="response_id">-6</property>
 
4521
              </widget>
 
4522
            </child>
 
4523
            <child>
 
4524
              <widget class="GtkButton" id="okbutton16">
 
4525
                <property name="visible">True</property>
 
4526
                <property name="can_focus">True</property>
 
4527
                <property name="can_default">True</property>
 
4528
                <property name="has_default">True</property>
 
4529
                <property name="label">gtk-ok</property>
 
4530
                <property name="use_stock">True</property>
 
4531
                <property name="response_id">-5</property>
 
4532
                <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
 
4533
              </widget>
 
4534
              <packing>
 
4535
                <property name="position">1</property>
 
4536
              </packing>
 
4537
            </child>
 
4538
          </widget>
 
4539
          <packing>
 
4540
            <property name="expand">False</property>
 
4541
            <property name="pack_type">GTK_PACK_END</property>
 
4542
          </packing>
 
4543
        </child>
 
4544
      </widget>
 
4545
    </child>
 
4546
  </widget>
 
4547
  <widget class="GtkDialog" id="dia_survey">
 
4548
    <property name="width_request">620</property>
 
4549
    <property name="title" translatable="yes">OpenERP Survey</property>
 
4550
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
4551
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
4552
    <child internal-child="vbox">
 
4553
      <widget class="GtkVBox" id="dialog-vbox19">
 
4554
        <property name="width_request">500</property>
 
4555
        <property name="height_request">547</property>
 
4556
        <property name="visible">True</property>
 
4557
        <child>
 
4558
          <widget class="GtkVBox" id="vbox39">
 
4559
            <property name="visible">True</property>
 
4560
            <property name="border_width">4</property>
 
4561
            <property name="spacing">14</property>
 
4562
            <child>
 
4563
              <widget class="GtkLabel" id="label162">
 
4564
                <property name="visible">True</property>
 
4565
                <property name="label" translatable="yes">&lt;b&gt;OpenERP Survey&lt;/b&gt;</property>
 
4566
                <property name="use_markup">True</property>
 
4567
              </widget>
 
4568
              <packing>
 
4569
                <property name="expand">False</property>
 
4570
                <property name="fill">False</property>
 
4571
              </packing>
 
4572
            </child>
 
4573
            <child>
 
4574
              <widget class="GtkLabel" id="label163">
 
4575
                <property name="visible">True</property>
 
4576
                <property name="xalign">0</property>
 
4577
                <property name="xpad">6</property>
 
4578
                <property name="label" translatable="yes">&lt;i&gt;Please fill in the following form in order to help us to improve OpenERP and better target new developments.&lt;/i&gt;</property>
 
4579
                <property name="use_markup">True</property>
 
4580
                <property name="wrap">True</property>
 
4581
              </widget>
 
4582
              <packing>
 
4583
                <property name="expand">False</property>
 
4584
                <property name="fill">False</property>
 
4585
                <property name="position">1</property>
 
4586
              </packing>
 
4587
            </child>
 
4588
            <child>
 
4589
              <widget class="GtkFrame" id="frame12">
 
4590
                <property name="visible">True</property>
 
4591
                <property name="label_xalign">0</property>
 
4592
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
4593
                <child>
 
4594
                  <widget class="GtkAlignment" id="alignment28">
 
4595
                    <property name="visible">True</property>
 
4596
                    <property name="left_padding">12</property>
 
4597
                    <child>
 
4598
                      <widget class="GtkTable" id="table10">
 
4599
                        <property name="visible">True</property>
 
4600
                        <property name="n_rows">4</property>
 
4601
                        <property name="n_columns">4</property>
 
4602
                        <property name="column_spacing">6</property>
 
4603
                        <property name="row_spacing">3</property>
 
4604
                        <child>
 
4605
                          <widget class="GtkLabel" id="label168">
 
4606
                            <property name="visible">True</property>
 
4607
                            <property name="xalign">1</property>
 
4608
                            <property name="label" translatable="yes">Industry:</property>
 
4609
                          </widget>
 
4610
                          <packing>
 
4611
                            <property name="x_options">GTK_FILL</property>
 
4612
                            <property name="y_options"></property>
 
4613
                          </packing>
 
4614
                        </child>
 
4615
                        <child>
 
4616
                          <widget class="GtkLabel" id="label169">
 
4617
                            <property name="width_request">91</property>
 
4618
                            <property name="visible">True</property>
 
4619
                            <property name="xalign">1</property>
 
4620
                            <property name="label" translatable="yes"># Employees:</property>
 
4621
                          </widget>
 
4622
                          <packing>
 
4623
                            <property name="top_attach">1</property>
 
4624
                            <property name="bottom_attach">2</property>
 
4625
                            <property name="x_options">GTK_FILL</property>
 
4626
                            <property name="y_options"></property>
 
4627
                          </packing>
 
4628
                        </child>
 
4629
                        <child>
 
4630
                          <widget class="GtkComboBoxEntry" id="combo_industry">
 
4631
                            <property name="visible">True</property>
 
4632
                            <property name="items">(choose one)
 
4633
Apparel
 
4634
Banking
 
4635
Biotechnology
 
4636
Chemicals
 
4637
Communications
 
4638
Construction
 
4639
Consulting
 
4640
Education
 
4641
Electronics
 
4642
Energy
 
4643
Engineering
 
4644
Entertainment
 
4645
Environmental
 
4646
Finance
 
4647
Government
 
4648
Healthcare
 
4649
Hospitality
 
4650
Insurance
 
4651
Machinery
 
4652
Manufacturing
 
4653
Media
 
4654
Not For Profit
 
4655
Recreation
 
4656
Retail
 
4657
Shipping
 
4658
Technology
 
4659
Telecommunications
 
4660
Transportation
 
4661
Utilities
 
4662
Other</property>
 
4663
                            <child internal-child="entry">
 
4664
                              <widget class="GtkEntry" id="comboboxentry-entry5">
 
4665
                              </widget>
 
4666
                            </child>
 
4667
                          </widget>
 
4668
                          <packing>
 
4669
                            <property name="left_attach">1</property>
 
4670
                            <property name="right_attach">2</property>
 
4671
                            <property name="y_options"></property>
 
4672
                          </packing>
 
4673
                        </child>
 
4674
                        <child>
 
4675
                          <widget class="GtkComboBoxEntry" id="combo_employee">
 
4676
                            <property name="visible">True</property>
 
4677
                            <property name="items">(choose one)
 
4678
0-5
 
4679
6-20
 
4680
21-50
 
4681
51-100
 
4682
101-250
 
4683
251-1000
 
4684
1001-2500
 
4685
2500+</property>
 
4686
                            <child internal-child="entry">
 
4687
                              <widget class="GtkEntry" id="comboboxentry-entry6">
 
4688
                              </widget>
 
4689
                            </child>
 
4690
                          </widget>
 
4691
                          <packing>
 
4692
                            <property name="left_attach">1</property>
 
4693
                            <property name="right_attach">2</property>
 
4694
                            <property name="top_attach">1</property>
 
4695
                            <property name="bottom_attach">2</property>
 
4696
                            <property name="x_options">GTK_FILL</property>
 
4697
                            <property name="y_options"></property>
 
4698
                          </packing>
 
4699
                        </child>
 
4700
                        <child>
 
4701
                          <widget class="GtkLabel" id="label170">
 
4702
                            <property name="visible">True</property>
 
4703
                            <property name="xalign">1</property>
 
4704
                            <property name="xpad">3</property>
 
4705
                            <property name="label" translatable="yes">Country:</property>
 
4706
                          </widget>
 
4707
                          <packing>
 
4708
                            <property name="left_attach">2</property>
 
4709
                            <property name="right_attach">3</property>
 
4710
                            <property name="x_options">GTK_FILL</property>
 
4711
                            <property name="y_options"></property>
 
4712
                          </packing>
 
4713
                        </child>
 
4714
                        <child>
 
4715
                          <widget class="GtkLabel" id="label171">
 
4716
                            <property name="visible">True</property>
 
4717
                            <property name="xalign">1</property>
 
4718
                            <property name="xpad">3</property>
 
4719
                            <property name="label" translatable="yes">Your Role:</property>
 
4720
                          </widget>
 
4721
                          <packing>
 
4722
                            <property name="left_attach">2</property>
 
4723
                            <property name="right_attach">3</property>
 
4724
                            <property name="top_attach">1</property>
 
4725
                            <property name="bottom_attach">2</property>
 
4726
                            <property name="x_options">GTK_FILL</property>
 
4727
                            <property name="y_options"></property>
 
4728
                          </packing>
 
4729
                        </child>
 
4730
                        <child>
 
4731
                          <widget class="GtkComboBoxEntry" id="combo_role">
 
4732
                            <property name="visible">True</property>
 
4733
                            <property name="items">(choose one)
 
4734
Analyst
 
4735
Area Manager
 
4736
Chief Executive Off.
 
4737
Chief Financial Off.
 
4738
Chief HR Off.
 
4739
Chief Operating Off.
 
4740
Consultant
 
4741
Director
 
4742
Editor / Journalist
 
4743
Employee
 
4744
Executive Board
 
4745
Lecturer/University
 
4746
Manager
 
4747
Project Manager
 
4748
Secretary
 
4749
Student
 
4750
System Admin.
 
4751
Other</property>
 
4752
                            <child internal-child="entry">
 
4753
                              <widget class="GtkEntry" id="comboboxentry-entry7">
 
4754
                              </widget>
 
4755
                            </child>
 
4756
                          </widget>
 
4757
                          <packing>
 
4758
                            <property name="left_attach">3</property>
 
4759
                            <property name="right_attach">4</property>
 
4760
                            <property name="top_attach">1</property>
 
4761
                            <property name="bottom_attach">2</property>
 
4762
                            <property name="x_options"></property>
 
4763
                            <property name="y_options"></property>
 
4764
                          </packing>
 
4765
                        </child>
 
4766
                        <child>
 
4767
                          <widget class="GtkLabel" id="label173">
 
4768
                            <property name="visible">True</property>
 
4769
                            <property name="xalign">1</property>
 
4770
                            <property name="label" translatable="yes">System:</property>
 
4771
                          </widget>
 
4772
                          <packing>
 
4773
                            <property name="top_attach">2</property>
 
4774
                            <property name="bottom_attach">3</property>
 
4775
                            <property name="x_options">GTK_FILL</property>
 
4776
                            <property name="y_options"></property>
 
4777
                          </packing>
 
4778
                        </child>
 
4779
                        <child>
 
4780
                          <widget class="GtkComboBoxEntry" id="combo_system">
 
4781
                            <property name="visible">True</property>
 
4782
                            <property name="items">(choose one)
 
4783
Windows
 
4784
Linux
 
4785
Other</property>
 
4786
                            <child internal-child="entry">
 
4787
                              <widget class="GtkEntry" id="comboboxentry-entry8">
 
4788
                              </widget>
 
4789
                            </child>
 
4790
                          </widget>
 
4791
                          <packing>
 
4792
                            <property name="left_attach">1</property>
 
4793
                            <property name="right_attach">2</property>
 
4794
                            <property name="top_attach">2</property>
 
4795
                            <property name="bottom_attach">3</property>
 
4796
                            <property name="x_options">GTK_FILL</property>
 
4797
                            <property name="y_options"></property>
 
4798
                          </packing>
 
4799
                        </child>
 
4800
                        <child>
 
4801
                          <widget class="GtkComboBoxEntry" id="combo_opensource">
 
4802
                            <property name="visible">True</property>
 
4803
                            <property name="items">(choose one)
 
4804
I only use open source softwares
 
4805
I use some open source softwares
 
4806
I never used open source software</property>
 
4807
                            <child internal-child="entry">
 
4808
                              <widget class="GtkEntry" id="comboboxentry-entry9">
 
4809
                              </widget>
 
4810
                            </child>
 
4811
                          </widget>
 
4812
                          <packing>
 
4813
                            <property name="left_attach">3</property>
 
4814
                            <property name="right_attach">4</property>
 
4815
                            <property name="top_attach">2</property>
 
4816
                            <property name="bottom_attach">3</property>
 
4817
                            <property name="x_options"></property>
 
4818
                            <property name="y_options"></property>
 
4819
                          </packing>
 
4820
                        </child>
 
4821
                        <child>
 
4822
                          <widget class="GtkLabel" id="label177">
 
4823
                            <property name="visible">True</property>
 
4824
                            <property name="xalign">1</property>
 
4825
                            <property name="label" translatable="yes">How did you hear about us:</property>
 
4826
                          </widget>
 
4827
                          <packing>
 
4828
                            <property name="right_attach">3</property>
 
4829
                            <property name="top_attach">3</property>
 
4830
                            <property name="bottom_attach">4</property>
 
4831
                            <property name="x_options"></property>
 
4832
                            <property name="y_options"></property>
 
4833
                          </packing>
 
4834
                        </child>
 
4835
                        <child>
 
4836
                          <widget class="GtkComboBoxEntry" id="combo_hear">
 
4837
                            <property name="visible">True</property>
 
4838
                            <property name="items">(choose one)
 
4839
Search Engine
 
4840
From a OpenERP Partner
 
4841
Conference or Trade show
 
4842
Link in another website
 
4843
Word of mouth
 
4844
In the press
 
4845
Other</property>
 
4846
                            <child internal-child="entry">
 
4847
                              <widget class="GtkEntry" id="comboboxentry-entry10">
 
4848
                              </widget>
 
4849
                            </child>
 
4850
                          </widget>
 
4851
                          <packing>
 
4852
                            <property name="left_attach">3</property>
 
4853
                            <property name="right_attach">4</property>
 
4854
                            <property name="top_attach">3</property>
 
4855
                            <property name="bottom_attach">4</property>
 
4856
                            <property name="x_options"></property>
 
4857
                            <property name="y_options"></property>
 
4858
                          </packing>
 
4859
                        </child>
 
4860
                        <child>
 
4861
                          <widget class="GtkLabel" id="label178">
 
4862
                            <property name="visible">True</property>
 
4863
                            <property name="xalign">0</property>
 
4864
                            <property name="label" translatable="yes">Open Source:</property>
 
4865
                          </widget>
 
4866
                          <packing>
 
4867
                            <property name="left_attach">2</property>
 
4868
                            <property name="right_attach">3</property>
 
4869
                            <property name="top_attach">2</property>
 
4870
                            <property name="bottom_attach">3</property>
 
4871
                            <property name="x_options">GTK_FILL</property>
 
4872
                            <property name="y_options"></property>
 
4873
                          </packing>
 
4874
                        </child>
 
4875
                        <child>
 
4876
                          <widget class="GtkComboBoxEntry" id="combo_country">
 
4877
                            <property name="visible">True</property>
 
4878
                            <property name="items">(choose one)
 
4879
AALAND ISLANDS
 
4880
AFGHANISTAN
 
4881
ALBANIA
 
4882
ALGERIA
 
4883
AMERICAN SAMOA
 
4884
ANDORRA
 
4885
ANGOLA
 
4886
ANGUILLA
 
4887
ANTARCTICA
 
4888
ANTIGUA AND BARBUDA
 
4889
ARGENTINA
 
4890
ARMENIA
 
4891
ARUBA
 
4892
AUSTRALIA
 
4893
AUSTRIA
 
4894
AZERBAIJAN
 
4895
BAHAMAS
 
4896
BAHRAIN
 
4897
BANGLADESH
 
4898
BARBADOS
 
4899
BELARUS
 
4900
BELGIUM
 
4901
BELIZE
 
4902
BENIN
 
4903
BERMUDA
 
4904
BHUTAN
 
4905
BOLIVIA
 
4906
BOSNIA AND HERZEGOWINA
 
4907
BOTSWANA
 
4908
BOUVET ISLAND
 
4909
BRAZIL
 
4910
BRITISH INDIAN OCEAN TERRITORY
 
4911
BRUNEI DARUSSALAM
 
4912
BULGARIA
 
4913
BURKINA FASO
 
4914
BURUNDI
 
4915
CAMBODIA
 
4916
CAMEROON
 
4917
CANADA
 
4918
CAPE VERDE
 
4919
CAYMAN ISLANDS
 
4920
CENTRAL AFRICAN REPUBLIC
 
4921
CHAD
 
4922
CHILE
 
4923
CHINA
 
4924
CHRISTMAS ISLAND
 
4925
COCOS (KEELING) ISLANDS
 
4926
COLOMBIA
 
4927
COMOROS
 
4928
CONGO
 
4929
COOK ISLANDS
 
4930
COSTA RICA
 
4931
COTE D'IVOIRE
 
4932
CROATIA
 
4933
CUBA
 
4934
CYPRUS
 
4935
CZECH REPUBLIC
 
4936
DENMARK
 
4937
DJIBOUTI
 
4938
DOMINICA
 
4939
DOMINICAN REPUBLIC
 
4940
ECUADOR
 
4941
EGYPT
 
4942
EL SALVADOR
 
4943
EQUATORIAL GUINEA
 
4944
ERITREA
 
4945
ESTONIA
 
4946
ETHIOPIA
 
4947
FALKLAND ISLANDS (MALVINAS)
 
4948
FAROE ISLANDS
 
4949
FIJI
 
4950
FINLAND
 
4951
FRANCE
 
4952
FRENCH GUIANA
 
4953
FRENCH POLYNESIA
 
4954
FRENCH SOUTHERN TERRITORIES
 
4955
GABON
 
4956
GAMBIA
 
4957
GEORGIA
 
4958
GERMANY
 
4959
GHANA
 
4960
GIBRALTAR
 
4961
GREECE
 
4962
GREENLAND
 
4963
GRENADA
 
4964
GUADELOUPE
 
4965
GUAM
 
4966
GUATEMALA
 
4967
GUINEA
 
4968
GUINEA-BISSAU
 
4969
GUYANA
 
4970
HAITI
 
4971
HEARD AND MC DONALD ISLANDS
 
4972
HONDURAS
 
4973
HONG KONG
 
4974
HUNGARY
 
4975
ICELAND
 
4976
INDIA
 
4977
INDONESIA
 
4978
IRAN
 
4979
IRAQ
 
4980
IRELAND
 
4981
ISRAEL
 
4982
ITALY
 
4983
JAMAICA
 
4984
JAPAN
 
4985
JORDAN
 
4986
KAZAKHSTAN
 
4987
KENYA
 
4988
KIRIBATI
 
4989
KOREA
 
4990
KUWAIT
 
4991
KYRGYZSTAN
 
4992
LAO
 
4993
LATVIA
 
4994
LEBANON
 
4995
LESOTHO
 
4996
LIBERIA
 
4997
LIBYAN ARAB JAMAHIRIYA
 
4998
LIECHTENSTEIN
 
4999
LITHUANIA
 
5000
LUXEMBOURG
 
5001
MACAU
 
5002
MACEDONIA
 
5003
MADAGASCAR
 
5004
MALAWI
 
5005
MALAYSIA
 
5006
MALDIVES
 
5007
MALI
 
5008
MALTA
 
5009
MARSHALL ISLANDS
 
5010
MARTINIQUE
 
5011
MAURITANIA
 
5012
MAURITIUS
 
5013
MAYOTTE
 
5014
MEXICO
 
5015
MICRONESIA
 
5016
MOLDOVA
 
5017
MONACO
 
5018
MONGOLIA
 
5019
MONTSERRAT
 
5020
MOROCCO
 
5021
MOZAMBIQUE
 
5022
MYANMAR
 
5023
NAMIBIA
 
5024
NAURU
 
5025
NEPAL
 
5026
NETHERLANDS
 
5027
NETHERLANDS ANTILLES
 
5028
NEW CALEDONIA
 
5029
NEW ZEALAND
 
5030
NICARAGUA
 
5031
NIGER
 
5032
NIGERIA
 
5033
NIUE
 
5034
NORFOLK ISLAND
 
5035
NORTHERN MARIANA ISLANDS
 
5036
NORWAY
 
5037
OMAN
 
5038
PAKISTAN
 
5039
PALAU
 
5040
PANAMA
 
5041
PAPUA NEW GUINEA
 
5042
PARAGUAY
 
5043
PERU
 
5044
PHILIPPINES
 
5045
PITCAIRPITCAIRN
 
5046
POLAND
 
5047
PORTUGAL
 
5048
PUERTO RICO
 
5049
QATAR
 
5050
REUNION
 
5051
ROMANIA
 
5052
RUSSIAN FEDERATION
 
5053
RWANDA
 
5054
SAINT HELENA
 
5055
SAINT KITTS AND NEVIS
 
5056
SAINT LUCIA
 
5057
SAINT PIERRE AND MIQUELON
 
5058
SAINT VINCENT AND THE GRENADINES
 
5059
SAMOA
 
5060
SAN MARINO
 
5061
SAO TOME AND PRINCIPE
 
5062
SAUDI ARABIA
 
5063
SENEGAL
 
5064
SERBIA AND MONTENEGRO
 
5065
SEYCHELLES
 
5066
SIERRA LEONE
 
5067
SINGAPORE
 
5068
SLOVAKIA
 
5069
SLOVENIA
 
5070
SOLOMON ISLANDS
 
5071
SOMALIA
 
5072
SOUTH AFRICA
 
5073
SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
 
5074
SPAIN
 
5075
SRI LANKA
 
5076
SUDAN
 
5077
SURINAME
 
5078
SVALBARD AND JAN MAYEN ISLANDS
 
5079
SWAZILAND
 
5080
SWEDEN
 
5081
SWITZERLAND
 
5082
SYRIAN ARAB REPUBLIC
 
5083
TAIWAN
 
5084
TAJIKISTAN
 
5085
TANZANIA
 
5086
N
 
5087
POLAND
 
5088
PORTUGAL
 
5089
PUERTO RICO
 
5090
QATAR
 
5091
REUNION
 
5092
ROMANIA
 
5093
RUSSIAN FEDERATION
 
5094
RWANDA
 
5095
SAINT HELENA
 
5096
SAINT KITTS AND NEVIS
 
5097
SAINT LUCIA
 
5098
SAINT PIERRE AND MIQUELON
 
5099
SAINT VINCENT AND THE GRENADINES
 
5100
SAMOA
 
5101
SAN MARINO
 
5102
SAO TOME AND PRINCIPE
 
5103
SAUDI ARABIA
 
5104
SENEGAL
 
5105
SERBIA AND MONTENEGRO
 
5106
SEYCHELLES
 
5107
SIERRA LEONE
 
5108
SINGAPORE
 
5109
SLOVAKIA
 
5110
SLOVENIA
 
5111
SOLOMON ISLANDS
 
5112
SOMALIA
 
5113
SOUTH AFRICA
 
5114
SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
 
5115
SPAIN
 
5116
SRI LANKA
 
5117
SUDAN
 
5118
SURINAME
 
5119
SVALBARD AND JAN MAYEN ISLANDS
 
5120
SWAZILAND
 
5121
SWEDEN
 
5122
SWITZERLAND
 
5123
SYRIAN ARAB REPUBLIC
 
5124
TAIWAN
 
5125
TAJIKISTAN
 
5126
TANZANIA
 
5127
THAILAND
 
5128
TIMOR-LESTE
 
5129
TOGO
 
5130
TOKELAU
 
5131
TONGA
 
5132
TRINIDAD AND TOBAGO
 
5133
TUNISIA
 
5134
TURKEY
 
5135
TURKMENISTAN
 
5136
TURKS AND CAICOS ISLANDS
 
5137
TUVALU
 
5138
UGANDA
 
5139
UKRAINE
 
5140
UNITED ARAB EMIRATES
 
5141
UNITED KINGDOM
 
5142
UNITED STATES
 
5143
URUGUAY
 
5144
UZBEKISTAN
 
5145
VANUATU
 
5146
VATICAN CITY STATE
 
5147
VENEZUELA
 
5148
VIET NAM
 
5149
VIRGIN ISLANDS
 
5150
WALLIS AND FUTUNA ISLANDS
 
5151
WESTERN SAHARA
 
5152
YEMEN
 
5153
ZAMBIA
 
5154
ZIMBABWE</property>
 
5155
                            <child internal-child="entry">
 
5156
                              <widget class="GtkEntry" id="comboboxentry-entry11">
 
5157
                              </widget>
 
5158
                            </child>
 
5159
                          </widget>
 
5160
                          <packing>
 
5161
                            <property name="left_attach">3</property>
 
5162
                            <property name="right_attach">4</property>
 
5163
                            <property name="x_options"></property>
 
5164
                            <property name="y_options"></property>
 
5165
                          </packing>
 
5166
                        </child>
 
5167
                      </widget>
 
5168
                    </child>
 
5169
                  </widget>
 
5170
                </child>
 
5171
                <child>
 
5172
                  <widget class="GtkLabel" id="label165">
 
5173
                    <property name="visible">True</property>
 
5174
                    <property name="label" translatable="yes">&lt;b&gt;Your company:&lt;/b&gt;</property>
 
5175
                    <property name="use_markup">True</property>
 
5176
                  </widget>
 
5177
                  <packing>
 
5178
                    <property name="type">label_item</property>
 
5179
                  </packing>
 
5180
                </child>
 
5181
              </widget>
 
5182
              <packing>
 
5183
                <property name="position">2</property>
 
5184
              </packing>
 
5185
            </child>
 
5186
            <child>
 
5187
              <widget class="GtkFrame" id="frame13">
 
5188
                <property name="visible">True</property>
 
5189
                <property name="label_xalign">0</property>
 
5190
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
5191
                <child>
 
5192
                  <widget class="GtkAlignment" id="alignment29">
 
5193
                    <property name="visible">True</property>
 
5194
                    <property name="left_padding">12</property>
 
5195
                    <child>
 
5196
                      <widget class="GtkVBox" id="vbox40">
 
5197
                        <property name="visible">True</property>
 
5198
                        <child>
 
5199
                          <widget class="GtkHBox" id="hbox87">
 
5200
                            <property name="visible">True</property>
 
5201
                            <property name="spacing">23</property>
 
5202
                            <child>
 
5203
                              <widget class="GtkCheckButton" id="check_use">
 
5204
                                <property name="visible">True</property>
 
5205
                                <property name="can_focus">True</property>
 
5206
                                <property name="label" translatable="yes">We plan to use OpenERP</property>
 
5207
                                <property name="use_underline">True</property>
 
5208
                                <property name="response_id">0</property>
 
5209
                                <property name="draw_indicator">True</property>
 
5210
                              </widget>
 
5211
                              <packing>
 
5212
                                <property name="expand">False</property>
 
5213
                                <property name="fill">False</property>
 
5214
                              </packing>
 
5215
                            </child>
 
5216
                            <child>
 
5217
                              <widget class="GtkCheckButton" id="check_sell">
 
5218
                                <property name="visible">True</property>
 
5219
                                <property name="can_focus">True</property>
 
5220
                                <property name="label" translatable="yes">We plan to offer services on OpenERP</property>
 
5221
                                <property name="use_underline">True</property>
 
5222
                                <property name="response_id">0</property>
 
5223
                                <property name="draw_indicator">True</property>
 
5224
                              </widget>
 
5225
                              <packing>
 
5226
                                <property name="expand">False</property>
 
5227
                                <property name="fill">False</property>
 
5228
                                <property name="position">1</property>
 
5229
                              </packing>
 
5230
                            </child>
 
5231
                          </widget>
 
5232
                          <packing>
 
5233
                            <property name="expand">False</property>
 
5234
                            <property name="fill">False</property>
 
5235
                          </packing>
 
5236
                        </child>
 
5237
                        <child>
 
5238
                          <widget class="GtkLabel" id="label46568">
 
5239
                            <property name="visible">True</property>
 
5240
                            <property name="xalign">0</property>
 
5241
                            <property name="label" translatable="yes">Tell us why you try OpenERP and what are your current softwares:</property>
 
5242
                            <property name="use_markup">True</property>
 
5243
                          </widget>
 
5244
                          <packing>
 
5245
                            <property name="expand">False</property>
 
5246
                            <property name="fill">False</property>
 
5247
                            <property name="position">1</property>
 
5248
                          </packing>
 
5249
                        </child>
 
5250
                        <child>
 
5251
                          <widget class="GtkScrolledWindow" id="scrolledwindow32">
 
5252
                            <property name="visible">True</property>
 
5253
                            <property name="can_focus">True</property>
 
5254
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5255
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5256
                            <property name="shadow_type">GTK_SHADOW_IN</property>
 
5257
                            <child>
 
5258
                              <widget class="GtkTextView" id="textview_comment">
 
5259
                                <property name="visible">True</property>
 
5260
                                <property name="can_focus">True</property>
 
5261
                              </widget>
 
5262
                            </child>
 
5263
                          </widget>
 
5264
                          <packing>
 
5265
                            <property name="position">2</property>
 
5266
                          </packing>
 
5267
                        </child>
 
5268
                      </widget>
 
5269
                    </child>
 
5270
                  </widget>
 
5271
                </child>
 
5272
                <child>
 
5273
                  <widget class="GtkLabel" id="label172">
 
5274
                    <property name="visible">True</property>
 
5275
                    <property name="label" translatable="yes">&lt;b&gt;Your interrest:&lt;/b&gt;</property>
 
5276
                    <property name="use_markup">True</property>
 
5277
                  </widget>
 
5278
                  <packing>
 
5279
                    <property name="type">label_item</property>
 
5280
                  </packing>
 
5281
                </child>
 
5282
              </widget>
 
5283
              <packing>
 
5284
                <property name="position">3</property>
 
5285
              </packing>
 
5286
            </child>
 
5287
            <child>
 
5288
              <widget class="GtkFrame" id="frame11">
 
5289
                <property name="visible">True</property>
 
5290
                <property name="label_xalign">0</property>
 
5291
                <property name="shadow_type">GTK_SHADOW_NONE</property>
 
5292
                <child>
 
5293
                  <widget class="GtkAlignment" id="alignment27">
 
5294
                    <property name="visible">True</property>
 
5295
                    <property name="left_padding">12</property>
 
5296
                    <child>
 
5297
                      <widget class="GtkTable" id="table9">
 
5298
                        <property name="visible">True</property>
 
5299
                        <property name="n_rows">3</property>
 
5300
                        <property name="n_columns">2</property>
 
5301
                        <property name="column_spacing">5</property>
 
5302
                        <property name="row_spacing">5</property>
 
5303
                        <child>
 
5304
                          <placeholder/>
 
5305
                        </child>
 
5306
                        <child>
 
5307
                          <widget class="GtkLabel" id="label167">
 
5308
                            <property name="visible">True</property>
 
5309
                            <property name="xalign">0</property>
 
5310
                            <property name="label" translatable="yes">(Get OpenERP announces, docs and new releases by email)</property>
 
5311
                            <property name="wrap">True</property>
 
5312
                          </widget>
 
5313
                          <packing>
 
5314
                            <property name="left_attach">1</property>
 
5315
                            <property name="right_attach">2</property>
 
5316
                            <property name="top_attach">2</property>
 
5317
                            <property name="bottom_attach">3</property>
 
5318
                            <property name="x_options"></property>
 
5319
                            <property name="y_options"></property>
 
5320
                          </packing>
 
5321
                        </child>
 
5322
                        <child>
 
5323
                          <widget class="GtkLabel" id="label46571">
 
5324
                            <property name="visible">True</property>
 
5325
                            <property name="xalign">1</property>
 
5326
                            <property name="label" translatable="yes">Company:</property>
 
5327
                          </widget>
 
5328
                          <packing>
 
5329
                            <property name="x_options">GTK_FILL</property>
 
5330
                            <property name="y_options"></property>
 
5331
                          </packing>
 
5332
                        </child>
 
5333
                        <child>
 
5334
                          <widget class="GtkLabel" id="label166">
 
5335
                            <property name="width_request">85</property>
 
5336
                            <property name="visible">True</property>
 
5337
                            <property name="xalign">1</property>
 
5338
                            <property name="label" translatable="yes">E-Mail:</property>
 
5339
                          </widget>
 
5340
                          <packing>
 
5341
                            <property name="top_attach">1</property>
 
5342
                            <property name="bottom_attach">2</property>
 
5343
                            <property name="x_options">GTK_FILL</property>
 
5344
                            <property name="y_options"></property>
 
5345
                          </packing>
 
5346
                        </child>
 
5347
                        <child>
 
5348
                          <widget class="GtkEntry" id="entry_email">
 
5349
                            <property name="visible">True</property>
 
5350
                            <property name="can_focus">True</property>
 
5351
                          </widget>
 
5352
                          <packing>
 
5353
                            <property name="left_attach">1</property>
 
5354
                            <property name="right_attach">2</property>
 
5355
                            <property name="top_attach">1</property>
 
5356
                            <property name="bottom_attach">2</property>
 
5357
                            <property name="y_options"></property>
 
5358
                          </packing>
 
5359
                        </child>
 
5360
                        <child>
 
5361
                          <widget class="GtkEntry" id="entry_company">
 
5362
                            <property name="visible">True</property>
 
5363
                            <property name="can_focus">True</property>
 
5364
                          </widget>
 
5365
                          <packing>
 
5366
                            <property name="left_attach">1</property>
 
5367
                            <property name="right_attach">2</property>
 
5368
                            <property name="y_options"></property>
 
5369
                          </packing>
 
5370
                        </child>
 
5371
                      </widget>
 
5372
                    </child>
 
5373
                  </widget>
 
5374
                </child>
 
5375
                <child>
 
5376
                  <widget class="GtkLabel" id="label164">
 
5377
                    <property name="visible">True</property>
 
5378
                    <property name="label" translatable="yes">&lt;b&gt;Keep Informed&lt;/b&gt;</property>
 
5379
                    <property name="use_markup">True</property>
 
5380
                  </widget>
 
5381
                  <packing>
 
5382
                    <property name="type">label_item</property>
 
5383
                  </packing>
 
5384
                </child>
 
5385
              </widget>
 
5386
              <packing>
 
5387
                <property name="position">4</property>
 
5388
              </packing>
 
5389
            </child>
 
5390
          </widget>
 
5391
          <packing>
 
5392
            <property name="position">2</property>
 
5393
          </packing>
 
5394
        </child>
 
5395
        <child internal-child="action_area">
 
5396
          <widget class="GtkHButtonBox" id="dialog-action_area22">
 
5397
            <property name="visible">True</property>
 
5398
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
5399
            <child>
 
5400
              <widget class="GtkButton" id="okbutton17">
 
5401
                <property name="visible">True</property>
 
5402
                <property name="can_focus">True</property>
 
5403
                <property name="can_default">True</property>
 
5404
                <property name="label">gtk-cancel</property>
 
5405
                <property name="use_stock">True</property>
 
5406
                <property name="response_id">-6</property>
 
5407
              </widget>
 
5408
            </child>
 
5409
            <child>
 
5410
              <widget class="GtkButton" id="button90">
 
5411
                <property name="visible">True</property>
 
5412
                <property name="can_focus">True</property>
 
5413
                <property name="can_default">True</property>
 
5414
                <property name="label">gtk-ok</property>
 
5415
                <property name="use_stock">True</property>
 
5416
                <property name="response_id">-5</property>
 
5417
              </widget>
 
5418
              <packing>
 
5419
                <property name="position">1</property>
 
5420
              </packing>
 
5421
            </child>
 
5422
          </widget>
 
5423
          <packing>
 
5424
            <property name="expand">False</property>
 
5425
            <property name="pack_type">GTK_PACK_END</property>
 
5426
          </packing>
 
5427
        </child>
 
5428
      </widget>
 
5429
    </child>
 
5430
  </widget>
 
5431
  <widget class="GtkDialog" id="dia_support">
 
5432
    <property name="title" translatable="yes">Support Request</property>
 
5433
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
5434
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
5435
    <child internal-child="vbox">
 
5436
      <widget class="GtkVBox" id="dialog-vbox20">
 
5437
        <property name="width_request">700</property>
 
5438
        <property name="height_request">520</property>
 
5439
        <property name="visible">True</property>
 
5440
        <child>
 
5441
          <widget class="GtkScrolledWindow" id="scrolledwindow33">
 
5442
            <property name="visible">True</property>
 
5443
            <property name="can_focus">True</property>
 
5444
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5445
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5446
            <child>
 
5447
              <widget class="GtkViewport" id="viewport7">
 
5448
                <property name="visible">True</property>
 
5449
                <child>
 
5450
                  <widget class="GtkVBox" id="vbox41">
 
5451
                    <property name="visible">True</property>
 
5452
                    <child>
 
5453
                      <widget class="GtkLabel" id="label185">
 
5454
                        <property name="visible">True</property>
 
5455
                        <property name="xalign">0</property>
 
5456
                        <property name="xpad">10</property>
 
5457
                        <property name="ypad">10</property>
 
5458
                        <property name="label" translatable="yes">&lt;b&gt;Complete this form to submit your bug and/or send a support request.&lt;/b&gt;
 
5459
&lt;i&gt;
 
5460
Your request will be sent to the OpenERP team and we will reply shortly.
 
5461
Note that we may not reply if you do not have a support contract with Tiny or an official partner.&lt;/i&gt;</property>
 
5462
                        <property name="use_markup">True</property>
 
5463
                      </widget>
 
5464
                      <packing>
 
5465
                        <property name="expand">False</property>
 
5466
                        <property name="fill">False</property>
 
5467
                      </packing>
 
5468
                    </child>
 
5469
                    <child>
 
5470
                      <widget class="GtkHSeparator" id="hseparator25">
 
5471
                        <property name="visible">True</property>
 
5472
                      </widget>
 
5473
                      <packing>
 
5474
                        <property name="expand">False</property>
 
5475
                        <property name="padding">3</property>
 
5476
                        <property name="position">1</property>
 
5477
                      </packing>
 
5478
                    </child>
 
5479
                    <child>
 
5480
                      <widget class="GtkTable" id="table12">
 
5481
                        <property name="visible">True</property>
 
5482
                        <property name="border_width">10</property>
 
5483
                        <property name="n_rows">7</property>
 
5484
                        <property name="n_columns">4</property>
 
5485
                        <property name="column_spacing">5</property>
 
5486
                        <property name="row_spacing">5</property>
 
5487
                        <child>
 
5488
                          <widget class="GtkLabel" id="label186">
 
5489
                            <property name="visible">True</property>
 
5490
                            <property name="xalign">1</property>
 
5491
                            <property name="label" translatable="yes">&lt;b&gt;Your name:&lt;/b&gt;</property>
 
5492
                            <property name="use_markup">True</property>
 
5493
                          </widget>
 
5494
                          <packing>
 
5495
                            <property name="top_attach">1</property>
 
5496
                            <property name="bottom_attach">2</property>
 
5497
                            <property name="x_options">GTK_FILL</property>
 
5498
                            <property name="y_options"></property>
 
5499
                          </packing>
 
5500
                        </child>
 
5501
                        <child>
 
5502
                          <widget class="GtkLabel" id="label187">
 
5503
                            <property name="visible">True</property>
 
5504
                            <property name="xalign">1</property>
 
5505
                            <property name="label" translatable="yes">&lt;b&gt;Your Company:&lt;/b&gt;</property>
 
5506
                            <property name="use_markup">True</property>
 
5507
                          </widget>
 
5508
                          <packing>
 
5509
                            <property name="top_attach">2</property>
 
5510
                            <property name="bottom_attach">3</property>
 
5511
                            <property name="x_options">GTK_FILL</property>
 
5512
                            <property name="y_options"></property>
 
5513
                          </packing>
 
5514
                        </child>
 
5515
                        <child>
 
5516
                          <widget class="GtkLabel" id="label188">
 
5517
                            <property name="visible">True</property>
 
5518
                            <property name="xalign">1</property>
 
5519
                            <property name="label" translatable="yes">&lt;b&gt;Your email:&lt;/b&gt;</property>
 
5520
                            <property name="use_markup">True</property>
 
5521
                          </widget>
 
5522
                          <packing>
 
5523
                            <property name="top_attach">3</property>
 
5524
                            <property name="bottom_attach">4</property>
 
5525
                            <property name="x_options">GTK_FILL</property>
 
5526
                            <property name="y_options"></property>
 
5527
                          </packing>
 
5528
                        </child>
 
5529
                        <child>
 
5530
                          <widget class="GtkEntry" id="name_entry1">
 
5531
                            <property name="visible">True</property>
 
5532
                            <property name="can_focus">True</property>
 
5533
                          </widget>
 
5534
                          <packing>
 
5535
                            <property name="left_attach">1</property>
 
5536
                            <property name="right_attach">4</property>
 
5537
                            <property name="top_attach">1</property>
 
5538
                            <property name="bottom_attach">2</property>
 
5539
                            <property name="y_options"></property>
 
5540
                          </packing>
 
5541
                        </child>
 
5542
                        <child>
 
5543
                          <widget class="GtkEntry" id="company_entry1">
 
5544
                            <property name="visible">True</property>
 
5545
                            <property name="can_focus">True</property>
 
5546
                          </widget>
 
5547
                          <packing>
 
5548
                            <property name="left_attach">1</property>
 
5549
                            <property name="right_attach">4</property>
 
5550
                            <property name="top_attach">2</property>
 
5551
                            <property name="bottom_attach">3</property>
 
5552
                            <property name="y_options"></property>
 
5553
                          </packing>
 
5554
                        </child>
 
5555
                        <child>
 
5556
                          <widget class="GtkLabel" id="label189">
 
5557
                            <property name="visible">True</property>
 
5558
                            <property name="xalign">1</property>
 
5559
                            <property name="yalign">0.019999999552965164</property>
 
5560
                            <property name="label" translatable="yes">Explain your problem:</property>
 
5561
                          </widget>
 
5562
                          <packing>
 
5563
                            <property name="top_attach">5</property>
 
5564
                            <property name="bottom_attach">6</property>
 
5565
                            <property name="x_options">GTK_FILL</property>
 
5566
                            <property name="y_options"></property>
 
5567
                          </packing>
 
5568
                        </child>
 
5569
                        <child>
 
5570
                          <widget class="GtkLabel" id="label190">
 
5571
                            <property name="visible">True</property>
 
5572
                            <property name="xalign">1</property>
 
5573
                            <property name="yalign">0.019999999552965164</property>
 
5574
                            <property name="label" translatable="yes">Other comments:</property>
 
5575
                          </widget>
 
5576
                          <packing>
 
5577
                            <property name="top_attach">6</property>
 
5578
                            <property name="bottom_attach">7</property>
 
5579
                            <property name="x_options">GTK_FILL</property>
 
5580
                            <property name="y_options"></property>
 
5581
                          </packing>
 
5582
                        </child>
 
5583
                        <child>
 
5584
                          <widget class="GtkScrolledWindow" id="scrolledwindow34">
 
5585
                            <property name="visible">True</property>
 
5586
                            <property name="can_focus">True</property>
 
5587
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5588
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5589
                            <property name="shadow_type">GTK_SHADOW_IN</property>
 
5590
                            <child>
 
5591
                              <widget class="GtkTextView" id="remark_textview">
 
5592
                                <property name="visible">True</property>
 
5593
                                <property name="can_focus">True</property>
 
5594
                              </widget>
 
5595
                            </child>
 
5596
                          </widget>
 
5597
                          <packing>
 
5598
                            <property name="left_attach">1</property>
 
5599
                            <property name="right_attach">4</property>
 
5600
                            <property name="top_attach">6</property>
 
5601
                            <property name="bottom_attach">7</property>
 
5602
                            <property name="y_options"></property>
 
5603
                          </packing>
 
5604
                        </child>
 
5605
                        <child>
 
5606
                          <widget class="GtkScrolledWindow" id="scrolledwindow35">
 
5607
                            <property name="visible">True</property>
 
5608
                            <property name="can_focus">True</property>
 
5609
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5610
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
5611
                            <property name="shadow_type">GTK_SHADOW_IN</property>
 
5612
                            <child>
 
5613
                              <widget class="GtkTextView" id="explanation_textview1">
 
5614
                                <property name="visible">True</property>
 
5615
                                <property name="can_focus">True</property>
 
5616
                              </widget>
 
5617
                            </child>
 
5618
                          </widget>
 
5619
                          <packing>
 
5620
                            <property name="left_attach">1</property>
 
5621
                            <property name="right_attach">4</property>
 
5622
                            <property name="top_attach">5</property>
 
5623
                            <property name="bottom_attach">6</property>
 
5624
                            <property name="y_options"></property>
 
5625
                          </packing>
 
5626
                        </child>
 
5627
                        <child>
 
5628
                          <widget class="GtkLabel" id="label192">
 
5629
                            <property name="visible">True</property>
 
5630
                            <property name="xalign">1</property>
 
5631
                            <property name="label" translatable="yes">&lt;b&gt;Support contract id:&lt;/b&gt;</property>
 
5632
                            <property name="use_markup">True</property>
 
5633
                          </widget>
 
5634
                          <packing>
 
5635
                            <property name="x_options">GTK_FILL</property>
 
5636
                            <property name="y_options"></property>
 
5637
                          </packing>
 
5638
                        </child>
 
5639
                        <child>
 
5640
                          <widget class="GtkEntry" id="id_entry1">
 
5641
                            <property name="visible">True</property>
 
5642
                            <property name="can_focus">True</property>
 
5643
                          </widget>
 
5644
                          <packing>
 
5645
                            <property name="left_attach">1</property>
 
5646
                            <property name="right_attach">4</property>
 
5647
                            <property name="y_options"></property>
 
5648
                          </packing>
 
5649
                        </child>
 
5650
                        <child>
 
5651
                          <widget class="GtkComboBoxEntry" id="urgency_combo1">
 
5652
                            <property name="visible">True</property>
 
5653
                            <property name="items" translatable="yes">Not Urgent
 
5654
Medium
 
5655
Urgent
 
5656
Very Urgent</property>
 
5657
                            <child internal-child="entry">
 
5658
                              <widget class="GtkEntry" id="comboboxentry-entry12">
 
5659
                              </widget>
 
5660
                            </child>
 
5661
                          </widget>
 
5662
                          <packing>
 
5663
                            <property name="left_attach">3</property>
 
5664
                            <property name="right_attach">4</property>
 
5665
                            <property name="top_attach">4</property>
 
5666
                            <property name="bottom_attach">5</property>
 
5667
                            <property name="x_options"></property>
 
5668
                            <property name="y_options"></property>
 
5669
                          </packing>
 
5670
                        </child>
 
5671
                        <child>
 
5672
                          <widget class="GtkLabel" id="label193">
 
5673
                            <property name="visible">True</property>
 
5674
                            <property name="xalign">1</property>
 
5675
                            <property name="label" translatable="yes">Emergency:</property>
 
5676
                          </widget>
 
5677
                          <packing>
 
5678
                            <property name="left_attach">2</property>
 
5679
                            <property name="right_attach">3</property>
 
5680
                            <property name="top_attach">4</property>
 
5681
                            <property name="bottom_attach">5</property>
 
5682
                            <property name="x_options">GTK_FILL</property>
 
5683
                            <property name="y_options"></property>
 
5684
                          </packing>
 
5685
                        </child>
 
5686
                        <child>
 
5687
                          <widget class="GtkLabel" id="label194">
 
5688
                            <property name="visible">True</property>
 
5689
                            <property name="xalign">1</property>
 
5690
                            <property name="label" translatable="yes">Phone number:</property>
 
5691
                          </widget>
 
5692
                          <packing>
 
5693
                            <property name="top_attach">4</property>
 
5694
                            <property name="bottom_attach">5</property>
 
5695
                            <property name="x_options">GTK_FILL</property>
 
5696
                            <property name="y_options"></property>
 
5697
                          </packing>
 
5698
                        </child>
 
5699
                        <child>
 
5700
                          <widget class="GtkEntry" id="phone_entry1">
 
5701
                            <property name="visible">True</property>
 
5702
                            <property name="can_focus">True</property>
 
5703
                          </widget>
 
5704
                          <packing>
 
5705
                            <property name="left_attach">1</property>
 
5706
                            <property name="right_attach">2</property>
 
5707
                            <property name="top_attach">4</property>
 
5708
                            <property name="bottom_attach">5</property>
 
5709
                            <property name="y_options"></property>
 
5710
                          </packing>
 
5711
                        </child>
 
5712
                        <child>
 
5713
                          <widget class="GtkEntry" id="email_entry1">
 
5714
                            <property name="visible">True</property>
 
5715
                            <property name="can_focus">True</property>
 
5716
                          </widget>
 
5717
                          <packing>
 
5718
                            <property name="left_attach">1</property>
 
5719
                            <property name="right_attach">4</property>
 
5720
                            <property name="top_attach">3</property>
 
5721
                            <property name="bottom_attach">4</property>
 
5722
                            <property name="y_options"></property>
 
5723
                          </packing>
 
5724
                        </child>
 
5725
                      </widget>
 
5726
                      <packing>
 
5727
                        <property name="position">2</property>
 
5728
                      </packing>
 
5729
                    </child>
 
5730
                  </widget>
 
5731
                </child>
 
5732
              </widget>
 
5733
            </child>
 
5734
          </widget>
 
5735
          <packing>
 
5736
            <property name="position">2</property>
 
5737
          </packing>
 
5738
        </child>
 
5739
        <child internal-child="action_area">
 
5740
          <widget class="GtkHButtonBox" id="dialog-action_area23">
 
5741
            <property name="visible">True</property>
 
5742
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
5743
            <child>
 
5744
              <widget class="GtkButton" id="cancelbutton15">
 
5745
                <property name="visible">True</property>
 
5746
                <property name="can_focus">True</property>
 
5747
                <property name="can_default">True</property>
 
5748
                <property name="label">gtk-cancel</property>
 
5749
                <property name="use_stock">True</property>
 
5750
                <property name="response_id">-6</property>
 
5751
              </widget>
 
5752
            </child>
 
5753
            <child>
 
5754
              <widget class="GtkButton" id="okbutton18">
 
5755
                <property name="visible">True</property>
 
5756
                <property name="can_focus">True</property>
 
5757
                <property name="can_default">True</property>
 
5758
                <property name="label">gtk-ok</property>
 
5759
                <property name="use_stock">True</property>
 
5760
                <property name="response_id">-5</property>
 
5761
              </widget>
 
5762
              <packing>
 
5763
                <property name="position">1</property>
 
5764
              </packing>
 
5765
            </child>
 
5766
          </widget>
 
5767
          <packing>
 
5768
            <property name="expand">False</property>
 
5769
            <property name="pack_type">GTK_PACK_END</property>
 
5770
          </packing>
 
5771
        </child>
 
5772
      </widget>
 
5773
    </child>
 
5774
  </widget>
 
5775
  <widget class="GtkDialog" id="win_quest_3b">
 
5776
    <property name="width_request">350</property>
 
5777
    <property name="height_request">143</property>
 
5778
    <property name="title" translatable="yes">OpenERP - Confirmation</property>
 
5779
    <property name="modal">True</property>
 
5780
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
5781
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
5782
    <child internal-child="vbox">
 
5783
      <widget class="GtkVBox" id="vbox42">
 
5784
        <property name="visible">True</property>
 
5785
        <child>
 
5786
          <widget class="GtkHBox" id="hbox62">
 
5787
            <property name="visible">True</property>
 
5788
            <child>
 
5789
              <widget class="GtkImage" id="image2803">
 
5790
                <property name="visible">True</property>
 
5791
                <property name="xpad">15</property>
 
5792
                <property name="ypad">15</property>
 
5793
                <property name="stock">gtk-dialog-question</property>
 
5794
                <property name="icon_size">6</property>
 
5795
              </widget>
 
5796
              <packing>
 
5797
                <property name="expand">False</property>
 
5798
                <property name="fill">False</property>
 
5799
              </packing>
 
5800
            </child>
 
5801
            <child>
 
5802
              <widget class="GtkLabel" id="label">
 
5803
                <property name="width_request">200</property>
 
5804
                <property name="height_request">60</property>
 
5805
                <property name="visible">True</property>
 
5806
                <property name="label" translatable="yes">Hello World!</property>
 
5807
              </widget>
 
5808
              <packing>
 
5809
                <property name="position">1</property>
 
5810
              </packing>
 
5811
            </child>
 
5812
          </widget>
 
5813
          <packing>
 
5814
            <property name="padding">4</property>
 
5815
            <property name="position">2</property>
 
5816
          </packing>
 
5817
        </child>
 
5818
        <child internal-child="action_area">
 
5819
          <widget class="GtkHButtonBox" id="hbuttonbox4">
 
5820
            <property name="visible">True</property>
 
5821
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
5822
            <child>
 
5823
              <widget class="GtkButton" id="button82">
 
5824
                <property name="visible">True</property>
 
5825
                <property name="can_focus">True</property>
 
5826
                <property name="can_default">True</property>
 
5827
                <property name="label">gtk-yes</property>
 
5828
                <property name="use_stock">True</property>
 
5829
                <property name="response_id">-8</property>
 
5830
              </widget>
 
5831
            </child>
 
5832
            <child>
 
5833
              <widget class="GtkButton" id="button83">
 
5834
                <property name="visible">True</property>
 
5835
                <property name="can_focus">True</property>
 
5836
                <property name="can_default">True</property>
 
5837
                <property name="label">gtk-no</property>
 
5838
                <property name="use_stock">True</property>
 
5839
                <property name="response_id">-9</property>
 
5840
              </widget>
 
5841
              <packing>
 
5842
                <property name="position">1</property>
 
5843
              </packing>
 
5844
            </child>
 
5845
            <child>
 
5846
              <widget class="GtkButton" id="button84">
 
5847
                <property name="visible">True</property>
 
5848
                <property name="can_focus">True</property>
 
5849
                <property name="can_default">True</property>
 
5850
                <property name="label">gtk-cancel</property>
 
5851
                <property name="use_stock">True</property>
 
5852
                <property name="response_id">-6</property>
 
5853
              </widget>
 
5854
              <packing>
 
5855
                <property name="position">2</property>
 
5856
              </packing>
 
5857
            </child>
 
5858
          </widget>
 
5859
          <packing>
 
5860
            <property name="expand">False</property>
 
5861
            <property name="pack_type">GTK_PACK_END</property>
 
5862
          </packing>
 
5863
        </child>
 
5864
      </widget>
 
5865
    </child>
 
5866
  </widget>
 
5867
  <widget class="GtkDialog" id="shortcuts_dia">
 
5868
    <property name="title" translatable="yes">Keyboard shortcuts</property>
 
5869
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
5870
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
5871
    <child internal-child="vbox">
 
5872
      <widget class="GtkVBox" id="dialog-vbox21">
 
5873
        <property name="visible">True</property>
 
5874
        <child>
 
5875
          <widget class="GtkNotebook" id="notebook4">
 
5876
            <property name="visible">True</property>
 
5877
            <property name="can_focus">True</property>
 
5878
            <child>
 
5879
              <widget class="GtkTable" id="table13">
 
5880
                <property name="visible">True</property>
 
5881
                <property name="border_width">8</property>
 
5882
                <property name="n_rows">15</property>
 
5883
                <property name="n_columns">2</property>
 
5884
                <property name="column_spacing">15</property>
 
5885
                <property name="row_spacing">2</property>
 
5886
                <child>
 
5887
                  <widget class="GtkLabel" id="label197">
 
5888
                    <property name="visible">True</property>
 
5889
                    <property name="xalign">0</property>
 
5890
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + O</property>
 
5891
                  </widget>
 
5892
                  <packing>
 
5893
                    <property name="top_attach">1</property>
 
5894
                    <property name="bottom_attach">2</property>
 
5895
                    <property name="x_options"></property>
 
5896
                    <property name="y_options"></property>
 
5897
                  </packing>
 
5898
                </child>
 
5899
                <child>
 
5900
                  <widget class="GtkLabel" id="label198">
 
5901
                    <property name="visible">True</property>
 
5902
                    <property name="xalign">0</property>
 
5903
                    <property name="label" translatable="yes">Connect</property>
 
5904
                  </widget>
 
5905
                  <packing>
 
5906
                    <property name="left_attach">1</property>
 
5907
                    <property name="right_attach">2</property>
 
5908
                    <property name="top_attach">1</property>
 
5909
                    <property name="bottom_attach">2</property>
 
5910
                    <property name="x_options"></property>
 
5911
                    <property name="y_options"></property>
 
5912
                  </packing>
 
5913
                </child>
 
5914
                <child>
 
5915
                  <widget class="GtkLabel" id="label199">
 
5916
                    <property name="visible">True</property>
 
5917
                    <property name="xalign">0</property>
 
5918
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + F</property>
 
5919
                  </widget>
 
5920
                  <packing>
 
5921
                    <property name="top_attach">5</property>
 
5922
                    <property name="bottom_attach">6</property>
 
5923
                    <property name="x_options"></property>
 
5924
                    <property name="y_options"></property>
 
5925
                  </packing>
 
5926
                </child>
 
5927
                <child>
 
5928
                  <widget class="GtkLabel" id="label200">
 
5929
                    <property name="visible">True</property>
 
5930
                    <property name="xalign">0</property>
 
5931
                    <property name="label" translatable="yes">Find / Search</property>
 
5932
                  </widget>
 
5933
                  <packing>
 
5934
                    <property name="left_attach">1</property>
 
5935
                    <property name="right_attach">2</property>
 
5936
                    <property name="top_attach">5</property>
 
5937
                    <property name="bottom_attach">6</property>
 
5938
                    <property name="x_options"></property>
 
5939
                    <property name="y_options"></property>
 
5940
                  </packing>
 
5941
                </child>
 
5942
                <child>
 
5943
                  <widget class="GtkLabel" id="label201">
 
5944
                    <property name="visible">True</property>
 
5945
                    <property name="xalign">0</property>
 
5946
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + D</property>
 
5947
                  </widget>
 
5948
                  <packing>
 
5949
                    <property name="top_attach">4</property>
 
5950
                    <property name="bottom_attach">5</property>
 
5951
                    <property name="x_options"></property>
 
5952
                    <property name="y_options"></property>
 
5953
                  </packing>
 
5954
                </child>
 
5955
                <child>
 
5956
                  <widget class="GtkLabel" id="label202">
 
5957
                    <property name="visible">True</property>
 
5958
                    <property name="xalign">0</property>
 
5959
                    <property name="label" translatable="yes">Delete</property>
 
5960
                  </widget>
 
5961
                  <packing>
 
5962
                    <property name="left_attach">1</property>
 
5963
                    <property name="right_attach">2</property>
 
5964
                    <property name="top_attach">4</property>
 
5965
                    <property name="bottom_attach">5</property>
 
5966
                    <property name="x_options"></property>
 
5967
                    <property name="y_options"></property>
 
5968
                  </packing>
 
5969
                </child>
 
5970
                <child>
 
5971
                  <widget class="GtkLabel" id="label203">
 
5972
                    <property name="visible">True</property>
 
5973
                    <property name="xalign">0</property>
 
5974
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + N</property>
 
5975
                  </widget>
 
5976
                  <packing>
 
5977
                    <property name="top_attach">2</property>
 
5978
                    <property name="bottom_attach">3</property>
 
5979
                    <property name="x_options"></property>
 
5980
                    <property name="y_options"></property>
 
5981
                  </packing>
 
5982
                </child>
 
5983
                <child>
 
5984
                  <widget class="GtkLabel" id="label204">
 
5985
                    <property name="visible">True</property>
 
5986
                    <property name="xalign">0</property>
 
5987
                    <property name="label" translatable="yes">New</property>
 
5988
                  </widget>
 
5989
                  <packing>
 
5990
                    <property name="left_attach">1</property>
 
5991
                    <property name="right_attach">2</property>
 
5992
                    <property name="top_attach">2</property>
 
5993
                    <property name="bottom_attach">3</property>
 
5994
                    <property name="x_options"></property>
 
5995
                    <property name="y_options"></property>
 
5996
                  </packing>
 
5997
                </child>
 
5998
                <child>
 
5999
                  <widget class="GtkLabel" id="label207">
 
6000
                    <property name="visible">True</property>
 
6001
                    <property name="xalign">0</property>
 
6002
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;PgUp&gt;</property>
 
6003
                  </widget>
 
6004
                  <packing>
 
6005
                    <property name="top_attach">9</property>
 
6006
                    <property name="bottom_attach">10</property>
 
6007
                    <property name="x_options"></property>
 
6008
                    <property name="y_options"></property>
 
6009
                  </packing>
 
6010
                </child>
 
6011
                <child>
 
6012
                  <widget class="GtkLabel" id="label208">
 
6013
                    <property name="visible">True</property>
 
6014
                    <property name="xalign">0</property>
 
6015
                    <property name="label" translatable="yes">Previous tab</property>
 
6016
                  </widget>
 
6017
                  <packing>
 
6018
                    <property name="left_attach">1</property>
 
6019
                    <property name="right_attach">2</property>
 
6020
                    <property name="top_attach">9</property>
 
6021
                    <property name="bottom_attach">10</property>
 
6022
                    <property name="x_options"></property>
 
6023
                    <property name="y_options"></property>
 
6024
                  </packing>
 
6025
                </child>
 
6026
                <child>
 
6027
                  <widget class="GtkLabel" id="label209">
 
6028
                    <property name="visible">True</property>
 
6029
                    <property name="xalign">0</property>
 
6030
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;PgDn&gt;</property>
 
6031
                  </widget>
 
6032
                  <packing>
 
6033
                    <property name="top_attach">10</property>
 
6034
                    <property name="bottom_attach">11</property>
 
6035
                    <property name="x_options"></property>
 
6036
                    <property name="y_options"></property>
 
6037
                  </packing>
 
6038
                </child>
 
6039
                <child>
 
6040
                  <widget class="GtkLabel" id="label210">
 
6041
                    <property name="visible">True</property>
 
6042
                    <property name="xalign">0</property>
 
6043
                    <property name="label" translatable="yes">Next Tab</property>
 
6044
                  </widget>
 
6045
                  <packing>
 
6046
                    <property name="left_attach">1</property>
 
6047
                    <property name="right_attach">2</property>
 
6048
                    <property name="top_attach">10</property>
 
6049
                    <property name="bottom_attach">11</property>
 
6050
                    <property name="x_options"></property>
 
6051
                    <property name="y_options"></property>
 
6052
                  </packing>
 
6053
                </child>
 
6054
                <child>
 
6055
                  <widget class="GtkLabel" id="label211">
 
6056
                    <property name="visible">True</property>
 
6057
                    <property name="xalign">0</property>
 
6058
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + S</property>
 
6059
                  </widget>
 
6060
                  <packing>
 
6061
                    <property name="top_attach">3</property>
 
6062
                    <property name="bottom_attach">4</property>
 
6063
                    <property name="x_options"></property>
 
6064
                    <property name="y_options"></property>
 
6065
                  </packing>
 
6066
                </child>
 
6067
                <child>
 
6068
                  <widget class="GtkLabel" id="label212">
 
6069
                    <property name="visible">True</property>
 
6070
                    <property name="xalign">0</property>
 
6071
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + W</property>
 
6072
                  </widget>
 
6073
                  <packing>
 
6074
                    <property name="top_attach">11</property>
 
6075
                    <property name="bottom_attach">12</property>
 
6076
                    <property name="x_options"></property>
 
6077
                    <property name="y_options"></property>
 
6078
                  </packing>
 
6079
                </child>
 
6080
                <child>
 
6081
                  <widget class="GtkLabel" id="label213">
 
6082
                    <property name="visible">True</property>
 
6083
                    <property name="xalign">0</property>
 
6084
                    <property name="label" translatable="yes">Save</property>
 
6085
                  </widget>
 
6086
                  <packing>
 
6087
                    <property name="left_attach">1</property>
 
6088
                    <property name="right_attach">2</property>
 
6089
                    <property name="top_attach">3</property>
 
6090
                    <property name="bottom_attach">4</property>
 
6091
                    <property name="x_options"></property>
 
6092
                    <property name="y_options"></property>
 
6093
                  </packing>
 
6094
                </child>
 
6095
                <child>
 
6096
                  <widget class="GtkLabel" id="label214">
 
6097
                    <property name="visible">True</property>
 
6098
                    <property name="xalign">0</property>
 
6099
                    <property name="label" translatable="yes">Close Tab</property>
 
6100
                  </widget>
 
6101
                  <packing>
 
6102
                    <property name="left_attach">1</property>
 
6103
                    <property name="right_attach">2</property>
 
6104
                    <property name="top_attach">11</property>
 
6105
                    <property name="bottom_attach">12</property>
 
6106
                    <property name="x_options"></property>
 
6107
                    <property name="y_options"></property>
 
6108
                  </packing>
 
6109
                </child>
 
6110
                <child>
 
6111
                  <widget class="GtkLabel" id="label215">
 
6112
                    <property name="visible">True</property>
 
6113
                    <property name="xalign">0</property>
 
6114
                    <property name="label" translatable="yes">&lt;PgUp&gt;</property>
 
6115
                  </widget>
 
6116
                  <packing>
 
6117
                    <property name="top_attach">6</property>
 
6118
                    <property name="bottom_attach">7</property>
 
6119
                    <property name="x_options"></property>
 
6120
                    <property name="y_options"></property>
 
6121
                  </packing>
 
6122
                </child>
 
6123
                <child>
 
6124
                  <widget class="GtkLabel" id="label216">
 
6125
                    <property name="visible">True</property>
 
6126
                    <property name="xalign">0</property>
 
6127
                    <property name="label" translatable="yes">&lt;PgDn&gt;</property>
 
6128
                  </widget>
 
6129
                  <packing>
 
6130
                    <property name="top_attach">7</property>
 
6131
                    <property name="bottom_attach">8</property>
 
6132
                    <property name="x_options"></property>
 
6133
                    <property name="y_options"></property>
 
6134
                  </packing>
 
6135
                </child>
 
6136
                <child>
 
6137
                  <widget class="GtkLabel" id="label217">
 
6138
                    <property name="visible">True</property>
 
6139
                    <property name="xalign">0</property>
 
6140
                    <property name="label" translatable="yes">Previous record</property>
 
6141
                  </widget>
 
6142
                  <packing>
 
6143
                    <property name="left_attach">1</property>
 
6144
                    <property name="right_attach">2</property>
 
6145
                    <property name="top_attach">6</property>
 
6146
                    <property name="bottom_attach">7</property>
 
6147
                    <property name="x_options"></property>
 
6148
                    <property name="y_options"></property>
 
6149
                  </packing>
 
6150
                </child>
 
6151
                <child>
 
6152
                  <widget class="GtkLabel" id="label218">
 
6153
                    <property name="visible">True</property>
 
6154
                    <property name="xalign">0</property>
 
6155
                    <property name="label" translatable="yes">Next record</property>
 
6156
                  </widget>
 
6157
                  <packing>
 
6158
                    <property name="left_attach">1</property>
 
6159
                    <property name="right_attach">2</property>
 
6160
                    <property name="top_attach">7</property>
 
6161
                    <property name="bottom_attach">8</property>
 
6162
                    <property name="x_options"></property>
 
6163
                    <property name="y_options"></property>
 
6164
                  </packing>
 
6165
                </child>
 
6166
                <child>
 
6167
                  <widget class="GtkLabel" id="label219">
 
6168
                    <property name="visible">True</property>
 
6169
                    <property name="xalign">0</property>
 
6170
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + L</property>
 
6171
                  </widget>
 
6172
                  <packing>
 
6173
                    <property name="top_attach">8</property>
 
6174
                    <property name="bottom_attach">9</property>
 
6175
                    <property name="x_options"></property>
 
6176
                    <property name="y_options"></property>
 
6177
                  </packing>
 
6178
                </child>
 
6179
                <child>
 
6180
                  <widget class="GtkLabel" id="label220">
 
6181
                    <property name="visible">True</property>
 
6182
                    <property name="xalign">0</property>
 
6183
                    <property name="label" translatable="yes">Switch view mode</property>
 
6184
                  </widget>
 
6185
                  <packing>
 
6186
                    <property name="left_attach">1</property>
 
6187
                    <property name="right_attach">2</property>
 
6188
                    <property name="top_attach">8</property>
 
6189
                    <property name="bottom_attach">9</property>
 
6190
                    <property name="x_options"></property>
 
6191
                    <property name="y_options"></property>
 
6192
                  </packing>
 
6193
                </child>
 
6194
                <child>
 
6195
                  <widget class="GtkLabel" id="label222">
 
6196
                    <property name="visible">True</property>
 
6197
                    <property name="xalign">0</property>
 
6198
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;Enter&gt;</property>
 
6199
                  </widget>
 
6200
                  <packing>
 
6201
                    <property name="top_attach">13</property>
 
6202
                    <property name="bottom_attach">14</property>
 
6203
                    <property name="x_options"></property>
 
6204
                    <property name="y_options"></property>
 
6205
                  </packing>
 
6206
                </child>
 
6207
                <child>
 
6208
                  <widget class="GtkLabel" id="label223">
 
6209
                    <property name="visible">True</property>
 
6210
                    <property name="xalign">0</property>
 
6211
                    <property name="label" translatable="yes">Save and Close window</property>
 
6212
                  </widget>
 
6213
                  <packing>
 
6214
                    <property name="left_attach">1</property>
 
6215
                    <property name="right_attach">2</property>
 
6216
                    <property name="top_attach">13</property>
 
6217
                    <property name="bottom_attach">14</property>
 
6218
                    <property name="x_options"></property>
 
6219
                    <property name="y_options"></property>
 
6220
                  </packing>
 
6221
                </child>
 
6222
                <child>
 
6223
                  <widget class="GtkLabel" id="label224">
 
6224
                    <property name="visible">True</property>
 
6225
                    <property name="xalign">0</property>
 
6226
                    <property name="ypad">10</property>
 
6227
                    <property name="label" translatable="yes">&lt;i&gt;When editing a resource in a popup window&lt;/i&gt;</property>
 
6228
                    <property name="use_markup">True</property>
 
6229
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
 
6230
                  </widget>
 
6231
                  <packing>
 
6232
                    <property name="right_attach">2</property>
 
6233
                    <property name="top_attach">12</property>
 
6234
                    <property name="bottom_attach">13</property>
 
6235
                    <property name="x_options"></property>
 
6236
                    <property name="y_options"></property>
 
6237
                  </packing>
 
6238
                </child>
 
6239
                <child>
 
6240
                  <widget class="GtkLabel" id="label225">
 
6241
                    <property name="visible">True</property>
 
6242
                    <property name="xalign">0</property>
 
6243
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;Esc&gt;</property>
 
6244
                  </widget>
 
6245
                  <packing>
 
6246
                    <property name="top_attach">14</property>
 
6247
                    <property name="bottom_attach">15</property>
 
6248
                    <property name="x_options"></property>
 
6249
                    <property name="y_options"></property>
 
6250
                  </packing>
 
6251
                </child>
 
6252
                <child>
 
6253
                  <widget class="GtkLabel" id="label226">
 
6254
                    <property name="visible">True</property>
 
6255
                    <property name="xalign">0</property>
 
6256
                    <property name="label" translatable="yes">Close window without saving</property>
 
6257
                  </widget>
 
6258
                  <packing>
 
6259
                    <property name="left_attach">1</property>
 
6260
                    <property name="right_attach">2</property>
 
6261
                    <property name="top_attach">14</property>
 
6262
                    <property name="bottom_attach">15</property>
 
6263
                    <property name="x_options"></property>
 
6264
                    <property name="y_options"></property>
 
6265
                  </packing>
 
6266
                </child>
 
6267
                <child>
 
6268
                  <widget class="GtkLabel" id="label196">
 
6269
                    <property name="visible">True</property>
 
6270
                    <property name="xpad">2</property>
 
6271
                    <property name="label" translatable="yes">&lt;b&gt;Shortcuts for OpenERP&lt;/b&gt;</property>
 
6272
                    <property name="use_markup">True</property>
 
6273
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
 
6274
                  </widget>
 
6275
                  <packing>
 
6276
                    <property name="right_attach">2</property>
 
6277
                    <property name="y_options"></property>
 
6278
                    <property name="y_padding">5</property>
 
6279
                  </packing>
 
6280
                </child>
 
6281
              </widget>
 
6282
            </child>
 
6283
            <child>
 
6284
              <widget class="GtkLabel" id="label248">
 
6285
                <property name="visible">True</property>
 
6286
                <property name="label" translatable="yes">Main Shortcuts</property>
 
6287
              </widget>
 
6288
              <packing>
 
6289
                <property name="type">tab</property>
 
6290
                <property name="tab_fill">False</property>
 
6291
              </packing>
 
6292
            </child>
 
6293
            <child>
 
6294
              <widget class="GtkTable" id="table15">
 
6295
                <property name="visible">True</property>
 
6296
                <property name="border_width">8</property>
 
6297
                <property name="n_rows">10</property>
 
6298
                <property name="n_columns">2</property>
 
6299
                <child>
 
6300
                  <widget class="GtkLabel" id="label251">
 
6301
                    <property name="visible">True</property>
 
6302
                    <property name="xalign">0</property>
 
6303
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + X</property>
 
6304
                  </widget>
 
6305
                  <packing>
 
6306
                    <property name="top_attach">1</property>
 
6307
                    <property name="bottom_attach">2</property>
 
6308
                    <property name="x_options"></property>
 
6309
                    <property name="y_options"></property>
 
6310
                  </packing>
 
6311
                </child>
 
6312
                <child>
 
6313
                  <widget class="GtkLabel" id="label252">
 
6314
                    <property name="visible">True</property>
 
6315
                    <property name="xalign">0</property>
 
6316
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + C</property>
 
6317
                  </widget>
 
6318
                  <packing>
 
6319
                    <property name="top_attach">2</property>
 
6320
                    <property name="bottom_attach">3</property>
 
6321
                    <property name="x_options"></property>
 
6322
                    <property name="y_options"></property>
 
6323
                  </packing>
 
6324
                </child>
 
6325
                <child>
 
6326
                  <widget class="GtkLabel" id="label253">
 
6327
                    <property name="visible">True</property>
 
6328
                    <property name="xalign">0</property>
 
6329
                    <property name="label" translatable="yes">&lt;Ctrl&gt; + V</property>
 
6330
                  </widget>
 
6331
                  <packing>
 
6332
                    <property name="top_attach">3</property>
 
6333
                    <property name="bottom_attach">4</property>
 
6334
                    <property name="x_options"></property>
 
6335
                    <property name="y_options"></property>
 
6336
                  </packing>
 
6337
                </child>
 
6338
                <child>
 
6339
                  <widget class="GtkLabel" id="label254">
 
6340
                    <property name="visible">True</property>
 
6341
                    <property name="xalign">0</property>
 
6342
                    <property name="label" translatable="yes">Cut selected text</property>
 
6343
                  </widget>
 
6344
                  <packing>
 
6345
                    <property name="left_attach">1</property>
 
6346
                    <property name="right_attach">2</property>
 
6347
                    <property name="top_attach">1</property>
 
6348
                    <property name="bottom_attach">2</property>
 
6349
                    <property name="x_options"></property>
 
6350
                    <property name="y_options"></property>
 
6351
                  </packing>
 
6352
                </child>
 
6353
                <child>
 
6354
                  <widget class="GtkLabel" id="label255">
 
6355
                    <property name="visible">True</property>
 
6356
                    <property name="xalign">0</property>
 
6357
                    <property name="label" translatable="yes">Copy selected text</property>
 
6358
                  </widget>
 
6359
                  <packing>
 
6360
                    <property name="left_attach">1</property>
 
6361
                    <property name="right_attach">2</property>
 
6362
                    <property name="top_attach">2</property>
 
6363
                    <property name="bottom_attach">3</property>
 
6364
                    <property name="x_options"></property>
 
6365
                    <property name="y_options"></property>
 
6366
                  </packing>
 
6367
                </child>
 
6368
                <child>
 
6369
                  <widget class="GtkLabel" id="label256">
 
6370
                    <property name="visible">True</property>
 
6371
                    <property name="xalign">0</property>
 
6372
                    <property name="label" translatable="yes">Paste selected text</property>
 
6373
                  </widget>
 
6374
                  <packing>
 
6375
                    <property name="left_attach">1</property>
 
6376
                    <property name="right_attach">2</property>
 
6377
                    <property name="top_attach">3</property>
 
6378
                    <property name="bottom_attach">4</property>
 
6379
                    <property name="x_options"></property>
 
6380
                    <property name="y_options"></property>
 
6381
                  </packing>
 
6382
                </child>
 
6383
                <child>
 
6384
                  <widget class="GtkLabel" id="label257">
 
6385
                    <property name="visible">True</property>
 
6386
                    <property name="xalign">0</property>
 
6387
                    <property name="label" translatable="yes">&lt;Tab&gt;</property>
 
6388
                  </widget>
 
6389
                  <packing>
 
6390
                    <property name="top_attach">4</property>
 
6391
                    <property name="bottom_attach">5</property>
 
6392
                    <property name="x_options"></property>
 
6393
                    <property name="y_options"></property>
 
6394
                  </packing>
 
6395
                </child>
 
6396
                <child>
 
6397
                  <widget class="GtkLabel" id="label258">
 
6398
                    <property name="visible">True</property>
 
6399
                    <property name="xalign">0</property>
 
6400
                    <property name="label" translatable="yes">Next editable widget</property>
 
6401
                  </widget>
 
6402
                  <packing>
 
6403
                    <property name="left_attach">1</property>
 
6404
                    <property name="right_attach">2</property>
 
6405
                    <property name="top_attach">4</property>
 
6406
                    <property name="bottom_attach">5</property>
 
6407
                    <property name="x_options"></property>
 
6408
                    <property name="y_options"></property>
 
6409
                  </packing>
 
6410
                </child>
 
6411
                <child>
 
6412
                  <widget class="GtkLabel" id="label259">
 
6413
                    <property name="visible">True</property>
 
6414
                    <property name="xalign">0</property>
 
6415
                    <property name="label" translatable="yes">&lt;Shist&gt; + &lt;Tab&gt;</property>
 
6416
                  </widget>
 
6417
                  <packing>
 
6418
                    <property name="top_attach">5</property>
 
6419
                    <property name="bottom_attach">6</property>
 
6420
                    <property name="x_options"></property>
 
6421
                    <property name="y_options"></property>
 
6422
                  </packing>
 
6423
                </child>
 
6424
                <child>
 
6425
                  <widget class="GtkLabel" id="label260">
 
6426
                    <property name="visible">True</property>
 
6427
                    <property name="xalign">0</property>
 
6428
                    <property name="label" translatable="yes">Previous editable widget</property>
 
6429
                  </widget>
 
6430
                  <packing>
 
6431
                    <property name="left_attach">1</property>
 
6432
                    <property name="right_attach">2</property>
 
6433
                    <property name="top_attach">5</property>
 
6434
                    <property name="bottom_attach">6</property>
 
6435
                    <property name="x_options"></property>
 
6436
                    <property name="y_options"></property>
 
6437
                  </packing>
 
6438
                </child>
 
6439
                <child>
 
6440
                  <widget class="GtkLabel" id="label261">
 
6441
                    <property name="visible">True</property>
 
6442
                    <property name="xalign">0</property>
 
6443
                    <property name="label" translatable="yes">&lt;Enter&gt;</property>
 
6444
                  </widget>
 
6445
                  <packing>
 
6446
                    <property name="top_attach">6</property>
 
6447
                    <property name="bottom_attach">7</property>
 
6448
                    <property name="x_options"></property>
 
6449
                    <property name="y_options"></property>
 
6450
                  </packing>
 
6451
                </child>
 
6452
                <child>
 
6453
                  <widget class="GtkLabel" id="label262">
 
6454
                    <property name="visible">True</property>
 
6455
                    <property name="xalign">0</property>
 
6456
                    <property name="label" translatable="yes">Auto-Complete text field</property>
 
6457
                  </widget>
 
6458
                  <packing>
 
6459
                    <property name="left_attach">1</property>
 
6460
                    <property name="right_attach">2</property>
 
6461
                    <property name="top_attach">6</property>
 
6462
                    <property name="bottom_attach">7</property>
 
6463
                    <property name="x_options"></property>
 
6464
                    <property name="y_options"></property>
 
6465
                  </packing>
 
6466
                </child>
 
6467
                <child>
 
6468
                  <widget class="GtkLabel" id="label46565">
 
6469
                    <property name="visible">True</property>
 
6470
                    <property name="xalign">0</property>
 
6471
                    <property name="label" translatable="yes">F1</property>
 
6472
                  </widget>
 
6473
                  <packing>
 
6474
                    <property name="top_attach">8</property>
 
6475
                    <property name="bottom_attach">9</property>
 
6476
                    <property name="x_options"></property>
 
6477
                    <property name="y_options"></property>
 
6478
                  </packing>
 
6479
                </child>
 
6480
                <child>
 
6481
                  <widget class="GtkLabel" id="label46566">
 
6482
                    <property name="visible">True</property>
 
6483
                    <property name="xalign">0</property>
 
6484
                    <property name="label" translatable="yes">Add a new line/field</property>
 
6485
                  </widget>
 
6486
                  <packing>
 
6487
                    <property name="left_attach">1</property>
 
6488
                    <property name="right_attach">2</property>
 
6489
                    <property name="top_attach">8</property>
 
6490
                    <property name="bottom_attach">9</property>
 
6491
                    <property name="x_options"></property>
 
6492
                    <property name="y_options"></property>
 
6493
                  </packing>
 
6494
                </child>
 
6495
                <child>
 
6496
                  <widget class="GtkLabel" id="label46570">
 
6497
                    <property name="visible">True</property>
 
6498
                    <property name="xalign">0</property>
 
6499
                    <property name="label" translatable="yes">Open current field</property>
 
6500
                  </widget>
 
6501
                  <packing>
 
6502
                    <property name="left_attach">1</property>
 
6503
                    <property name="right_attach">2</property>
 
6504
                    <property name="top_attach">9</property>
 
6505
                    <property name="bottom_attach">10</property>
 
6506
                    <property name="x_options"></property>
 
6507
                    <property name="y_options"></property>
 
6508
                  </packing>
 
6509
                </child>
 
6510
                <child>
 
6511
                  <widget class="GtkLabel" id="label250">
 
6512
                    <property name="visible">True</property>
 
6513
                    <property name="label" translatable="yes">&lt;b&gt;Shortcuts in text entries&lt;/b&gt;</property>
 
6514
                    <property name="use_markup">True</property>
 
6515
                  </widget>
 
6516
                  <packing>
 
6517
                    <property name="right_attach">2</property>
 
6518
                    <property name="y_options"></property>
 
6519
                    <property name="y_padding">5</property>
 
6520
                  </packing>
 
6521
                </child>
 
6522
                <child>
 
6523
                  <widget class="GtkLabel" id="label46567">
 
6524
                    <property name="visible">True</property>
 
6525
                    <property name="label" translatable="yes">&lt;b&gt;Shortcuts in relation fields&lt;/b&gt;</property>
 
6526
                    <property name="use_markup">True</property>
 
6527
                  </widget>
 
6528
                  <packing>
 
6529
                    <property name="right_attach">2</property>
 
6530
                    <property name="top_attach">7</property>
 
6531
                    <property name="bottom_attach">8</property>
 
6532
                    <property name="x_options"></property>
 
6533
                    <property name="y_options"></property>
 
6534
                    <property name="y_padding">5</property>
 
6535
                  </packing>
 
6536
                </child>
 
6537
                <child>
 
6538
                  <widget class="GtkLabel" id="label46569">
 
6539
                    <property name="visible">True</property>
 
6540
                    <property name="xalign">0</property>
 
6541
                    <property name="label" translatable="yes">F2</property>
 
6542
                    <property name="justify">GTK_JUSTIFY_CENTER</property>
 
6543
                  </widget>
 
6544
                  <packing>
 
6545
                    <property name="top_attach">9</property>
 
6546
                    <property name="bottom_attach">10</property>
 
6547
                    <property name="x_options"></property>
 
6548
                    <property name="y_options"></property>
 
6549
                  </packing>
 
6550
                </child>
 
6551
              </widget>
 
6552
              <packing>
 
6553
                <property name="position">1</property>
 
6554
              </packing>
 
6555
            </child>
 
6556
            <child>
 
6557
              <widget class="GtkLabel" id="label249">
 
6558
                <property name="visible">True</property>
 
6559
                <property name="label" translatable="yes">Edition Widgets</property>
 
6560
              </widget>
 
6561
              <packing>
 
6562
                <property name="type">tab</property>
 
6563
                <property name="position">1</property>
 
6564
                <property name="tab_fill">False</property>
 
6565
              </packing>
 
6566
            </child>
 
6567
          </widget>
 
6568
          <packing>
 
6569
            <property name="position">2</property>
 
6570
          </packing>
 
6571
        </child>
 
6572
        <child internal-child="action_area">
 
6573
          <widget class="GtkHButtonBox" id="dialog-action_area24">
 
6574
            <property name="visible">True</property>
 
6575
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
6576
            <child>
 
6577
              <widget class="GtkButton" id="closebutton1">
 
6578
                <property name="visible">True</property>
 
6579
                <property name="can_focus">True</property>
 
6580
                <property name="can_default">True</property>
 
6581
                <property name="label">gtk-close</property>
 
6582
                <property name="use_stock">True</property>
 
6583
                <property name="response_id">-7</property>
 
6584
                <signal name="clicked" handler="on_but_ok_pressed"/>
 
6585
              </widget>
 
6586
            </child>
 
6587
          </widget>
 
6588
          <packing>
 
6589
            <property name="expand">False</property>
 
6590
            <property name="pack_type">GTK_PACK_END</property>
 
6591
          </packing>
 
6592
        </child>
 
6593
      </widget>
 
6594
    </child>
 
6595
  </widget>
 
6596
  <widget class="GtkDialog" id="win_import">
 
6597
    <property name="title" translatable="yes">Import from CSV</property>
 
6598
    <property name="modal">True</property>
 
6599
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
6600
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
6601
    <child internal-child="vbox">
 
6602
      <widget class="GtkVBox" id="dialog-vbox27">
 
6603
        <property name="visible">True</property>
 
6604
        <property name="spacing">4</property>
 
6605
        <child>
 
6606
          <widget class="GtkVBox" id="vbox43">
 
6607
            <property name="visible">True</property>
 
6608
            <property name="spacing">9</property>
 
6609
            <child>
 
6610
              <widget class="GtkHBox" id="hbox63">
 
6611
                <property name="visible">True</property>
 
6612
                <child>
 
6613
                  <widget class="GtkFrame" id="frame14">
 
6614
                    <property name="visible">True</property>
 
6615
                    <property name="label_xalign">0</property>
 
6616
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
 
6617
                    <child>
 
6618
                      <widget class="GtkAlignment" id="alignment30">
 
6619
                        <property name="visible">True</property>
 
6620
                        <property name="left_padding">12</property>
 
6621
                        <child>
 
6622
                          <widget class="GtkScrolledWindow" id="scrolledwindow38">
 
6623
                            <property name="visible">True</property>
 
6624
                            <property name="can_focus">True</property>
 
6625
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
6626
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
6627
                            <child>
 
6628
                              <widget class="GtkViewport" id="import_vp_left">
 
6629
                                <property name="visible">True</property>
 
6630
                                <child>
 
6631
                                  <placeholder/>
 
6632
                                </child>
 
6633
                              </widget>
 
6634
                            </child>
 
6635
                          </widget>
 
6636
                        </child>
 
6637
                      </widget>
 
6638
                    </child>
 
6639
                    <child>
 
6640
                      <widget class="GtkLabel" id="label227">
 
6641
                        <property name="visible">True</property>
 
6642
                        <property name="label" translatable="yes">&lt;b&gt;All fields&lt;/b&gt;</property>
 
6643
                        <property name="use_markup">True</property>
 
6644
                      </widget>
 
6645
                      <packing>
 
6646
                        <property name="type">label_item</property>
 
6647
                      </packing>
 
6648
                    </child>
 
6649
                  </widget>
 
6650
                </child>
 
6651
                <child>
 
6652
                  <widget class="GtkVBox" id="vbox44">
 
6653
                    <property name="visible">True</property>
 
6654
                    <property name="border_width">5</property>
 
6655
                    <property name="homogeneous">True</property>
 
6656
                    <child>
 
6657
                      <widget class="GtkButton" id="button_add">
 
6658
                        <property name="visible">True</property>
 
6659
                        <property name="can_focus">True</property>
 
6660
                        <property name="response_id">0</property>
 
6661
                        <signal name="clicked" handler="on_but_select_clicked"/>
 
6662
                        <child>
 
6663
                          <widget class="GtkAlignment" id="alignment31">
 
6664
                            <property name="visible">True</property>
 
6665
                            <property name="xscale">0</property>
 
6666
                            <property name="yscale">0</property>
 
6667
                            <child>
 
6668
                              <widget class="GtkHBox" id="hbox64">
 
6669
                                <property name="visible">True</property>
 
6670
                                <property name="spacing">2</property>
 
6671
                                <child>
 
6672
                                  <widget class="GtkImage" id="image2901">
 
6673
                                    <property name="visible">True</property>
 
6674
                                    <property name="stock">gtk-go-forward</property>
 
6675
                                  </widget>
 
6676
                                  <packing>
 
6677
                                    <property name="expand">False</property>
 
6678
                                    <property name="fill">False</property>
 
6679
                                  </packing>
 
6680
                                </child>
 
6681
                                <child>
 
6682
                                  <widget class="GtkLabel" id="label228">
 
6683
                                    <property name="visible">True</property>
 
6684
                                    <property name="label" translatable="yes">_Add</property>
 
6685
                                    <property name="use_underline">True</property>
 
6686
                                  </widget>
 
6687
                                  <packing>
 
6688
                                    <property name="expand">False</property>
 
6689
                                    <property name="fill">False</property>
 
6690
                                    <property name="position">1</property>
 
6691
                                  </packing>
 
6692
                                </child>
 
6693
                              </widget>
 
6694
                            </child>
 
6695
                          </widget>
 
6696
                        </child>
 
6697
                      </widget>
 
6698
                      <packing>
 
6699
                        <property name="expand">False</property>
 
6700
                        <property name="fill">False</property>
 
6701
                      </packing>
 
6702
                    </child>
 
6703
                    <child>
 
6704
                      <widget class="GtkButton" id="button_remove">
 
6705
                        <property name="visible">True</property>
 
6706
                        <property name="can_focus">True</property>
 
6707
                        <property name="response_id">0</property>
 
6708
                        <signal name="clicked" handler="on_but_unselect_clicked"/>
 
6709
                        <child>
 
6710
                          <widget class="GtkAlignment" id="alignment32">
 
6711
                            <property name="visible">True</property>
 
6712
                            <property name="xscale">0</property>
 
6713
                            <property name="yscale">0</property>
 
6714
                            <child>
 
6715
                              <widget class="GtkHBox" id="hbox65">
 
6716
                                <property name="visible">True</property>
 
6717
                                <property name="spacing">2</property>
 
6718
                                <child>
 
6719
                                  <widget class="GtkImage" id="image2902">
 
6720
                                    <property name="visible">True</property>
 
6721
                                    <property name="stock">gtk-go-back</property>
 
6722
                                  </widget>
 
6723
                                  <packing>
 
6724
                                    <property name="expand">False</property>
 
6725
                                    <property name="fill">False</property>
 
6726
                                  </packing>
 
6727
                                </child>
 
6728
                                <child>
 
6729
                                  <widget class="GtkLabel" id="label229">
 
6730
                                    <property name="visible">True</property>
 
6731
                                    <property name="label" translatable="yes">_Remove</property>
 
6732
                                    <property name="use_underline">True</property>
 
6733
                                  </widget>
 
6734
                                  <packing>
 
6735
                                    <property name="expand">False</property>
 
6736
                                    <property name="fill">False</property>
 
6737
                                    <property name="position">1</property>
 
6738
                                  </packing>
 
6739
                                </child>
 
6740
                              </widget>
 
6741
                            </child>
 
6742
                          </widget>
 
6743
                        </child>
 
6744
                      </widget>
 
6745
                      <packing>
 
6746
                        <property name="expand">False</property>
 
6747
                        <property name="fill">False</property>
 
6748
                        <property name="position">1</property>
 
6749
                      </packing>
 
6750
                    </child>
 
6751
                    <child>
 
6752
                      <widget class="GtkButton" id="button_remove_all">
 
6753
                        <property name="visible">True</property>
 
6754
                        <property name="can_focus">True</property>
 
6755
                        <property name="response_id">0</property>
 
6756
                        <signal name="clicked" handler="on_but_unselect_all_clicked"/>
 
6757
                        <child>
 
6758
                          <widget class="GtkAlignment" id="alignment34">
 
6759
                            <property name="visible">True</property>
 
6760
                            <property name="xscale">0</property>
 
6761
                            <property name="yscale">0</property>
 
6762
                            <child>
 
6763
                              <widget class="GtkHBox" id="hbox67">
 
6764
                                <property name="visible">True</property>
 
6765
                                <property name="spacing">2</property>
 
6766
                                <child>
 
6767
                                  <widget class="GtkImage" id="image2904">
 
6768
                                    <property name="visible">True</property>
 
6769
                                    <property name="stock">gtk-goto-first</property>
 
6770
                                  </widget>
 
6771
                                  <packing>
 
6772
                                    <property name="expand">False</property>
 
6773
                                    <property name="fill">False</property>
 
6774
                                  </packing>
 
6775
                                </child>
 
6776
                                <child>
 
6777
                                  <widget class="GtkLabel" id="label231">
 
6778
                                    <property name="visible">True</property>
 
6779
                                    <property name="label" translatable="yes">N_othing</property>
 
6780
                                    <property name="use_underline">True</property>
 
6781
                                  </widget>
 
6782
                                  <packing>
 
6783
                                    <property name="expand">False</property>
 
6784
                                    <property name="fill">False</property>
 
6785
                                    <property name="position">1</property>
 
6786
                                  </packing>
 
6787
                                </child>
 
6788
                              </widget>
 
6789
                            </child>
 
6790
                          </widget>
 
6791
                        </child>
 
6792
                      </widget>
 
6793
                      <packing>
 
6794
                        <property name="expand">False</property>
 
6795
                        <property name="fill">False</property>
 
6796
                        <property name="position">2</property>
 
6797
                      </packing>
 
6798
                    </child>
 
6799
                    <child>
 
6800
                      <widget class="GtkHSeparator" id="hseparator27">
 
6801
                        <property name="visible">True</property>
 
6802
                      </widget>
 
6803
                      <packing>
 
6804
                        <property name="expand">False</property>
 
6805
                        <property name="fill">False</property>
 
6806
                        <property name="padding">3</property>
 
6807
                        <property name="position">3</property>
 
6808
                      </packing>
 
6809
                    </child>
 
6810
                    <child>
 
6811
                      <widget class="GtkButton" id="button_autodetect">
 
6812
                        <property name="visible">True</property>
 
6813
                        <property name="can_focus">True</property>
 
6814
                        <property name="response_id">0</property>
 
6815
                        <signal name="clicked" handler="on_but_autodetect_clicked"/>
 
6816
                        <child>
 
6817
                          <widget class="GtkAlignment" id="alignment44">
 
6818
                            <property name="visible">True</property>
 
6819
                            <property name="xscale">0</property>
 
6820
                            <property name="yscale">0</property>
 
6821
                            <child>
 
6822
                              <widget class="GtkHBox" id="hbox68">
 
6823
                                <property name="visible">True</property>
 
6824
                                <property name="spacing">2</property>
 
6825
                                <child>
 
6826
                                  <widget class="GtkImage" id="image2905">
 
6827
                                    <property name="visible">True</property>
 
6828
                                    <property name="stock">gtk-zoom-fit</property>
 
6829
                                  </widget>
 
6830
                                  <packing>
 
6831
                                    <property name="expand">False</property>
 
6832
                                    <property name="fill">False</property>
 
6833
                                  </packing>
 
6834
                                </child>
 
6835
                                <child>
 
6836
                                  <widget class="GtkLabel" id="label247">
 
6837
                                    <property name="visible">True</property>
 
6838
                                    <property name="label" translatable="yes">Auto-Detect</property>
 
6839
                                    <property name="use_underline">True</property>
 
6840
                                  </widget>
 
6841
                                  <packing>
 
6842
                                    <property name="expand">False</property>
 
6843
                                    <property name="fill">False</property>
 
6844
                                    <property name="position">1</property>
 
6845
                                  </packing>
 
6846
                                </child>
 
6847
                              </widget>
 
6848
                            </child>
 
6849
                          </widget>
 
6850
                        </child>
 
6851
                      </widget>
 
6852
                      <packing>
 
6853
                        <property name="expand">False</property>
 
6854
                        <property name="fill">False</property>
 
6855
                        <property name="position">4</property>
 
6856
                      </packing>
 
6857
                    </child>
 
6858
                  </widget>
 
6859
                  <packing>
 
6860
                    <property name="expand">False</property>
 
6861
                    <property name="position">1</property>
 
6862
                  </packing>
 
6863
                </child>
 
6864
                <child>
 
6865
                  <widget class="GtkFrame" id="frame15">
 
6866
                    <property name="visible">True</property>
 
6867
                    <property name="label_xalign">0</property>
 
6868
                    <property name="shadow_type">GTK_SHADOW_NONE</property>
 
6869
                    <child>
 
6870
                      <widget class="GtkAlignment" id="alignment35">
 
6871
                        <property name="visible">True</property>
 
6872
                        <property name="left_padding">12</property>
 
6873
                        <child>
 
6874
                          <widget class="GtkScrolledWindow" id="scrolledwindow37">
 
6875
                            <property name="visible">True</property>
 
6876
                            <property name="can_focus">True</property>
 
6877
                            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
6878
                            <child>
 
6879
                              <widget class="GtkViewport" id="import_vp_right">
 
6880
                                <property name="visible">True</property>
 
6881
                                <child>
 
6882
                                  <placeholder/>
 
6883
                                </child>
 
6884
                              </widget>
 
6885
                            </child>
 
6886
                          </widget>
 
6887
                        </child>
 
6888
                      </widget>
 
6889
                    </child>
 
6890
                    <child>
 
6891
                      <widget class="GtkLabel" id="label232">
 
6892
                        <property name="visible">True</property>
 
6893
                        <property name="label" translatable="yes">&lt;b&gt;Fields to import&lt;/b&gt;</property>
 
6894
                        <property name="use_markup">True</property>
 
6895
                      </widget>
 
6896
                      <packing>
 
6897
                        <property name="type">label_item</property>
 
6898
                      </packing>
 
6899
                    </child>
 
6900
                  </widget>
 
6901
                  <packing>
 
6902
                    <property name="position">2</property>
 
6903
                  </packing>
 
6904
                </child>
 
6905
              </widget>
 
6906
            </child>
 
6907
            <child>
 
6908
              <widget class="GtkFrame" id="frame18">
 
6909
                <property name="visible">True</property>
 
6910
                <property name="label_xalign">0</property>
 
6911
                <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
 
6912
                <child>
 
6913
                  <widget class="GtkAlignment" id="alignment43">
 
6914
                    <property name="visible">True</property>
 
6915
                    <property name="top_padding">7</property>
 
6916
                    <property name="bottom_padding">7</property>
 
6917
                    <property name="left_padding">7</property>
 
6918
                    <property name="right_padding">7</property>
 
6919
                    <child>
 
6920
                      <widget class="GtkVBox" id="vbox54">
 
6921
                        <property name="visible">True</property>
 
6922
                        <child>
 
6923
                          <widget class="GtkHBox" id="hbox77">
 
6924
                            <property name="visible">True</property>
 
6925
                            <child>
 
6926
                              <widget class="GtkLabel" id="label46547">
 
6927
                                <property name="visible">True</property>
 
6928
                                <property name="label" translatable="yes">File to Import:</property>
 
6929
                              </widget>
 
6930
                              <packing>
 
6931
                                <property name="expand">False</property>
 
6932
                                <property name="fill">False</property>
 
6933
                              </packing>
 
6934
                            </child>
 
6935
                            <child>
 
6936
                              <widget class="GtkFileChooserButton" id="import_csv_file">
 
6937
                                <property name="visible">True</property>
 
6938
                                <property name="title" translatable="yes">Open...</property>
 
6939
                              </widget>
 
6940
                              <packing>
 
6941
                                <property name="position">1</property>
 
6942
                              </packing>
 
6943
                            </child>
 
6944
                          </widget>
 
6945
                          <packing>
 
6946
                            <property name="expand">False</property>
 
6947
                            <property name="padding">4</property>
 
6948
                          </packing>
 
6949
                        </child>
 
6950
                        <child>
 
6951
                          <widget class="GtkExpander" id="expander3">
 
6952
                            <property name="visible">True</property>
 
6953
                            <property name="can_focus">True</property>
 
6954
                            <property name="expanded">True</property>
 
6955
                            <child>
 
6956
                              <widget class="GtkTable" id="table21">
 
6957
                                <property name="visible">True</property>
 
6958
                                <property name="border_width">8</property>
 
6959
                                <property name="n_rows">2</property>
 
6960
                                <property name="n_columns">4</property>
 
6961
                                <property name="column_spacing">8</property>
 
6962
                                <property name="row_spacing">9</property>
 
6963
                                <child>
 
6964
                                  <widget class="GtkLabel" id="label46548">
 
6965
                                    <property name="visible">True</property>
 
6966
                                    <property name="xalign">1</property>
 
6967
                                    <property name="label" translatable="yes">Field Separater:</property>
 
6968
                                  </widget>
 
6969
                                  <packing>
 
6970
                                    <property name="x_options">GTK_FILL</property>
 
6971
                                    <property name="y_options"></property>
 
6972
                                  </packing>
 
6973
                                </child>
 
6974
                                <child>
 
6975
                                  <widget class="GtkLabel" id="label46549">
 
6976
                                    <property name="visible">True</property>
 
6977
                                    <property name="xalign">1</property>
 
6978
                                    <property name="label" translatable="yes">Encoding:</property>
 
6979
                                  </widget>
 
6980
                                  <packing>
 
6981
                                    <property name="top_attach">1</property>
 
6982
                                    <property name="bottom_attach">2</property>
 
6983
                                    <property name="x_options">GTK_FILL</property>
 
6984
                                    <property name="y_options"></property>
 
6985
                                  </packing>
 
6986
                                </child>
 
6987
                                <child>
 
6988
                                  <widget class="GtkEntry" id="import_csv_sep">
 
6989
                                    <property name="visible">True</property>
 
6990
                                    <property name="can_focus">True</property>
 
6991
                                    <property name="max_length">1</property>
 
6992
                                    <property name="width_chars">1</property>
 
6993
                                    <property name="text">,</property>
 
6994
                                  </widget>
 
6995
                                  <packing>
 
6996
                                    <property name="left_attach">1</property>
 
6997
                                    <property name="right_attach">2</property>
 
6998
                                    <property name="x_options">GTK_FILL</property>
 
6999
                                    <property name="y_options"></property>
 
7000
                                  </packing>
 
7001
                                </child>
 
7002
                                <child>
 
7003
                                  <widget class="GtkLabel" id="label46550">
 
7004
                                    <property name="visible">True</property>
 
7005
                                    <property name="xalign">1</property>
 
7006
                                    <property name="label" translatable="yes">Text Delimiter:</property>
 
7007
                                  </widget>
 
7008
                                  <packing>
 
7009
                                    <property name="left_attach">2</property>
 
7010
                                    <property name="right_attach">3</property>
 
7011
                                    <property name="x_options">GTK_FILL</property>
 
7012
                                    <property name="y_options"></property>
 
7013
                                  </packing>
 
7014
                                </child>
 
7015
                                <child>
 
7016
                                  <widget class="GtkEntry" id="import_csv_del">
 
7017
                                    <property name="visible">True</property>
 
7018
                                    <property name="can_focus">True</property>
 
7019
                                    <property name="width_chars">1</property>
 
7020
                                    <property name="text">"</property>
 
7021
                                  </widget>
 
7022
                                  <packing>
 
7023
                                    <property name="left_attach">3</property>
 
7024
                                    <property name="right_attach">4</property>
 
7025
                                    <property name="x_options">GTK_FILL</property>
 
7026
                                    <property name="y_options"></property>
 
7027
                                  </packing>
 
7028
                                </child>
 
7029
                                <child>
 
7030
                                  <widget class="GtkLabel" id="label46551">
 
7031
                                    <property name="visible">True</property>
 
7032
                                    <property name="xalign">1</property>
 
7033
                                    <property name="label" translatable="yes">Lines to Skip:</property>
 
7034
                                  </widget>
 
7035
                                  <packing>
 
7036
                                    <property name="left_attach">2</property>
 
7037
                                    <property name="right_attach">3</property>
 
7038
                                    <property name="top_attach">1</property>
 
7039
                                    <property name="bottom_attach">2</property>
 
7040
                                    <property name="x_options">GTK_FILL</property>
 
7041
                                    <property name="y_options"></property>
 
7042
                                  </packing>
 
7043
                                </child>
 
7044
                                <child>
 
7045
                                  <widget class="GtkSpinButton" id="import_csv_skip">
 
7046
                                    <property name="visible">True</property>
 
7047
                                    <property name="can_focus">True</property>
 
7048
                                    <property name="adjustment">0 0 100 1 10 10</property>
 
7049
                                    <property name="climb_rate">1</property>
 
7050
                                  </widget>
 
7051
                                  <packing>
 
7052
                                    <property name="left_attach">3</property>
 
7053
                                    <property name="right_attach">4</property>
 
7054
                                    <property name="top_attach">1</property>
 
7055
                                    <property name="bottom_attach">2</property>
 
7056
                                    <property name="x_options"></property>
 
7057
                                    <property name="y_options"></property>
 
7058
                                  </packing>
 
7059
                                </child>
 
7060
                                <child>
 
7061
                                  <widget class="GtkComboBoxEntry" id="import_csv_combo">
 
7062
                                    <property name="visible">True</property>
 
7063
                                    <property name="items">UTF-8
 
7064
Latin1</property>
 
7065
                                    <child internal-child="entry">
 
7066
                                      <widget class="GtkEntry" id="comboboxentry-entry13">
 
7067
                                      </widget>
 
7068
                                    </child>
 
7069
                                  </widget>
 
7070
                                  <packing>
 
7071
                                    <property name="left_attach">1</property>
 
7072
                                    <property name="right_attach">2</property>
 
7073
                                    <property name="top_attach">1</property>
 
7074
                                    <property name="bottom_attach">2</property>
 
7075
                                    <property name="x_options"></property>
 
7076
                                    <property name="y_options"></property>
 
7077
                                  </packing>
 
7078
                                </child>
 
7079
                              </widget>
 
7080
                            </child>
 
7081
                            <child>
 
7082
                              <widget class="GtkLabel" id="label46552">
 
7083
                                <property name="visible">True</property>
 
7084
                                <property name="label" translatable="yes">CSV Parameters</property>
 
7085
                              </widget>
 
7086
                              <packing>
 
7087
                                <property name="type">label_item</property>
 
7088
                              </packing>
 
7089
                            </child>
 
7090
                          </widget>
 
7091
                          <packing>
 
7092
                            <property name="expand">False</property>
 
7093
                            <property name="position">1</property>
 
7094
                          </packing>
 
7095
                        </child>
 
7096
                      </widget>
 
7097
                    </child>
 
7098
                  </widget>
 
7099
                </child>
 
7100
              </widget>
 
7101
              <packing>
 
7102
                <property name="expand">False</property>
 
7103
                <property name="position">1</property>
 
7104
              </packing>
 
7105
            </child>
 
7106
          </widget>
 
7107
          <packing>
 
7108
            <property name="position">2</property>
 
7109
          </packing>
 
7110
        </child>
 
7111
        <child internal-child="action_area">
 
7112
          <widget class="GtkHButtonBox" id="dialog-action_area25">
 
7113
            <property name="visible">True</property>
 
7114
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
7115
            <child>
 
7116
              <widget class="GtkButton" id="helpbutton1">
 
7117
                <property name="visible">True</property>
 
7118
                <property name="can_focus">True</property>
 
7119
                <property name="can_default">True</property>
 
7120
                <property name="label">gtk-help</property>
 
7121
                <property name="use_stock">True</property>
 
7122
                <property name="response_id">-11</property>
 
7123
              </widget>
 
7124
            </child>
 
7125
            <child>
 
7126
              <widget class="GtkButton" id="cancelbutton16">
 
7127
                <property name="visible">True</property>
 
7128
                <property name="can_focus">True</property>
 
7129
                <property name="can_default">True</property>
 
7130
                <property name="label">gtk-cancel</property>
 
7131
                <property name="use_stock">True</property>
 
7132
                <property name="response_id">-6</property>
 
7133
              </widget>
 
7134
              <packing>
 
7135
                <property name="position">1</property>
 
7136
              </packing>
 
7137
            </child>
 
7138
            <child>
 
7139
              <widget class="GtkButton" id="okbutton19">
 
7140
                <property name="visible">True</property>
 
7141
                <property name="can_focus">True</property>
 
7142
                <property name="can_default">True</property>
 
7143
                <property name="label">gtk-ok</property>
 
7144
                <property name="use_stock">True</property>
 
7145
                <property name="response_id">-5</property>
 
7146
              </widget>
 
7147
              <packing>
 
7148
                <property name="position">2</property>
 
7149
              </packing>
 
7150
            </child>
 
7151
          </widget>
 
7152
          <packing>
 
7153
            <property name="expand">False</property>
 
7154
            <property name="pack_type">GTK_PACK_END</property>
 
7155
          </packing>
 
7156
        </child>
 
7157
      </widget>
 
7158
    </child>
 
7159
  </widget>
 
7160
  <widget class="GtkDialog" id="win_quest">
 
7161
    <property name="width_request">350</property>
 
7162
    <property name="height_request">143</property>
 
7163
    <property name="title" translatable="yes">OpenERP</property>
 
7164
    <property name="modal">True</property>
 
7165
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
7166
    <child internal-child="vbox">
 
7167
      <widget class="GtkVBox" id="vbox46">
 
7168
        <property name="visible">True</property>
 
7169
        <child>
 
7170
          <widget class="GtkHBox" id="hbox70">
 
7171
            <property name="visible">True</property>
 
7172
            <child>
 
7173
              <widget class="GtkImage" id="image2907">
 
7174
                <property name="visible">True</property>
 
7175
                <property name="xpad">15</property>
 
7176
                <property name="ypad">15</property>
 
7177
                <property name="stock">gtk-dialog-question</property>
 
7178
                <property name="icon_size">6</property>
 
7179
              </widget>
 
7180
              <packing>
 
7181
                <property name="expand">False</property>
 
7182
                <property name="fill">False</property>
 
7183
              </packing>
 
7184
            </child>
 
7185
            <child>
 
7186
              <widget class="GtkVBox" id="vbox47">
 
7187
                <property name="visible">True</property>
 
7188
                <property name="spacing">2</property>
 
7189
                <child>
 
7190
                  <widget class="GtkLabel" id="label1">
 
7191
                    <property name="visible">True</property>
 
7192
                    <property name="label" translatable="yes">Hello World!</property>
 
7193
                  </widget>
 
7194
                  <packing>
 
7195
                    <property name="expand">False</property>
 
7196
                    <property name="fill">False</property>
 
7197
                  </packing>
 
7198
                </child>
 
7199
                <child>
 
7200
                  <widget class="GtkEntry" id="entry">
 
7201
                    <property name="visible">True</property>
 
7202
                    <property name="can_focus">True</property>
 
7203
                  </widget>
 
7204
                  <packing>
 
7205
                    <property name="expand">False</property>
 
7206
                    <property name="fill">False</property>
 
7207
                    <property name="position">1</property>
 
7208
                  </packing>
 
7209
                </child>
 
7210
              </widget>
 
7211
              <packing>
 
7212
                <property name="padding">2</property>
 
7213
                <property name="position">1</property>
 
7214
              </packing>
 
7215
            </child>
 
7216
          </widget>
 
7217
          <packing>
 
7218
            <property name="padding">4</property>
 
7219
            <property name="position">2</property>
 
7220
          </packing>
 
7221
        </child>
 
7222
        <child internal-child="action_area">
 
7223
          <widget class="GtkHButtonBox" id="hbuttonbox5">
 
7224
            <property name="visible">True</property>
 
7225
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
7226
            <child>
 
7227
              <widget class="GtkButton" id="button87">
 
7228
                <property name="visible">True</property>
 
7229
                <property name="can_focus">True</property>
 
7230
                <property name="can_default">True</property>
 
7231
                <property name="label">gtk-cancel</property>
 
7232
                <property name="use_stock">True</property>
 
7233
                <property name="response_id">-6</property>
 
7234
              </widget>
 
7235
            </child>
 
7236
            <child>
 
7237
              <widget class="GtkButton" id="button1">
 
7238
                <property name="visible">True</property>
 
7239
                <property name="can_focus">True</property>
 
7240
                <property name="can_default">True</property>
 
7241
                <property name="label">gtk-ok</property>
 
7242
                <property name="use_stock">True</property>
 
7243
                <property name="response_id">-5</property>
 
7244
              </widget>
 
7245
              <packing>
 
7246
                <property name="position">1</property>
 
7247
              </packing>
 
7248
            </child>
 
7249
          </widget>
 
7250
          <packing>
 
7251
            <property name="expand">False</property>
 
7252
            <property name="pack_type">GTK_PACK_END</property>
 
7253
          </packing>
 
7254
        </child>
 
7255
      </widget>
 
7256
    </child>
 
7257
  </widget>
 
7258
  <widget class="GtkDialog" id="win_server">
 
7259
    <property name="title" translatable="yes">Server</property>
 
7260
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
7261
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
7262
    <child internal-child="vbox">
 
7263
      <widget class="GtkVBox" id="dialog-vbox23">
 
7264
        <property name="visible">True</property>
 
7265
        <child>
 
7266
          <widget class="GtkLabel" id="label283">
 
7267
            <property name="visible">True</property>
 
7268
            <property name="xalign">0</property>
 
7269
            <property name="label" translatable="yes">&lt;b&gt;Connect to a OpenERP server&lt;/b&gt;</property>
 
7270
            <property name="use_markup">True</property>
 
7271
          </widget>
 
7272
          <packing>
 
7273
            <property name="expand">False</property>
 
7274
            <property name="fill">False</property>
 
7275
            <property name="position">2</property>
 
7276
          </packing>
 
7277
        </child>
 
7278
        <child>
 
7279
          <widget class="GtkHSeparator" id="hseparator31">
 
7280
            <property name="visible">True</property>
 
7281
          </widget>
 
7282
          <packing>
 
7283
            <property name="expand">False</property>
 
7284
            <property name="position">3</property>
 
7285
          </packing>
 
7286
        </child>
 
7287
        <child>
 
7288
          <widget class="GtkTable" id="table16">
 
7289
            <property name="visible">True</property>
 
7290
            <property name="border_width">12</property>
 
7291
            <property name="n_rows">3</property>
 
7292
            <property name="n_columns">2</property>
 
7293
            <property name="row_spacing">6</property>
 
7294
            <child>
 
7295
              <widget class="GtkLabel" id="label268">
 
7296
                <property name="visible">True</property>
 
7297
                <property name="xalign">1</property>
 
7298
                <property name="xpad">3</property>
 
7299
                <property name="ypad">3</property>
 
7300
                <property name="label" translatable="yes">Port:</property>
 
7301
              </widget>
 
7302
              <packing>
 
7303
                <property name="top_attach">1</property>
 
7304
                <property name="bottom_attach">2</property>
 
7305
                <property name="x_options">GTK_FILL</property>
 
7306
                <property name="y_options"></property>
 
7307
              </packing>
 
7308
            </child>
 
7309
            <child>
 
7310
              <widget class="GtkEntry" id="ent_host">
 
7311
                <property name="visible">True</property>
 
7312
                <property name="can_focus">True</property>
 
7313
                <property name="activates_default">True</property>
 
7314
                <property name="width_chars">16</property>
 
7315
                <property name="text">localhost</property>
 
7316
              </widget>
 
7317
              <packing>
 
7318
                <property name="left_attach">1</property>
 
7319
                <property name="right_attach">2</property>
 
7320
                <property name="y_options"></property>
 
7321
              </packing>
 
7322
            </child>
 
7323
            <child>
 
7324
              <widget class="GtkEntry" id="ent_port">
 
7325
                <property name="visible">True</property>
 
7326
                <property name="can_focus">True</property>
 
7327
                <property name="max_length">5</property>
 
7328
                <property name="activates_default">True</property>
 
7329
                <property name="width_chars">16</property>
 
7330
                <property name="text">8069</property>
 
7331
              </widget>
 
7332
              <packing>
 
7333
                <property name="left_attach">1</property>
 
7334
                <property name="right_attach">2</property>
 
7335
                <property name="top_attach">1</property>
 
7336
                <property name="bottom_attach">2</property>
 
7337
                <property name="y_options"></property>
 
7338
              </packing>
 
7339
            </child>
 
7340
            <child>
 
7341
              <widget class="GtkLabel" id="label269">
 
7342
                <property name="visible">True</property>
 
7343
                <property name="xalign">1</property>
 
7344
                <property name="xpad">3</property>
 
7345
                <property name="ypad">3</property>
 
7346
                <property name="label" translatable="yes">Protocol connection:</property>
 
7347
              </widget>
 
7348
              <packing>
 
7349
                <property name="top_attach">2</property>
 
7350
                <property name="bottom_attach">3</property>
 
7351
                <property name="x_options">GTK_FILL</property>
 
7352
                <property name="y_options"></property>
 
7353
              </packing>
 
7354
            </child>
 
7355
            <child>
 
7356
              <widget class="GtkLabel" id="label267">
 
7357
                <property name="width_request">170</property>
 
7358
                <property name="visible">True</property>
 
7359
                <property name="xalign">1</property>
 
7360
                <property name="yalign">0</property>
 
7361
                <property name="xpad">3</property>
 
7362
                <property name="label" translatable="yes">Server:</property>
 
7363
              </widget>
 
7364
              <packing>
 
7365
                <property name="x_options"></property>
 
7366
                <property name="y_options"></property>
 
7367
              </packing>
 
7368
            </child>
 
7369
            <child>
 
7370
              <widget class="GtkComboBox" id="protocol">
 
7371
                <property name="visible">True</property>
 
7372
                <property name="items" translatable="yes"></property>
 
7373
              </widget>
 
7374
              <packing>
 
7375
                <property name="left_attach">1</property>
 
7376
                <property name="right_attach">2</property>
 
7377
                <property name="top_attach">2</property>
 
7378
                <property name="bottom_attach">3</property>
 
7379
                <property name="x_options">GTK_FILL</property>
 
7380
                <property name="y_options"></property>
 
7381
              </packing>
 
7382
            </child>
 
7383
          </widget>
 
7384
          <packing>
 
7385
            <property name="expand">False</property>
 
7386
            <property name="position">4</property>
 
7387
          </packing>
 
7388
        </child>
 
7389
        <child internal-child="action_area">
 
7390
          <widget class="GtkHButtonBox" id="dialog-action_area26">
 
7391
            <property name="visible">True</property>
 
7392
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
7393
            <child>
 
7394
              <widget class="GtkButton" id="cancelbutton17">
 
7395
                <property name="visible">True</property>
 
7396
                <property name="can_focus">True</property>
 
7397
                <property name="can_default">True</property>
 
7398
                <property name="label">gtk-cancel</property>
 
7399
                <property name="use_stock">True</property>
 
7400
                <property name="response_id">-6</property>
 
7401
              </widget>
 
7402
            </child>
 
7403
            <child>
 
7404
              <widget class="GtkButton" id="okbutton20">
 
7405
                <property name="visible">True</property>
 
7406
                <property name="can_focus">True</property>
 
7407
                <property name="can_default">True</property>
 
7408
                <property name="label">gtk-ok</property>
 
7409
                <property name="use_stock">True</property>
 
7410
                <property name="response_id">-5</property>
 
7411
              </widget>
 
7412
              <packing>
 
7413
                <property name="position">1</property>
 
7414
              </packing>
 
7415
            </child>
 
7416
          </widget>
 
7417
          <packing>
 
7418
            <property name="expand">False</property>
 
7419
            <property name="pack_type">GTK_PACK_END</property>
 
7420
          </packing>
 
7421
        </child>
 
7422
      </widget>
 
7423
    </child>
 
7424
  </widget>
 
7425
  <widget class="GtkDialog" id="win_db_select">
 
7426
    <property name="title" translatable="yes">Choose a database...</property>
 
7427
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
7428
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
7429
    <child internal-child="vbox">
 
7430
      <widget class="GtkVBox" id="dialog-vbox24">
 
7431
        <property name="visible">True</property>
 
7432
        <child>
 
7433
          <widget class="GtkVBox" id="vbox48">
 
7434
            <property name="visible">True</property>
 
7435
            <property name="border_width">3</property>
 
7436
            <property name="spacing">3</property>
 
7437
            <child>
 
7438
              <widget class="GtkLabel" id="db_select_label">
 
7439
                <property name="visible">True</property>
 
7440
                <property name="xalign">0</property>
 
7441
                <property name="label" translatable="yes">&lt;b&gt;Backup a database&lt;/b&gt;</property>
 
7442
                <property name="use_markup">True</property>
 
7443
              </widget>
 
7444
              <packing>
 
7445
                <property name="expand">False</property>
 
7446
                <property name="fill">False</property>
 
7447
              </packing>
 
7448
            </child>
 
7449
            <child>
 
7450
              <widget class="GtkHSeparator" id="hseparator30">
 
7451
                <property name="visible">True</property>
 
7452
              </widget>
 
7453
              <packing>
 
7454
                <property name="expand">False</property>
 
7455
                <property name="fill">False</property>
 
7456
                <property name="position">1</property>
 
7457
              </packing>
 
7458
            </child>
 
7459
            <child>
 
7460
              <widget class="GtkTable" id="table19">
 
7461
                <property name="visible">True</property>
 
7462
                <property name="border_width">2</property>
 
7463
                <property name="n_rows">3</property>
 
7464
                <property name="n_columns">3</property>
 
7465
                <property name="column_spacing">3</property>
 
7466
                <property name="row_spacing">3</property>
 
7467
                <child>
 
7468
                  <widget class="GtkEntry" id="ent_server_select">
 
7469
                    <property name="visible">True</property>
 
7470
                    <property name="sensitive">False</property>
 
7471
                    <property name="editable">False</property>
 
7472
                    <property name="activates_default">True</property>
 
7473
                    <property name="width_chars">16</property>
 
7474
                    <property name="text">http://localhost:8069</property>
 
7475
                  </widget>
 
7476
                  <packing>
 
7477
                    <property name="left_attach">1</property>
 
7478
                    <property name="right_attach">2</property>
 
7479
                    <property name="y_options"></property>
 
7480
                  </packing>
 
7481
                </child>
 
7482
                <child>
 
7483
                  <widget class="GtkButton" id="but_server_select">
 
7484
                    <property name="visible">True</property>
 
7485
                    <property name="can_focus">True</property>
 
7486
                    <property name="response_id">0</property>
 
7487
                    <signal name="activate" handler="on_but_server_activate"/>
 
7488
                    <child>
 
7489
                      <widget class="GtkAlignment" id="alignment50">
 
7490
                        <property name="visible">True</property>
 
7491
                        <property name="xscale">0</property>
 
7492
                        <property name="yscale">0</property>
 
7493
                        <child>
 
7494
                          <widget class="GtkHBox" id="hbox74">
 
7495
                            <property name="visible">True</property>
 
7496
                            <property name="spacing">2</property>
 
7497
                            <child>
 
7498
                              <widget class="GtkImage" id="image3411">
 
7499
                                <property name="visible">True</property>
 
7500
                                <property name="stock">gtk-network</property>
 
7501
                                <property name="icon_size">2</property>
 
7502
                              </widget>
 
7503
                              <packing>
 
7504
                                <property name="expand">False</property>
 
7505
                                <property name="fill">False</property>
 
7506
                              </packing>
 
7507
                            </child>
 
7508
                            <child>
 
7509
                              <widget class="GtkLabel" id="label292">
 
7510
                                <property name="visible">True</property>
 
7511
                                <property name="label" translatable="yes">Change</property>
 
7512
                                <property name="use_underline">True</property>
 
7513
                              </widget>
 
7514
                              <packing>
 
7515
                                <property name="expand">False</property>
 
7516
                                <property name="fill">False</property>
 
7517
                                <property name="position">1</property>
 
7518
                              </packing>
 
7519
                            </child>
 
7520
                          </widget>
 
7521
                        </child>
 
7522
                      </widget>
 
7523
                    </child>
 
7524
                  </widget>
 
7525
                  <packing>
 
7526
                    <property name="left_attach">2</property>
 
7527
                    <property name="right_attach">3</property>
 
7528
                    <property name="x_options"></property>
 
7529
                    <property name="y_options"></property>
 
7530
                  </packing>
 
7531
                </child>
 
7532
                <child>
 
7533
                  <widget class="GtkLabel" id="label285">
 
7534
                    <property name="width_request">117</property>
 
7535
                    <property name="visible">True</property>
 
7536
                    <property name="xalign">1</property>
 
7537
                    <property name="xpad">3</property>
 
7538
                    <property name="ypad">3</property>
 
7539
                    <property name="label" translatable="yes">Server:</property>
 
7540
                  </widget>
 
7541
                  <packing>
 
7542
                    <property name="x_options"></property>
 
7543
                    <property name="y_options"></property>
 
7544
                  </packing>
 
7545
                </child>
 
7546
                <child>
 
7547
                  <widget class="GtkEntry" id="ent_passwd_select">
 
7548
                    <property name="visible">True</property>
 
7549
                    <property name="can_focus">True</property>
 
7550
                    <property name="has_focus">True</property>
 
7551
                    <property name="max_length">16</property>
 
7552
                    <property name="visibility">False</property>
 
7553
                    <property name="activates_default">True</property>
 
7554
                    <property name="width_chars">16</property>
 
7555
                  </widget>
 
7556
                  <packing>
 
7557
                    <property name="left_attach">1</property>
 
7558
                    <property name="right_attach">3</property>
 
7559
                    <property name="top_attach">1</property>
 
7560
                    <property name="bottom_attach">2</property>
 
7561
                    <property name="y_options"></property>
 
7562
                  </packing>
 
7563
                </child>
 
7564
                <child>
 
7565
                  <widget class="GtkVBox" id="vbox58">
 
7566
                    <property name="visible">True</property>
 
7567
                    <child>
 
7568
                      <widget class="GtkComboBox" id="combo_db_select">
 
7569
                        <property name="visible">True</property>
 
7570
                      </widget>
 
7571
                    </child>
 
7572
                    <child>
 
7573
                      <widget class="GtkLabel" id="label_db_select">
 
7574
                        <property name="visible">True</property>
 
7575
                        <property name="xalign">0</property>
 
7576
                        <property name="use_markup">True</property>
 
7577
                      </widget>
 
7578
                      <packing>
 
7579
                        <property name="expand">False</property>
 
7580
                        <property name="fill">False</property>
 
7581
                        <property name="position">1</property>
 
7582
                      </packing>
 
7583
                    </child>
 
7584
                  </widget>
 
7585
                  <packing>
 
7586
                    <property name="left_attach">1</property>
 
7587
                    <property name="right_attach">3</property>
 
7588
                    <property name="top_attach">2</property>
 
7589
                    <property name="bottom_attach">3</property>
 
7590
                    <property name="x_options">GTK_FILL</property>
 
7591
                    <property name="y_options"></property>
 
7592
                  </packing>
 
7593
                </child>
 
7594
                <child>
 
7595
                  <widget class="GtkLabel" id="label282">
 
7596
                    <property name="visible">True</property>
 
7597
                    <property name="xalign">1</property>
 
7598
                    <property name="label" translatable="yes">Database:</property>
 
7599
                  </widget>
 
7600
                  <packing>
 
7601
                    <property name="top_attach">2</property>
 
7602
                    <property name="bottom_attach">3</property>
 
7603
                    <property name="x_options">GTK_FILL</property>
 
7604
                    <property name="y_options"></property>
 
7605
                  </packing>
 
7606
                </child>
 
7607
                <child>
 
7608
                  <widget class="GtkLabel" id="label286">
 
7609
                    <property name="visible">True</property>
 
7610
                    <property name="xalign">1</property>
 
7611
                    <property name="xpad">3</property>
 
7612
                    <property name="ypad">3</property>
 
7613
                    <property name="label" translatable="yes">Password:</property>
 
7614
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
7615
                  </widget>
 
7616
                  <packing>
 
7617
                    <property name="top_attach">1</property>
 
7618
                    <property name="bottom_attach">2</property>
 
7619
                    <property name="x_options">GTK_FILL</property>
 
7620
                    <property name="y_options"></property>
 
7621
                  </packing>
 
7622
                </child>
 
7623
              </widget>
 
7624
              <packing>
 
7625
                <property name="expand">False</property>
 
7626
                <property name="fill">False</property>
 
7627
                <property name="position">2</property>
 
7628
              </packing>
 
7629
            </child>
 
7630
          </widget>
 
7631
          <packing>
 
7632
            <property name="position">2</property>
 
7633
          </packing>
 
7634
        </child>
 
7635
        <child internal-child="action_area">
 
7636
          <widget class="GtkHButtonBox" id="dialog-action_area27">
 
7637
            <property name="visible">True</property>
 
7638
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
7639
            <child>
 
7640
              <widget class="GtkButton" id="cancelbutton18">
 
7641
                <property name="visible">True</property>
 
7642
                <property name="can_focus">True</property>
 
7643
                <property name="can_default">True</property>
 
7644
                <property name="label">gtk-cancel</property>
 
7645
                <property name="use_stock">True</property>
 
7646
                <property name="response_id">-6</property>
 
7647
              </widget>
 
7648
            </child>
 
7649
            <child>
 
7650
              <widget class="GtkButton" id="okbutton21">
 
7651
                <property name="visible">True</property>
 
7652
                <property name="can_focus">True</property>
 
7653
                <property name="can_default">True</property>
 
7654
                <property name="label">gtk-ok</property>
 
7655
                <property name="use_stock">True</property>
 
7656
                <property name="response_id">-5</property>
 
7657
              </widget>
 
7658
              <packing>
 
7659
                <property name="position">1</property>
 
7660
              </packing>
 
7661
            </child>
 
7662
          </widget>
 
7663
          <packing>
 
7664
            <property name="expand">False</property>
 
7665
            <property name="pack_type">GTK_PACK_END</property>
 
7666
          </packing>
 
7667
        </child>
 
7668
      </widget>
 
7669
    </child>
 
7670
  </widget>
 
7671
  <widget class="GtkDialog" id="win_db_ent">
 
7672
    <property name="title" translatable="yes">Restore a database</property>
 
7673
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
7674
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
7675
    <child internal-child="vbox">
 
7676
      <widget class="GtkVBox" id="dialog-vbox25">
 
7677
        <property name="visible">True</property>
 
7678
        <child>
 
7679
          <widget class="GtkVBox" id="vbox49">
 
7680
            <property name="visible">True</property>
 
7681
            <child>
 
7682
              <widget class="GtkLabel" id="label280">
 
7683
                <property name="visible">True</property>
 
7684
                <property name="xalign">0</property>
 
7685
                <property name="label" translatable="yes">&lt;b&gt;Restore a database&lt;/b&gt;</property>
 
7686
                <property name="use_markup">True</property>
 
7687
              </widget>
 
7688
              <packing>
 
7689
                <property name="expand">False</property>
 
7690
                <property name="fill">False</property>
 
7691
              </packing>
 
7692
            </child>
 
7693
            <child>
 
7694
              <widget class="GtkHSeparator" id="hseparator29">
 
7695
                <property name="visible">True</property>
 
7696
              </widget>
 
7697
              <packing>
 
7698
                <property name="expand">False</property>
 
7699
                <property name="fill">False</property>
 
7700
                <property name="position">1</property>
 
7701
              </packing>
 
7702
            </child>
 
7703
            <child>
 
7704
              <widget class="GtkTable" id="table18">
 
7705
                <property name="visible">True</property>
 
7706
                <property name="border_width">9</property>
 
7707
                <property name="n_rows">5</property>
 
7708
                <property name="n_columns">3</property>
 
7709
                <property name="column_spacing">3</property>
 
7710
                <property name="row_spacing">3</property>
 
7711
                <child>
 
7712
                  <placeholder/>
 
7713
                </child>
 
7714
                <child>
 
7715
                  <widget class="GtkLabel" id="label288">
 
7716
                    <property name="width_request">117</property>
 
7717
                    <property name="visible">True</property>
 
7718
                    <property name="xalign">1</property>
 
7719
                    <property name="xpad">3</property>
 
7720
                    <property name="ypad">3</property>
 
7721
                    <property name="label" translatable="yes">Server:</property>
 
7722
                  </widget>
 
7723
                  <packing>
 
7724
                    <property name="x_options"></property>
 
7725
                    <property name="y_options"></property>
 
7726
                  </packing>
 
7727
                </child>
 
7728
                <child>
 
7729
                  <widget class="GtkEntry" id="ent_server1">
 
7730
                    <property name="visible">True</property>
 
7731
                    <property name="sensitive">False</property>
 
7732
                    <property name="editable">False</property>
 
7733
                    <property name="activates_default">True</property>
 
7734
                    <property name="width_chars">16</property>
 
7735
                    <property name="text" translatable="yes">http://localhost:8069</property>
 
7736
                  </widget>
 
7737
                  <packing>
 
7738
                    <property name="left_attach">1</property>
 
7739
                    <property name="right_attach">2</property>
 
7740
                    <property name="y_options"></property>
 
7741
                  </packing>
 
7742
                </child>
 
7743
                <child>
 
7744
                  <widget class="GtkButton" id="but_server_change">
 
7745
                    <property name="visible">True</property>
 
7746
                    <property name="can_focus">True</property>
 
7747
                    <property name="response_id">0</property>
 
7748
                    <signal name="activate" handler="on_but_server_activate"/>
 
7749
                    <child>
 
7750
                      <widget class="GtkAlignment" id="alignment51">
 
7751
                        <property name="visible">True</property>
 
7752
                        <property name="xscale">0</property>
 
7753
                        <property name="yscale">0</property>
 
7754
                        <child>
 
7755
                          <widget class="GtkHBox" id="hbox75">
 
7756
                            <property name="visible">True</property>
 
7757
                            <property name="spacing">2</property>
 
7758
                            <child>
 
7759
                              <widget class="GtkImage" id="image3412">
 
7760
                                <property name="visible">True</property>
 
7761
                                <property name="stock">gtk-network</property>
 
7762
                                <property name="icon_size">2</property>
 
7763
                              </widget>
 
7764
                              <packing>
 
7765
                                <property name="expand">False</property>
 
7766
                                <property name="fill">False</property>
 
7767
                              </packing>
 
7768
                            </child>
 
7769
                            <child>
 
7770
                              <widget class="GtkLabel" id="label293">
 
7771
                                <property name="visible">True</property>
 
7772
                                <property name="label" translatable="yes">Change</property>
 
7773
                                <property name="use_underline">True</property>
 
7774
                              </widget>
 
7775
                              <packing>
 
7776
                                <property name="expand">False</property>
 
7777
                                <property name="fill">False</property>
 
7778
                                <property name="position">1</property>
 
7779
                              </packing>
 
7780
                            </child>
 
7781
                          </widget>
 
7782
                        </child>
 
7783
                      </widget>
 
7784
                    </child>
 
7785
                  </widget>
 
7786
                  <packing>
 
7787
                    <property name="left_attach">2</property>
 
7788
                    <property name="right_attach">3</property>
 
7789
                    <property name="x_options"></property>
 
7790
                    <property name="y_options"></property>
 
7791
                  </packing>
 
7792
                </child>
 
7793
                <child>
 
7794
                  <widget class="GtkEntry" id="ent_password">
 
7795
                    <property name="visible">True</property>
 
7796
                    <property name="can_focus">True</property>
 
7797
                    <property name="has_focus">True</property>
 
7798
                    <property name="max_length">16</property>
 
7799
                    <property name="visibility">False</property>
 
7800
                    <property name="activates_default">True</property>
 
7801
                    <property name="width_chars">16</property>
 
7802
                  </widget>
 
7803
                  <packing>
 
7804
                    <property name="left_attach">1</property>
 
7805
                    <property name="right_attach">3</property>
 
7806
                    <property name="top_attach">1</property>
 
7807
                    <property name="bottom_attach">2</property>
 
7808
                    <property name="y_options"></property>
 
7809
                  </packing>
 
7810
                </child>
 
7811
                <child>
 
7812
                  <widget class="GtkLabel" id="label287">
 
7813
                    <property name="visible">True</property>
 
7814
                    <property name="xalign">1</property>
 
7815
                    <property name="xpad">3</property>
 
7816
                    <property name="ypad">3</property>
 
7817
                    <property name="label" translatable="yes">Password:</property>
 
7818
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
7819
                  </widget>
 
7820
                  <packing>
 
7821
                    <property name="top_attach">1</property>
 
7822
                    <property name="bottom_attach">2</property>
 
7823
                    <property name="x_options">GTK_FILL</property>
 
7824
                    <property name="y_options"></property>
 
7825
                  </packing>
 
7826
                </child>
 
7827
                <child>
 
7828
                  <widget class="GtkLabel" id="label278">
 
7829
                    <property name="visible">True</property>
 
7830
                    <property name="xalign">0</property>
 
7831
                    <property name="label" translatable="yes">New database name:</property>
 
7832
                  </widget>
 
7833
                  <packing>
 
7834
                    <property name="top_attach">3</property>
 
7835
                    <property name="bottom_attach">4</property>
 
7836
                    <property name="x_options"></property>
 
7837
                    <property name="y_options"></property>
 
7838
                  </packing>
 
7839
                </child>
 
7840
                <child>
 
7841
                  <widget class="GtkEntry" id="ent_db">
 
7842
                    <property name="visible">True</property>
 
7843
                    <property name="can_focus">True</property>
 
7844
                    <property name="width_chars">16</property>
 
7845
                  </widget>
 
7846
                  <packing>
 
7847
                    <property name="left_attach">1</property>
 
7848
                    <property name="right_attach">3</property>
 
7849
                    <property name="top_attach">3</property>
 
7850
                    <property name="bottom_attach">4</property>
 
7851
                    <property name="y_options"></property>
 
7852
                  </packing>
 
7853
                </child>
 
7854
                <child>
 
7855
                  <widget class="GtkLabel" id="label279">
 
7856
                    <property name="visible">True</property>
 
7857
                    <property name="xalign">0</property>
 
7858
                    <property name="label" translatable="yes">(must not contain any special char)</property>
 
7859
                  </widget>
 
7860
                  <packing>
 
7861
                    <property name="left_attach">1</property>
 
7862
                    <property name="right_attach">3</property>
 
7863
                    <property name="top_attach">4</property>
 
7864
                    <property name="bottom_attach">5</property>
 
7865
                    <property name="x_options"></property>
 
7866
                    <property name="y_options"></property>
 
7867
                  </packing>
 
7868
                </child>
 
7869
                <child>
 
7870
                  <widget class="GtkHSeparator" id="hseparator37">
 
7871
                    <property name="visible">True</property>
 
7872
                  </widget>
 
7873
                  <packing>
 
7874
                    <property name="right_attach">3</property>
 
7875
                    <property name="top_attach">2</property>
 
7876
                    <property name="bottom_attach">3</property>
 
7877
                    <property name="x_options"></property>
 
7878
                  </packing>
 
7879
                </child>
 
7880
              </widget>
 
7881
              <packing>
 
7882
                <property name="expand">False</property>
 
7883
                <property name="fill">False</property>
 
7884
                <property name="position">2</property>
 
7885
              </packing>
 
7886
            </child>
 
7887
          </widget>
 
7888
          <packing>
 
7889
            <property name="expand">False</property>
 
7890
            <property name="fill">False</property>
 
7891
            <property name="position">2</property>
 
7892
          </packing>
 
7893
        </child>
 
7894
        <child internal-child="action_area">
 
7895
          <widget class="GtkHButtonBox" id="dialog-action_area28">
 
7896
            <property name="visible">True</property>
 
7897
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
7898
            <child>
 
7899
              <widget class="GtkButton" id="cancelbutton19">
 
7900
                <property name="visible">True</property>
 
7901
                <property name="can_focus">True</property>
 
7902
                <property name="can_default">True</property>
 
7903
                <property name="label">gtk-cancel</property>
 
7904
                <property name="use_stock">True</property>
 
7905
                <property name="response_id">-6</property>
 
7906
              </widget>
 
7907
            </child>
 
7908
            <child>
 
7909
              <widget class="GtkButton" id="okbutton22">
 
7910
                <property name="visible">True</property>
 
7911
                <property name="can_focus">True</property>
 
7912
                <property name="can_default">True</property>
 
7913
                <property name="has_default">True</property>
 
7914
                <property name="label">gtk-ok</property>
 
7915
                <property name="use_stock">True</property>
 
7916
                <property name="response_id">-5</property>
 
7917
              </widget>
 
7918
              <packing>
 
7919
                <property name="position">1</property>
 
7920
              </packing>
 
7921
            </child>
 
7922
          </widget>
 
7923
          <packing>
 
7924
            <property name="expand">False</property>
 
7925
            <property name="pack_type">GTK_PACK_END</property>
 
7926
          </packing>
 
7927
        </child>
 
7928
      </widget>
 
7929
    </child>
 
7930
  </widget>
 
7931
  <widget class="GtkDialog" id="win_createdb">
 
7932
    <property name="title" translatable="yes">Create a new database</property>
 
7933
    <property name="modal">True</property>
 
7934
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
7935
    <property name="destroy_with_parent">True</property>
 
7936
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
7937
    <property name="has_separator">False</property>
 
7938
    <child internal-child="vbox">
 
7939
      <widget class="GtkVBox" id="vbox52">
 
7940
        <property name="visible">True</property>
 
7941
        <child>
 
7942
          <widget class="GtkLabel" id="label284">
 
7943
            <property name="visible">True</property>
 
7944
            <property name="xalign">0</property>
 
7945
            <property name="label" translatable="yes">&lt;b&gt;Create a new database&lt;/b&gt;</property>
 
7946
            <property name="use_markup">True</property>
 
7947
          </widget>
 
7948
          <packing>
 
7949
            <property name="expand">False</property>
 
7950
            <property name="fill">False</property>
 
7951
            <property name="position">1</property>
 
7952
          </packing>
 
7953
        </child>
 
7954
        <child>
 
7955
          <widget class="GtkHSeparator" id="hseparator32">
 
7956
            <property name="visible">True</property>
 
7957
          </widget>
 
7958
          <packing>
 
7959
            <property name="expand">False</property>
 
7960
            <property name="position">2</property>
 
7961
          </packing>
 
7962
        </child>
 
7963
        <child>
 
7964
          <widget class="GtkEventBox" id="eventbox18">
 
7965
            <property name="visible">True</property>
 
7966
            <child>
 
7967
              <widget class="GtkTable" id="table17">
 
7968
                <property name="visible">True</property>
 
7969
                <property name="border_width">9</property>
 
7970
                <property name="n_rows">10</property>
 
7971
                <property name="n_columns">3</property>
 
7972
                <property name="column_spacing">5</property>
 
7973
                <property name="row_spacing">5</property>
 
7974
                <child>
 
7975
                  <placeholder/>
 
7976
                </child>
 
7977
                <child>
 
7978
                  <placeholder/>
 
7979
                </child>
 
7980
                <child>
 
7981
                  <placeholder/>
 
7982
                </child>
 
7983
                <child>
 
7984
                  <placeholder/>
 
7985
                </child>
 
7986
                <child>
 
7987
                  <widget class="GtkEventBox" id="eventbox19">
 
7988
                    <property name="visible">True</property>
 
7989
                    <child>
 
7990
                      <widget class="GtkLabel" id="label275">
 
7991
                        <property name="visible">True</property>
 
7992
                        <property name="xalign">1</property>
 
7993
                        <property name="yalign">0.46000000834465027</property>
 
7994
                            <property name="tooltip" translatable="yes">Check this box if you want demonstration data to be installed on your new database. These data will help you to understand OpenERP, with predefined products, partners, etc.</property>
 
7995
                        <property name="label" translatable="yes">Load Demonstration Data:</property>
 
7996
                      </widget>
 
7997
                    </child>
 
7998
                  </widget>
 
7999
                  <packing>
 
8000
                    <property name="top_attach">5</property>
 
8001
                    <property name="bottom_attach">6</property>
 
8002
                    <property name="x_options">GTK_FILL</property>
 
8003
                    <property name="y_options"></property>
 
8004
                  </packing>
 
8005
                </child>
 
8006
                <child>
 
8007
                  <widget class="GtkEntry" id="ent_db_new">
 
8008
                    <property name="visible">True</property>
 
8009
                    <property name="can_focus">True</property>
 
8010
                    <property name="max_length">32</property>
 
8011
                    <property name="activates_default">True</property>
 
8012
                    <property name="width_chars">16</property>
 
8013
                  </widget>
 
8014
                  <packing>
 
8015
                    <property name="left_attach">1</property>
 
8016
                    <property name="right_attach">2</property>
 
8017
                    <property name="top_attach">2</property>
 
8018
                    <property name="bottom_attach">3</property>
 
8019
                    <property name="y_options"></property>
 
8020
                  </packing>
 
8021
                </child>
 
8022
                <child>
 
8023
                  <widget class="GtkHSeparator" id="hseparator41">
 
8024
                    <property name="visible">True</property>
 
8025
                  </widget>
 
8026
                  <packing>
 
8027
                    <property name="right_attach">3</property>
 
8028
                    <property name="top_attach">9</property>
 
8029
                    <property name="bottom_attach">10</property>
 
8030
                    <property name="x_options"></property>
 
8031
                  </packing>
 
8032
                </child>
 
8033
                <child>
 
8034
                  <widget class="GtkEntry" id="ent_user_pass2">
 
8035
                    <property name="visible">True</property>
 
8036
                    <property name="can_focus">True</property>
 
8037
                    <property name="visibility">False</property>
 
8038
                    <property name="activates_default">True</property>
 
8039
                    <signal name="changed" handler="on_ent_user_pass1_changed"/>
 
8040
                  </widget>
 
8041
                  <packing>
 
8042
                    <property name="left_attach">1</property>
 
8043
                    <property name="right_attach">2</property>
 
8044
                    <property name="top_attach">8</property>
 
8045
                    <property name="bottom_attach">9</property>
 
8046
                    <property name="y_options"></property>
 
8047
                  </packing>
 
8048
                </child>
 
8049
                <child>
 
8050
                  <widget class="GtkComboBox" id="db_create_combo">
 
8051
                    <property name="visible">True</property>
 
8052
                    <property name="items"></property>
 
8053
                  </widget>
 
8054
                  <packing>
 
8055
                    <property name="left_attach">1</property>
 
8056
                    <property name="right_attach">2</property>
 
8057
                    <property name="top_attach">6</property>
 
8058
                    <property name="bottom_attach">7</property>
 
8059
                    <property name="x_options">GTK_FILL</property>
 
8060
                    <property name="y_options"></property>
 
8061
                  </packing>
 
8062
                </child>
 
8063
                <child>
 
8064
                  <widget class="GtkCheckButton" id="check_demo">
 
8065
                    <property name="visible">True</property>
 
8066
                    <property name="can_focus">True</property>
 
8067
                    <property name="response_id">0</property>
 
8068
                    <property name="draw_indicator">True</property>
 
8069
                    <child>
 
8070
                      <placeholder/>
 
8071
                    </child>
 
8072
                  </widget>
 
8073
                  <packing>
 
8074
                    <property name="left_attach">1</property>
 
8075
                    <property name="right_attach">3</property>
 
8076
                    <property name="top_attach">5</property>
 
8077
                    <property name="bottom_attach">6</property>
 
8078
                    <property name="x_options">GTK_FILL</property>
 
8079
                    <property name="y_options"></property>
 
8080
                  </packing>
 
8081
                </child>
 
8082
                <child>
 
8083
                  <widget class="GtkLabel" id="label46573">
 
8084
                    <property name="visible">True</property>
 
8085
                    <property name="xalign">1</property>
 
8086
                    <property name="tooltip" translatable="yes">This is the password of the '&lt;i&gt;admin&lt;/i&gt;' user that will be created in your new database. It has to be the same than the above field.</property>
 
8087
                    <property name="label" translatable="yes">Confirm Password:</property>
 
8088
                  </widget>
 
8089
                  <packing>
 
8090
                    <property name="top_attach">8</property>
 
8091
                    <property name="bottom_attach">9</property>
 
8092
                    <property name="x_options">GTK_FILL</property>
 
8093
                    <property name="y_options"></property>
 
8094
                  </packing>
 
8095
                </child>
 
8096
                <child>
 
8097
                  <widget class="GtkLabel" id="label46572">
 
8098
                    <property name="visible">True</property>
 
8099
                    <property name="xalign">1</property>
 
8100
                    <property name="tooltip" translatable="yes">This is the password of the '&lt;i&gt;admin&lt;/i&gt;' user that will be created in your new database.</property>
 
8101
                    <property name="label" translatable="yes">Administrator Password:</property>
 
8102
                  </widget>
 
8103
                  <packing>
 
8104
                    <property name="top_attach">7</property>
 
8105
                    <property name="bottom_attach">8</property>
 
8106
                    <property name="x_options">GTK_FILL</property>
 
8107
                    <property name="y_options"></property>
 
8108
                  </packing>
 
8109
                </child>
 
8110
                <child>
 
8111
                  <widget class="GtkLabel" id="label276">
 
8112
                    <property name="visible">True</property>
 
8113
                    <property name="xalign">1</property>
 
8114
                    <property name="use_markup">True</property>
 
8115
                    <property name="tooltip" translatable="yes">Choose the default language that will be installed for this database. You will be able to install new languages after installation through the administration menu.</property>
 
8116
                    <property name="label" translatable="yes">Default Language:</property>
 
8117
                  </widget>
 
8118
                  <packing>
 
8119
                    <property name="top_attach">6</property>
 
8120
                    <property name="bottom_attach">7</property>
 
8121
                    <property name="x_options">GTK_FILL</property>
 
8122
                    <property name="y_options"></property>
 
8123
                  </packing>
 
8124
                </child>
 
8125
                <child>
 
8126
                  <widget class="GtkHSeparator" id="hseparator40">
 
8127
                    <property name="visible">True</property>
 
8128
                  </widget>
 
8129
                  <packing>
 
8130
                    <property name="right_attach">3</property>
 
8131
                    <property name="top_attach">4</property>
 
8132
                    <property name="bottom_attach">5</property>
 
8133
                    <property name="x_options"></property>
 
8134
                    <property name="y_padding">2</property>
 
8135
                  </packing>
 
8136
                </child>
 
8137
                <child>
 
8138
                  <widget class="GtkLabel" id="label274">
 
8139
                    <property name="visible">True</property>
 
8140
                    <property name="xalign">1</property>
 
8141
                    <property name="tooltip" translatable="yes">Choose the name of the database that will be created. The name must not contain any special character. Exemple: 'terp'.</property>
 
8142
                    <property name="label" translatable="yes">New Database Name:</property>
 
8143
                  </widget>
 
8144
                  <packing>
 
8145
                    <property name="top_attach">2</property>
 
8146
                    <property name="bottom_attach">3</property>
 
8147
                    <property name="x_options">GTK_FILL</property>
 
8148
                    <property name="y_options"></property>
 
8149
                  </packing>
 
8150
                </child>
 
8151
                <child>
 
8152
                  <widget class="GtkButton" id="but_server_new">
 
8153
                    <property name="visible">True</property>
 
8154
                    <property name="can_focus">True</property>
 
8155
                    <property name="response_id">0</property>
 
8156
                    <signal name="activate" handler="on_but_server_activate"/>
 
8157
                    <child>
 
8158
                      <widget class="GtkAlignment" id="alignment49">
 
8159
                        <property name="visible">True</property>
 
8160
                        <property name="xscale">0</property>
 
8161
                        <property name="yscale">0</property>
 
8162
                        <child>
 
8163
                          <widget class="GtkHBox" id="hbox73">
 
8164
                            <property name="visible">True</property>
 
8165
                            <property name="spacing">2</property>
 
8166
                            <child>
 
8167
                              <widget class="GtkImage" id="image3410">
 
8168
                                <property name="visible">True</property>
 
8169
                                <property name="stock">gtk-network</property>
 
8170
                                <property name="icon_size">2</property>
 
8171
                              </widget>
 
8172
                              <packing>
 
8173
                                <property name="expand">False</property>
 
8174
                                <property name="fill">False</property>
 
8175
                              </packing>
 
8176
                            </child>
 
8177
                            <child>
 
8178
                              <widget class="GtkLabel" id="label291">
 
8179
                                <property name="visible">True</property>
 
8180
                                <property name="label" translatable="yes">Change</property>
 
8181
                                <property name="use_underline">True</property>
 
8182
                              </widget>
 
8183
                              <packing>
 
8184
                                <property name="expand">False</property>
 
8185
                                <property name="fill">False</property>
 
8186
                                <property name="position">1</property>
 
8187
                              </packing>
 
8188
                            </child>
 
8189
                          </widget>
 
8190
                        </child>
 
8191
                      </widget>
 
8192
                    </child>
 
8193
                  </widget>
 
8194
                  <packing>
 
8195
                    <property name="left_attach">2</property>
 
8196
                    <property name="right_attach">3</property>
 
8197
                    <property name="x_options"></property>
 
8198
                    <property name="y_options"></property>
 
8199
                  </packing>
 
8200
                </child>
 
8201
                <child>
 
8202
                  <widget class="GtkLabel" id="label46555">
 
8203
                    <property name="visible">True</property>
 
8204
                    <property name="xalign">0</property>
 
8205
                    <property name="label" translatable="yes">(&lt;i&gt;admin&lt;/i&gt;, by default)</property>
 
8206
                    <property name="use_markup">True</property>
 
8207
                  </widget>
 
8208
                  <packing>
 
8209
                    <property name="left_attach">2</property>
 
8210
                    <property name="right_attach">3</property>
 
8211
                    <property name="top_attach">1</property>
 
8212
                    <property name="bottom_attach">2</property>
 
8213
                    <property name="x_options"></property>
 
8214
                    <property name="y_options"></property>
 
8215
                  </packing>
 
8216
                </child>
 
8217
                <child>
 
8218
                  <widget class="GtkEntry" id="ent_password_new">
 
8219
                    <property name="visible">True</property>
 
8220
                    <property name="can_focus">True</property>
 
8221
                    <property name="has_focus">True</property>
 
8222
                    <property name="max_length">16</property>
 
8223
                    <property name="visibility">False</property>
 
8224
                    <property name="activates_default">True</property>
 
8225
                    <property name="width_chars">16</property>
 
8226
                  </widget>
 
8227
                  <packing>
 
8228
                    <property name="left_attach">1</property>
 
8229
                    <property name="right_attach">2</property>
 
8230
                    <property name="top_attach">1</property>
 
8231
                    <property name="bottom_attach">2</property>
 
8232
                    <property name="y_options"></property>
 
8233
                  </packing>
 
8234
                </child>
 
8235
                <child>
 
8236
                  <widget class="GtkLabel" id="label289">
 
8237
                    <property name="visible">True</property>
 
8238
                    <property name="xalign">1</property>
 
8239
                    <property name="xpad">3</property>
 
8240
                    <property name="ypad">3</property>
 
8241
                    <property name="tooltip" translatable="yes">This is the password of the user that have the rights to administer databases. This is not a OpenERP user, just a super administrator. If you did not changed it, the password is 'admin' after installation.</property>
 
8242
                    <property name="label" translatable="yes">Super Administrator Password:</property>
 
8243
                    <property name="justify">GTK_JUSTIFY_RIGHT</property>
 
8244
                  </widget>
 
8245
                  <packing>
 
8246
                    <property name="top_attach">1</property>
 
8247
                    <property name="bottom_attach">2</property>
 
8248
                    <property name="x_options">GTK_FILL</property>
 
8249
                    <property name="y_options"></property>
 
8250
                  </packing>
 
8251
                </child>
 
8252
                <child>
 
8253
                  <widget class="GtkEventBox" id="eventbox20">
 
8254
                    <property name="visible">True</property>
 
8255
                    <child>
 
8256
                      <widget class="GtkEntry" id="ent_user_pass1">
 
8257
                        <property name="visible">True</property>
 
8258
                        <property name="can_focus">True</property>
 
8259
                        <property name="visibility">False</property>
 
8260
                        <property name="activates_default">True</property>
 
8261
                        <signal name="changed" handler="on_ent_user_pass2_changed"/>
 
8262
                      </widget>
 
8263
                    </child>
 
8264
                  </widget>
 
8265
                  <packing>
 
8266
                    <property name="left_attach">1</property>
 
8267
                    <property name="right_attach">2</property>
 
8268
                    <property name="top_attach">7</property>
 
8269
                    <property name="bottom_attach">8</property>
 
8270
                  </packing>
 
8271
                </child>
 
8272
                <child>
 
8273
                  <widget class="GtkLabel" id="label290">
 
8274
                    <property name="width_request">117</property>
 
8275
                    <property name="visible">True</property>
 
8276
                    <property name="xalign">1</property>
 
8277
                    <property name="xpad">3</property>
 
8278
                    <property name="ypad">3</property>
 
8279
                    <property name="tooltip" translatable="yes">This is the URL of the OpenERP server. Use 'localhost' if the server is installed on this computer. Click on 'Change' to change the address.</property>
 
8280
                    <property name="label" translatable="yes">OpenERP Server:</property>
 
8281
                  </widget>
 
8282
                  <packing>
 
8283
                    <property name="x_options">GTK_FILL</property>
 
8284
                    <property name="y_options"></property>
 
8285
                  </packing>
 
8286
                </child>
 
8287
                <child>
 
8288
                  <widget class="GtkEntry" id="ent_server_new">
 
8289
                    <property name="visible">True</property>
 
8290
                    <property name="sensitive">False</property>
 
8291
                    <property name="editable">False</property>
 
8292
                    <property name="activates_default">True</property>
 
8293
                    <property name="width_chars">16</property>
 
8294
                    <property name="text" translatable="yes">http://localhost:8069</property>
 
8295
                  </widget>
 
8296
                  <packing>
 
8297
                    <property name="left_attach">1</property>
 
8298
                    <property name="right_attach">2</property>
 
8299
                    <property name="y_options"></property>
 
8300
                  </packing>
 
8301
                </child>
 
8302
                <child>
 
8303
                  <widget class="GtkHSeparator" id="hseparator33">
 
8304
                    <property name="visible">True</property>
 
8305
                  </widget>
 
8306
                  <packing>
 
8307
                    <property name="right_attach">3</property>
 
8308
                    <property name="top_attach">3</property>
 
8309
                    <property name="bottom_attach">4</property>
 
8310
                    <property name="x_options"></property>
 
8311
                  </packing>
 
8312
                </child>
 
8313
              </widget>
 
8314
            </child>
 
8315
          </widget>
 
8316
          <packing>
 
8317
            <property name="fill">False</property>
 
8318
            <property name="position">3</property>
 
8319
          </packing>
 
8320
        </child>
 
8321
        <child internal-child="action_area">
 
8322
          <widget class="GtkHButtonBox" id="hbuttonbox7">
 
8323
            <property name="visible">True</property>
 
8324
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
8325
            <child>
 
8326
              <widget class="GtkButton" id="button2">
 
8327
                <property name="visible">True</property>
 
8328
                <property name="can_focus">True</property>
 
8329
                <property name="can_default">True</property>
 
8330
                <property name="label">gtk-cancel</property>
 
8331
                <property name="use_stock">True</property>
 
8332
                <property name="response_id">-6</property>
 
8333
              </widget>
 
8334
            </child>
 
8335
            <child>
 
8336
              <widget class="GtkButton" id="button_db_ok">
 
8337
                <property name="visible">True</property>
 
8338
                <property name="sensitive">False</property>
 
8339
                <property name="can_focus">True</property>
 
8340
                <property name="can_default">True</property>
 
8341
                <property name="label">gtk-ok</property>
 
8342
                <property name="use_stock">True</property>
 
8343
                <property name="response_id">-5</property>
 
8344
              </widget>
 
8345
              <packing>
 
8346
                <property name="position">1</property>
 
8347
              </packing>
 
8348
            </child>
 
8349
          </widget>
 
8350
          <packing>
 
8351
            <property name="expand">False</property>
 
8352
            <property name="pack_type">GTK_PACK_END</property>
 
8353
          </packing>
 
8354
        </child>
 
8355
      </widget>
 
8356
    </child>
 
8357
  </widget>
 
8358
  <widget class="GtkDialog" id="dia_passwd_change">
 
8359
    <property name="title" translatable="yes">Change password</property>
 
8360
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
8361
    <property name="default_width">400</property>
 
8362
    <property name="default_height">180</property>
 
8363
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
8364
    <child internal-child="vbox">
 
8365
      <widget class="GtkVBox" id="dia_passwd_change_vbox">
 
8366
        <property name="visible">True</property>
 
8367
        <child>
 
8368
          <widget class="GtkVBox" id="vbox53">
 
8369
            <property name="visible">True</property>
 
8370
            <property name="border_width">2</property>
 
8371
            <property name="spacing">5</property>
 
8372
            <child>
 
8373
              <widget class="GtkLabel" id="label294">
 
8374
                <property name="visible">True</property>
 
8375
                <property name="xalign">0</property>
 
8376
                <property name="label" translatable="yes">&lt;b&gt;Change your super admin password&lt;/b&gt;</property>
 
8377
                <property name="use_markup">True</property>
 
8378
              </widget>
 
8379
              <packing>
 
8380
                <property name="expand">False</property>
 
8381
                <property name="fill">False</property>
 
8382
              </packing>
 
8383
            </child>
 
8384
            <child>
 
8385
              <widget class="GtkHSeparator" id="hseparator34">
 
8386
                <property name="visible">True</property>
 
8387
              </widget>
 
8388
              <packing>
 
8389
                <property name="expand">False</property>
 
8390
                <property name="position">1</property>
 
8391
              </packing>
 
8392
            </child>
 
8393
            <child>
 
8394
              <widget class="GtkTable" id="table20">
 
8395
                <property name="visible">True</property>
 
8396
                <property name="border_width">4</property>
 
8397
                <property name="n_rows">4</property>
 
8398
                <property name="n_columns">3</property>
 
8399
                <property name="column_spacing">3</property>
 
8400
                <property name="row_spacing">3</property>
 
8401
                <child>
 
8402
                  <widget class="GtkLabel" id="label297">
 
8403
                    <property name="visible">True</property>
 
8404
                    <property name="xalign">1</property>
 
8405
                    <property name="label" translatable="yes">New password confirmation:</property>
 
8406
                  </widget>
 
8407
                  <packing>
 
8408
                    <property name="top_attach">3</property>
 
8409
                    <property name="bottom_attach">4</property>
 
8410
                    <property name="x_options">GTK_FILL</property>
 
8411
                    <property name="y_options"></property>
 
8412
                  </packing>
 
8413
                </child>
 
8414
                <child>
 
8415
                  <widget class="GtkLabel" id="label296">
 
8416
                    <property name="visible">True</property>
 
8417
                    <property name="xalign">1</property>
 
8418
                    <property name="label" translatable="yes">New password:</property>
 
8419
                  </widget>
 
8420
                  <packing>
 
8421
                    <property name="top_attach">2</property>
 
8422
                    <property name="bottom_attach">3</property>
 
8423
                    <property name="x_options">GTK_FILL</property>
 
8424
                    <property name="y_options"></property>
 
8425
                  </packing>
 
8426
                </child>
 
8427
                <child>
 
8428
                  <widget class="GtkLabel" id="label295">
 
8429
                    <property name="visible">True</property>
 
8430
                    <property name="xalign">1</property>
 
8431
                    <property name="label" translatable="yes">Old password:</property>
 
8432
                  </widget>
 
8433
                  <packing>
 
8434
                    <property name="top_attach">1</property>
 
8435
                    <property name="bottom_attach">2</property>
 
8436
                    <property name="x_options">GTK_FILL</property>
 
8437
                    <property name="y_options"></property>
 
8438
                  </packing>
 
8439
                </child>
 
8440
                <child>
 
8441
                  <widget class="GtkLabel" id="label298">
 
8442
                    <property name="width_request">117</property>
 
8443
                    <property name="visible">True</property>
 
8444
                    <property name="xalign">1</property>
 
8445
                    <property name="xpad">3</property>
 
8446
                    <property name="ypad">3</property>
 
8447
                    <property name="label" translatable="yes">Server:</property>
 
8448
                  </widget>
 
8449
                  <packing>
 
8450
                    <property name="x_options">GTK_FILL</property>
 
8451
                    <property name="y_options"></property>
 
8452
                  </packing>
 
8453
                </child>
 
8454
                <child>
 
8455
                  <widget class="GtkEntry" id="ent_server2">
 
8456
                    <property name="visible">True</property>
 
8457
                    <property name="sensitive">False</property>
 
8458
                    <property name="editable">False</property>
 
8459
                    <property name="activates_default">True</property>
 
8460
                    <property name="width_chars">16</property>
 
8461
                    <property name="text" translatable="yes">http://localhost:8069</property>
 
8462
                  </widget>
 
8463
                  <packing>
 
8464
                    <property name="left_attach">1</property>
 
8465
                    <property name="right_attach">2</property>
 
8466
                    <property name="y_options"></property>
 
8467
                  </packing>
 
8468
                </child>
 
8469
                <child>
 
8470
                  <widget class="GtkButton" id="but_server_change1">
 
8471
                    <property name="visible">True</property>
 
8472
                    <property name="can_focus">True</property>
 
8473
                    <property name="response_id">0</property>
 
8474
                    <signal name="activate" handler="on_but_server_activate"/>
 
8475
                    <child>
 
8476
                      <widget class="GtkAlignment" id="alignment53">
 
8477
                        <property name="visible">True</property>
 
8478
                        <property name="xscale">0</property>
 
8479
                        <property name="yscale">0</property>
 
8480
                        <child>
 
8481
                          <widget class="GtkHBox" id="hbox76">
 
8482
                            <property name="visible">True</property>
 
8483
                            <property name="spacing">2</property>
 
8484
                            <child>
 
8485
                              <widget class="GtkImage" id="image3484">
 
8486
                                <property name="visible">True</property>
 
8487
                                <property name="stock">gtk-network</property>
 
8488
                                <property name="icon_size">2</property>
 
8489
                              </widget>
 
8490
                              <packing>
 
8491
                                <property name="expand">False</property>
 
8492
                                <property name="fill">False</property>
 
8493
                              </packing>
 
8494
                            </child>
 
8495
                            <child>
 
8496
                              <widget class="GtkLabel" id="label46546">
 
8497
                                <property name="visible">True</property>
 
8498
                                <property name="label" translatable="yes">Change</property>
 
8499
                                <property name="use_underline">True</property>
 
8500
                              </widget>
 
8501
                              <packing>
 
8502
                                <property name="expand">False</property>
 
8503
                                <property name="fill">False</property>
 
8504
                                <property name="position">1</property>
 
8505
                              </packing>
 
8506
                            </child>
 
8507
                          </widget>
 
8508
                        </child>
 
8509
                      </widget>
 
8510
                    </child>
 
8511
                  </widget>
 
8512
                  <packing>
 
8513
                    <property name="left_attach">2</property>
 
8514
                    <property name="right_attach">3</property>
 
8515
                    <property name="x_options"></property>
 
8516
                    <property name="y_options"></property>
 
8517
                  </packing>
 
8518
                </child>
 
8519
                <child>
 
8520
                  <widget class="GtkEntry" id="old_passwd">
 
8521
                    <property name="visible">True</property>
 
8522
                    <property name="can_focus">True</property>
 
8523
                    <property name="max_length">16</property>
 
8524
                    <property name="visibility">False</property>
 
8525
                  </widget>
 
8526
                  <packing>
 
8527
                    <property name="left_attach">1</property>
 
8528
                    <property name="right_attach">3</property>
 
8529
                    <property name="top_attach">1</property>
 
8530
                    <property name="bottom_attach">2</property>
 
8531
                    <property name="y_options"></property>
 
8532
                  </packing>
 
8533
                </child>
 
8534
                <child>
 
8535
                  <widget class="GtkEntry" id="new_passwd">
 
8536
                    <property name="visible">True</property>
 
8537
                    <property name="can_focus">True</property>
 
8538
                    <property name="max_length">16</property>
 
8539
                    <property name="visibility">False</property>
 
8540
                  </widget>
 
8541
                  <packing>
 
8542
                    <property name="left_attach">1</property>
 
8543
                    <property name="right_attach">3</property>
 
8544
                    <property name="top_attach">2</property>
 
8545
                    <property name="bottom_attach">3</property>
 
8546
                    <property name="y_options"></property>
 
8547
                  </packing>
 
8548
                </child>
 
8549
                <child>
 
8550
                  <widget class="GtkEntry" id="new_passwd2">
 
8551
                    <property name="visible">True</property>
 
8552
                    <property name="can_focus">True</property>
 
8553
                    <property name="max_length">16</property>
 
8554
                    <property name="visibility">False</property>
 
8555
                  </widget>
 
8556
                  <packing>
 
8557
                    <property name="left_attach">1</property>
 
8558
                    <property name="right_attach">3</property>
 
8559
                    <property name="top_attach">3</property>
 
8560
                    <property name="bottom_attach">4</property>
 
8561
                    <property name="y_options"></property>
 
8562
                  </packing>
 
8563
                </child>
 
8564
              </widget>
 
8565
              <packing>
 
8566
                <property name="position">2</property>
 
8567
              </packing>
 
8568
            </child>
 
8569
          </widget>
 
8570
          <packing>
 
8571
            <property name="position">2</property>
 
8572
          </packing>
 
8573
        </child>
 
8574
        <child internal-child="action_area">
 
8575
          <widget class="GtkHButtonBox" id="dialog-action_area29">
 
8576
            <property name="visible">True</property>
 
8577
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
8578
            <child>
 
8579
              <widget class="GtkButton" id="cancelbutton20">
 
8580
                <property name="visible">True</property>
 
8581
                <property name="can_focus">True</property>
 
8582
                <property name="can_default">True</property>
 
8583
                <property name="label">gtk-cancel</property>
 
8584
                <property name="use_stock">True</property>
 
8585
                <property name="response_id">-6</property>
 
8586
              </widget>
 
8587
            </child>
 
8588
            <child>
 
8589
              <widget class="GtkButton" id="okbutton23">
 
8590
                <property name="visible">True</property>
 
8591
                <property name="can_focus">True</property>
 
8592
                <property name="can_default">True</property>
 
8593
                <property name="has_default">True</property>
 
8594
                <property name="label">gtk-ok</property>
 
8595
                <property name="use_stock">True</property>
 
8596
                <property name="response_id">-5</property>
 
8597
              </widget>
 
8598
              <packing>
 
8599
                <property name="position">1</property>
 
8600
              </packing>
 
8601
            </child>
 
8602
          </widget>
 
8603
          <packing>
 
8604
            <property name="expand">False</property>
 
8605
            <property name="pack_type">GTK_PACK_END</property>
 
8606
          </packing>
 
8607
        </child>
 
8608
      </widget>
 
8609
    </child>
 
8610
  </widget>
 
8611
  <widget class="GtkDialog" id="dia_message_box">
 
8612
    <property name="width_request">450</property>
 
8613
    <property name="height_request">250</property>
 
8614
    <property name="title" translatable="yes">OpenERP Message</property>
 
8615
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
8616
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
8617
    <child internal-child="vbox">
 
8618
      <widget class="GtkVBox" id="dialog-vbox26">
 
8619
        <property name="visible">True</property>
 
8620
        <child>
 
8621
          <widget class="GtkVBox" id="vbox55">
 
8622
            <property name="visible">True</property>
 
8623
            <child>
 
8624
              <widget class="GtkLabel" id="msg_title">
 
8625
                <property name="visible">True</property>
 
8626
                <property name="label">msg_title</property>
 
8627
              </widget>
 
8628
              <packing>
 
8629
                <property name="expand">False</property>
 
8630
                <property name="fill">False</property>
 
8631
              </packing>
 
8632
            </child>
 
8633
            <child>
 
8634
              <widget class="GtkHSeparator" id="hseparator35">
 
8635
                <property name="visible">True</property>
 
8636
              </widget>
 
8637
              <packing>
 
8638
                <property name="expand">False</property>
 
8639
                <property name="fill">False</property>
 
8640
                <property name="padding">3</property>
 
8641
                <property name="position">1</property>
 
8642
              </packing>
 
8643
            </child>
 
8644
            <child>
 
8645
              <widget class="GtkScrolledWindow" id="scrolledwindow42">
 
8646
                <property name="visible">True</property>
 
8647
                <property name="can_focus">True</property>
 
8648
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8649
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8650
                <property name="shadow_type">GTK_SHADOW_IN</property>
 
8651
                <child>
 
8652
                  <widget class="GtkTextView" id="msg_tv">
 
8653
                    <property name="visible">True</property>
 
8654
                    <property name="can_focus">True</property>
 
8655
                  </widget>
 
8656
                </child>
 
8657
              </widget>
 
8658
              <packing>
 
8659
                <property name="position">2</property>
 
8660
              </packing>
 
8661
            </child>
 
8662
          </widget>
 
8663
          <packing>
 
8664
            <property name="position">2</property>
 
8665
          </packing>
 
8666
        </child>
 
8667
        <child internal-child="action_area">
 
8668
          <widget class="GtkHButtonBox" id="dialog-action_area30">
 
8669
            <property name="visible">True</property>
 
8670
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
8671
            <child>
 
8672
              <widget class="GtkButton" id="closebutton2">
 
8673
                <property name="visible">True</property>
 
8674
                <property name="can_focus">True</property>
 
8675
                <property name="can_default">True</property>
 
8676
                <property name="label">gtk-close</property>
 
8677
                <property name="use_stock">True</property>
 
8678
                <property name="response_id">-7</property>
 
8679
              </widget>
 
8680
            </child>
 
8681
          </widget>
 
8682
          <packing>
 
8683
            <property name="expand">False</property>
 
8684
            <property name="pack_type">GTK_PACK_END</property>
 
8685
          </packing>
 
8686
        </child>
 
8687
      </widget>
 
8688
    </child>
 
8689
  </widget>
 
8690
  <widget class="GtkDialog" id="dia_dbcreate_ok">
 
8691
    <property name="width_request">550</property>
 
8692
    <property name="height_request">300</property>
 
8693
    <property name="title" translatable="yes">Database creation</property>
 
8694
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
8695
    <property name="default_width">550</property>
 
8696
    <property name="default_height">300</property>
 
8697
    <property name="destroy_with_parent">True</property>
 
8698
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
8699
    <child internal-child="vbox">
 
8700
      <widget class="GtkVBox" id="dialog-vbox35">
 
8701
        <property name="visible">True</property>
 
8702
        <child>
 
8703
          <widget class="GtkHBox" id="hbox78">
 
8704
            <property name="visible">True</property>
 
8705
            <child>
 
8706
              <widget class="GtkImage" id="image3696">
 
8707
                <property name="visible">True</property>
 
8708
                <property name="yalign">0</property>
 
8709
                <property name="xpad">10</property>
 
8710
                <property name="ypad">16</property>
 
8711
                <property name="stock">gtk-dialog-info</property>
 
8712
                <property name="icon_size">6</property>
 
8713
              </widget>
 
8714
              <packing>
 
8715
                <property name="expand">False</property>
 
8716
                <property name="fill">False</property>
 
8717
              </packing>
 
8718
            </child>
 
8719
            <child>
 
8720
              <widget class="GtkVBox" id="vbox56">
 
8721
                <property name="visible">True</property>
 
8722
                <child>
 
8723
                  <widget class="GtkLabel" id="label46553">
 
8724
                    <property name="visible">True</property>
 
8725
                    <property name="xalign">0</property>
 
8726
                    <property name="label" translatable="yes">&lt;b&gt;Database created successfully!&lt;/b&gt;</property>
 
8727
                    <property name="use_markup">True</property>
 
8728
                  </widget>
 
8729
                  <packing>
 
8730
                    <property name="expand">False</property>
 
8731
                    <property name="fill">False</property>
 
8732
                  </packing>
 
8733
                </child>
 
8734
                <child>
 
8735
                  <widget class="GtkHSeparator" id="hseparator36">
 
8736
                    <property name="visible">True</property>
 
8737
                  </widget>
 
8738
                  <packing>
 
8739
                    <property name="expand">False</property>
 
8740
                    <property name="fill">False</property>
 
8741
                    <property name="padding">3</property>
 
8742
                    <property name="position">1</property>
 
8743
                  </packing>
 
8744
                </child>
 
8745
                <child>
 
8746
                  <widget class="GtkScrolledWindow" id="scrolledwindow43">
 
8747
                    <property name="visible">True</property>
 
8748
                    <property name="can_focus">True</property>
 
8749
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8750
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8751
                    <property name="shadow_type">GTK_SHADOW_IN</property>
 
8752
                    <child>
 
8753
                      <widget class="GtkTextView" id="dia_tv">
 
8754
                        <property name="visible">True</property>
 
8755
                        <property name="can_focus">True</property>
 
8756
                        <property name="editable">False</property>
 
8757
                        <property name="wrap_mode">GTK_WRAP_WORD</property>
 
8758
                        <property name="text" translatable="yes">You can connect to the new database using one of the following account:
 
8759
 
 
8760
    Administrator: admin / admin </property>
 
8761
                      </widget>
 
8762
                    </child>
 
8763
                  </widget>
 
8764
                  <packing>
 
8765
                    <property name="position">2</property>
 
8766
                  </packing>
 
8767
                </child>
 
8768
              </widget>
 
8769
              <packing>
 
8770
                <property name="position">1</property>
 
8771
              </packing>
 
8772
            </child>
 
8773
          </widget>
 
8774
          <packing>
 
8775
            <property name="position">2</property>
 
8776
          </packing>
 
8777
        </child>
 
8778
        <child internal-child="action_area">
 
8779
          <widget class="GtkHButtonBox" id="dialog-action_area31">
 
8780
            <property name="visible">True</property>
 
8781
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
8782
            <child>
 
8783
              <widget class="GtkButton" id="button89">
 
8784
                <property name="visible">True</property>
 
8785
                <property name="can_focus">True</property>
 
8786
                <property name="can_default">True</property>
 
8787
                <property name="response_id">-7</property>
 
8788
                <signal name="clicked" handler="on_but_close_clicked"/>
 
8789
                <child>
 
8790
                  <widget class="GtkAlignment" id="alignment55">
 
8791
                    <property name="visible">True</property>
 
8792
                    <property name="xscale">0</property>
 
8793
                    <property name="yscale">0</property>
 
8794
                    <child>
 
8795
                      <widget class="GtkHBox" id="hbox82">
 
8796
                        <property name="visible">True</property>
 
8797
                        <property name="spacing">2</property>
 
8798
                        <child>
 
8799
                          <widget class="GtkImage" id="image4164">
 
8800
                            <property name="visible">True</property>
 
8801
                            <property name="stock">gtk-close</property>
 
8802
                          </widget>
 
8803
                          <packing>
 
8804
                            <property name="expand">False</property>
 
8805
                            <property name="fill">False</property>
 
8806
                          </packing>
 
8807
                        </child>
 
8808
                        <child>
 
8809
                          <widget class="GtkLabel" id="label46558">
 
8810
                            <property name="visible">True</property>
 
8811
                            <property name="label">Connect Later</property>
 
8812
                            <property name="use_underline">True</property>
 
8813
                          </widget>
 
8814
                          <packing>
 
8815
                            <property name="expand">False</property>
 
8816
                            <property name="fill">False</property>
 
8817
                            <property name="position">1</property>
 
8818
                          </packing>
 
8819
                        </child>
 
8820
                      </widget>
 
8821
                    </child>
 
8822
                  </widget>
 
8823
                </child>
 
8824
              </widget>
 
8825
            </child>
 
8826
            <child>
 
8827
              <widget class="GtkButton" id="button91">
 
8828
                <property name="visible">True</property>
 
8829
                <property name="can_focus">True</property>
 
8830
                <property name="can_default">True</property>
 
8831
                <property name="has_default">True</property>
 
8832
                <property name="response_id">-5</property>
 
8833
                <child>
 
8834
                  <widget class="GtkAlignment" id="alignment54">
 
8835
                    <property name="visible">True</property>
 
8836
                    <property name="xscale">0</property>
 
8837
                    <property name="yscale">0</property>
 
8838
                    <child>
 
8839
                      <widget class="GtkHBox" id="hbox81">
 
8840
                        <property name="visible">True</property>
 
8841
                        <property name="spacing">2</property>
 
8842
                        <child>
 
8843
                          <widget class="GtkImage" id="image4163">
 
8844
                            <property name="visible">True</property>
 
8845
                            <property name="stock">gtk-go-forward</property>
 
8846
                          </widget>
 
8847
                          <packing>
 
8848
                            <property name="expand">False</property>
 
8849
                            <property name="fill">False</property>
 
8850
                          </packing>
 
8851
                        </child>
 
8852
                        <child>
 
8853
                          <widget class="GtkLabel" id="label46557">
 
8854
                            <property name="visible">True</property>
 
8855
                            <property name="label">Connect now</property>
 
8856
                            <property name="use_underline">True</property>
 
8857
                          </widget>
 
8858
                          <packing>
 
8859
                            <property name="expand">False</property>
 
8860
                            <property name="fill">False</property>
 
8861
                            <property name="position">1</property>
 
8862
                          </packing>
 
8863
                        </child>
 
8864
                      </widget>
 
8865
                    </child>
 
8866
                  </widget>
 
8867
                </child>
 
8868
              </widget>
 
8869
              <packing>
 
8870
                <property name="position">1</property>
 
8871
              </packing>
 
8872
            </child>
 
8873
          </widget>
 
8874
          <packing>
 
8875
            <property name="expand">False</property>
 
8876
            <property name="pack_type">GTK_PACK_END</property>
 
8877
          </packing>
 
8878
        </child>
 
8879
      </widget>
 
8880
    </child>
 
8881
  </widget>
 
8882
  <widget class="GtkDialog" id="win_extension">
 
8883
    <property name="width_request">800</property>
 
8884
    <property name="height_request">640</property>
 
8885
    <property name="border_width">5</property>
 
8886
    <property name="title" translatable="yes">Extension Manager</property>
 
8887
    <property name="modal">True</property>
 
8888
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
8889
    <property name="default_width">800</property>
 
8890
    <property name="default_height">640</property>
 
8891
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
8892
    <property name="has_separator">False</property>
 
8893
    <child internal-child="vbox">
 
8894
      <widget class="GtkVBox" id="dialog-vbox37">
 
8895
        <property name="visible">True</property>
 
8896
        <property name="spacing">2</property>
 
8897
        <child>
 
8898
          <widget class="GtkHBox" id="hbox3">
 
8899
            <property name="visible">True</property>
 
8900
            <child>
 
8901
              <widget class="GtkScrolledWindow" id="scrolledwindow2">
 
8902
                <property name="visible">True</property>
 
8903
                <property name="can_focus">True</property>
 
8904
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8905
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
8906
                <child>
 
8907
                  <widget class="GtkTreeView" id="treeview_extension">
 
8908
                    <property name="visible">True</property>
 
8909
                    <property name="can_focus">True</property>
 
8910
                    <property name="rules_hint">True</property>
 
8911
                  </widget>
 
8912
                </child>
 
8913
              </widget>
 
8914
            </child>
 
8915
            <child>
 
8916
              <widget class="GtkVButtonBox" id="vbuttonbox1">
 
8917
                <property name="visible">True</property>
 
8918
                <property name="spacing">5</property>
 
8919
                <property name="layout_style">GTK_BUTTONBOX_START</property>
 
8920
                <child>
 
8921
                  <widget class="GtkButton" id="button3">
 
8922
                    <property name="visible">True</property>
 
8923
                    <property name="can_focus">True</property>
 
8924
                    <property name="label">gtk-add</property>
 
8925
                    <property name="use_stock">True</property>
 
8926
                    <property name="response_id">0</property>
 
8927
                    <signal name="clicked" handler="on_button5_clicked"/>
 
8928
                  </widget>
 
8929
                </child>
 
8930
                <child>
 
8931
                  <widget class="GtkButton" id="button8">
 
8932
                    <property name="visible">True</property>
 
8933
                    <property name="can_focus">True</property>
 
8934
                    <property name="label">gtk-delete</property>
 
8935
                    <property name="use_stock">True</property>
 
8936
                    <property name="response_id">0</property>
 
8937
                    <signal name="clicked" handler="on_button6_clicked"/>
 
8938
                  </widget>
 
8939
                  <packing>
 
8940
                    <property name="position">1</property>
 
8941
                  </packing>
 
8942
                </child>
 
8943
              </widget>
 
8944
              <packing>
 
8945
                <property name="expand">False</property>
 
8946
                <property name="padding">5</property>
 
8947
                <property name="position">1</property>
 
8948
              </packing>
 
8949
            </child>
 
8950
          </widget>
 
8951
          <packing>
 
8952
            <property name="position">1</property>
 
8953
          </packing>
 
8954
        </child>
 
8955
        <child internal-child="action_area">
 
8956
          <widget class="GtkHButtonBox" id="dialog-action_area38">
 
8957
            <property name="visible">True</property>
 
8958
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
8959
            <child>
 
8960
              <widget class="GtkButton" id="button9">
 
8961
                <property name="visible">True</property>
 
8962
                <property name="can_focus">True</property>
 
8963
                <property name="label">gtk-cancel</property>
 
8964
                <property name="use_stock">True</property>
 
8965
                <property name="response_id">-6</property>
 
8966
              </widget>
 
8967
            </child>
 
8968
            <child>
 
8969
              <widget class="GtkButton" id="button10">
 
8970
                <property name="visible">True</property>
 
8971
                <property name="can_focus">True</property>
 
8972
                <property name="label">gtk-ok</property>
 
8973
                <property name="use_stock">True</property>
 
8974
                <property name="response_id">-5</property>
 
8975
              </widget>
 
8976
              <packing>
 
8977
                <property name="position">1</property>
 
8978
              </packing>
 
8979
            </child>
 
8980
          </widget>
 
8981
          <packing>
 
8982
            <property name="expand">False</property>
 
8983
            <property name="pack_type">GTK_PACK_END</property>
 
8984
          </packing>
 
8985
        </child>
 
8986
      </widget>
 
8987
    </child>
 
8988
  </widget>
 
8989
  <widget class="GtkDialog" id="dialog_concurrency_exception">
 
8990
    <property name="title" translatable="yes">Concurrency exception</property>
 
8991
    <property name="default_width">87</property>
 
8992
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
8993
    <child internal-child="vbox">
 
8994
      <widget class="GtkVBox" id="dialog-vbox28">
 
8995
        <property name="visible">True</property>
 
8996
        <child>
 
8997
          <widget class="GtkHBox" id="hbox84">
 
8998
            <property name="visible">True</property>
 
8999
            <child>
 
9000
              <widget class="GtkImage" id="image4169">
 
9001
                <property name="width_request">33</property>
 
9002
                <property name="visible">True</property>
 
9003
                <property name="stock">gtk-dialog-info</property>
 
9004
                <property name="icon_size">6</property>
 
9005
              </widget>
 
9006
            </child>
 
9007
            <child>
 
9008
              <widget class="GtkLabel" id="label46562">
 
9009
                <property name="width_request">421</property>
 
9010
                <property name="height_request">164</property>
 
9011
                <property name="visible">True</property>
 
9012
                <property name="xalign">0</property>
 
9013
                <property name="yalign">0</property>
 
9014
                <property name="xpad">14</property>
 
9015
                <property name="label" translatable="yes">&lt;b&gt;
 
9016
Write concurrency warning:
 
9017
&lt;/b&gt;
 
9018
This document has been modified while you were editing it.
 
9019
  Choose:
 
9020
   - "Cancel" to cancel saving.
 
9021
   - "Compare" to see the modified version.
 
9022
   - "Write anyway" to save your current version.
 
9023
</property>
 
9024
                <property name="use_markup">True</property>
 
9025
              </widget>
 
9026
              <packing>
 
9027
                <property name="padding">6</property>
 
9028
                <property name="position">1</property>
 
9029
              </packing>
 
9030
            </child>
 
9031
          </widget>
 
9032
          <packing>
 
9033
            <property name="position">2</property>
 
9034
          </packing>
 
9035
        </child>
 
9036
        <child internal-child="action_area">
 
9037
          <widget class="GtkHButtonBox" id="dialog-action_area32">
 
9038
            <property name="visible">True</property>
 
9039
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
9040
            <child>
 
9041
              <widget class="GtkButton" id="button_cancel">
 
9042
                <property name="visible">True</property>
 
9043
                <property name="can_focus">True</property>
 
9044
                <property name="can_default">True</property>
 
9045
                <property name="label">gtk-cancel</property>
 
9046
                <property name="use_stock">True</property>
 
9047
                <property name="response_id">-6</property>
 
9048
              </widget>
 
9049
            </child>
 
9050
            <child>
 
9051
              <widget class="GtkButton" id="button93">
 
9052
                <property name="visible">True</property>
 
9053
                <property name="can_focus">True</property>
 
9054
                <property name="can_default">True</property>
 
9055
                <property name="response_id">-10</property>
 
9056
                <child>
 
9057
                  <widget class="GtkAlignment" id="alignment58">
 
9058
                    <property name="visible">True</property>
 
9059
                    <property name="xscale">0</property>
 
9060
                    <property name="yscale">0</property>
 
9061
                    <child>
 
9062
                      <widget class="GtkHBox" id="hbox86">
 
9063
                        <property name="visible">True</property>
 
9064
                        <property name="spacing">2</property>
 
9065
                        <child>
 
9066
                          <widget class="GtkImage" id="image4171">
 
9067
                            <property name="visible">True</property>
 
9068
                            <property name="stock">gtk-find-and-replace</property>
 
9069
                          </widget>
 
9070
                          <packing>
 
9071
                            <property name="expand">False</property>
 
9072
                            <property name="fill">False</property>
 
9073
                          </packing>
 
9074
                        </child>
 
9075
                        <child>
 
9076
                          <widget class="GtkLabel" id="label46561">
 
9077
                            <property name="visible">True</property>
 
9078
                            <property name="label" translatable="yes">Compare</property>
 
9079
                            <property name="use_underline">True</property>
 
9080
                          </widget>
 
9081
                          <packing>
 
9082
                            <property name="expand">False</property>
 
9083
                            <property name="fill">False</property>
 
9084
                            <property name="position">1</property>
 
9085
                          </packing>
 
9086
                        </child>
 
9087
                      </widget>
 
9088
                    </child>
 
9089
                  </widget>
 
9090
                </child>
 
9091
              </widget>
 
9092
              <packing>
 
9093
                <property name="position">1</property>
 
9094
              </packing>
 
9095
            </child>
 
9096
            <child>
 
9097
              <widget class="GtkButton" id="button94">
 
9098
                <property name="visible">True</property>
 
9099
                <property name="can_focus">True</property>
 
9100
                <property name="can_default">True</property>
 
9101
                <property name="response_id">-5</property>
 
9102
                <child>
 
9103
                  <widget class="GtkAlignment" id="alignment57">
 
9104
                    <property name="visible">True</property>
 
9105
                    <property name="xscale">0</property>
 
9106
                    <property name="yscale">0</property>
 
9107
                    <child>
 
9108
                      <widget class="GtkHBox" id="hbox85">
 
9109
                        <property name="visible">True</property>
 
9110
                        <property name="spacing">2</property>
 
9111
                        <child>
 
9112
                          <widget class="GtkImage" id="image4170">
 
9113
                            <property name="visible">True</property>
 
9114
                            <property name="stock">gtk-floppy</property>
 
9115
                          </widget>
 
9116
                          <packing>
 
9117
                            <property name="expand">False</property>
 
9118
                            <property name="fill">False</property>
 
9119
                          </packing>
 
9120
                        </child>
 
9121
                        <child>
 
9122
                          <widget class="GtkLabel" id="label46560">
 
9123
                            <property name="visible">True</property>
 
9124
                            <property name="label" translatable="yes">Write anyway</property>
 
9125
                            <property name="use_underline">True</property>
 
9126
                          </widget>
 
9127
                          <packing>
 
9128
                            <property name="expand">False</property>
 
9129
                            <property name="fill">False</property>
 
9130
                            <property name="position">1</property>
 
9131
                          </packing>
 
9132
                        </child>
 
9133
                      </widget>
 
9134
                    </child>
 
9135
                  </widget>
 
9136
                </child>
 
9137
              </widget>
 
9138
              <packing>
 
9139
                <property name="position">2</property>
 
9140
              </packing>
 
9141
            </child>
 
9142
          </widget>
 
9143
          <packing>
 
9144
            <property name="expand">False</property>
 
9145
            <property name="pack_type">GTK_PACK_END</property>
 
9146
          </packing>
 
9147
        </child>
 
9148
      </widget>
 
9149
    </child>
 
9150
  </widget>
 
9151
  <widget class="GtkWindow" id="win_view_calendar">
 
9152
    <property name="visible">True</property>
 
9153
    <property name="title" translatable="yes">window1</property>
 
9154
    <child>
 
9155
      <widget class="GtkHPaned" id="widget_view_calendar">
 
9156
        <property name="visible">True</property>
 
9157
        <property name="can_focus">True</property>
 
9158
        <property name="position">256</property>
 
9159
        <child>
 
9160
          <widget class="GtkVBox" id="vbox62">
 
9161
            <property name="visible">True</property>
 
9162
            <child>
 
9163
              <widget class="GtkCalendar" id="calendar_small">
 
9164
                <property name="visible">True</property>
 
9165
                <property name="can_focus">True</property>
 
9166
                <signal name="day_selected_double_click" handler="on_calendar_small_day_selected_double_click"/>
 
9167
              </widget>
 
9168
              <packing>
 
9169
                <property name="expand">False</property>
 
9170
              </packing>
 
9171
            </child>
 
9172
            <child>
 
9173
              <widget class="GtkScrolledWindow" id="scrolledwindow46">
 
9174
                <property name="visible">True</property>
 
9175
                <property name="can_focus">True</property>
 
9176
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
9177
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
9178
                <child>
 
9179
                  <widget class="GtkTreeView" id="treeview1">
 
9180
                    <property name="visible">True</property>
 
9181
                    <property name="can_focus">True</property>
 
9182
                  </widget>
 
9183
                </child>
 
9184
              </widget>
 
9185
              <packing>
 
9186
                <property name="position">1</property>
 
9187
              </packing>
 
9188
            </child>
 
9189
          </widget>
 
9190
          <packing>
 
9191
            <property name="resize">False</property>
 
9192
            <property name="shrink">True</property>
 
9193
          </packing>
 
9194
        </child>
 
9195
        <child>
 
9196
          <widget class="GtkVBox" id="cal_vbox">
 
9197
            <property name="visible">True</property>
 
9198
            <child>
 
9199
              <widget class="GtkHBox" id="hbox89">
 
9200
                <property name="visible">True</property>
 
9201
                <child>
 
9202
                  <widget class="GtkButton" id="but_back">
 
9203
                    <property name="visible">True</property>
 
9204
                    <property name="can_focus">True</property>
 
9205
                    <property name="relief">GTK_RELIEF_NONE</property>
 
9206
                    <property name="response_id">0</property>
 
9207
                    <signal name="clicked" handler="on_but_back_clicked"/>
 
9208
                    <child>
 
9209
                      <widget class="GtkImage" id="image4247">
 
9210
                        <property name="visible">True</property>
 
9211
                        <property name="stock">gtk-go-back</property>
 
9212
                      </widget>
 
9213
                    </child>
 
9214
                  </widget>
 
9215
                  <packing>
 
9216
                    <property name="expand">False</property>
 
9217
                    <property name="fill">False</property>
 
9218
                  </packing>
 
9219
                </child>
 
9220
                <child>
 
9221
                  <widget class="GtkButton" id="but_today">
 
9222
                    <property name="visible">True</property>
 
9223
                    <property name="can_focus">True</property>
 
9224
                    <property name="label" translatable="yes">Today</property>
 
9225
                    <property name="relief">GTK_RELIEF_NONE</property>
 
9226
                    <property name="use_underline">True</property>
 
9227
                    <property name="response_id">0</property>
 
9228
                    <signal name="clicked" handler="on_but_today_clicked"/>
 
9229
                  </widget>
 
9230
                  <packing>
 
9231
                    <property name="expand">False</property>
 
9232
                    <property name="fill">False</property>
 
9233
                    <property name="position">1</property>
 
9234
                  </packing>
 
9235
                </child>
 
9236
                <child>
 
9237
                  <widget class="GtkButton" id="but_forward">
 
9238
                    <property name="visible">True</property>
 
9239
                    <property name="can_focus">True</property>
 
9240
                    <property name="relief">GTK_RELIEF_NONE</property>
 
9241
                    <property name="response_id">0</property>
 
9242
                    <signal name="clicked" handler="on_but_forward_clicked"/>
 
9243
                    <child>
 
9244
                      <widget class="GtkImage" id="image4248">
 
9245
                        <property name="visible">True</property>
 
9246
                        <property name="stock">gtk-go-forward</property>
 
9247
                      </widget>
 
9248
                    </child>
 
9249
                  </widget>
 
9250
                  <packing>
 
9251
                    <property name="expand">False</property>
 
9252
                    <property name="fill">False</property>
 
9253
                    <property name="position">2</property>
 
9254
                  </packing>
 
9255
                </child>
 
9256
                <child>
 
9257
                  <widget class="GtkVSeparator" id="vseparator12">
 
9258
                    <property name="visible">True</property>
 
9259
                  </widget>
 
9260
                  <packing>
 
9261
                    <property name="expand">False</property>
 
9262
                    <property name="padding">4</property>
 
9263
                    <property name="position">3</property>
 
9264
                  </packing>
 
9265
                </child>
 
9266
                <child>
 
9267
                  <widget class="GtkLabel" id="label_current">
 
9268
                    <property name="visible">True</property>
 
9269
                    <property name="xalign">0.019999999552965164</property>
 
9270
                    <property name="label" translatable="yes">September 2008</property>
 
9271
                  </widget>
 
9272
                  <packing>
 
9273
                    <property name="padding">2</property>
 
9274
                    <property name="position">4</property>
 
9275
                  </packing>
 
9276
                </child>
 
9277
                <child>
 
9278
                  <widget class="GtkToolbar" id="toolbar11">
 
9279
                    <property name="visible">True</property>
 
9280
                    <property name="toolbar_style">GTK_TOOLBAR_TEXT</property>
 
9281
                    <child>
 
9282
                      <widget class="GtkRadioToolButton" id="radio_day">
 
9283
                        <property name="visible">True</property>
 
9284
                        <property name="label" translatable="yes">Day</property>
 
9285
                        <property name="use_underline">True</property>
 
9286
                        <property name="active">True</property>
 
9287
                        <signal name="clicked" handler="on_button_day_clicked"/>
 
9288
                      </widget>
 
9289
                      <packing>
 
9290
                        <property name="expand">False</property>
 
9291
                      </packing>
 
9292
                    </child>
 
9293
                    <child>
 
9294
                      <widget class="GtkRadioToolButton" id="radio_week">
 
9295
                        <property name="visible">True</property>
 
9296
                        <property name="label" translatable="yes">Week</property>
 
9297
                        <property name="use_underline">True</property>
 
9298
                        <property name="group">radio_day</property>
 
9299
                        <signal name="clicked" handler="on_button_week_clicked"/>
 
9300
                      </widget>
 
9301
                      <packing>
 
9302
                        <property name="expand">False</property>
 
9303
                      </packing>
 
9304
                    </child>
 
9305
                    <child>
 
9306
                      <widget class="GtkRadioToolButton" id="radio_month">
 
9307
                        <property name="visible">True</property>
 
9308
                        <property name="label" translatable="yes">Month</property>
 
9309
                        <property name="use_underline">True</property>
 
9310
                        <property name="group">radio_day</property>
 
9311
                        <signal name="clicked" handler="on_button_month_clicked"/>
 
9312
                      </widget>
 
9313
                      <packing>
 
9314
                        <property name="expand">False</property>
 
9315
                      </packing>
 
9316
                    </child>
 
9317
                  </widget>
 
9318
                  <packing>
 
9319
                    <property name="pack_type">GTK_PACK_END</property>
 
9320
                    <property name="position">5</property>
 
9321
                  </packing>
 
9322
                </child>
 
9323
              </widget>
 
9324
              <packing>
 
9325
                <property name="expand">False</property>
 
9326
              </packing>
 
9327
            </child>
 
9328
            <child>
 
9329
              <widget class="GtkHSeparator" id="hseparator39">
 
9330
                <property name="visible">True</property>
 
9331
              </widget>
 
9332
              <packing>
 
9333
                <property name="expand">False</property>
 
9334
                <property name="padding">2</property>
 
9335
                <property name="position">1</property>
 
9336
              </packing>
 
9337
            </child>
 
9338
            <child>
 
9339
              <placeholder/>
 
9340
            </child>
 
9341
          </widget>
 
9342
          <packing>
 
9343
            <property name="resize">True</property>
 
9344
            <property name="shrink">True</property>
 
9345
          </packing>
 
9346
        </child>
 
9347
      </widget>
 
9348
    </child>
 
9349
  </widget>
 
9350
  <widget class="GtkWindow" id="win_paned">
 
9351
    <child>
 
9352
      <widget class="GtkScrolledWindow" id="widget_paned">
 
9353
        <property name="height_request">172</property>
 
9354
        <property name="visible">True</property>
 
9355
        <property name="can_focus">True</property>
 
9356
        <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
 
9357
        <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
 
9358
        <child>
 
9359
          <widget class="GtkViewport" id="widget_paned2">
 
9360
            <property name="visible">True</property>
 
9361
            <property name="shadow_type">GTK_SHADOW_NONE</property>
 
9362
            <child>
 
9363
              <widget class="GtkFrame" id="frame20">
 
9364
                <property name="width_request">225</property>
 
9365
                <property name="visible">True</property>
 
9366
                <property name="border_width">3</property>
 
9367
                <property name="label_xalign">0.5</property>
 
9368
                <property name="shadow_type">GTK_SHADOW_IN</property>
 
9369
                <child>
 
9370
                  <widget class="GtkAlignment" id="alignment56">
 
9371
                    <property name="visible">True</property>
 
9372
                    <property name="top_padding">8</property>
 
9373
                    <child>
 
9374
                      <widget class="GtkVBox" id="widget_paned_vbox">
 
9375
                        <property name="visible">True</property>
 
9376
                        <child>
 
9377
                          <placeholder/>
 
9378
                        </child>
 
9379
                      </widget>
 
9380
                    </child>
 
9381
                  </widget>
 
9382
                </child>
 
9383
                <child>
 
9384
                  <widget class="GtkHBox" id="hbox83">
 
9385
                    <property name="visible">True</property>
 
9386
                    <property name="spacing">5</property>
 
9387
                    <child>
 
9388
                      <widget class="GtkLabel" id="widget_paned_lab">
 
9389
                        <property name="visible">True</property>
 
9390
                        <property name="xalign">0</property>
 
9391
                        <property name="xpad">10</property>
 
9392
                        <property name="label">label46559</property>
 
9393
                      </widget>
 
9394
                    </child>
 
9395
                    <child>
 
9396
                      <widget class="GtkEventBox" id="eventbox21">
 
9397
                        <property name="visible">True</property>
 
9398
                        <signal name="button_press_event" handler="on_search_button_press_event"/>
 
9399
                        <child>
 
9400
                          <widget class="GtkImage" id="image4168">
 
9401
                            <property name="visible">True</property>
 
9402
                            <property name="stock">gtk-find</property>
 
9403
                          </widget>
 
9404
                        </child>
 
9405
                      </widget>
 
9406
                      <packing>
 
9407
                        <property name="expand">False</property>
 
9408
                        <property name="fill">False</property>
 
9409
                        <property name="position">1</property>
 
9410
                      </packing>
 
9411
                    </child>
 
9412
                    <child>
 
9413
                      <widget class="GtkEventBox" id="eventbox22">
 
9414
                        <property name="visible">True</property>
 
9415
                        <signal name="button_press_event" handler="on_open_button_press_event"/>
 
9416
                        <child>
 
9417
                          <widget class="GtkImage" id="image4167">
 
9418
                            <property name="visible">True</property>
 
9419
                            <property name="stock">gtk-open</property>
 
9420
                          </widget>
 
9421
                        </child>
 
9422
                      </widget>
 
9423
                      <packing>
 
9424
                        <property name="expand">False</property>
 
9425
                        <property name="fill">False</property>
 
9426
                        <property name="position">2</property>
 
9427
                      </packing>
 
9428
                    </child>
 
9429
                    <child>
 
9430
                      <widget class="GtkEventBox" id="eventbox23">
 
9431
                        <property name="visible">True</property>
 
9432
                        <signal name="button_press_event" handler="on_switch_button_press_event"/>
 
9433
                        <child>
 
9434
                          <widget class="GtkImage" id="image4166">
 
9435
                            <property name="visible">True</property>
 
9436
                            <property name="xpad">10</property>
 
9437
                            <property name="stock">gtk-justify-left</property>
 
9438
                          </widget>
 
9439
                        </child>
 
9440
                      </widget>
 
9441
                      <packing>
 
9442
                        <property name="expand">False</property>
 
9443
                        <property name="fill">False</property>
 
9444
                        <property name="position">3</property>
 
9445
                      </packing>
 
9446
                    </child>
 
9447
                  </widget>
 
9448
                  <packing>
 
9449
                    <property name="type">label_item</property>
 
9450
                  </packing>
 
9451
                </child>
 
9452
              </widget>
 
9453
            </child>
 
9454
          </widget>
 
9455
        </child>
 
9456
      </widget>
 
9457
    </child>
 
9458
  </widget>
 
9459
</glade-interface>