check the version of the server and warn the user if different from the client version
[openerp-client.git] / bin / terp.glade
blob0cdc1bae267cbefed36576f1e860e7fb23c4123b
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">Tiny ERP - 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 <packing>
28 <property name="expand">False</property>
29 </packing>
30 </child>
31 <child>
32 <widget class="GtkTable" id="table1">
33 <property name="visible">True</property>
34 <property name="border_width">10</property>
35 <property name="n_rows">4</property>
36 <property name="n_columns">3</property>
37 <property name="column_spacing">3</property>
38 <property name="row_spacing">3</property>
39 <child>
40 <widget class="GtkLabel" id="label4">
41 <property name="visible">True</property>
42 <property name="xalign">1</property>
43 <property name="xpad">3</property>
44 <property name="ypad">3</property>
45 <property name="label" translatable="yes">User:</property>
46 </widget>
47 <packing>
48 <property name="top_attach">2</property>
49 <property name="bottom_attach">3</property>
50 <property name="x_options">GTK_FILL</property>
51 <property name="y_options"></property>
52 </packing>
53 </child>
54 <child>
55 <widget class="GtkLabel" id="label5">
56 <property name="visible">True</property>
57 <property name="xalign">1</property>
58 <property name="xpad">3</property>
59 <property name="ypad">3</property>
60 <property name="label" translatable="yes">Password:</property>
61 <property name="justify">GTK_JUSTIFY_RIGHT</property>
62 </widget>
63 <packing>
64 <property name="top_attach">3</property>
65 <property name="bottom_attach">4</property>
66 <property name="x_options">GTK_FILL</property>
67 <property name="y_options"></property>
68 </packing>
69 </child>
70 <child>
71 <widget class="GtkButton" id="but_server">
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 <property name="label" translatable="yes">Change</property>
75 <property name="use_underline">True</property>
76 <property name="response_id">0</property>
77 <signal name="activate" handler="on_but_server_activate"/>
78 </widget>
79 <packing>
80 <property name="left_attach">2</property>
81 <property name="right_attach">3</property>
82 <property name="x_options">GTK_FILL</property>
83 <property name="y_options"></property>
84 </packing>
85 </child>
86 <child>
87 <widget class="GtkEntry" id="ent_server">
88 <property name="visible">True</property>
89 <property name="sensitive">False</property>
90 <property name="editable">False</property>
91 <property name="invisible_char">*</property>
92 <property name="activates_default">True</property>
93 <property name="width_chars">16</property>
94 <property name="text">localhost</property>
95 </widget>
96 <packing>
97 <property name="left_attach">1</property>
98 <property name="right_attach">2</property>
99 <property name="y_options"></property>
100 </packing>
101 </child>
102 <child>
103 <widget class="GtkLabel" id="label266">
104 <property name="visible">True</property>
105 <property name="xalign">1</property>
106 <property name="xpad">3</property>
107 <property name="ypad">3</property>
108 <property name="label" translatable="yes">Database:</property>
109 </widget>
110 <packing>
111 <property name="top_attach">1</property>
112 <property name="bottom_attach">2</property>
113 <property name="x_options">GTK_FILL</property>
114 <property name="y_options"></property>
115 </packing>
116 </child>
117 <child>
118 <widget class="GtkLabel" id="label2">
119 <property name="width_request">117</property>
120 <property name="visible">True</property>
121 <property name="xalign">1</property>
122 <property name="xpad">3</property>
123 <property name="ypad">3</property>
124 <property name="label" translatable="yes">Server:</property>
125 </widget>
126 <packing>
127 <property name="x_options">GTK_FILL</property>
128 <property name="y_options"></property>
129 </packing>
130 </child>
131 <child>
132 <widget class="GtkEntry" id="ent_login">
133 <property name="visible">True</property>
134 <property name="can_focus">True</property>
135 <property name="invisible_char">*</property>
136 <property name="activates_default">True</property>
137 <property name="text">admin</property>
138 </widget>
139 <packing>
140 <property name="left_attach">1</property>
141 <property name="right_attach">3</property>
142 <property name="top_attach">2</property>
143 <property name="bottom_attach">3</property>
144 <property name="y_options"></property>
145 </packing>
146 </child>
147 <child>
148 <widget class="GtkEntry" id="ent_passwd">
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="has_focus">True</property>
152 <property name="visibility">False</property>
153 <property name="invisible_char">*</property>
154 <property name="activates_default">True</property>
155 </widget>
156 <packing>
157 <property name="left_attach">1</property>
158 <property name="right_attach">3</property>
159 <property name="top_attach">3</property>
160 <property name="bottom_attach">4</property>
161 <property name="y_options"></property>
162 </packing>
163 </child>
164 <child>
165 <widget class="GtkVBox" id="vbox57">
166 <property name="visible">True</property>
167 <child>
168 <widget class="GtkComboBox" id="combo_db">
169 <property name="visible">True</property>
170 </widget>
171 </child>
172 <child>
173 <widget class="GtkLabel" id="combo_label">
174 <property name="visible">True</property>
175 <property name="xalign">0.0099999997764825821</property>
176 <property name="yalign">1</property>
177 <property name="use_markup">True</property>
178 </widget>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">False</property>
182 <property name="position">1</property>
183 </packing>
184 </child>
185 </widget>
186 <packing>
187 <property name="left_attach">1</property>
188 <property name="right_attach">3</property>
189 <property name="top_attach">1</property>
190 <property name="bottom_attach">2</property>
191 <property name="x_options">GTK_FILL</property>
192 <property name="y_options">GTK_FILL</property>
193 </packing>
194 </child>
195 </widget>
196 <packing>
197 <property name="position">1</property>
198 </packing>
199 </child>
200 </widget>
201 <packing>
202 <property name="position">1</property>
203 </packing>
204 </child>
205 <child internal-child="action_area">
206 <widget class="GtkHButtonBox" id="dialog-action_area1">
207 <property name="visible">True</property>
208 <property name="layout_style">GTK_BUTTONBOX_END</property>
209 <child>
210 <widget class="GtkButton" id="okbutton1">
211 <property name="visible">True</property>
212 <property name="can_focus">True</property>
213 <property name="can_default">True</property>
214 <property name="label">gtk-cancel</property>
215 <property name="use_stock">True</property>
216 <property name="response_id">-6</property>
217 </widget>
218 </child>
219 <child>
220 <widget class="GtkButton" id="button_connect">
221 <property name="visible">True</property>
222 <property name="can_focus">True</property>
223 <property name="can_default">True</property>
224 <property name="has_default">True</property>
225 <property name="label">gtk-ok</property>
226 <property name="use_stock">True</property>
227 <property name="response_id">-5</property>
228 </widget>
229 <packing>
230 <property name="position">1</property>
231 </packing>
232 </child>
233 </widget>
234 <packing>
235 <property name="expand">False</property>
236 <property name="pack_type">GTK_PACK_END</property>
237 </packing>
238 </child>
239 </widget>
240 </child>
241 </widget>
242 <widget class="GtkWindow" id="win_main">
243 <property name="width_request">600</property>
244 <property name="height_request">400</property>
245 <property name="visible">True</property>
246 <property name="title">Tiny ERP</property>
247 <property name="window_position">GTK_WIN_POS_CENTER</property>
248 <property name="default_width">920</property>
249 <property name="default_height">780</property>
250 <signal name="destroy_event" handler="on_win_main_destroy_event"/>
251 <child>
252 <widget class="GtkVBox" id="vbox_main">
253 <property name="visible">True</property>
254 <child>
255 <widget class="GtkAlignment" id="alignment52">
256 <property name="visible">True</property>
257 <child>
258 <widget class="GtkMenuBar" id="menubar1">
259 <property name="visible">True</property>
260 <child>
261 <widget class="GtkMenuItem" id="menuitem1">
262 <property name="visible">True</property>
263 <property name="label" translatable="yes">_File</property>
264 <property name="use_underline">True</property>
265 <child>
266 <widget class="GtkMenu" id="menuitem1_menu">
267 <child>
268 <widget class="GtkImageMenuItem" id="login">
269 <property name="visible">True</property>
270 <property name="label" translatable="yes">_Connect...</property>
271 <property name="use_underline">True</property>
272 <signal name="activate" handler="on_login_activate"/>
273 <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/>
274 <child internal-child="image">
275 <widget class="GtkImage" id="image4209">
276 <property name="visible">True</property>
277 <property name="stock">gtk-connect</property>
278 <property name="icon_size">1</property>
279 </widget>
280 </child>
281 </widget>
282 </child>
283 <child>
284 <widget class="GtkImageMenuItem" id="logout">
285 <property name="visible">True</property>
286 <property name="label" translatable="yes">_Disconnect</property>
287 <property name="use_underline">True</property>
288 <signal name="activate" handler="on_logout_activate"/>
289 <child internal-child="image">
290 <widget class="GtkImage" id="image4210">
291 <property name="visible">True</property>
292 <property name="stock">gtk-disconnect</property>
293 <property name="icon_size">1</property>
294 </widget>
295 </child>
296 </widget>
297 </child>
298 <child>
299 <widget class="GtkSeparatorMenuItem" id="separator9">
300 <property name="visible">True</property>
301 </widget>
302 </child>
303 <child>
304 <widget class="GtkImageMenuItem" id="Databases">
305 <property name="visible">True</property>
306 <property name="label" translatable="yes">Databases</property>
307 <property name="use_underline">True</property>
308 <child>
309 <widget class="GtkMenu" id="Databases_menu">
310 <child>
311 <widget class="GtkImageMenuItem" id="db_new">
312 <property name="visible">True</property>
313 <property name="label" translatable="yes">_New database</property>
314 <property name="use_underline">True</property>
315 <signal name="activate" handler="on_db_new_activate"/>
316 <child internal-child="image">
317 <widget class="GtkImage" id="image4212">
318 <property name="visible">True</property>
319 <property name="stock">gtk-new</property>
320 <property name="icon_size">1</property>
321 </widget>
322 </child>
323 </widget>
324 </child>
325 <child>
326 <widget class="GtkImageMenuItem" id="db_restore">
327 <property name="visible">True</property>
328 <property name="label" translatable="yes">_Restore database</property>
329 <property name="use_underline">True</property>
330 <signal name="activate" handler="on_db_restore_activate"/>
331 <child internal-child="image">
332 <widget class="GtkImage" id="image4213">
333 <property name="visible">True</property>
334 <property name="stock">gtk-open</property>
335 <property name="icon_size">1</property>
336 </widget>
337 </child>
338 </widget>
339 </child>
340 <child>
341 <widget class="GtkImageMenuItem" id="db_backup">
342 <property name="visible">True</property>
343 <property name="label" translatable="yes">_Backup database</property>
344 <property name="use_underline">True</property>
345 <signal name="activate" handler="on_db_backup_activate"/>
346 <child internal-child="image">
347 <widget class="GtkImage" id="image4214">
348 <property name="visible">True</property>
349 <property name="stock">gtk-save-as</property>
350 <property name="icon_size">1</property>
351 </widget>
352 </child>
353 </widget>
354 </child>
355 <child>
356 <widget class="GtkImageMenuItem" id="db_drop">
357 <property name="visible">True</property>
358 <property name="label" translatable="yes">Dro_p database</property>
359 <property name="use_underline">True</property>
360 <signal name="activate" handler="on_db_drop_activate"/>
361 <child internal-child="image">
362 <widget class="GtkImage" id="image4215">
363 <property name="visible">True</property>
364 <property name="stock">gtk-delete</property>
365 <property name="icon_size">1</property>
366 </widget>
367 </child>
368 </widget>
369 </child>
370 <child>
371 <widget class="GtkSeparatorMenuItem" id="separator7">
372 <property name="visible">True</property>
373 </widget>
374 </child>
375 <child>
376 <widget class="GtkImageMenuItem" id="admin_password">
377 <property name="visible">True</property>
378 <property name="label" translatable="yes">Administrator Password</property>
379 <property name="use_underline">True</property>
380 <signal name="activate" handler="on_admin_password_activate"/>
381 <child internal-child="image">
382 <widget class="GtkImage" id="image4216">
383 <property name="visible">True</property>
384 <property name="stock">gtk-dialog-question</property>
385 <property name="icon_size">1</property>
386 </widget>
387 </child>
388 </widget>
389 </child>
390 </widget>
391 </child>
392 <child internal-child="image">
393 <widget class="GtkImage" id="image4211">
394 <property name="visible">True</property>
395 <property name="stock">gtk-network</property>
396 <property name="icon_size">1</property>
397 </widget>
398 </child>
399 </widget>
400 </child>
401 <child>
402 <widget class="GtkSeparatorMenuItem" id="separator2">
403 <property name="visible">True</property>
404 </widget>
405 </child>
406 <child>
407 <widget class="GtkImageMenuItem" id="quitter1">
408 <property name="visible">True</property>
409 <property name="label">gtk-quit</property>
410 <property name="use_underline">True</property>
411 <property name="use_stock">True</property>
412 <signal name="activate" handler="on_quit_activate"/>
413 </widget>
414 </child>
415 </widget>
416 </child>
417 </widget>
418 </child>
419 <child>
420 <widget class="GtkMenuItem" id="user">
421 <property name="visible">True</property>
422 <property name="sensitive">False</property>
423 <property name="label" translatable="yes">_User</property>
424 <property name="use_underline">True</property>
425 <signal name="activate" handler="on_requests_activate"/>
426 <child>
427 <widget class="GtkMenu" id="user_menu">
428 <child>
429 <widget class="GtkImageMenuItem" id="preference">
430 <property name="visible">True</property>
431 <property name="label" translatable="yes">_Preferences</property>
432 <property name="use_underline">True</property>
433 <signal name="activate" handler="on_preference_activate"/>
434 <child internal-child="image">
435 <widget class="GtkImage" id="image4217">
436 <property name="visible">True</property>
437 <property name="stock">gtk-preferences</property>
438 <property name="icon_size">1</property>
439 </widget>
440 </child>
441 </widget>
442 </child>
443 <child>
444 <widget class="GtkSeparatorMenuItem" id="item2">
445 <property name="visible">True</property>
446 </widget>
447 </child>
448 <child>
449 <widget class="GtkImageMenuItem" id="send_request">
450 <property name="visible">True</property>
451 <property name="label" translatable="yes">_Send a request</property>
452 <property name="use_underline">True</property>
453 <signal name="activate" handler="on_send_request_activate"/>
454 <child internal-child="image">
455 <widget class="GtkImage" id="image4218">
456 <property name="visible">True</property>
457 <property name="stock">gtk-new</property>
458 <property name="icon_size">1</property>
459 </widget>
460 </child>
461 </widget>
462 </child>
463 <child>
464 <widget class="GtkImageMenuItem" id="read_requests">
465 <property name="visible">True</property>
466 <property name="label" translatable="yes">_Read my requests</property>
467 <property name="use_underline">True</property>
468 <signal name="activate" handler="on_read_requests_activate"/>
469 <child internal-child="image">
470 <widget class="GtkImage" id="image4219">
471 <property name="visible">True</property>
472 <property name="stock">gtk-find</property>
473 <property name="icon_size">1</property>
474 </widget>
475 </child>
476 </widget>
477 </child>
478 <child>
479 <widget class="GtkSeparatorMenuItem" id="séparateur12">
480 <property name="visible">True</property>
481 </widget>
482 </child>
483 <child>
484 <widget class="GtkMenuItem" id="request_wait">
485 <property name="visible">True</property>
486 <property name="label" translatable="yes">_Waiting Requests</property>
487 <property name="use_underline">True</property>
488 <signal name="activate" handler="on_request_wait_activate"/>
489 </widget>
490 </child>
491 </widget>
492 </child>
493 </widget>
494 </child>
495 <child>
496 <widget class="GtkMenuItem" id="form">
497 <property name="visible">True</property>
498 <property name="sensitive">False</property>
499 <property name="label" translatable="yes">For_m</property>
500 <property name="use_underline">True</property>
501 <signal name="activate" handler="on_form_activate"/>
502 <child>
503 <widget class="GtkMenu" id="form_menu">
504 <child>
505 <widget class="GtkImageMenuItem" id="form_new">
506 <property name="visible">True</property>
507 <property name="label" translatable="yes">_New</property>
508 <property name="use_underline">True</property>
509 <signal name="activate" handler="on_form_new_activate"/>
510 <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
511 <child internal-child="image">
512 <widget class="GtkImage" id="image4220">
513 <property name="visible">True</property>
514 <property name="stock">gtk-new</property>
515 <property name="icon_size">1</property>
516 </widget>
517 </child>
518 </widget>
519 </child>
520 <child>
521 <widget class="GtkImageMenuItem" id="form_save">
522 <property name="visible">True</property>
523 <property name="label" translatable="yes">_Save</property>
524 <property name="use_underline">True</property>
525 <signal name="activate" handler="on_form_save_activate"/>
526 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
527 <child internal-child="image">
528 <widget class="GtkImage" id="image4221">
529 <property name="visible">True</property>
530 <property name="stock">gtk-save</property>
531 <property name="icon_size">1</property>
532 </widget>
533 </child>
534 </widget>
535 </child>
536 <child>
537 <widget class="GtkImageMenuItem" id="copy">
538 <property name="visible">True</property>
539 <property name="tooltip" translatable="yes">Copy this resource</property>
540 <property name="label" translatable="yes">_Duplicate</property>
541 <property name="use_underline">True</property>
542 <signal name="activate" handler="on_form_copy_activate"/>
543 <accelerator key="D" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
544 <child internal-child="image">
545 <widget class="GtkImage" id="image4222">
546 <property name="visible">True</property>
547 <property name="stock">gtk-copy</property>
548 <property name="icon_size">1</property>
549 </widget>
550 </child>
551 </widget>
552 </child>
553 <child>
554 <widget class="GtkImageMenuItem" id="form_delete">
555 <property name="visible">True</property>
556 <property name="label" translatable="yes">_Delete</property>
557 <property name="use_underline">True</property>
558 <signal name="activate" handler="on_form_del_activate"/>
559 <accelerator key="D" modifiers="GDK_CONTROL_MASK" signal="activate"/>
560 <child internal-child="image">
561 <widget class="GtkImage" id="image4223">
562 <property name="visible">True</property>
563 <property name="stock">gtk-delete</property>
564 <property name="icon_size">1</property>
565 </widget>
566 </child>
567 </widget>
568 </child>
569 <child>
570 <widget class="GtkSeparatorMenuItem" id="séparateur1">
571 <property name="visible">True</property>
572 </widget>
573 </child>
574 <child>
575 <widget class="GtkImageMenuItem" id="form_search">
576 <property name="visible">True</property>
577 <property name="label" translatable="yes">Find</property>
578 <property name="use_underline">True</property>
579 <signal name="activate" handler="on_form_search_activate"/>
580 <accelerator key="F" modifiers="GDK_CONTROL_MASK" signal="activate"/>
581 <child internal-child="image">
582 <widget class="GtkImage" id="image4224">
583 <property name="visible">True</property>
584 <property name="stock">gtk-find</property>
585 <property name="icon_size">1</property>
586 </widget>
587 </child>
588 </widget>
589 </child>
590 <child>
591 <widget class="GtkImageMenuItem" id="form_next">
592 <property name="visible">True</property>
593 <property name="label" translatable="yes">Ne_xt</property>
594 <property name="use_underline">True</property>
595 <signal name="activate" handler="on_form_next_activate"/>
596 <accelerator key="Page_Down" modifiers="" signal="activate"/>
597 <child internal-child="image">
598 <widget class="GtkImage" id="image4225">
599 <property name="visible">True</property>
600 <property name="stock">gtk-go-forward</property>
601 <property name="icon_size">1</property>
602 </widget>
603 </child>
604 </widget>
605 </child>
606 <child>
607 <widget class="GtkImageMenuItem" id="form_previous">
608 <property name="visible">True</property>
609 <property name="label" translatable="yes">Pre_vious</property>
610 <property name="use_underline">True</property>
611 <signal name="activate" handler="on_form_previous_activate"/>
612 <accelerator key="Page_Up" modifiers="" signal="activate"/>
613 <child internal-child="image">
614 <widget class="GtkImage" id="image4226">
615 <property name="visible">True</property>
616 <property name="stock">gtk-go-back</property>
617 <property name="icon_size">1</property>
618 </widget>
619 </child>
620 </widget>
621 </child>
622 <child>
623 <widget class="GtkImageMenuItem" id="switch_lf">
624 <property name="visible">True</property>
625 <property name="label" translatable="yes">Switch to list/form</property>
626 <property name="use_underline">True</property>
627 <signal name="activate" handler="on_but_switch_clicked"/>
628 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
629 <child internal-child="image">
630 <widget class="GtkImage" id="image4227">
631 <property name="visible">True</property>
632 <property name="stock">gtk-justify-fill</property>
633 <property name="icon_size">1</property>
634 </widget>
635 </child>
636 </widget>
637 </child>
638 <child>
639 <widget class="GtkImageMenuItem" id="win_new">
640 <property name="visible">True</property>
641 <property name="label" translatable="yes">_Menu</property>
642 <property name="use_underline">True</property>
643 <signal name="activate" handler="on_win_new_activate"/>
644 <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/>
645 <child internal-child="image">
646 <widget class="GtkImage" id="image4228">
647 <property name="visible">True</property>
648 <property name="stock">gtk-index</property>
649 <property name="icon_size">1</property>
650 </widget>
651 </child>
652 </widget>
653 </child>
654 <child>
655 <widget class="GtkSeparatorMenuItem" id="separator8">
656 <property name="visible">True</property>
657 </widget>
658 </child>
659 <child>
660 <widget class="GtkImageMenuItem" id="win_home">
661 <property name="visible">True</property>
662 <property name="label" translatable="yes">_New Home Tab</property>
663 <property name="use_underline">True</property>
664 <signal name="activate" handler="on_win_home_activate"/>
665 <accelerator key="H" modifiers="GDK_CONTROL_MASK" signal="activate"/>
666 <child internal-child="image">
667 <widget class="GtkImage" id="image4229">
668 <property name="visible">True</property>
669 <property name="stock">gtk-home</property>
670 <property name="icon_size">1</property>
671 </widget>
672 </child>
673 </widget>
674 </child>
675 <child>
676 <widget class="GtkImageMenuItem" id="win_close">
677 <property name="visible">True</property>
678 <property name="label" translatable="yes">Close Tab</property>
679 <property name="use_underline">True</property>
680 <signal name="activate" handler="on_win_close_activate"/>
681 <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
682 <child internal-child="image">
683 <widget class="GtkImage" id="image4230">
684 <property name="visible">True</property>
685 <property name="stock">gtk-close</property>
686 <property name="icon_size">1</property>
687 </widget>
688 </child>
689 </widget>
690 </child>
691 <child>
692 <widget class="GtkMenuItem" id="win_prev">
693 <property name="visible">True</property>
694 <property name="label" translatable="yes">Previous Tab</property>
695 <property name="use_underline">True</property>
696 <signal name="activate" handler="on_win_prev_activate"/>
697 <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/>
698 </widget>
699 </child>
700 <child>
701 <widget class="GtkMenuItem" id="win_next">
702 <property name="visible">True</property>
703 <property name="label" translatable="yes">Next Tab</property>
704 <property name="use_underline">True</property>
705 <signal name="activate" handler="on_win_next_activate"/>
706 <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/>
707 </widget>
708 </child>
709 <child>
710 <widget class="GtkSeparatorMenuItem" id="séparateur9">
711 <property name="visible">True</property>
712 </widget>
713 </child>
714 <child>
715 <widget class="GtkMenuItem" id="form_log">
716 <property name="visible">True</property>
717 <property name="label" translatable="yes">View _logs</property>
718 <property name="use_underline">True</property>
719 <signal name="activate" handler="on_form_log_activate"/>
720 </widget>
721 </child>
722 <child>
723 <widget class="GtkMenuItem" id="goto_id">
724 <property name="visible">True</property>
725 <property name="label" translatable="yes">_Go to resource ID...</property>
726 <property name="use_underline">True</property>
727 <signal name="activate" handler="on_goto_id_activate"/>
728 <accelerator key="G" modifiers="GDK_CONTROL_MASK" signal="activate"/>
729 </widget>
730 </child>
731 <child>
732 <widget class="GtkSeparatorMenuItem" id="separator6">
733 <property name="visible">True</property>
734 </widget>
735 </child>
736 <child>
737 <widget class="GtkImageMenuItem" id="form_open">
738 <property name="visible">True</property>
739 <property name="label" translatable="yes">_Open</property>
740 <property name="use_underline">True</property>
741 <signal name="activate" handler="on_form_open_activate"/>
742 <child internal-child="image">
743 <widget class="GtkImage" id="image4231">
744 <property name="visible">True</property>
745 <property name="stock">gtk-open</property>
746 <property name="icon_size">1</property>
747 </widget>
748 </child>
749 </widget>
750 </child>
751 <child>
752 <widget class="GtkImageMenuItem" id="form_reload">
753 <property name="visible">True</property>
754 <property name="label" translatable="yes">Reloa_d / Undo</property>
755 <property name="use_underline">True</property>
756 <signal name="activate" handler="on_form_reload_activate"/>
757 <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
758 <child internal-child="image">
759 <widget class="GtkImage" id="image4232">
760 <property name="visible">True</property>
761 <property name="stock">gtk-redo</property>
762 <property name="icon_size">1</property>
763 </widget>
764 </child>
765 </widget>
766 </child>
767 <child>
768 <widget class="GtkSeparatorMenuItem" id="séparateur5">
769 <property name="visible">True</property>
770 </widget>
771 </child>
772 <child>
773 <widget class="GtkMenuItem" id="form_repeat">
774 <property name="visible">True</property>
775 <property name="label" translatable="yes">Repeat latest _action</property>
776 <property name="use_underline">True</property>
777 <signal name="activate" handler="on_form_repeat_activate"/>
778 <accelerator key="Z" modifiers="GDK_CONTROL_MASK" signal="activate"/>
779 </widget>
780 </child>
781 <child>
782 <widget class="GtkSeparatorMenuItem" id="séparateur7">
783 <property name="visible">True</property>
784 </widget>
785 </child>
786 <child>
787 <widget class="GtkImageMenuItem" id="form_print">
788 <property name="visible">True</property>
789 <property name="label" translatable="yes">_Preview in PDF</property>
790 <property name="use_underline">True</property>
791 <signal name="activate" handler="on_form_print_activate"/>
792 <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/>
793 <child internal-child="image">
794 <widget class="GtkImage" id="image4233">
795 <property name="visible">True</property>
796 <property name="stock">gtk-print-preview</property>
797 <property name="icon_size">1</property>
798 </widget>
799 </child>
800 </widget>
801 </child>
802 <child>
803 <widget class="GtkImageMenuItem" id="form_print_html">
804 <property name="visible">True</property>
805 <property name="label" translatable="yes">Previe_w in editor</property>
806 <property name="use_underline">True</property>
807 <signal name="activate" handler="on_form_print_html_activate"/>
808 <child internal-child="image">
809 <widget class="GtkImage" id="image4234">
810 <property name="visible">True</property>
811 <property name="stock">gtk-print-preview</property>
812 <property name="icon_size">1</property>
813 </widget>
814 </child>
815 </widget>
816 </child>
817 <child>
818 <widget class="GtkSeparatorMenuItem" id="séparateur8">
819 <property name="visible">True</property>
820 </widget>
821 </child>
822 <child>
823 <widget class="GtkImageMenuItem" id="form_save_as">
824 <property name="visible">True</property>
825 <property name="label" translatable="yes">Expor_t data...</property>
826 <property name="use_underline">True</property>
827 <signal name="activate" handler="on_form_save_as_activate"/>
828 <child internal-child="image">
829 <widget class="GtkImage" id="image4235">
830 <property name="visible">True</property>
831 <property name="stock">gtk-save-as</property>
832 <property name="icon_size">1</property>
833 </widget>
834 </child>
835 </widget>
836 </child>
837 <child>
838 <widget class="GtkMenuItem" id="form_import">
839 <property name="visible">True</property>
840 <property name="label" translatable="yes">I_mport data...</property>
841 <property name="use_underline">True</property>
842 <signal name="activate" handler="on_form_import_activate"/>
843 </widget>
844 </child>
845 </widget>
846 </child>
847 </widget>
848 </child>
849 <child>
850 <widget class="GtkMenuItem" id="options">
851 <property name="visible">True</property>
852 <property name="label" translatable="yes">_Options</property>
853 <property name="use_underline">True</property>
854 <child>
855 <widget class="GtkMenu" id="options_menu">
856 <child>
857 <widget class="GtkMenuItem" id="menubar">
858 <property name="visible">True</property>
859 <property name="label" translatable="yes">_Menubar</property>
860 <property name="use_underline">True</property>
861 <signal name="activate" handler="on_menubar_activate"/>
862 <child>
863 <widget class="GtkMenu" id="menubar_menu">
864 <child>
865 <widget class="GtkRadioMenuItem" id="menubar_both">
866 <property name="visible">True</property>
867 <property name="label" translatable="yes">Text _and Icons</property>
868 <property name="use_underline">True</property>
869 <signal name="activate" handler="on_menubar_both_activate"/>
870 </widget>
871 </child>
872 <child>
873 <widget class="GtkRadioMenuItem" id="menubar_icons">
874 <property name="visible">True</property>
875 <property name="label" translatable="yes">_Icons only</property>
876 <property name="use_underline">True</property>
877 <property name="group">menubar_both</property>
878 <signal name="activate" handler="on_menubar_icons_activate"/>
879 </widget>
880 </child>
881 <child>
882 <widget class="GtkRadioMenuItem" id="menubar_text">
883 <property name="visible">True</property>
884 <property name="label" translatable="yes">_Text only</property>
885 <property name="use_underline">True</property>
886 <property name="group">menubar_both</property>
887 <signal name="activate" handler="on_menubar_text_activate"/>
888 </widget>
889 </child>
890 </widget>
891 </child>
892 </widget>
893 </child>
894 <child>
895 <widget class="GtkImageMenuItem" id="client_mode1">
896 <property name="visible">True</property>
897 <property name="label" translatable="yes">Client Mode</property>
898 <property name="use_underline">True</property>
899 <signal name="activate" handler="on_client_mode1_activate"/>
900 <child>
901 <widget class="GtkMenu" id="client_mode1_menu">
902 <child>
903 <widget class="GtkRadioMenuItem" id="mode_normal">
904 <property name="visible">True</property>
905 <property name="label" translatable="yes">Normal</property>
906 <property name="use_underline">True</property>
907 <signal name="activate" handler="on_mode_normal_activate"/>
908 </widget>
909 </child>
910 <child>
911 <widget class="GtkRadioMenuItem" id="mode_pda">
912 <property name="visible">True</property>
913 <property name="label" translatable="yes">Mode PDA</property>
914 <property name="use_underline">True</property>
915 <property name="group">mode_normal</property>
916 <signal name="activate" handler="on_mode_pda_activate"/>
917 </widget>
918 </child>
919 </widget>
920 </child>
921 <child internal-child="image">
922 <widget class="GtkImage" id="image4236">
923 <property name="visible">True</property>
924 <property name="stock">gtk-print-preview</property>
925 <property name="icon_size">1</property>
926 </widget>
927 </child>
928 </widget>
929 </child>
930 <child>
931 <widget class="GtkImageMenuItem" id="menu_theme">
932 <property name="visible">True</property>
933 <property name="label" translatable="yes">_Theme</property>
934 <property name="use_underline">True</property>
935 <signal name="activate" handler="on_theme1_activate"/>
936 <child>
937 <widget class="GtkMenu" id="menu_theme_menu">
938 <child>
939 <widget class="GtkMenuItem" id="tiny_erp_theme1">
940 <property name="visible">True</property>
941 <property name="label" translatable="yes">Tiny ERP Theme</property>
942 <property name="use_underline">True</property>
943 <signal name="activate" handler="on_tiny_erp_theme1_activate"/>
944 </widget>
945 </child>
946 <child>
947 <widget class="GtkMenuItem" id="aqua_os_x">
948 <property name="visible">True</property>
949 <property name="label">Aqua OS X</property>
950 <property name="use_underline">True</property>
951 <signal name="activate" handler="on_aqua_os_x_activate"/>
952 </widget>
953 </child>
954 <child>
955 <widget class="GtkSeparatorMenuItem" id="séparateur14">
956 <property name="visible">True</property>
957 </widget>
958 </child>
959 <child>
960 <widget class="GtkMenuItem" id="default_theme">
961 <property name="visible">True</property>
962 <property name="label" translatable="yes">Default Theme</property>
963 <property name="use_underline">True</property>
964 <signal name="activate" handler="on_default_theme_activate"/>
965 </widget>
966 </child>
967 </widget>
968 </child>
969 <child internal-child="image">
970 <widget class="GtkImage" id="image4237">
971 <property name="visible">True</property>
972 <property name="stock">gtk-select-color</property>
973 <property name="icon_size">1</property>
974 </widget>
975 </child>
976 </widget>
977 </child>
978 <child>
979 <widget class="GtkMenuItem" id="forms1">
980 <property name="visible">True</property>
981 <property name="label" translatable="yes">_Forms</property>
982 <property name="use_underline">True</property>
983 <signal name="activate" handler="on_forms1_activate"/>
984 <child>
985 <widget class="GtkMenu" id="forms1_menu">
986 <child>
987 <widget class="GtkCheckMenuItem" id="opt_form_toolbar">
988 <property name="visible">True</property>
989 <property name="label" translatable="yes">Right Toolbar</property>
990 <property name="use_underline">True</property>
991 <signal name="activate" handler="on_opt_form_toolbar_activate"/>
992 </widget>
993 </child>
994 <child>
995 <widget class="GtkMenuItem" id="forms_tab">
996 <property name="visible">True</property>
997 <property name="label" translatable="yes">Tabs default position</property>
998 <property name="use_underline">True</property>
999 <signal name="activate" handler="on_forms_tabs_activate"/>
1000 <child>
1001 <widget class="GtkMenu" id="forms_tab_menu">
1002 <child>
1003 <widget class="GtkRadioMenuItem" id="opt_form_tab_top">
1004 <property name="visible">True</property>
1005 <property name="label" translatable="yes">Top</property>
1006 <property name="use_underline">True</property>
1007 <signal name="activate" handler="on_opt_form_tab_top_activate"/>
1008 </widget>
1009 </child>
1010 <child>
1011 <widget class="GtkRadioMenuItem" id="opt_form_tab_left">
1012 <property name="visible">True</property>
1013 <property name="label" translatable="yes">Left</property>
1014 <property name="use_underline">True</property>
1015 <property name="group">opt_form_tab_top</property>
1016 <signal name="activate" handler="on_opt_form_tab_left_activate"/>
1017 </widget>
1018 </child>
1019 <child>
1020 <widget class="GtkRadioMenuItem" id="opt_form_tab_right">
1021 <property name="visible">True</property>
1022 <property name="label" translatable="yes">Right</property>
1023 <property name="use_underline">True</property>
1024 <property name="group">opt_form_tab_top</property>
1025 <signal name="activate" handler="on_opt_form_tab_right_activate"/>
1026 </widget>
1027 </child>
1028 <child>
1029 <widget class="GtkRadioMenuItem" id="opt_form_tab_bottom">
1030 <property name="visible">True</property>
1031 <property name="label" translatable="yes">Bottom</property>
1032 <property name="use_underline">True</property>
1033 <property name="group">opt_form_tab_top</property>
1034 <signal name="activate" handler="on_opt_form_tab_bottom_activate"/>
1035 </widget>
1036 </child>
1037 </widget>
1038 </child>
1039 </widget>
1040 </child>
1041 <child>
1042 <widget class="GtkMenuItem" id="forms_tab_orientation">
1043 <property name="visible">True</property>
1044 <property name="label" translatable="yes">Tabs default orientation</property>
1045 <property name="use_underline">True</property>
1046 <signal name="activate" handler="on_forms_tabs_orientation_activate"/>
1047 <child>
1048 <widget class="GtkMenu" id="forms_tab_orientation_menu">
1049 <child>
1050 <widget class="GtkRadioMenuItem" id="opt_form_tab_orientation_0">
1051 <property name="visible">True</property>
1052 <property name="label" translatable="yes">Horizontal</property>
1053 <property name="use_underline">True</property>
1054 <signal name="activate" handler="on_opt_form_tab_orientation_horizontal_activate"/>
1055 </widget>
1056 </child>
1057 <child>
1058 <widget class="GtkRadioMenuItem" id="opt_form_tab_orientation_90">
1059 <property name="visible">True</property>
1060 <property name="label" translatable="yes">Vertical</property>
1061 <property name="use_underline">True</property>
1062 <property name="group">opt_form_tab_orientation_0</property>
1063 <signal name="activate" handler="on_opt_form_tab_orientation_vertical_activate"/>
1064 </widget>
1065 </child>
1066 </widget>
1067 </child>
1068 </widget>
1069 </child>
1070 </widget>
1071 </child>
1072 </widget>
1073 </child>
1074 <child>
1075 <widget class="GtkImageMenuItem" id="printer">
1076 <property name="visible">True</property>
1077 <property name="label" translatable="yes">_Print</property>
1078 <property name="use_underline">True</property>
1079 <child>
1080 <widget class="GtkMenu" id="printer_menu">
1081 <child>
1082 <widget class="GtkCheckMenuItem" id="opt_print_preview">
1083 <property name="visible">True</property>
1084 <property name="label" translatable="yes">Previe_w before print</property>
1085 <property name="use_underline">True</property>
1086 <signal name="activate" handler="on_opt_print_preview_activate"/>
1087 </widget>
1088 </child>
1089 </widget>
1090 </child>
1091 <child internal-child="image">
1092 <widget class="GtkImage" id="image4238">
1093 <property name="visible">True</property>
1094 <property name="stock">gtk-print</property>
1095 <property name="icon_size">1</property>
1096 </widget>
1097 </child>
1098 </widget>
1099 </child>
1100 <child>
1101 <widget class="GtkSeparatorMenuItem" id="separator5">
1102 <property name="visible">True</property>
1103 </widget>
1104 </child>
1105 <child>
1106 <widget class="GtkImageMenuItem" id="opt_save">
1107 <property name="visible">True</property>
1108 <property name="label" translatable="yes">_Save options</property>
1109 <property name="use_underline">True</property>
1110 <signal name="activate" handler="on_opt_save_activate"/>
1111 <child internal-child="image">
1112 <widget class="GtkImage" id="image4239">
1113 <property name="visible">True</property>
1114 <property name="stock">gtk-save</property>
1115 <property name="icon_size">1</property>
1116 </widget>
1117 </child>
1118 </widget>
1119 </child>
1120 </widget>
1121 </child>
1122 </widget>
1123 </child>
1124 <child>
1125 <widget class="GtkMenuItem" id="plugins">
1126 <property name="visible">True</property>
1127 <property name="sensitive">False</property>
1128 <property name="label" translatable="yes">_Plugins</property>
1129 <property name="use_underline">True</property>
1130 <signal name="activate" handler="on_plugins_activate"/>
1131 <child>
1132 <widget class="GtkMenu" id="plugins_menu">
1133 <child>
1134 <widget class="GtkImageMenuItem" id="plugin_execute">
1135 <property name="visible">True</property>
1136 <property name="label" translatable="yes">_Execute a plugin</property>
1137 <property name="use_underline">True</property>
1138 <signal name="activate" handler="on_plugin_execute_activate"/>
1139 <child internal-child="image">
1140 <widget class="GtkImage" id="image4240">
1141 <property name="visible">True</property>
1142 <property name="stock">gtk-network</property>
1143 <property name="icon_size">1</property>
1144 </widget>
1145 </child>
1146 </widget>
1147 </child>
1148 </widget>
1149 </child>
1150 </widget>
1151 </child>
1152 <child>
1153 <widget class="GtkMenuItem" id="shortcut">
1154 <property name="visible">True</property>
1155 <property name="sensitive">False</property>
1156 <property name="label" translatable="yes">_Shortcuts</property>
1157 <property name="use_underline">True</property>
1158 <signal name="activate" handler="on_shortcut_activate"/>
1159 </widget>
1160 </child>
1161 <child>
1162 <widget class="GtkMenuItem" id="help">
1163 <property name="visible">True</property>
1164 <property name="label" translatable="yes">_Help</property>
1165 <property name="use_underline">True</property>
1166 <child>
1167 <widget class="GtkMenu" id="help_menu">
1168 <child>
1169 <widget class="GtkImageMenuItem" id="support">
1170 <property name="visible">True</property>
1171 <property name="label" translatable="yes">Support Request</property>
1172 <property name="use_underline">True</property>
1173 <signal name="activate" handler="on_support_activate"/>
1174 <child internal-child="image">
1175 <widget class="GtkImage" id="image4241">
1176 <property name="visible">True</property>
1177 <property name="stock">gtk-help</property>
1178 <property name="icon_size">1</property>
1179 </widget>
1180 </child>
1181 </widget>
1182 </child>
1183 <child>
1184 <widget class="GtkSeparatorMenuItem" id="séparateur13">
1185 <property name="visible">True</property>
1186 </widget>
1187 </child>
1188 <child>
1189 <widget class="GtkImageMenuItem" id="help_index">
1190 <property name="visible">True</property>
1191 <property name="label" translatable="yes">User _Manual</property>
1192 <property name="use_underline">True</property>
1193 <signal name="activate" handler="on_help_index_activate"/>
1194 <child internal-child="image">
1195 <widget class="GtkImage" id="image4242">
1196 <property name="visible">True</property>
1197 <property name="stock">gtk-zoom-fit</property>
1198 <property name="icon_size">1</property>
1199 </widget>
1200 </child>
1201 </widget>
1202 </child>
1203 <child>
1204 <widget class="GtkImageMenuItem" id="help_contextual">
1205 <property name="visible">True</property>
1206 <property name="label" translatable="yes">_Contextual Help</property>
1207 <property name="use_underline">True</property>
1208 <signal name="activate" handler="on_help_contextual_activate"/>
1209 <accelerator key="H" modifiers="GDK_CONTROL_MASK" signal="activate"/>
1210 <child internal-child="image">
1211 <widget class="GtkImage" id="image4243">
1212 <property name="visible">True</property>
1213 <property name="stock">gtk-jump-to</property>
1214 <property name="icon_size">1</property>
1215 </widget>
1216 </child>
1217 </widget>
1218 </child>
1219 <child>
1220 <widget class="GtkImageMenuItem" id="help_tips">
1221 <property name="visible">True</property>
1222 <property name="label" translatable="yes">_Tips</property>
1223 <property name="use_underline">True</property>
1224 <signal name="activate" handler="on_help_tips_activate"/>
1225 <child internal-child="image">
1226 <widget class="GtkImage" id="image4244">
1227 <property name="visible">True</property>
1228 <property name="stock">gtk-index</property>
1229 <property name="icon_size">1</property>
1230 </widget>
1231 </child>
1232 </widget>
1233 </child>
1234 <child>
1235 <widget class="GtkMenuItem" id="shortcuts">
1236 <property name="visible">True</property>
1237 <property name="label" translatable="yes">Keyboard Shortcuts</property>
1238 <property name="use_underline">True</property>
1239 <signal name="activate" handler="on_shortcuts_activate"/>
1240 </widget>
1241 </child>
1242 <child>
1243 <widget class="GtkSeparatorMenuItem" id="séparateur11">
1244 <property name="visible">True</property>
1245 </widget>
1246 </child>
1247 <child>
1248 <widget class="GtkImageMenuItem" id="help_licence">
1249 <property name="visible">True</property>
1250 <property name="label" translatable="yes">_License</property>
1251 <property name="use_underline">True</property>
1252 <signal name="activate" handler="on_help_licence_activate"/>
1253 <child internal-child="image">
1254 <widget class="GtkImage" id="image4245">
1255 <property name="visible">True</property>
1256 <property name="stock">gtk-justify-center</property>
1257 <property name="icon_size">1</property>
1258 </widget>
1259 </child>
1260 </widget>
1261 </child>
1262 <child>
1263 <widget class="GtkImageMenuItem" id="about1">
1264 <property name="visible">True</property>
1265 <property name="label" translatable="yes">_About...</property>
1266 <property name="use_underline">True</property>
1267 <signal name="activate" handler="on_about_activate"/>
1268 <child internal-child="image">
1269 <widget class="GtkImage" id="image4246">
1270 <property name="visible">True</property>
1271 <property name="stock">gtk-about</property>
1272 <property name="icon_size">1</property>
1273 </widget>
1274 </child>
1275 </widget>
1276 </child>
1277 </widget>
1278 </child>
1279 </widget>
1280 </child>
1281 </widget>
1282 </child>
1283 </widget>
1284 <packing>
1285 <property name="expand">False</property>
1286 <property name="fill">False</property>
1287 </packing>
1288 </child>
1289 <child>
1290 <widget class="GtkToolbar" id="main_toolbar">
1291 <property name="visible">True</property>
1292 <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
1293 <child>
1294 <widget class="GtkToolButton" id="but_new">
1295 <property name="visible">True</property>
1296 <property name="tooltip" translatable="yes">Create a new resource</property>
1297 <property name="stock_id">gtk-new</property>
1298 <signal name="clicked" handler="on_but_new_clicked"/>
1299 </widget>
1300 <packing>
1301 <property name="expand">False</property>
1302 </packing>
1303 </child>
1304 <child>
1305 <widget class="GtkToolButton" id="but_save">
1306 <property name="visible">True</property>
1307 <property name="tooltip" translatable="yes">Edit / Save this resource</property>
1308 <property name="stock_id">gtk-save</property>
1309 <signal name="clicked" handler="on_but_save_clicked"/>
1310 </widget>
1311 <packing>
1312 <property name="expand">False</property>
1313 </packing>
1314 </child>
1315 <child>
1316 <widget class="GtkSeparatorToolItem" id="separatortoolitem5">
1317 <property name="visible">True</property>
1318 </widget>
1319 <packing>
1320 <property name="expand">False</property>
1321 <property name="homogeneous">False</property>
1322 </packing>
1323 </child>
1324 <child>
1325 <widget class="GtkToolButton" id="but_remove">
1326 <property name="visible">True</property>
1327 <property name="tooltip" translatable="yes">Delete this resource</property>
1328 <property name="stock_id">gtk-delete</property>
1329 <signal name="clicked" handler="on_but_remove_clicked"/>
1330 </widget>
1331 <packing>
1332 <property name="expand">False</property>
1333 </packing>
1334 </child>
1335 <child>
1336 <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
1337 <property name="visible">True</property>
1338 </widget>
1339 <packing>
1340 <property name="expand">False</property>
1341 <property name="homogeneous">False</property>
1342 </packing>
1343 </child>
1344 <child>
1345 <widget class="GtkToolButton" id="but_search">
1346 <property name="visible">True</property>
1347 <property name="tooltip" translatable="yes">Find a resource</property>
1348 <property name="stock_id">gtk-find</property>
1349 <signal name="clicked" handler="on_but_search_clicked"/>
1350 </widget>
1351 <packing>
1352 <property name="expand">False</property>
1353 </packing>
1354 </child>
1355 <child>
1356 <widget class="GtkToolButton" id="but_previous">
1357 <property name="visible">True</property>
1358 <property name="tooltip" translatable="yes">Go to previous matched search</property>
1359 <property name="stock_id">gtk-go-back</property>
1360 <signal name="clicked" handler="on_but_previous_clicked"/>
1361 </widget>
1362 <packing>
1363 <property name="expand">False</property>
1364 </packing>
1365 </child>
1366 <child>
1367 <widget class="GtkToolButton" id="but_next">
1368 <property name="visible">True</property>
1369 <property name="tooltip" translatable="yes">Go to next matched resource</property>
1370 <property name="stock_id">gtk-go-forward</property>
1371 <signal name="clicked" handler="on_but_next_clicked"/>
1372 </widget>
1373 <packing>
1374 <property name="expand">False</property>
1375 </packing>
1376 </child>
1377 <child>
1378 <widget class="GtkToolButton" id="but_switch">
1379 <property name="visible">True</property>
1380 <property name="tooltip" translatable="yes">Switch current view: form / list / graph</property>
1381 <property name="label" translatable="yes">View</property>
1382 <property name="use_underline">True</property>
1383 <property name="stock_id">gtk-justify-left</property>
1384 <signal name="clicked" handler="on_but_switch_clicked"/>
1385 </widget>
1386 <packing>
1387 <property name="expand">False</property>
1388 </packing>
1389 </child>
1390 <child>
1391 <widget class="GtkToolButton" id="but_reload">
1392 <property name="visible">True</property>
1393 <property name="tooltip" translatable="yes">Reload / Undo Form</property>
1394 <property name="label" translatable="yes">Reload</property>
1395 <property name="use_underline">True</property>
1396 <property name="stock_id">gtk-redo</property>
1397 <signal name="clicked" handler="on_form_reload_activate"/>
1398 </widget>
1399 <packing>
1400 <property name="expand">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="GtkSeparatorToolItem" id="separatortoolitem2">
1419 <property name="visible">True</property>
1420 </widget>
1421 <packing>
1422 <property name="expand">False</property>
1423 <property name="homogeneous">False</property>
1424 </packing>
1425 </child>
1426 <child>
1427 <widget class="GtkToolButton" id="but_action">
1428 <property name="visible">True</property>
1429 <property name="tooltip" translatable="yes">Launch actions about this resource</property>
1430 <property name="label" translatable="yes">Action</property>
1431 <property name="use_underline">True</property>
1432 <property name="stock_id">gtk-execute</property>
1433 <signal name="clicked" handler="on_but_action_clicked"/>
1434 </widget>
1435 <packing>
1436 <property name="expand">False</property>
1437 </packing>
1438 </child>
1439 <child>
1440 <widget class="GtkToolButton" id="but_print">
1441 <property name="visible">True</property>
1442 <property name="tooltip" translatable="yes">Print documents</property>
1443 <property name="stock_id">gtk-print</property>
1444 <signal name="clicked" handler="on_but_print_clicked"/>
1445 </widget>
1446 <packing>
1447 <property name="expand">False</property>
1448 </packing>
1449 </child>
1450 <child>
1451 <widget class="GtkSeparatorToolItem" id="separatortoolitem3">
1452 <property name="visible">True</property>
1453 </widget>
1454 <packing>
1455 <property name="expand">False</property>
1456 <property name="homogeneous">False</property>
1457 </packing>
1458 </child>
1459 <child>
1460 <widget class="GtkToolButton" id="but_attach">
1461 <property name="visible">True</property>
1462 <property name="tooltip" translatable="yes">Add an attachment to this resource</property>
1463 <property name="label" translatable="yes">Attachment</property>
1464 <property name="use_underline">True</property>
1465 <property name="stock_id">gtk-paste</property>
1466 <signal name="clicked" handler="on_but_attach_clicked"/>
1467 </widget>
1468 <packing>
1469 <property name="expand">False</property>
1470 </packing>
1471 </child>
1472 <child>
1473 <widget class="GtkSeparatorToolItem" id="separatortoolitem4">
1474 <property name="visible">True</property>
1475 </widget>
1476 <packing>
1477 <property name="expand">False</property>
1478 <property name="homogeneous">False</property>
1479 </packing>
1480 </child>
1481 <child>
1482 <widget class="GtkToolButton" id="but_close">
1483 <property name="visible">True</property>
1484 <property name="tooltip" translatable="yes">Close this window</property>
1485 <property name="stock_id">gtk-close</property>
1486 <signal name="clicked" handler="on_but_close_clicked"/>
1487 </widget>
1488 <packing>
1489 <property name="expand">False</property>
1490 </packing>
1491 </child>
1492 </widget>
1493 <packing>
1494 <property name="expand">False</property>
1495 <property name="fill">False</property>
1496 <property name="position">1</property>
1497 </packing>
1498 </child>
1499 <child>
1500 <placeholder/>
1501 </child>
1502 <child>
1503 <widget class="GtkHBox" id="hbox_status_main">
1504 <property name="visible">True</property>
1505 <child>
1506 <widget class="GtkStatusbar" id="sb_user_server">
1507 <property name="width_request">150</property>
1508 <property name="visible">True</property>
1509 <property name="border_width">2</property>
1510 <property name="has_resize_grip">False</property>
1511 </widget>
1512 </child>
1513 <child>
1514 <widget class="GtkStatusbar" id="sb_user_name">
1515 <property name="width_request">130</property>
1516 <property name="visible">True</property>
1517 <property name="border_width">2</property>
1518 <property name="has_resize_grip">False</property>
1519 </widget>
1520 <packing>
1521 <property name="position">1</property>
1522 </packing>
1523 </child>
1524 <child>
1525 <widget class="GtkLabel" id="label54">
1526 <property name="visible">True</property>
1527 <property name="xpad">5</property>
1528 <property name="label" translatable="yes">Requests:</property>
1529 </widget>
1530 <packing>
1531 <property name="expand">False</property>
1532 <property name="fill">False</property>
1533 <property name="position">2</property>
1534 </packing>
1535 </child>
1536 <child>
1537 <widget class="GtkStatusbar" id="sb_requests">
1538 <property name="width_request">128</property>
1539 <property name="visible">True</property>
1540 <property name="border_width">2</property>
1541 <property name="has_resize_grip">False</property>
1542 </widget>
1543 <packing>
1544 <property name="position">3</property>
1545 </packing>
1546 </child>
1547 <child>
1548 <widget class="GtkButton" id="req_search_but">
1549 <property name="visible">True</property>
1550 <property name="can_focus">True</property>
1551 <property name="tooltip" translatable="yes">Read my Requests</property>
1552 <property name="relief">GTK_RELIEF_NONE</property>
1553 <property name="response_id">0</property>
1554 <signal name="clicked" handler="on_read_requests_activate"/>
1555 <child>
1556 <widget class="GtkImage" id="image376">
1557 <property name="visible">True</property>
1558 <property name="stock">gtk-find</property>
1559 </widget>
1560 </child>
1561 </widget>
1562 <packing>
1563 <property name="expand">False</property>
1564 <property name="fill">False</property>
1565 <property name="position">4</property>
1566 </packing>
1567 </child>
1568 <child>
1569 <widget class="GtkButton" id="request_new_but">
1570 <property name="visible">True</property>
1571 <property name="can_focus">True</property>
1572 <property name="tooltip" translatable="yes">Send a new request</property>
1573 <property name="relief">GTK_RELIEF_NONE</property>
1574 <property name="response_id">0</property>
1575 <signal name="clicked" handler="on_send_request_activate"/>
1576 <child>
1577 <widget class="GtkImage" id="image377">
1578 <property name="visible">True</property>
1579 <property name="stock">gtk-new</property>
1580 </widget>
1581 </child>
1582 </widget>
1583 <packing>
1584 <property name="expand">False</property>
1585 <property name="fill">False</property>
1586 <property name="position">5</property>
1587 </packing>
1588 </child>
1589 <child>
1590 <widget class="GtkImage" id="secure_img">
1591 <property name="visible">True</property>
1592 <property name="stock">gtk-dialog-authentication</property>
1593 </widget>
1594 <packing>
1595 <property name="expand">False</property>
1596 <property name="position">6</property>
1597 </packing>
1598 </child>
1599 </widget>
1600 <packing>
1601 <property name="expand">False</property>
1602 <property name="fill">False</property>
1603 <property name="pack_type">GTK_PACK_END</property>
1604 <property name="position">2</property>
1605 </packing>
1606 </child>
1607 </widget>
1608 </child>
1609 </widget>
1610 <widget class="GtkWindow" id="win_tree">
1611 <property name="visible">True</property>
1612 <property name="title" translatable="yes">Tiny ERP - Tree Resources</property>
1613 <child>
1614 <widget class="GtkVBox" id="win_tree_container">
1615 <property name="visible">True</property>
1616 <property name="spacing">2</property>
1617 <child>
1618 <widget class="GtkHPaned" id="hp_tree">
1619 <property name="visible">True</property>
1620 <property name="can_focus">True</property>
1621 <property name="position">250</property>
1622 <child>
1623 <widget class="GtkVBox" id="widget_vbox">
1624 <property name="visible">True</property>
1625 <child>
1626 <widget class="GtkVPaned" id="tree_vpaned">
1627 <property name="visible">True</property>
1628 <property name="can_focus">True</property>
1629 <property name="position">400</property>
1630 <child>
1631 <widget class="GtkToolbar" id="tree_toolbar">
1632 <property name="visible">True</property>
1633 <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
1634 <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
1635 </widget>
1636 <packing>
1637 <property name="resize">True</property>
1638 <property name="shrink">True</property>
1639 </packing>
1640 </child>
1641 <child>
1642 <widget class="GtkScrolledWindow" id="scrolledwindow3">
1643 <property name="visible">True</property>
1644 <property name="can_focus">True</property>
1645 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1646 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1647 <child>
1648 <widget class="GtkViewport" id="viewport1">
1649 <property name="visible">True</property>
1650 <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1651 <child>
1652 <widget class="GtkVBox" id="vbox13">
1653 <property name="visible">True</property>
1654 <child>
1655 <widget class="GtkHBox" id="hbox1">
1656 <property name="visible">True</property>
1657 <child>
1658 <widget class="GtkToolbar" id="toolbar10">
1659 <property name="visible">True</property>
1660 <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
1661 <property name="show_arrow">False</property>
1662 <property name="icon_size">GTK_ICON_SIZE_BUTTON</property>
1663 <child>
1664 <widget class="GtkToolButton" id="tbsc">
1665 <property name="visible">True</property>
1666 <property name="label" translatable="yes">Shortcuts</property>
1667 <signal name="clicked" handler="on_tbsc_clicked"/>
1668 </widget>
1669 <packing>
1670 <property name="expand">False</property>
1671 <property name="homogeneous">False</property>
1672 </packing>
1673 </child>
1674 </widget>
1675 <packing>
1676 <property name="expand">False</property>
1677 <property name="fill">False</property>
1678 </packing>
1679 </child>
1680 <child>
1681 <widget class="GtkToolbar" id="toolbar1">
1682 <property name="visible">True</property>
1683 <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
1684 <child>
1685 <widget class="GtkToolButton" id="button4">
1686 <property name="visible">True</property>
1687 <property name="stock_id">gtk-add</property>
1688 <signal name="clicked" handler="on_but_sc_add_clicked"/>
1689 </widget>
1690 <packing>
1691 <property name="expand">False</property>
1692 <property name="homogeneous">False</property>
1693 </packing>
1694 </child>
1695 <child>
1696 <widget class="GtkToolButton" id="button5">
1697 <property name="visible">True</property>
1698 <property name="stock_id">gtk-jump-to</property>
1699 <signal name="clicked" handler="on_but_sc_go_clicked"/>
1700 </widget>
1701 <packing>
1702 <property name="expand">False</property>
1703 <property name="homogeneous">False</property>
1704 </packing>
1705 </child>
1706 <child>
1707 <widget class="GtkToolButton" id="button6">
1708 <property name="visible">True</property>
1709 <property name="stock_id">gtk-remove</property>
1710 <signal name="clicked" handler="on_but_sc_del_clicked"/>
1711 </widget>
1712 <packing>
1713 <property name="expand">False</property>
1714 <property name="homogeneous">False</property>
1715 </packing>
1716 </child>
1717 <child>
1718 <widget class="GtkSeparatorToolItem" id="separatortoolitem7">
1719 <property name="visible">True</property>
1720 </widget>
1721 <packing>
1722 <property name="expand">False</property>
1723 <property name="homogeneous">False</property>
1724 </packing>
1725 </child>
1726 <child>
1727 <widget class="GtkToolButton" id="button7">
1728 <property name="visible">True</property>
1729 <property name="stock_id">gtk-goto-bottom</property>
1730 <signal name="clicked" handler="on_but_expand_collapse_clicked"/>
1731 </widget>
1732 <packing>
1733 <property name="expand">False</property>
1734 <property name="homogeneous">False</property>
1735 </packing>
1736 </child>
1737 </widget>
1738 <packing>
1739 <property name="position">1</property>
1740 </packing>
1741 </child>
1742 </widget>
1743 <packing>
1744 <property name="expand">False</property>
1745 </packing>
1746 </child>
1747 <child>
1748 <widget class="GtkTreeView" id="win_tree_sc">
1749 <property name="visible">True</property>
1750 <property name="can_focus">True</property>
1751 <property name="headers_visible">False</property>
1752 <property name="reorderable">True</property>
1753 </widget>
1754 <packing>
1755 <property name="position">1</property>
1756 </packing>
1757 </child>
1758 </widget>
1759 </child>
1760 </widget>
1761 </child>
1762 </widget>
1763 <packing>
1764 <property name="resize">True</property>
1765 <property name="shrink">True</property>
1766 </packing>
1767 </child>
1768 </widget>
1769 </child>
1770 </widget>
1771 <packing>
1772 <property name="resize">False</property>
1773 <property name="shrink">False</property>
1774 </packing>
1775 </child>
1776 <child>
1777 <widget class="GtkScrolledWindow" id="main_tree_sw">
1778 <property name="visible">True</property>
1779 <property name="can_focus">True</property>
1780 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1781 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1782 <child>
1783 <placeholder/>
1784 </child>
1785 </widget>
1786 <packing>
1787 <property name="resize">True</property>
1788 <property name="shrink">True</property>
1789 </packing>
1790 </child>
1791 </widget>
1792 </child>
1793 </widget>
1794 </child>
1795 </widget>
1796 <widget class="GtkWindow" id="win_form">
1797 <property name="visible">True</property>
1798 <property name="extension_events">GDK_EXTENSION_EVENTS_ALL</property>
1799 <property name="title" translatable="yes">Tiny ERP - Forms</property>
1800 <child>
1801 <widget class="GtkVBox" id="win_form_container">
1802 <property name="visible">True</property>
1803 <property name="spacing">2</property>
1804 <child>
1805 <placeholder/>
1806 </child>
1807 <child>
1808 <widget class="GtkHBox" id="hbox2">
1809 <property name="visible">True</property>
1810 <property name="border_width">3</property>
1811 <child>
1812 <widget class="GtkStatusbar" id="stat_form">
1813 <property name="width_request">103</property>
1814 <property name="visible">True</property>
1815 <property name="border_width">1</property>
1816 <property name="has_resize_grip">False</property>
1817 </widget>
1818 </child>
1819 <child>
1820 <widget class="GtkLabel" id="label37">
1821 <property name="visible">True</property>
1822 <property name="xpad">10</property>
1823 <property name="label" translatable="yes">State:</property>
1824 </widget>
1825 <packing>
1826 <property name="expand">False</property>
1827 <property name="fill">False</property>
1828 <property name="position">1</property>
1829 </packing>
1830 </child>
1831 <child>
1832 <widget class="GtkStatusbar" id="stat_state">
1833 <property name="visible">True</property>
1834 <property name="border_width">1</property>
1835 <property name="has_resize_grip">False</property>
1836 </widget>
1837 <packing>
1838 <property name="position">2</property>
1839 </packing>
1840 </child>
1841 </widget>
1842 <packing>
1843 <property name="expand">False</property>
1844 <property name="fill">False</property>
1845 <property name="pack_type">GTK_PACK_END</property>
1846 <property name="position">1</property>
1847 </packing>
1848 </child>
1849 </widget>
1850 </child>
1851 </widget>
1852 <widget class="GtkDialog" id="win_about">
1853 <property name="width_request">430</property>
1854 <property name="height_request">360</property>
1855 <property name="title" translatable="yes">Tiny ERP - About</property>
1856 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1857 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1858 <child internal-child="vbox">
1859 <widget class="GtkVBox" id="dialog-vbox2">
1860 <property name="visible">True</property>
1861 <child>
1862 <widget class="GtkVBox" id="vbox7">
1863 <property name="visible">True</property>
1864 <child>
1865 <widget class="GtkLabel" id="label36">
1866 <property name="visible">True</property>
1867 <property name="xpad">5</property>
1868 <property name="ypad">8</property>
1869 <property name="label" translatable="yes">&lt;b&gt;About Tiny ERP&lt;/b&gt;
1870 &lt;i&gt;The most advanced Open Source ERP &amp;amp; CRM !&lt;/i&gt;</property>
1871 <property name="use_markup">True</property>
1872 <property name="justify">GTK_JUSTIFY_CENTER</property>
1873 <property name="wrap">True</property>
1874 </widget>
1875 <packing>
1876 <property name="expand">False</property>
1877 <property name="fill">False</property>
1878 <property name="padding">2</property>
1879 </packing>
1880 </child>
1881 <child>
1882 <widget class="GtkHSeparator" id="hseparator4">
1883 <property name="visible">True</property>
1884 </widget>
1885 <packing>
1886 <property name="expand">False</property>
1887 <property name="padding">2</property>
1888 <property name="position">1</property>
1889 </packing>
1890 </child>
1891 <child>
1892 <widget class="GtkNotebook" id="notebook2">
1893 <property name="visible">True</property>
1894 <property name="can_focus">True</property>
1895 <child>
1896 <widget class="GtkScrolledWindow" id="scrolledwindow14">
1897 <property name="visible">True</property>
1898 <property name="can_focus">True</property>
1899 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1900 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1901 <property name="window_placement">GTK_CORNER_BOTTOM_LEFT</property>
1902 <child>
1903 <widget class="GtkTextView" id="textview2">
1904 <property name="visible">True</property>
1905 <property name="can_focus">True</property>
1906 <property name="editable">False</property>
1907 <property name="justification">GTK_JUSTIFY_CENTER</property>
1908 <property name="text" translatable="yes">
1909 Tiny ERP - GTK Client - v%s
1911 Tiny ERP is an Open Source ERP+CRM
1912 for small to medium businesses.
1914 The whole source code is distributed under
1915 the terms of the GNU Public Licence.
1917 (c) 2003-TODAY, Tiny sprl
1919 More Info on www.TinyERP.com !</property>
1920 </widget>
1921 </child>
1922 </widget>
1923 </child>
1924 <child>
1925 <widget class="GtkHBox" id="hbox30">
1926 <property name="visible">True</property>
1927 <child>
1928 <widget class="GtkImage" id="image165">
1929 <property name="visible">True</property>
1930 <property name="stock">gtk-network</property>
1931 </widget>
1932 </child>
1933 <child>
1934 <widget class="GtkLabel" id="label98">
1935 <property name="visible">True</property>
1936 <property name="label" translatable="yes">_Tiny ERP</property>
1937 <property name="use_underline">True</property>
1938 </widget>
1939 <packing>
1940 <property name="expand">False</property>
1941 <property name="fill">False</property>
1942 <property name="position">1</property>
1943 </packing>
1944 </child>
1945 </widget>
1946 <packing>
1947 <property name="type">tab</property>
1948 <property name="tab_fill">False</property>
1949 </packing>
1950 </child>
1951 <child>
1952 <widget class="GtkScrolledWindow" id="scrolledwindow15">
1953 <property name="visible">True</property>
1954 <property name="can_focus">True</property>
1955 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1956 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1957 <child>
1958 <widget class="GtkTextView" id="textview3">
1959 <property name="visible">True</property>
1960 <property name="can_focus">True</property>
1961 <property name="editable">False</property>
1962 <property name="justification">GTK_JUSTIFY_CENTER</property>
1963 <property name="accepts_tab">False</property>
1964 <property name="text" translatable="yes">
1965 (c) 2003-TODAY - Tiny sprl
1966 Tiny ERP is a product of Tiny sprl:
1968 Tiny sprl
1969 40 Chaussée de Namur
1970 1367 Gérompont
1971 Belgium
1973 Tel : (+32)81.81.37.00
1974 Mail: sales@tiny.be
1975 Web: http://tiny.be</property>
1976 </widget>
1977 </child>
1978 </widget>
1979 <packing>
1980 <property name="position">1</property>
1981 </packing>
1982 </child>
1983 <child>
1984 <widget class="GtkHBox" id="hbox31">
1985 <property name="visible">True</property>
1986 <child>
1987 <widget class="GtkImage" id="image166">
1988 <property name="visible">True</property>
1989 <property name="stock">gtk-home</property>
1990 </widget>
1991 </child>
1992 <child>
1993 <widget class="GtkLabel" id="label99">
1994 <property name="visible">True</property>
1995 <property name="label" translatable="yes">_Contact</property>
1996 <property name="use_underline">True</property>
1997 </widget>
1998 <packing>
1999 <property name="expand">False</property>
2000 <property name="fill">False</property>
2001 <property name="position">1</property>
2002 </packing>
2003 </child>
2004 </widget>
2005 <packing>
2006 <property name="type">tab</property>
2007 <property name="position">1</property>
2008 <property name="tab_fill">False</property>
2009 </packing>
2010 </child>
2011 </widget>
2012 <packing>
2013 <property name="position">2</property>
2014 </packing>
2015 </child>
2016 </widget>
2017 <packing>
2018 <property name="position">2</property>
2019 </packing>
2020 </child>
2021 <child internal-child="action_area">
2022 <widget class="GtkHButtonBox" id="dialog-action_area2">
2023 <property name="visible">True</property>
2024 <property name="layout_style">GTK_BUTTONBOX_END</property>
2025 <child>
2026 <widget class="GtkButton" id="okbutton2">
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-close</property>
2031 <property name="use_stock">True</property>
2032 <property name="response_id">-5</property>
2033 <signal name="pressed" handler="on_but_ok_pressed"/>
2034 </widget>
2035 </child>
2036 </widget>
2037 <packing>
2038 <property name="expand">False</property>
2039 <property name="pack_type">GTK_PACK_END</property>
2040 </packing>
2041 </child>
2042 </widget>
2043 </child>
2044 </widget>
2045 <widget class="GtkWindow" id="win_form_widget">
2046 <property name="visible">True</property>
2047 <property name="title" translatable="yes">Tiny ERP - forms widget</property>
2048 <child>
2049 <widget class="GtkScrolledWindow" id="scrolledwindow44">
2050 <property name="visible">True</property>
2051 <property name="can_focus">True</property>
2052 <property name="shadow_type">GTK_SHADOW_IN</property>
2053 <child>
2054 <widget class="GtkViewport" id="viewport5">
2055 <property name="visible">True</property>
2056 <child>
2057 <widget class="GtkVBox" id="vbox10">
2058 <property name="visible">True</property>
2059 <child>
2060 <placeholder/>
2061 </child>
2062 <child>
2063 <widget class="GtkHBox" id="widget_calendar">
2064 <property name="visible">True</property>
2065 <property name="spacing">3</property>
2066 <child>
2067 <widget class="GtkEntry" id="ent_calendar">
2068 <property name="visible">True</property>
2069 <property name="can_focus">True</property>
2070 <property name="invisible_char">*</property>
2071 <property name="width_chars">19</property>
2072 </widget>
2073 <packing>
2074 <property name="expand">False</property>
2075 </packing>
2076 </child>
2077 <child>
2078 <widget class="GtkEventBox" id="eb_cal">
2079 <property name="visible">True</property>
2080 <property name="tooltip" translatable="yes">Open the calendar widget</property>
2081 <signal name="button_press_event" handler="on_but_calendar_clicked"/>
2082 <child>
2083 <widget class="GtkImage" id="calendar_image">
2084 <property name="visible">True</property>
2085 <property name="stock">gtk-zoom-in</property>
2086 </widget>
2087 </child>
2088 </widget>
2089 <packing>
2090 <property name="expand">False</property>
2091 <property name="position">1</property>
2092 </packing>
2093 </child>
2094 </widget>
2095 <packing>
2096 <property name="expand">False</property>
2097 <property name="fill">False</property>
2098 <property name="position">1</property>
2099 </packing>
2100 </child>
2101 <child>
2102 <widget class="GtkScrolledWindow" id="widget_textbox">
2103 <property name="visible">True</property>
2104 <property name="can_focus">True</property>
2105 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2106 <child>
2107 <widget class="GtkTextView" id="tv_widget">
2108 <property name="visible">True</property>
2109 <property name="can_focus">True</property>
2110 <property name="editable">False</property>
2111 <property name="wrap_mode">GTK_WRAP_WORD</property>
2112 <property name="accepts_tab">False</property>
2113 </widget>
2114 </child>
2115 </widget>
2116 <packing>
2117 <property name="position">2</property>
2118 </packing>
2119 </child>
2120 <child>
2121 <widget class="GtkHBox" id="widget_reference">
2122 <property name="visible">True</property>
2123 <property name="spacing">3</property>
2124 <child>
2125 <widget class="GtkEntry" id="ent_reference">
2126 <property name="visible">True</property>
2127 <property name="can_focus">True</property>
2128 <property name="invisible_char">*</property>
2129 <property name="width_chars">13</property>
2130 </widget>
2131 </child>
2132 <child>
2133 <widget class="GtkButton" id="but_many2one_new">
2134 <property name="visible">True</property>
2135 <property name="tooltip" translatable="yes">Create a new resource</property>
2136 <property name="relief">GTK_RELIEF_NONE</property>
2137 <property name="response_id">0</property>
2138 <signal name="clicked" handler="on_reference_new_button_press"/>
2139 <child>
2140 <widget class="GtkImage" id="image572">
2141 <property name="visible">True</property>
2142 <property name="stock">gtk-new</property>
2143 <property name="icon_size">1</property>
2144 </widget>
2145 </child>
2146 </widget>
2147 <packing>
2148 <property name="expand">False</property>
2149 <property name="fill">False</property>
2150 <property name="position">1</property>
2151 </packing>
2152 </child>
2153 <child>
2154 <widget class="GtkButton" id="but_many2one_open">
2155 <property name="visible">True</property>
2156 <property name="tooltip" translatable="yes">Search / Open a resource</property>
2157 <property name="relief">GTK_RELIEF_NONE</property>
2158 <property name="response_id">0</property>
2159 <signal name="clicked" handler="on_reference_edit_button_press" after="yes"/>
2160 <child>
2161 <widget class="GtkImage" id="but_m2o_image">
2162 <property name="visible">True</property>
2163 <property name="stock">gtk-find</property>
2164 </widget>
2165 </child>
2166 </widget>
2167 <packing>
2168 <property name="expand">False</property>
2169 <property name="fill">False</property>
2170 <property name="padding">2</property>
2171 <property name="position">2</property>
2172 </packing>
2173 </child>
2174 </widget>
2175 <packing>
2176 <property name="expand">False</property>
2177 <property name="fill">False</property>
2178 <property name="position">3</property>
2179 </packing>
2180 </child>
2181 <child>
2182 <widget class="GtkHBox" id="widget_url">
2183 <property name="visible">True</property>
2184 <child>
2185 <widget class="GtkEntry" id="entry_url">
2186 <property name="visible">True</property>
2187 <property name="can_focus">True</property>
2188 <property name="invisible_char">*</property>
2189 </widget>
2190 </child>
2191 <child>
2192 <widget class="GtkButton" id="button_url">
2193 <property name="visible">True</property>
2194 <property name="can_focus">True</property>
2195 <property name="relief">GTK_RELIEF_NONE</property>
2196 <property name="response_id">0</property>
2197 <child>
2198 <widget class="GtkImage" id="image1885">
2199 <property name="visible">True</property>
2200 <property name="stock">gtk-jump-to</property>
2201 </widget>
2202 </child>
2203 </widget>
2204 <packing>
2205 <property name="expand">False</property>
2206 <property name="fill">False</property>
2207 <property name="position">1</property>
2208 </packing>
2209 </child>
2210 </widget>
2211 <packing>
2212 <property name="position">4</property>
2213 </packing>
2214 </child>
2215 <child>
2216 <widget class="GtkVBox" id="widget_one2many_list">
2217 <property name="visible">True</property>
2218 <property name="spacing">5</property>
2219 <child>
2220 <widget class="GtkHBox" id="widget_one2many2">
2221 <property name="visible">True</property>
2222 <property name="spacing">5</property>
2223 <child>
2224 <widget class="GtkMenuBar" id="o2m_menubar">
2225 <property name="visible">True</property>
2226 <child>
2227 <widget class="GtkImageMenuItem" id="o2m_menuitem_titre">
2228 <property name="visible">True</property>
2229 <property name="label" translatable="yes">Titre</property>
2230 <property name="use_underline">True</property>
2231 <child>
2232 <widget class="GtkMenu" id="o2m_menuitem_titre_menu">
2233 <child>
2234 <widget class="GtkMenuItem" id="set_to_default">
2235 <property name="visible">True</property>
2236 <property name="label" translatable="yes">Set to default value</property>
2237 <property name="use_underline">True</property>
2238 <signal name="activate" handler="on_set_to_default_activate"/>
2239 </widget>
2240 </child>
2241 <child>
2242 <widget class="GtkMenuItem" id="set_default">
2243 <property name="visible">True</property>
2244 <property name="label" translatable="yes">Set Default</property>
2245 <property name="use_underline">True</property>
2246 <signal name="activate" handler="on_set_default_activate"/>
2247 </widget>
2248 </child>
2249 </widget>
2250 </child>
2251 <child internal-child="image">
2252 <widget class="GtkImage" id="image2246">
2253 <property name="visible">True</property>
2254 <property name="stock">gtk-preferences</property>
2255 <property name="icon_size">1</property>
2256 </widget>
2257 </child>
2258 </widget>
2259 </child>
2260 </widget>
2261 </child>
2262 <child>
2263 <widget class="GtkEventBox" id="o2m_but_new">
2264 <property name="visible">True</property>
2265 <property name="tooltip" translatable="yes">Create a new entry</property>
2266 <signal name="button_press_event" handler="on_o2m_but_new_button_press_event"/>
2267 <child>
2268 <widget class="GtkImage" id="image28">
2269 <property name="visible">True</property>
2270 <property name="stock">gtk-new</property>
2271 </widget>
2272 </child>
2273 </widget>
2274 <packing>
2275 <property name="expand">False</property>
2276 <property name="fill">False</property>
2277 <property name="position">1</property>
2278 </packing>
2279 </child>
2280 <child>
2281 <widget class="GtkEventBox" id="o2m_but_open">
2282 <property name="visible">True</property>
2283 <property name="tooltip" translatable="yes">Edit this entry</property>
2284 <signal name="button_press_event" handler="on_o2m_but_open_button_press_event"/>
2285 <child>
2286 <widget class="GtkImage" id="image2063">
2287 <property name="visible">True</property>
2288 <property name="stock">gtk-open</property>
2289 </widget>
2290 </child>
2291 </widget>
2292 <packing>
2293 <property name="expand">False</property>
2294 <property name="position">2</property>
2295 </packing>
2296 </child>
2297 <child>
2298 <widget class="GtkEventBox" id="o2m_but_delete">
2299 <property name="visible">True</property>
2300 <property name="tooltip" translatable="yes">Remove this entry</property>
2301 <signal name="button_press_event" handler="on_o2m_but_delete_button_press_event"/>
2302 <child>
2303 <widget class="GtkImage" id="image29">
2304 <property name="visible">True</property>
2305 <property name="stock">gtk-delete</property>
2306 </widget>
2307 </child>
2308 </widget>
2309 <packing>
2310 <property name="expand">False</property>
2311 <property name="fill">False</property>
2312 <property name="position">3</property>
2313 </packing>
2314 </child>
2315 <child>
2316 <widget class="GtkVSeparator" id="vseparator1">
2317 <property name="visible">True</property>
2318 </widget>
2319 <packing>
2320 <property name="expand">False</property>
2321 <property name="position">4</property>
2322 </packing>
2323 </child>
2324 <child>
2325 <widget class="GtkEventBox" id="o2m_but_previous">
2326 <property name="visible">True</property>
2327 <property name="tooltip" translatable="yes">Previous</property>
2328 <signal name="button_press_event" handler="on_o2m_but_previous_button_press_event"/>
2329 <child>
2330 <widget class="GtkImage" id="image26">
2331 <property name="visible">True</property>
2332 <property name="stock">gtk-go-back</property>
2333 </widget>
2334 </child>
2335 </widget>
2336 <packing>
2337 <property name="expand">False</property>
2338 <property name="fill">False</property>
2339 <property name="position">5</property>
2340 </packing>
2341 </child>
2342 <child>
2343 <widget class="GtkLabel" id="one2many_label">
2344 <property name="visible">True</property>
2345 <property name="label">(0/0)</property>
2346 </widget>
2347 <packing>
2348 <property name="expand">False</property>
2349 <property name="fill">False</property>
2350 <property name="position">6</property>
2351 </packing>
2352 </child>
2353 <child>
2354 <widget class="GtkEventBox" id="o2m_but_next">
2355 <property name="visible">True</property>
2356 <property name="tooltip" translatable="yes">Next</property>
2357 <signal name="button_press_event" handler="on_o2m_but_next_button_press_event"/>
2358 <child>
2359 <widget class="GtkImage" id="o2m_but_next_img">
2360 <property name="visible">True</property>
2361 <property name="stock">gtk-go-forward</property>
2362 </widget>
2363 </child>
2364 </widget>
2365 <packing>
2366 <property name="expand">False</property>
2367 <property name="fill">False</property>
2368 <property name="position">7</property>
2369 </packing>
2370 </child>
2371 <child>
2372 <widget class="GtkVSeparator" id="vseparator11">
2373 <property name="visible">True</property>
2374 </widget>
2375 <packing>
2376 <property name="expand">False</property>
2377 <property name="position">8</property>
2378 </packing>
2379 </child>
2380 <child>
2381 <widget class="GtkEventBox" id="o2ml_but_switchview">
2382 <property name="visible">True</property>
2383 <signal name="button_press_event" handler="on_o2ml_but_switchview_clicked"/>
2384 <child>
2385 <widget class="GtkImage" id="image1474">
2386 <property name="visible">True</property>
2387 <property name="stock">gtk-justify-left</property>
2388 </widget>
2389 </child>
2390 </widget>
2391 <packing>
2392 <property name="expand">False</property>
2393 <property name="position">9</property>
2394 </packing>
2395 </child>
2396 </widget>
2397 <packing>
2398 <property name="expand">False</property>
2399 </packing>
2400 </child>
2401 <child>
2402 <widget class="GtkScrolledWindow" id="o2ml_sw">
2403 <property name="height_request">100</property>
2404 <property name="visible">True</property>
2405 <property name="can_focus">True</property>
2406 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2407 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2408 <child>
2409 <placeholder/>
2410 </child>
2411 </widget>
2412 <packing>
2413 <property name="position">1</property>
2414 </packing>
2415 </child>
2416 </widget>
2417 <packing>
2418 <property name="padding">4</property>
2419 <property name="position">5</property>
2420 </packing>
2421 </child>
2422 <child>
2423 <widget class="GtkVBox" id="widget_many2many">
2424 <property name="visible">True</property>
2425 <property name="spacing">1</property>
2426 <child>
2427 <widget class="GtkHBox" id="hbox19">
2428 <property name="visible">True</property>
2429 <property name="spacing">3</property>
2430 <child>
2431 <widget class="GtkEntry" id="ent_many2many">
2432 <property name="visible">True</property>
2433 <property name="can_focus">True</property>
2434 <property name="invisible_char">*</property>
2435 <property name="width_chars">13</property>
2436 </widget>
2437 </child>
2438 <child>
2439 <widget class="GtkVSeparator" id="vseparator6">
2440 <property name="visible">True</property>
2441 </widget>
2442 <packing>
2443 <property name="expand">False</property>
2444 <property name="fill">False</property>
2445 <property name="padding">2</property>
2446 <property name="position">1</property>
2447 </packing>
2448 </child>
2449 <child>
2450 <widget class="GtkButton" id="m2m_but_add">
2451 <property name="visible">True</property>
2452 <property name="tooltip" translatable="yes">Create a new entry</property>
2453 <property name="label">gtk-add</property>
2454 <property name="relief">GTK_RELIEF_HALF</property>
2455 <property name="use_stock">True</property>
2456 <property name="response_id">0</property>
2457 <signal name="pressed" handler="on_m2m_but_add_pressed"/>
2458 <signal name="activate" handler="on_m2m_but_add_pressed"/>
2459 </widget>
2460 <packing>
2461 <property name="expand">False</property>
2462 <property name="fill">False</property>
2463 <property name="padding">3</property>
2464 <property name="position">2</property>
2465 </packing>
2466 </child>
2467 <child>
2468 <widget class="GtkButton" id="m2m_but_remove">
2469 <property name="visible">True</property>
2470 <property name="tooltip" translatable="yes">Remove selected entry</property>
2471 <property name="label">gtk-remove</property>
2472 <property name="relief">GTK_RELIEF_HALF</property>
2473 <property name="use_stock">True</property>
2474 <property name="response_id">0</property>
2475 <signal name="pressed" handler="on_m2m_but_remove_pressed"/>
2476 <signal name="activate" handler="on_m2m_but_remove_pressed"/>
2477 </widget>
2478 <packing>
2479 <property name="expand">False</property>
2480 <property name="fill">False</property>
2481 <property name="position">3</property>
2482 </packing>
2483 </child>
2484 </widget>
2485 <packing>
2486 <property name="expand">False</property>
2487 <property name="fill">False</property>
2488 </packing>
2489 </child>
2490 <child>
2491 <widget class="GtkHSeparator" id="hseparator11">
2492 <property name="visible">True</property>
2493 </widget>
2494 <packing>
2495 <property name="expand">False</property>
2496 <property name="position">1</property>
2497 </packing>
2498 </child>
2499 <child>
2500 <widget class="GtkScrolledWindow" id="scrolledwindow7">
2501 <property name="visible">True</property>
2502 <property name="can_focus">True</property>
2503 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2504 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2505 </widget>
2506 <packing>
2507 <property name="position">2</property>
2508 </packing>
2509 </child>
2510 </widget>
2511 <packing>
2512 <property name="position">6</property>
2513 </packing>
2514 </child>
2515 <child>
2516 <widget class="GtkVBox" id="widget_separator">
2517 <property name="visible">True</property>
2518 <child>
2519 <widget class="GtkLabel" id="widget_sep_lab">
2520 <property name="visible">True</property>
2521 <property name="xalign">0</property>
2522 <property name="xpad">4</property>
2523 <property name="label">label74</property>
2524 </widget>
2525 <packing>
2526 <property name="expand">False</property>
2527 <property name="fill">False</property>
2528 </packing>
2529 </child>
2530 <child>
2531 <widget class="GtkHSeparator" id="hseparator12">
2532 <property name="visible">True</property>
2533 </widget>
2534 <packing>
2535 <property name="expand">False</property>
2536 <property name="fill">False</property>
2537 <property name="padding">3</property>
2538 <property name="position">1</property>
2539 </packing>
2540 </child>
2541 </widget>
2542 <packing>
2543 <property name="position">7</property>
2544 </packing>
2545 </child>
2546 <child>
2547 <widget class="GtkHBox" id="widget_binary">
2548 <property name="height_request">28</property>
2549 <property name="visible">True</property>
2550 <property name="spacing">5</property>
2551 <child>
2552 <widget class="GtkEntry" id="ent_binary">
2553 <property name="visible">True</property>
2554 <property name="can_focus">True</property>
2555 <property name="editable">False</property>
2556 <property name="invisible_char">*</property>
2557 </widget>
2558 </child>
2559 <child>
2560 <widget class="GtkButton" id="but_new1">
2561 <property name="visible">True</property>
2562 <property name="can_focus">True</property>
2563 <property name="label">gtk-new</property>
2564 <property name="use_stock">True</property>
2565 <property name="response_id">0</property>
2566 <signal name="clicked" handler="on_but_new_clicked"/>
2567 </widget>
2568 <packing>
2569 <property name="expand">False</property>
2570 <property name="fill">False</property>
2571 <property name="position">1</property>
2572 </packing>
2573 </child>
2574 <child>
2575 <widget class="GtkButton" id="but_save_as">
2576 <property name="visible">True</property>
2577 <property name="can_focus">True</property>
2578 <property name="label">gtk-save-as</property>
2579 <property name="use_stock">True</property>
2580 <property name="response_id">0</property>
2581 <signal name="clicked" handler="on_but_save_as_clicked"/>
2582 </widget>
2583 <packing>
2584 <property name="expand">False</property>
2585 <property name="fill">False</property>
2586 <property name="position">2</property>
2587 </packing>
2588 </child>
2589 <child>
2590 <widget class="GtkButton" id="but_remove1">
2591 <property name="visible">True</property>
2592 <property name="can_focus">True</property>
2593 <property name="label">gtk-clear</property>
2594 <property name="use_stock">True</property>
2595 <property name="response_id">0</property>
2596 <signal name="clicked" handler="on_but_remove_clicked"/>
2597 </widget>
2598 <packing>
2599 <property name="expand">False</property>
2600 <property name="fill">False</property>
2601 <property name="position">3</property>
2602 </packing>
2603 </child>
2604 </widget>
2605 <packing>
2606 <property name="expand">False</property>
2607 <property name="fill">False</property>
2608 <property name="position">8</property>
2609 </packing>
2610 </child>
2611 <child>
2612 <widget class="GtkComboBoxEntry" id="widget_combobox">
2613 <property name="visible">True</property>
2614 <child internal-child="entry">
2615 <widget class="GtkEntry" id="comboboxentry-entry1">
2616 </widget>
2617 </child>
2618 </widget>
2619 <packing>
2620 <property name="position">9</property>
2621 </packing>
2622 </child>
2623 <child>
2624 <widget class="GtkEntry" id="widget_char">
2625 <property name="visible">True</property>
2626 <property name="can_focus">True</property>
2627 <property name="invisible_char">*</property>
2628 </widget>
2629 <packing>
2630 <property name="expand">False</property>
2631 <property name="fill">False</property>
2632 <property name="position">10</property>
2633 </packing>
2634 </child>
2635 <child>
2636 <widget class="GtkHBox" id="widget_reference_model">
2637 <property name="visible">True</property>
2638 <property name="spacing">3</property>
2639 <child>
2640 <widget class="GtkComboBoxEntry" id="reference_model">
2641 <property name="visible">True</property>
2642 <child internal-child="entry">
2643 <widget class="GtkEntry" id="comboboxentry-entry2">
2644 </widget>
2645 </child>
2646 </widget>
2647 <packing>
2648 <property name="expand">False</property>
2649 </packing>
2650 </child>
2651 <child>
2652 <widget class="GtkLabel" id="label155">
2653 <property name="visible">True</property>
2654 <property name="xpad">5</property>
2655 <property name="label">-</property>
2656 </widget>
2657 <packing>
2658 <property name="expand">False</property>
2659 <property name="fill">False</property>
2660 <property name="position">1</property>
2661 </packing>
2662 </child>
2663 <child>
2664 <widget class="GtkEntry" id="reference_entry">
2665 <property name="visible">True</property>
2666 <property name="can_focus">True</property>
2667 <property name="invisible_char">*</property>
2668 <property name="width_chars">13</property>
2669 </widget>
2670 <packing>
2671 <property name="padding">2</property>
2672 <property name="position">2</property>
2673 </packing>
2674 </child>
2675 <child>
2676 <widget class="GtkButton" id="but_reference_new">
2677 <property name="visible">True</property>
2678 <property name="relief">GTK_RELIEF_NONE</property>
2679 <property name="response_id">0</property>
2680 <signal name="clicked" handler="on_reference_new_button_press"/>
2681 <child>
2682 <widget class="GtkImage" id="image1089">
2683 <property name="visible">True</property>
2684 <property name="stock">gtk-new</property>
2685 <property name="icon_size">1</property>
2686 </widget>
2687 </child>
2688 </widget>
2689 <packing>
2690 <property name="expand">False</property>
2691 <property name="fill">False</property>
2692 <property name="position">3</property>
2693 </packing>
2694 </child>
2695 <child>
2696 <widget class="GtkButton" id="but_reference_open">
2697 <property name="visible">True</property>
2698 <property name="relief">GTK_RELIEF_NONE</property>
2699 <property name="response_id">0</property>
2700 <signal name="clicked" handler="on_reference_edit_button_press" after="yes"/>
2701 <child>
2702 <widget class="GtkImage" id="ref_image_search">
2703 <property name="visible">True</property>
2704 <property name="stock">gtk-open</property>
2705 <property name="icon_size">1</property>
2706 </widget>
2707 </child>
2708 </widget>
2709 <packing>
2710 <property name="expand">False</property>
2711 <property name="fill">False</property>
2712 <property name="position">4</property>
2713 </packing>
2714 </child>
2715 </widget>
2716 <packing>
2717 <property name="position">11</property>
2718 </packing>
2719 </child>
2720 <child>
2721 <widget class="GtkVBox" id="widget_textbox_tag">
2722 <property name="visible">True</property>
2723 <child>
2724 <widget class="GtkToolbar" id="toolbar11">
2725 <property name="visible">True</property>
2726 <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
2727 <child>
2728 <widget class="GtkToggleToolButton" id="toggle_underline">
2729 <property name="visible">True</property>
2730 <property name="stock_id">gtk-underline</property>
2731 <signal name="toggled" handler="on_toggle_underline_toggled"/>
2732 </widget>
2733 <packing>
2734 <property name="expand">False</property>
2735 </packing>
2736 </child>
2737 <child>
2738 <widget class="GtkToggleToolButton" id="toggle_bold">
2739 <property name="visible">True</property>
2740 <property name="stock_id">gtk-bold</property>
2741 <signal name="toggled" handler="on_toggle_bold_toggled"/>
2742 </widget>
2743 <packing>
2744 <property name="expand">False</property>
2745 </packing>
2746 </child>
2747 <child>
2748 <widget class="GtkToggleToolButton" id="toggle_italic">
2749 <property name="visible">True</property>
2750 <property name="stock_id">gtk-italic</property>
2751 <signal name="toggled" handler="on_toggle_italic_toggled"/>
2752 </widget>
2753 <packing>
2754 <property name="expand">False</property>
2755 </packing>
2756 </child>
2757 <child>
2758 <widget class="GtkRadioToolButton" id="radioleft">
2759 <property name="visible">True</property>
2760 <property name="stock_id">gtk-justify-left</property>
2761 <signal name="toggled" handler="on_radioleft_toggled"/>
2762 </widget>
2763 <packing>
2764 <property name="expand">False</property>
2765 </packing>
2766 </child>
2767 <child>
2768 <widget class="GtkRadioToolButton" id="radiocenter">
2769 <property name="visible">True</property>
2770 <property name="stock_id">gtk-justify-center</property>
2771 <property name="group">radioleft</property>
2772 <signal name="toggled" handler="on_radiocenter_toggled"/>
2773 </widget>
2774 <packing>
2775 <property name="expand">False</property>
2776 </packing>
2777 </child>
2778 <child>
2779 <widget class="GtkRadioToolButton" id="radioright">
2780 <property name="visible">True</property>
2781 <property name="stock_id">gtk-justify-right</property>
2782 <property name="group">radioleft</property>
2783 <signal name="toggled" handler="on_radioright_toggled"/>
2784 </widget>
2785 <packing>
2786 <property name="expand">False</property>
2787 </packing>
2788 </child>
2789 <child>
2790 <widget class="GtkRadioToolButton" id="radiofill">
2791 <property name="visible">True</property>
2792 <property name="stock_id">gtk-justify-fill</property>
2793 <property name="group">radioleft</property>
2794 <signal name="toggled" handler="on_radiofill_toggled"/>
2795 </widget>
2796 <packing>
2797 <property name="expand">False</property>
2798 </packing>
2799 </child>
2800 </widget>
2801 <packing>
2802 <property name="expand">False</property>
2803 <property name="fill">False</property>
2804 </packing>
2805 </child>
2806 <child>
2807 <placeholder/>
2808 </child>
2809 <child>
2810 <widget class="GtkScrolledWindow" id="scrolledwindow31">
2811 <property name="visible">True</property>
2812 <property name="can_focus">True</property>
2813 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2814 <property name="window_placement">GTK_CORNER_BOTTOM_LEFT</property>
2815 <child>
2816 <widget class="GtkTextView" id="widget_textbox_tag_tv">
2817 <property name="visible">True</property>
2818 <property name="can_focus">True</property>
2819 </widget>
2820 </child>
2821 </widget>
2822 <packing>
2823 <property name="position">2</property>
2824 </packing>
2825 </child>
2826 </widget>
2827 <packing>
2828 <property name="position">12</property>
2829 </packing>
2830 </child>
2831 <child>
2832 <widget class="GtkVBox" id="widget_picture">
2833 <property name="visible">True</property>
2834 <child>
2835 <widget class="GtkImage" id="widget_picture_view">
2836 <property name="visible">True</property>
2837 <property name="stock">gtk-missing-image</property>
2838 </widget>
2839 </child>
2840 </widget>
2841 <packing>
2842 <property name="position">13</property>
2843 </packing>
2844 </child>
2845 <child>
2846 <widget class="GtkHBox" id="widget_time">
2847 <property name="visible">True</property>
2848 <child>
2849 <widget class="GtkEntry" id="widget_time_entry">
2850 <property name="visible">True</property>
2851 <property name="can_focus">True</property>
2852 <property name="max_length">5</property>
2853 <property name="invisible_char">*</property>
2854 <property name="width_chars">5</property>
2855 </widget>
2856 <packing>
2857 <property name="expand">False</property>
2858 </packing>
2859 </child>
2860 <child>
2861 <placeholder/>
2862 </child>
2863 </widget>
2864 <packing>
2865 <property name="position">14</property>
2866 </packing>
2867 </child>
2868 <child>
2869 <widget class="GtkScrolledWindow" id="widget_paned">
2870 <property name="height_request">172</property>
2871 <property name="visible">True</property>
2872 <property name="can_focus">True</property>
2873 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
2874 <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
2875 <child>
2876 <widget class="GtkViewport" id="widget_paned2">
2877 <property name="visible">True</property>
2878 <property name="shadow_type">GTK_SHADOW_NONE</property>
2879 <child>
2880 <widget class="GtkFrame" id="frame20">
2881 <property name="width_request">225</property>
2882 <property name="visible">True</property>
2883 <property name="border_width">3</property>
2884 <property name="label_xalign">0.5</property>
2885 <property name="shadow_type">GTK_SHADOW_IN</property>
2886 <child>
2887 <widget class="GtkAlignment" id="alignment56">
2888 <property name="visible">True</property>
2889 <property name="top_padding">8</property>
2890 <child>
2891 <widget class="GtkVBox" id="widget_paned_vbox">
2892 <property name="visible">True</property>
2893 <child>
2894 <placeholder/>
2895 </child>
2896 </widget>
2897 </child>
2898 </widget>
2899 </child>
2900 <child>
2901 <widget class="GtkHBox" id="hbox83">
2902 <property name="visible">True</property>
2903 <property name="spacing">5</property>
2904 <child>
2905 <widget class="GtkLabel" id="widget_paned_lab">
2906 <property name="visible">True</property>
2907 <property name="xalign">0</property>
2908 <property name="xpad">10</property>
2909 <property name="label">label46559</property>
2910 </widget>
2911 </child>
2912 <child>
2913 <widget class="GtkEventBox" id="eventbox21">
2914 <property name="visible">True</property>
2915 <signal name="button_press_event" handler="on_search_button_press_event"/>
2916 <child>
2917 <widget class="GtkImage" id="image4168">
2918 <property name="visible">True</property>
2919 <property name="stock">gtk-find</property>
2920 </widget>
2921 </child>
2922 </widget>
2923 <packing>
2924 <property name="expand">False</property>
2925 <property name="fill">False</property>
2926 <property name="position">1</property>
2927 </packing>
2928 </child>
2929 <child>
2930 <widget class="GtkEventBox" id="eventbox22">
2931 <property name="visible">True</property>
2932 <signal name="button_press_event" handler="on_open_button_press_event"/>
2933 <child>
2934 <widget class="GtkImage" id="image4167">
2935 <property name="visible">True</property>
2936 <property name="stock">gtk-open</property>
2937 </widget>
2938 </child>
2939 </widget>
2940 <packing>
2941 <property name="expand">False</property>
2942 <property name="fill">False</property>
2943 <property name="position">2</property>
2944 </packing>
2945 </child>
2946 <child>
2947 <widget class="GtkEventBox" id="eventbox23">
2948 <property name="visible">True</property>
2949 <signal name="button_press_event" handler="on_switch_button_press_event"/>
2950 <child>
2951 <widget class="GtkImage" id="image4166">
2952 <property name="visible">True</property>
2953 <property name="xpad">10</property>
2954 <property name="stock">gtk-justify-left</property>
2955 </widget>
2956 </child>
2957 </widget>
2958 <packing>
2959 <property name="expand">False</property>
2960 <property name="fill">False</property>
2961 <property name="position">3</property>
2962 </packing>
2963 </child>
2964 </widget>
2965 <packing>
2966 <property name="type">label_item</property>
2967 </packing>
2968 </child>
2969 </widget>
2970 </child>
2971 </widget>
2972 </child>
2973 </widget>
2974 <packing>
2975 <property name="position">15</property>
2976 </packing>
2977 </child>
2978 </widget>
2979 </child>
2980 </widget>
2981 </child>
2982 </widget>
2983 </child>
2984 </widget>
2985 <widget class="GtkDialog" id="dia_form_wid_calendar">
2986 <property name="visible">True</property>
2987 <property name="title" translatable="yes">Tiny ERP - Date selection</property>
2988 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2989 <child internal-child="vbox">
2990 <widget class="GtkVBox" id="dialog-vbox3">
2991 <property name="visible">True</property>
2992 <child>
2993 <widget class="GtkCalendar" id="cal_calendar">
2994 <property name="visible">True</property>
2995 <property name="can_focus">True</property>
2996 <signal name="button_press_event" handler="gtk_window_activate_default"/>
2997 </widget>
2998 <packing>
2999 <property name="position">2</property>
3000 </packing>
3001 </child>
3002 <child internal-child="action_area">
3003 <widget class="GtkHButtonBox" id="dialog-action_area3">
3004 <property name="visible">True</property>
3005 <property name="layout_style">GTK_BUTTONBOX_END</property>
3006 <child>
3007 <widget class="GtkButton" id="cancelbutton1">
3008 <property name="visible">True</property>
3009 <property name="can_focus">True</property>
3010 <property name="can_default">True</property>
3011 <property name="label">gtk-cancel</property>
3012 <property name="use_stock">True</property>
3013 <property name="response_id">-6</property>
3014 </widget>
3015 </child>
3016 <child>
3017 <widget class="GtkButton" id="okbutton3">
3018 <property name="visible">True</property>
3019 <property name="can_focus">True</property>
3020 <property name="has_focus">True</property>
3021 <property name="can_default">True</property>
3022 <property name="has_default">True</property>
3023 <property name="label">gtk-ok</property>
3024 <property name="use_stock">True</property>
3025 <property name="response_id">-5</property>
3026 </widget>
3027 <packing>
3028 <property name="position">1</property>
3029 </packing>
3030 </child>
3031 </widget>
3032 <packing>
3033 <property name="expand">False</property>
3034 <property name="pack_type">GTK_PACK_END</property>
3035 </packing>
3036 </child>
3037 </widget>
3038 </child>
3039 </widget>
3040 <widget class="GtkDialog" id="win_sur">
3041 <property name="width_request">350</property>
3042 <property name="height_request">143</property>
3043 <property name="title" translatable="yes">Tiny ERP - Confirmation</property>
3044 <property name="modal">True</property>
3045 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
3046 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3047 <child internal-child="vbox">
3048 <widget class="GtkVBox" id="dialog-vbox4">
3049 <property name="visible">True</property>
3050 <child>
3051 <widget class="GtkHBox" id="hbox28">
3052 <property name="visible">True</property>
3053 <child>
3054 <widget class="GtkImage" id="image144">
3055 <property name="visible">True</property>
3056 <property name="xpad">15</property>
3057 <property name="ypad">15</property>
3058 <property name="stock">gtk-dialog-question</property>
3059 <property name="icon_size">6</property>
3060 </widget>
3061 <packing>
3062 <property name="expand">False</property>
3063 <property name="fill">False</property>
3064 </packing>
3065 </child>
3066 <child>
3067 <widget class="GtkLabel" id="lab_question">
3068 <property name="width_request">200</property>
3069 <property name="height_request">60</property>
3070 <property name="visible">True</property>
3071 <property name="label" translatable="yes">Hello World!</property>
3072 </widget>
3073 <packing>
3074 <property name="position">1</property>
3075 </packing>
3076 </child>
3077 </widget>
3078 <packing>
3079 <property name="padding">4</property>
3080 <property name="position">2</property>
3081 </packing>
3082 </child>
3083 <child internal-child="action_area">
3084 <widget class="GtkHButtonBox" id="dialog-action_area4">
3085 <property name="visible">True</property>
3086 <property name="layout_style">GTK_BUTTONBOX_END</property>
3087 <child>
3088 <widget class="GtkButton" id="cancelbutton2">
3089 <property name="visible">True</property>
3090 <property name="can_focus">True</property>
3091 <property name="can_default">True</property>
3092 <property name="label">gtk-cancel</property>
3093 <property name="use_stock">True</property>
3094 <property name="response_id">-6</property>
3095 </widget>
3096 </child>
3097 <child>
3098 <widget class="GtkButton" id="okbutton4">
3099 <property name="visible">True</property>
3100 <property name="can_focus">True</property>
3101 <property name="can_default">True</property>
3102 <property name="label">gtk-ok</property>
3103 <property name="use_stock">True</property>
3104 <property name="response_id">-5</property>
3105 </widget>
3106 <packing>
3107 <property name="position">1</property>
3108 </packing>
3109 </child>
3110 </widget>
3111 <packing>
3112 <property name="expand">False</property>
3113 <property name="pack_type">GTK_PACK_END</property>
3114 </packing>
3115 </child>
3116 </widget>
3117 </child>
3118 </widget>
3119 <widget class="GtkDialog" id="win_selection">
3120 <property name="title" translatable="yes">Tiny ERP - Selection</property>
3121 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
3122 <property name="default_width">400</property>
3123 <property name="default_height">400</property>
3124 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3125 <child internal-child="vbox">
3126 <widget class="GtkVBox" id="dialog-vbox6">
3127 <property name="visible">True</property>
3128 <child>
3129 <widget class="GtkVBox" id="win_selection_vbox">
3130 <property name="visible">True</property>
3131 <child>
3132 <widget class="GtkLabel" id="win_sel_title">
3133 <property name="visible">True</property>
3134 <property name="label" translatable="yes">Your selection:</property>
3135 </widget>
3136 <packing>
3137 <property name="expand">False</property>
3138 <property name="fill">False</property>
3139 </packing>
3140 </child>
3141 <child>
3142 <widget class="GtkHSeparator" id="hseparator8">
3143 <property name="visible">True</property>
3144 </widget>
3145 <packing>
3146 <property name="expand">False</property>
3147 <property name="padding">3</property>
3148 <property name="position">1</property>
3149 </packing>
3150 </child>
3151 <child>
3152 <widget class="GtkScrolledWindow" id="scrolledwindow5">
3153 <property name="visible">True</property>
3154 <property name="can_focus">True</property>
3155 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3156 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3157 <child>
3158 <widget class="GtkTreeView" id="win_sel_tree">
3159 <property name="visible">True</property>
3160 <property name="can_focus">True</property>
3161 <property name="headers_visible">False</property>
3162 </widget>
3163 </child>
3164 </widget>
3165 <packing>
3166 <property name="position">2</property>
3167 </packing>
3168 </child>
3169 </widget>
3170 <packing>
3171 <property name="position">2</property>
3172 </packing>
3173 </child>
3174 <child internal-child="action_area">
3175 <widget class="GtkHButtonBox" id="dialog-action_area8">
3176 <property name="visible">True</property>
3177 <property name="layout_style">GTK_BUTTONBOX_END</property>
3178 <child>
3179 <widget class="GtkButton" id="cancelbutton5">
3180 <property name="visible">True</property>
3181 <property name="can_focus">True</property>
3182 <property name="can_default">True</property>
3183 <property name="label">gtk-cancel</property>
3184 <property name="use_stock">True</property>
3185 <property name="response_id">-6</property>
3186 <signal name="clicked" handler="on_cancelbutton5_clicked"/>
3187 </widget>
3188 </child>
3189 <child>
3190 <widget class="GtkButton" id="okbutton6">
3191 <property name="visible">True</property>
3192 <property name="can_focus">True</property>
3193 <property name="can_default">True</property>
3194 <property name="label">gtk-ok</property>
3195 <property name="use_stock">True</property>
3196 <property name="response_id">-5</property>
3197 <signal name="clicked" handler="on_okbutton6_clicked"/>
3198 </widget>
3199 <packing>
3200 <property name="position">1</property>
3201 </packing>
3202 </child>
3203 </widget>
3204 <packing>
3205 <property name="expand">False</property>
3206 <property name="pack_type">GTK_PACK_END</property>
3207 </packing>
3208 </child>
3209 </widget>
3210 </child>
3211 </widget>
3212 <widget class="GtkDialog" id="win_filter">
3213 <property name="visible">True</property>
3214 <property name="title" translatable="yes">Tiny ERP - Filter</property>
3215 <property name="default_width">780</property>
3216 <property name="default_height">550</property>
3217 <property name="destroy_with_parent">True</property>
3218 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3219 <child internal-child="vbox">
3220 <widget class="GtkVBox" id="dialog-vbox7">
3221 <property name="visible">True</property>
3222 <child>
3223 <widget class="GtkHBox" id="hbox15">
3224 <property name="visible">True</property>
3225 <property name="border_width">4</property>
3226 <child>
3227 <widget class="GtkLabel" id="label59">
3228 <property name="visible">True</property>
3229 <property name="xpad">5</property>
3230 <property name="label" translatable="yes">S_earch:</property>
3231 <property name="use_underline">True</property>
3232 <property name="mnemonic_widget">ent_search</property>
3233 </widget>
3234 <packing>
3235 <property name="expand">False</property>
3236 <property name="fill">False</property>
3237 </packing>
3238 </child>
3239 <child>
3240 <widget class="GtkEntry" id="ent_search">
3241 <property name="width_request">30</property>
3242 <property name="visible">True</property>
3243 <property name="can_focus">True</property>
3244 <property name="invisible_char">*</property>
3245 </widget>
3246 <packing>
3247 <property name="position">1</property>
3248 </packing>
3249 </child>
3250 <child>
3251 <widget class="GtkLabel" id="label60">
3252 <property name="visible">True</property>
3253 <property name="xpad">5</property>
3254 <property name="label" translatable="yes">on _field:</property>
3255 <property name="use_underline">True</property>
3256 </widget>
3257 <packing>
3258 <property name="expand">False</property>
3259 <property name="fill">False</property>
3260 <property name="position">2</property>
3261 </packing>
3262 </child>
3263 <child>
3264 <widget class="GtkComboBox" id="combo_field">
3265 <property name="visible">True</property>
3266 <property name="items" translatable="yes">test</property>
3267 </widget>
3268 <packing>
3269 <property name="position">3</property>
3270 </packing>
3271 </child>
3272 <child>
3273 <widget class="GtkButton" id="but_select">
3274 <property name="visible">True</property>
3275 <property name="can_focus">True</property>
3276 <property name="label" translatable="yes">_Select</property>
3277 <property name="relief">GTK_RELIEF_HALF</property>
3278 <property name="use_underline">True</property>
3279 <property name="response_id">0</property>
3280 <signal name="clicked" handler="on_but_select_clicked"/>
3281 </widget>
3282 <packing>
3283 <property name="expand">False</property>
3284 <property name="fill">False</property>
3285 <property name="padding">5</property>
3286 <property name="position">4</property>
3287 </packing>
3288 </child>
3289 <child>
3290 <widget class="GtkButton" id="but_unselect">
3291 <property name="visible">True</property>
3292 <property name="can_focus">True</property>
3293 <property name="label" translatable="yes">_Unselect</property>
3294 <property name="use_underline">True</property>
3295 <property name="response_id">0</property>
3296 <signal name="clicked" handler="on_but_unselect_clicked"/>
3297 </widget>
3298 <packing>
3299 <property name="expand">False</property>
3300 <property name="fill">False</property>
3301 <property name="position">5</property>
3302 </packing>
3303 </child>
3304 <child>
3305 <widget class="GtkVSeparator" id="vseparator5">
3306 <property name="visible">True</property>
3307 </widget>
3308 <packing>
3309 <property name="expand">False</property>
3310 <property name="fill">False</property>
3311 <property name="padding">4</property>
3312 <property name="position">6</property>
3313 </packing>
3314 </child>
3315 <child>
3316 <widget class="GtkLabel" id="label61">
3317 <property name="visible">True</property>
3318 <property name="label" translatable="yes">Filter:</property>
3319 </widget>
3320 <packing>
3321 <property name="expand">False</property>
3322 <property name="fill">False</property>
3323 <property name="padding">2</property>
3324 <property name="position">7</property>
3325 </packing>
3326 </child>
3327 <child>
3328 <widget class="GtkButton" id="but_sel_all">
3329 <property name="visible">True</property>
3330 <property name="can_focus">True</property>
3331 <property name="label" translatable="yes">AL_L</property>
3332 <property name="use_underline">True</property>
3333 <property name="response_id">0</property>
3334 <signal name="clicked" handler="on_but_sel_all_clicked"/>
3335 </widget>
3336 <packing>
3337 <property name="expand">False</property>
3338 <property name="fill">False</property>
3339 <property name="padding">2</property>
3340 <property name="position">8</property>
3341 </packing>
3342 </child>
3343 <child>
3344 <widget class="GtkButton" id="but_sel_none">
3345 <property name="visible">True</property>
3346 <property name="can_focus">True</property>
3347 <property name="label" translatable="yes">N_ONE</property>
3348 <property name="use_underline">True</property>
3349 <property name="response_id">0</property>
3350 <signal name="clicked" handler="on_but_sel_none_clicked"/>
3351 </widget>
3352 <packing>
3353 <property name="expand">False</property>
3354 <property name="fill">False</property>
3355 <property name="padding">2</property>
3356 <property name="position">9</property>
3357 </packing>
3358 </child>
3359 </widget>
3360 <packing>
3361 <property name="expand">False</property>
3362 <property name="position">2</property>
3363 </packing>
3364 </child>
3365 <child>
3366 <widget class="GtkHSeparator" id="hseparator9">
3367 <property name="visible">True</property>
3368 </widget>
3369 <packing>
3370 <property name="expand">False</property>
3371 <property name="padding">4</property>
3372 <property name="position">3</property>
3373 </packing>
3374 </child>
3375 <child>
3376 <widget class="GtkHPaned" id="filter_hpaned">
3377 <property name="visible">True</property>
3378 <property name="can_focus">True</property>
3379 <property name="position">560</property>
3380 <child>
3381 <widget class="GtkScrolledWindow" id="scrolledwindow4">
3382 <property name="visible">True</property>
3383 <property name="can_focus">True</property>
3384 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3385 <child>
3386 <widget class="GtkViewport" id="filter_vp_tree">
3387 <property name="visible">True</property>
3388 <property name="shadow_type">GTK_SHADOW_NONE</property>
3389 <child>
3390 <placeholder/>
3391 </child>
3392 </widget>
3393 </child>
3394 </widget>
3395 <packing>
3396 <property name="resize">False</property>
3397 <property name="shrink">True</property>
3398 </packing>
3399 </child>
3400 <child>
3401 <widget class="GtkVBox" id="filter_action_vbox">
3402 <property name="visible">True</property>
3403 <child>
3404 <widget class="GtkLabel" id="label108">
3405 <property name="visible">True</property>
3406 <property name="ypad">8</property>
3407 <property name="label" translatable="yes">&lt;b&gt;&lt;u&gt;Actions&lt;/u&gt;&lt;/b&gt;</property>
3408 <property name="use_markup">True</property>
3409 <property name="use_underline">True</property>
3410 </widget>
3411 <packing>
3412 <property name="expand">False</property>
3413 <property name="fill">False</property>
3414 </packing>
3415 </child>
3416 </widget>
3417 <packing>
3418 <property name="resize">True</property>
3419 <property name="shrink">True</property>
3420 </packing>
3421 </child>
3422 </widget>
3423 <packing>
3424 <property name="position">4</property>
3425 </packing>
3426 </child>
3427 <child internal-child="action_area">
3428 <widget class="GtkHButtonBox" id="dialog-action_area9">
3429 <property name="visible">True</property>
3430 <property name="layout_style">GTK_BUTTONBOX_END</property>
3431 <child>
3432 <widget class="GtkButton" id="cancelbutton6">
3433 <property name="visible">True</property>
3434 <property name="can_focus">True</property>
3435 <property name="can_default">True</property>
3436 <property name="label">gtk-cancel</property>
3437 <property name="use_stock">True</property>
3438 <property name="response_id">-6</property>
3439 </widget>
3440 </child>
3441 <child>
3442 <widget class="GtkButton" id="okbutton7">
3443 <property name="visible">True</property>
3444 <property name="can_focus">True</property>
3445 <property name="can_default">True</property>
3446 <property name="label">gtk-ok</property>
3447 <property name="use_stock">True</property>
3448 <property name="response_id">-5</property>
3449 </widget>
3450 <packing>
3451 <property name="position">1</property>
3452 </packing>
3453 </child>
3454 </widget>
3455 <packing>
3456 <property name="expand">False</property>
3457 <property name="pack_type">GTK_PACK_END</property>
3458 </packing>
3459 </child>
3460 </widget>
3461 </child>
3462 </widget>
3463 <widget class="GtkDialog" id="win_dialog">
3464 <property name="visible">True</property>
3465 <property name="title" translatable="yes">Tiny ERP - Dialog</property>
3466 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3467 <child internal-child="vbox">
3468 <widget class="GtkVBox" id="dia_vbox_main">
3469 <property name="visible">True</property>
3470 <child>
3471 <placeholder/>
3472 </child>
3473 <child internal-child="action_area">
3474 <widget class="GtkHButtonBox" id="dia_hbox_button">
3475 <property name="visible">True</property>
3476 <property name="layout_style">GTK_BUTTONBOX_END</property>
3477 </widget>
3478 <packing>
3479 <property name="expand">False</property>
3480 <property name="pack_type">GTK_PACK_END</property>
3481 </packing>
3482 </child>
3483 </widget>
3484 </child>
3485 </widget>
3486 <widget class="GtkMenu" id="menu_field_char">
3487 <child>
3488 <widget class="GtkImageMenuItem" id="item_default">
3489 <property name="visible">True</property>
3490 <property name="label" translatable="yes">Set to _Default</property>
3491 <property name="use_underline">True</property>
3492 <signal name="activate" handler="on_item_default_activate"/>
3493 <child internal-child="image">
3494 <widget class="GtkImage" id="image33">
3495 <property name="visible">True</property>
3496 <property name="stock">gtk-clear</property>
3497 <property name="icon_size">1</property>
3498 </widget>
3499 </child>
3500 </widget>
3501 </child>
3502 <child>
3503 <widget class="GtkMenuItem" id="separator4">
3504 <property name="visible">True</property>
3505 </widget>
3506 </child>
3507 <child>
3508 <widget class="GtkImageMenuItem" id="item_pref">
3509 <property name="visible">True</property>
3510 <property name="label" translatable="yes">Value _Preference</property>
3511 <property name="use_underline">True</property>
3512 <signal name="activate" handler="on_item_pref_activate"/>
3513 <child internal-child="image">
3514 <widget class="GtkImage" id="image34">
3515 <property name="visible">True</property>
3516 <property name="stock">gtk-select-color</property>
3517 <property name="icon_size">1</property>
3518 </widget>
3519 </child>
3520 </widget>
3521 </child>
3522 </widget>
3523 <widget class="GtkDialog" id="win_field_pref">
3524 <property name="width_request">440</property>
3525 <property name="height_request">268</property>
3526 <property name="title" translatable="yes">Tiny ERP, Field Preference target</property>
3527 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
3528 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3529 <child internal-child="vbox">
3530 <widget class="GtkVBox" id="dialog-vbox8">
3531 <property name="visible">True</property>
3532 <child>
3533 <widget class="GtkTable" id="table3">
3534 <property name="visible">True</property>
3535 <property name="border_width">4</property>
3536 <property name="n_rows">5</property>
3537 <property name="n_columns">2</property>
3538 <property name="column_spacing">5</property>
3539 <property name="row_spacing">4</property>
3540 <child>
3541 <widget class="GtkLabel" id="label64">
3542 <property name="visible">True</property>
3543 <property name="xalign">1</property>
3544 <property name="label" translatable="yes">Default _value:</property>
3545 <property name="use_underline">True</property>
3546 <property name="mnemonic_widget">ent_value</property>
3547 </widget>
3548 <packing>
3549 <property name="top_attach">2</property>
3550 <property name="bottom_attach">3</property>
3551 <property name="x_options">GTK_FILL</property>
3552 <property name="y_options"></property>
3553 </packing>
3554 </child>
3555 <child>
3556 <widget class="GtkEntry" id="ent_value">
3557 <property name="visible">True</property>
3558 <property name="sensitive">False</property>
3559 <property name="can_focus">True</property>
3560 <property name="editable">False</property>
3561 <property name="invisible_char">*</property>
3562 </widget>
3563 <packing>
3564 <property name="left_attach">1</property>
3565 <property name="right_attach">2</property>
3566 <property name="top_attach">2</property>
3567 <property name="bottom_attach">3</property>
3568 <property name="y_options"></property>
3569 </packing>
3570 </child>
3571 <child>
3572 <widget class="GtkEntry" id="ent_domain">
3573 <property name="visible">True</property>
3574 <property name="sensitive">False</property>
3575 <property name="can_focus">True</property>
3576 <property name="editable">False</property>
3577 <property name="invisible_char">*</property>
3578 </widget>
3579 <packing>
3580 <property name="left_attach">1</property>
3581 <property name="right_attach">2</property>
3582 <property name="top_attach">1</property>
3583 <property name="bottom_attach">2</property>
3584 <property name="y_options"></property>
3585 </packing>
3586 </child>
3587 <child>
3588 <widget class="GtkEntry" id="ent_field">
3589 <property name="visible">True</property>
3590 <property name="sensitive">False</property>
3591 <property name="can_focus">True</property>
3592 <property name="editable">False</property>
3593 <property name="invisible_char">*</property>
3594 </widget>
3595 <packing>
3596 <property name="left_attach">1</property>
3597 <property name="right_attach">2</property>
3598 <property name="y_options"></property>
3599 </packing>
3600 </child>
3601 <child>
3602 <widget class="GtkLabel" id="label66">
3603 <property name="visible">True</property>
3604 <property name="xalign">1</property>
3605 <property name="label" translatable="yes">_Domain:</property>
3606 <property name="use_underline">True</property>
3607 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3608 <property name="mnemonic_widget">ent_domain</property>
3609 </widget>
3610 <packing>
3611 <property name="top_attach">1</property>
3612 <property name="bottom_attach">2</property>
3613 <property name="x_options">GTK_FILL</property>
3614 <property name="y_options"></property>
3615 </packing>
3616 </child>
3617 <child>
3618 <widget class="GtkLabel" id="label63">
3619 <property name="visible">True</property>
3620 <property name="xalign">1</property>
3621 <property name="label" translatable="yes">Field _Name:</property>
3622 <property name="use_underline">True</property>
3623 <property name="justify">GTK_JUSTIFY_RIGHT</property>
3624 <property name="mnemonic_widget">ent_field</property>
3625 </widget>
3626 <packing>
3627 <property name="x_options">GTK_FILL</property>
3628 <property name="y_options"></property>
3629 </packing>
3630 </child>
3631 <child>
3632 <widget class="GtkFrame" id="frame5">
3633 <property name="visible">True</property>
3634 <property name="label_xalign">0</property>
3635 <child>
3636 <widget class="GtkAlignment" id="alignment12">
3637 <property name="visible">True</property>
3638 <property name="left_padding">12</property>
3639 <child>
3640 <widget class="GtkVBox" id="pref_vbox">
3641 <property name="visible">True</property>
3642 <child>
3643 <placeholder/>
3644 </child>
3645 </widget>
3646 </child>
3647 </widget>
3648 </child>
3649 <child>
3650 <widget class="GtkLabel" id="label115">
3651 <property name="visible">True</property>
3652 <property name="label" translatable="yes">&lt;b&gt;Value applicable if:&lt;/b&gt;</property>
3653 <property name="use_markup">True</property>
3654 </widget>
3655 <packing>
3656 <property name="type">label_item</property>
3657 </packing>
3658 </child>
3659 </widget>
3660 <packing>
3661 <property name="right_attach">2</property>
3662 <property name="top_attach">4</property>
3663 <property name="bottom_attach">5</property>
3664 <property name="x_options">GTK_FILL</property>
3665 </packing>
3666 </child>
3667 <child>
3668 <widget class="GtkFrame" id="frame6">
3669 <property name="visible">True</property>
3670 <property name="label_xalign">0</property>
3671 <child>
3672 <widget class="GtkAlignment" id="alignment13">
3673 <property name="visible">True</property>
3674 <property name="left_padding">12</property>
3675 <child>
3676 <widget class="GtkHBox" id="hbox40">
3677 <property name="visible">True</property>
3678 <property name="border_width">6</property>
3679 <property name="homogeneous">True</property>
3680 <child>
3681 <widget class="GtkRadioButton" id="radio_user_pref">
3682 <property name="visible">True</property>
3683 <property name="can_focus">True</property>
3684 <property name="label" translatable="yes">_only for you</property>
3685 <property name="use_underline">True</property>
3686 <property name="response_id">0</property>
3687 <property name="draw_indicator">True</property>
3688 </widget>
3689 <packing>
3690 <property name="expand">False</property>
3691 <property name="fill">False</property>
3692 </packing>
3693 </child>
3694 <child>
3695 <widget class="GtkRadioButton" id="radiobutton2">
3696 <property name="visible">True</property>
3697 <property name="can_focus">True</property>
3698 <property name="label" translatable="yes">for _all users</property>
3699 <property name="use_underline">True</property>
3700 <property name="response_id">0</property>
3701 <property name="active">True</property>
3702 <property name="draw_indicator">True</property>
3703 <property name="group">radio_user_pref</property>
3704 </widget>
3705 <packing>
3706 <property name="expand">False</property>
3707 <property name="fill">False</property>
3708 <property name="position">1</property>
3709 </packing>
3710 </child>
3711 </widget>
3712 </child>
3713 </widget>
3714 </child>
3715 <child>
3716 <widget class="GtkLabel" id="label116">
3717 <property name="visible">True</property>
3718 <property name="label" translatable="yes">&lt;b&gt;Value applicable for:&lt;/b&gt;</property>
3719 <property name="use_markup">True</property>
3720 </widget>
3721 <packing>
3722 <property name="type">label_item</property>
3723 </packing>
3724 </child>
3725 </widget>
3726 <packing>
3727 <property name="right_attach">2</property>
3728 <property name="top_attach">3</property>
3729 <property name="bottom_attach">4</property>
3730 <property name="x_options">GTK_FILL</property>
3731 <property name="y_options">GTK_FILL</property>
3732 </packing>
3733 </child>
3734 </widget>
3735 <packing>
3736 <property name="position">2</property>
3737 </packing>
3738 </child>
3739 <child internal-child="action_area">
3740 <widget class="GtkHButtonBox" id="dialog-action_area10">
3741 <property name="visible">True</property>
3742 <property name="layout_style">GTK_BUTTONBOX_END</property>
3743 <child>
3744 <widget class="GtkButton" id="cancelbutton7">
3745 <property name="visible">True</property>
3746 <property name="can_focus">True</property>
3747 <property name="can_default">True</property>
3748 <property name="label">gtk-cancel</property>
3749 <property name="use_stock">True</property>
3750 <property name="response_id">-6</property>
3751 </widget>
3752 </child>
3753 <child>
3754 <widget class="GtkButton" id="okbutton8">
3755 <property name="visible">True</property>
3756 <property name="can_focus">True</property>
3757 <property name="can_default">True</property>
3758 <property name="label">gtk-ok</property>
3759 <property name="use_stock">True</property>
3760 <property name="response_id">-5</property>
3761 </widget>
3762 <packing>
3763 <property name="position">1</property>
3764 </packing>
3765 </child>
3766 </widget>
3767 <packing>
3768 <property name="expand">False</property>
3769 <property name="pack_type">GTK_PACK_END</property>
3770 </packing>
3771 </child>
3772 </widget>
3773 </child>
3774 </widget>
3775 <widget class="GtkDialog" id="win_save_as">
3776 <property name="width_request">515</property>
3777 <property name="height_request">600</property>
3778 <property name="title" translatable="yes">Tiny ERP - Export to CSV</property>
3779 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
3780 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
3781 <child internal-child="vbox">
3782 <widget class="GtkVBox" id="dialog-vbox9">
3783 <property name="visible">True</property>
3784 <child>
3785 <widget class="GtkVBox" id="vbox15">
3786 <property name="visible">True</property>
3787 <child>
3788 <widget class="GtkFrame" id="frame19">
3789 <property name="height_request">60</property>
3790 <property name="visible">True</property>
3791 <property name="border_width">2</property>
3792 <property name="label_xalign">0</property>
3793 <property name="shadow_type">GTK_SHADOW_NONE</property>
3794 <child>
3795 <widget class="GtkAlignment" id="alignment45">
3796 <property name="visible">True</property>
3797 <property name="left_padding">12</property>
3798 <child>
3799 <widget class="GtkScrolledWindow" id="scrolledwindow">
3800 <property name="visible">True</property>
3801 <property name="can_focus">True</property>
3802 <property name="border_width">2</property>
3803 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3804 <child>
3805 <widget class="GtkViewport" id="predefined_exports">
3806 <property name="visible">True</property>
3807 <child>
3808 <placeholder/>
3809 </child>
3810 </widget>
3811 </child>
3812 </widget>
3813 </child>
3814 </widget>
3815 </child>
3816 <child>
3817 <widget class="GtkLabel" id="label263">
3818 <property name="visible">True</property>
3819 <property name="label" translatable="yes">&lt;b&gt;Predefined exports&lt;/b&gt;</property>
3820 <property name="use_markup">True</property>
3821 </widget>
3822 <packing>
3823 <property name="type">label_item</property>
3824 </packing>
3825 </child>
3826 </widget>
3827 </child>
3828 <child>
3829 <widget class="GtkHBox" id="hbox35">
3830 <property name="visible">True</property>
3831 <child>
3832 <widget class="GtkFrame" id="frame3">
3833 <property name="visible">True</property>
3834 <property name="label_xalign">0</property>
3835 <property name="shadow_type">GTK_SHADOW_NONE</property>
3836 <child>
3837 <widget class="GtkAlignment" id="alignment6">
3838 <property name="visible">True</property>
3839 <property name="left_padding">12</property>
3840 <child>
3841 <widget class="GtkScrolledWindow" id="scrolledwindow10">
3842 <property name="visible">True</property>
3843 <property name="can_focus">True</property>
3844 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3845 <child>
3846 <widget class="GtkViewport" id="exp_vp1">
3847 <property name="visible">True</property>
3848 <child>
3849 <placeholder/>
3850 </child>
3851 </widget>
3852 </child>
3853 </widget>
3854 </child>
3855 </widget>
3856 </child>
3857 <child>
3858 <widget class="GtkLabel" id="label109">
3859 <property name="visible">True</property>
3860 <property name="label" translatable="yes">&lt;b&gt;All fields&lt;/b&gt;</property>
3861 <property name="use_markup">True</property>
3862 </widget>
3863 <packing>
3864 <property name="type">label_item</property>
3865 </packing>
3866 </child>
3867 </widget>
3868 </child>
3869 <child>
3870 <widget class="GtkVBox" id="vbox25">
3871 <property name="visible">True</property>
3872 <property name="border_width">5</property>
3873 <property name="spacing">2</property>
3874 <property name="homogeneous">True</property>
3875 <child>
3876 <widget class="GtkButton" id="but_select1">
3877 <property name="visible">True</property>
3878 <property name="can_focus">True</property>
3879 <property name="response_id">0</property>
3880 <signal name="clicked" handler="on_but_select_clicked"/>
3881 <child>
3882 <widget class="GtkAlignment" id="alignment8">
3883 <property name="visible">True</property>
3884 <property name="xscale">0</property>
3885 <property name="yscale">0</property>
3886 <child>
3887 <widget class="GtkHBox" id="hbox36">
3888 <property name="visible">True</property>
3889 <property name="spacing">2</property>
3890 <child>
3891 <widget class="GtkImage" id="image353">
3892 <property name="visible">True</property>
3893 <property name="stock">gtk-go-forward</property>
3894 </widget>
3895 <packing>
3896 <property name="expand">False</property>
3897 <property name="fill">False</property>
3898 </packing>
3899 </child>
3900 <child>
3901 <widget class="GtkLabel" id="label111">
3902 <property name="visible">True</property>
3903 <property name="label" translatable="yes">_Add</property>
3904 <property name="use_underline">True</property>
3905 </widget>
3906 <packing>
3907 <property name="expand">False</property>
3908 <property name="fill">False</property>
3909 <property name="position">1</property>
3910 </packing>
3911 </child>
3912 </widget>
3913 </child>
3914 </widget>
3915 </child>
3916 </widget>
3917 <packing>
3918 <property name="expand">False</property>
3919 <property name="fill">False</property>
3920 </packing>
3921 </child>
3922 <child>
3923 <widget class="GtkButton" id="but_unselect1">
3924 <property name="visible">True</property>
3925 <property name="can_focus">True</property>
3926 <property name="response_id">0</property>
3927 <signal name="clicked" handler="on_but_unselect_clicked"/>
3928 <child>
3929 <widget class="GtkAlignment" id="alignment9">
3930 <property name="visible">True</property>
3931 <property name="xscale">0</property>
3932 <property name="yscale">0</property>
3933 <child>
3934 <widget class="GtkHBox" id="hbox37">
3935 <property name="visible">True</property>
3936 <property name="spacing">2</property>
3937 <child>
3938 <widget class="GtkImage" id="image354">
3939 <property name="visible">True</property>
3940 <property name="stock">gtk-go-back</property>
3941 </widget>
3942 <packing>
3943 <property name="expand">False</property>
3944 <property name="fill">False</property>
3945 </packing>
3946 </child>
3947 <child>
3948 <widget class="GtkLabel" id="label112">
3949 <property name="visible">True</property>
3950 <property name="label" translatable="yes">_Remove</property>
3951 <property name="use_underline">True</property>
3952 </widget>
3953 <packing>
3954 <property name="expand">False</property>
3955 <property name="fill">False</property>
3956 <property name="position">1</property>
3957 </packing>
3958 </child>
3959 </widget>
3960 </child>
3961 </widget>
3962 </child>
3963 </widget>
3964 <packing>
3965 <property name="expand">False</property>
3966 <property name="fill">False</property>
3967 <property name="position">1</property>
3968 </packing>
3969 </child>
3970 <child>
3971 <widget class="GtkButton" id="but_unselect_all">
3972 <property name="visible">True</property>
3973 <property name="can_focus">True</property>
3974 <property name="response_id">0</property>
3975 <signal name="clicked" handler="on_but_unselect_all_clicked"/>
3976 <child>
3977 <widget class="GtkAlignment" id="alignment10">
3978 <property name="visible">True</property>
3979 <property name="xscale">0</property>
3980 <property name="yscale">0</property>
3981 <child>
3982 <widget class="GtkHBox" id="hbox38">
3983 <property name="visible">True</property>
3984 <property name="spacing">2</property>
3985 <child>
3986 <widget class="GtkImage" id="image355">
3987 <property name="visible">True</property>
3988 <property name="stock">gtk-goto-first</property>
3989 </widget>
3990 <packing>
3991 <property name="expand">False</property>
3992 <property name="fill">False</property>
3993 </packing>
3994 </child>
3995 <child>
3996 <widget class="GtkLabel" id="label113">
3997 <property name="visible">True</property>
3998 <property name="label" translatable="yes">_Nothing</property>
3999 <property name="use_underline">True</property>
4000 </widget>
4001 <packing>
4002 <property name="expand">False</property>
4003 <property name="fill">False</property>
4004 <property name="position">1</property>
4005 </packing>
4006 </child>
4007 </widget>
4008 </child>
4009 </widget>
4010 </child>
4011 </widget>
4012 <packing>
4013 <property name="expand">False</property>
4014 <property name="fill">False</property>
4015 <property name="position">2</property>
4016 </packing>
4017 </child>
4018 <child>
4019 <widget class="GtkHSeparator" id="hseparator28">
4020 <property name="visible">True</property>
4021 </widget>
4022 <packing>
4023 <property name="expand">False</property>
4024 <property name="position">3</property>
4025 </packing>
4026 </child>
4027 <child>
4028 <widget class="GtkButton" id="button85">
4029 <property name="visible">True</property>
4030 <property name="can_focus">True</property>
4031 <property name="response_id">0</property>
4032 <signal name="clicked" handler="on_but_predefined_clicked"/>
4033 <child>
4034 <widget class="GtkAlignment" id="alignment46">
4035 <property name="visible">True</property>
4036 <property name="xscale">0</property>
4037 <property name="yscale">0</property>
4038 <child>
4039 <widget class="GtkHBox" id="hbox69">
4040 <property name="visible">True</property>
4041 <property name="spacing">2</property>
4042 <child>
4043 <widget class="GtkImage" id="image2906">
4044 <property name="visible">True</property>
4045 <property name="stock">gtk-add</property>
4046 </widget>
4047 <packing>
4048 <property name="expand">False</property>
4049 <property name="fill">False</property>
4050 </packing>
4051 </child>
4052 <child>
4053 <widget class="GtkLabel" id="label264">
4054 <property name="visible">True</property>
4055 <property name="label" translatable="yes">Save List</property>
4056 <property name="use_underline">True</property>
4057 <property name="justify">GTK_JUSTIFY_CENTER</property>
4058 </widget>
4059 <packing>
4060 <property name="expand">False</property>
4061 <property name="fill">False</property>
4062 <property name="position">1</property>
4063 </packing>
4064 </child>
4065 </widget>
4066 </child>
4067 </widget>
4068 </child>
4069 </widget>
4070 <packing>
4071 <property name="expand">False</property>
4072 <property name="fill">False</property>
4073 <property name="position">4</property>
4074 </packing>
4075 </child>
4076 </widget>
4077 <packing>
4078 <property name="expand">False</property>
4079 <property name="position">1</property>
4080 </packing>
4081 </child>
4082 <child>
4083 <widget class="GtkFrame" id="frame4">
4084 <property name="visible">True</property>
4085 <property name="label_xalign">0</property>
4086 <property name="shadow_type">GTK_SHADOW_NONE</property>
4087 <child>
4088 <widget class="GtkAlignment" id="alignment7">
4089 <property name="visible">True</property>
4090 <property name="left_padding">12</property>
4091 <child>
4092 <widget class="GtkScrolledWindow" id="scrolledwindow9">
4093 <property name="visible">True</property>
4094 <property name="can_focus">True</property>
4095 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4096 <child>
4097 <widget class="GtkViewport" id="exp_vp2">
4098 <property name="visible">True</property>
4099 <child>
4100 <placeholder/>
4101 </child>
4102 </widget>
4103 </child>
4104 </widget>
4105 </child>
4106 </widget>
4107 </child>
4108 <child>
4109 <widget class="GtkLabel" id="label110">
4110 <property name="visible">True</property>
4111 <property name="label" translatable="yes">&lt;b&gt;Fields to export&lt;/b&gt;</property>
4112 <property name="use_markup">True</property>
4113 </widget>
4114 <packing>
4115 <property name="type">label_item</property>
4116 </packing>
4117 </child>
4118 </widget>
4119 <packing>
4120 <property name="position">2</property>
4121 </packing>
4122 </child>
4123 </widget>
4124 <packing>
4125 <property name="position">1</property>
4126 </packing>
4127 </child>
4128 <child>
4129 <widget class="GtkFrame" id="frame2">
4130 <property name="visible">True</property>
4131 <property name="border_width">2</property>
4132 <property name="label_xalign">0</property>
4133 <child>
4134 <widget class="GtkHBox" id="hbox55">
4135 <property name="visible">True</property>
4136 <property name="border_width">2</property>
4137 <property name="spacing">2</property>
4138 <child>
4139 <widget class="GtkComboBox" id="win_saveas_combo">
4140 <property name="visible">True</property>
4141 <property name="items" translatable="yes">Open in Excel
4142 Save as CSV</property>
4143 </widget>
4144 </child>
4145 <child>
4146 <widget class="GtkVSeparator" id="vseparator9">
4147 <property name="visible">True</property>
4148 </widget>
4149 <packing>
4150 <property name="expand">False</property>
4151 <property name="fill">False</property>
4152 <property name="padding">10</property>
4153 <property name="position">1</property>
4154 </packing>
4155 </child>
4156 <child>
4157 <widget class="GtkCheckButton" id="add_field_names_cb">
4158 <property name="visible">True</property>
4159 <property name="can_focus">True</property>
4160 <property name="label" translatable="yes">Add _field names</property>
4161 <property name="use_underline">True</property>
4162 <property name="response_id">0</property>
4163 <property name="active">True</property>
4164 <property name="draw_indicator">True</property>
4165 </widget>
4166 <packing>
4167 <property name="expand">False</property>
4168 <property name="fill">False</property>
4169 <property name="position">2</property>
4170 </packing>
4171 </child>
4172 </widget>
4173 </child>
4174 <child>
4175 <widget class="GtkLabel" id="label81">
4176 <property name="visible">True</property>
4177 <property name="label" translatable="yes">&lt;b&gt;Opti_ons&lt;/b&gt;</property>
4178 <property name="use_markup">True</property>
4179 <property name="use_underline">True</property>
4180 </widget>
4181 <packing>
4182 <property name="type">label_item</property>
4183 </packing>
4184 </child>
4185 </widget>
4186 <packing>
4187 <property name="expand">False</property>
4188 <property name="padding">5</property>
4189 <property name="position">2</property>
4190 </packing>
4191 </child>
4192 </widget>
4193 <packing>
4194 <property name="position">2</property>
4195 </packing>
4196 </child>
4197 <child internal-child="action_area">
4198 <widget class="GtkHButtonBox" id="dialog-action_area11">
4199 <property name="visible">True</property>
4200 <property name="layout_style">GTK_BUTTONBOX_END</property>
4201 <child>
4202 <widget class="GtkButton" id="cancelbutton8">
4203 <property name="visible">True</property>
4204 <property name="can_focus">True</property>
4205 <property name="can_default">True</property>
4206 <property name="label">gtk-cancel</property>
4207 <property name="use_stock">True</property>
4208 <property name="response_id">-6</property>
4209 </widget>
4210 </child>
4211 <child>
4212 <widget class="GtkButton" id="okbutton9">
4213 <property name="visible">True</property>
4214 <property name="can_focus">True</property>
4215 <property name="can_default">True</property>
4216 <property name="label">gtk-ok</property>
4217 <property name="use_stock">True</property>
4218 <property name="response_id">-5</property>
4219 </widget>
4220 <packing>
4221 <property name="position">1</property>
4222 </packing>
4223 </child>
4224 </widget>
4225 <packing>
4226 <property name="expand">False</property>
4227 <property name="pack_type">GTK_PACK_END</property>
4228 </packing>
4229 </child>
4230 </widget>
4231 </child>
4232 </widget>
4233 <widget class="GtkDialog" id="win_search">
4234 <property name="width_request">777</property>
4235 <property name="height_request">500</property>
4236 <property name="title" translatable="yes">Tiny ERP - Search</property>
4237 <property name="modal">True</property>
4238 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
4239 <property name="default_width">777</property>
4240 <property name="default_height">500</property>
4241 <property name="destroy_with_parent">True</property>
4242 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4243 <child internal-child="vbox">
4244 <widget class="GtkVBox" id="dialog-vbox11">
4245 <property name="visible">True</property>
4246 <child>
4247 <widget class="GtkHBox" id="search_hbox">
4248 <property name="visible">True</property>
4249 <child>
4250 <placeholder/>
4251 </child>
4252 </widget>
4253 <packing>
4254 <property name="expand">False</property>
4255 <property name="fill">False</property>
4256 <property name="position">2</property>
4257 </packing>
4258 </child>
4259 <child>
4260 <widget class="GtkHSeparator" id="hseparator24">
4261 <property name="visible">True</property>
4262 </widget>
4263 <packing>
4264 <property name="expand">False</property>
4265 <property name="position">3</property>
4266 </packing>
4267 </child>
4268 <child>
4269 <widget class="GtkScrolledWindow" id="search_sw">
4270 <property name="visible">True</property>
4271 <property name="can_focus">True</property>
4272 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4273 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4274 <child>
4275 <placeholder/>
4276 </child>
4277 </widget>
4278 <packing>
4279 <property name="position">4</property>
4280 </packing>
4281 </child>
4282 <child internal-child="action_area">
4283 <widget class="GtkHButtonBox" id="dialog-action_area12">
4284 <property name="visible">True</property>
4285 <property name="layout_style">GTK_BUTTONBOX_END</property>
4286 <child>
4287 <widget class="GtkButton" id="button81">
4288 <property name="visible">True</property>
4289 <property name="can_focus">True</property>
4290 <property name="can_default">True</property>
4291 <property name="has_default">True</property>
4292 <property name="label">gtk-find</property>
4293 <property name="use_stock">True</property>
4294 <property name="response_id">-10</property>
4295 </widget>
4296 </child>
4297 <child>
4298 <widget class="GtkButton" id="cancelbutton9">
4299 <property name="visible">True</property>
4300 <property name="can_focus">True</property>
4301 <property name="can_default">True</property>
4302 <property name="label">gtk-cancel</property>
4303 <property name="use_stock">True</property>
4304 <property name="response_id">-6</property>
4305 <accelerator key="Escape" modifiers="" signal="clicked"/>
4306 </widget>
4307 <packing>
4308 <property name="position">1</property>
4309 </packing>
4310 </child>
4311 <child>
4312 <widget class="GtkButton" id="okbutton10">
4313 <property name="visible">True</property>
4314 <property name="can_focus">True</property>
4315 <property name="can_default">True</property>
4316 <property name="label">gtk-ok</property>
4317 <property name="use_stock">True</property>
4318 <property name="response_id">-5</property>
4319 </widget>
4320 <packing>
4321 <property name="position">2</property>
4322 </packing>
4323 </child>
4324 </widget>
4325 <packing>
4326 <property name="expand">False</property>
4327 <property name="pack_type">GTK_PACK_END</property>
4328 </packing>
4329 </child>
4330 </widget>
4331 </child>
4332 </widget>
4333 <widget class="GtkWindow" id="win_search_widget">
4334 <property name="visible">True</property>
4335 <property name="title" translatable="yes">Tiny ERP - Search Widgets</property>
4336 <child>
4337 <widget class="GtkVBox" id="vbox19">
4338 <property name="visible">True</property>
4339 <child>
4340 <widget class="GtkHBox" id="wid_sea_int">
4341 <property name="visible">True</property>
4342 <child>
4343 <widget class="GtkSpinButton" id="sea_spin1">
4344 <property name="width_request">65</property>
4345 <property name="visible">True</property>
4346 <property name="can_focus">True</property>
4347 <property name="adjustment">0 0 100 1 10 10</property>
4348 <property name="climb_rate">1</property>
4349 <property name="snap_to_ticks">True</property>
4350 <property name="wrap">True</property>
4351 <property name="update_policy">GTK_UPDATE_IF_VALID</property>
4352 </widget>
4353 <packing>
4354 <property name="expand">False</property>
4355 </packing>
4356 </child>
4357 <child>
4358 <widget class="GtkLabel" id="label94">
4359 <property name="visible">True</property>
4360 <property name="xpad">6</property>
4361 <property name="label" translatable="yes">-</property>
4362 </widget>
4363 <packing>
4364 <property name="expand">False</property>
4365 <property name="fill">False</property>
4366 <property name="position">1</property>
4367 </packing>
4368 </child>
4369 <child>
4370 <widget class="GtkSpinButton" id="sea_spin2">
4371 <property name="width_request">65</property>
4372 <property name="visible">True</property>
4373 <property name="can_focus">True</property>
4374 <property name="adjustment">0 0 100 1 10 10</property>
4375 <property name="climb_rate">1</property>
4376 <property name="snap_to_ticks">True</property>
4377 <property name="numeric">True</property>
4378 <property name="wrap">True</property>
4379 </widget>
4380 <packing>
4381 <property name="expand">False</property>
4382 <property name="position">2</property>
4383 </packing>
4384 </child>
4385 </widget>
4386 <packing>
4387 <property name="expand">False</property>
4388 </packing>
4389 </child>
4390 <child>
4391 <widget class="GtkHBox" id="wid_sea_cal">
4392 <property name="visible">True</property>
4393 <property name="spacing">3</property>
4394 <child>
4395 <widget class="GtkEntry" id="sea_ent1">
4396 <property name="visible">True</property>
4397 <property name="can_focus">True</property>
4398 <property name="tooltip" translatable="yes">Date de début</property>
4399 <property name="max_length">10</property>
4400 <property name="invisible_char">*</property>
4401 <property name="width_chars">10</property>
4402 </widget>
4403 <packing>
4404 <property name="expand">False</property>
4405 </packing>
4406 </child>
4407 <child>
4408 <widget class="GtkEventBox" id="eventbox16">
4409 <property name="visible">True</property>
4410 <signal name="button_press_event" handler="on_cal1_event"/>
4411 <child>
4412 <widget class="GtkImage" id="image94">
4413 <property name="visible">True</property>
4414 <property name="stock">gtk-zoom-in</property>
4415 </widget>
4416 </child>
4417 </widget>
4418 <packing>
4419 <property name="expand">False</property>
4420 <property name="position">1</property>
4421 </packing>
4422 </child>
4423 <child>
4424 <widget class="GtkLabel" id="label93">
4425 <property name="visible">True</property>
4426 <property name="xpad">3</property>
4427 <property name="label" translatable="yes">-</property>
4428 </widget>
4429 <packing>
4430 <property name="expand">False</property>
4431 <property name="fill">False</property>
4432 <property name="position">2</property>
4433 </packing>
4434 </child>
4435 <child>
4436 <widget class="GtkEntry" id="sea_ent2">
4437 <property name="visible">True</property>
4438 <property name="can_focus">True</property>
4439 <property name="max_length">10</property>
4440 <property name="invisible_char">*</property>
4441 <property name="width_chars">10</property>
4442 </widget>
4443 <packing>
4444 <property name="expand">False</property>
4445 <property name="position">3</property>
4446 </packing>
4447 </child>
4448 <child>
4449 <widget class="GtkEventBox" id="eventbox17">
4450 <property name="visible">True</property>
4451 <signal name="button_press_event" handler="on_cal2_event"/>
4452 <child>
4453 <widget class="GtkImage" id="image100">
4454 <property name="visible">True</property>
4455 <property name="stock">gtk-zoom-in</property>
4456 <signal name="button_press_event" handler="on_cal2_event"/>
4457 </widget>
4458 </child>
4459 </widget>
4460 <packing>
4461 <property name="expand">False</property>
4462 <property name="position">4</property>
4463 </packing>
4464 </child>
4465 </widget>
4466 <packing>
4467 <property name="expand">False</property>
4468 <property name="fill">False</property>
4469 <property name="position">1</property>
4470 </packing>
4471 </child>
4472 <child>
4473 <widget class="GtkEntry" id="win_sea_entry">
4474 <property name="width_request">51</property>
4475 <property name="visible">True</property>
4476 <property name="can_focus">True</property>
4477 <property name="invisible_char">*</property>
4478 <property name="width_chars">21</property>
4479 </widget>
4480 <packing>
4481 <property name="expand">False</property>
4482 <property name="fill">False</property>
4483 <property name="position">2</property>
4484 </packing>
4485 </child>
4486 <child>
4487 <widget class="GtkHBox" id="wid_sea_many2one">
4488 <property name="visible">True</property>
4489 <property name="spacing">3</property>
4490 <child>
4491 <widget class="GtkEntry" id="entry5">
4492 <property name="visible">True</property>
4493 <property name="can_focus">True</property>
4494 <property name="invisible_char">*</property>
4495 <property name="width_chars">13</property>
4496 </widget>
4497 </child>
4498 <child>
4499 <widget class="GtkEventBox" id="eventbox14">
4500 <property name="visible">True</property>
4501 <property name="tooltip" translatable="yes">Search with this name</property>
4502 <signal name="button_press_event" handler="on_reference_search_button_press"/>
4503 <child>
4504 <widget class="GtkImage" id="image95">
4505 <property name="visible">True</property>
4506 <property name="stock">gtk-zoom-in</property>
4507 </widget>
4508 </child>
4509 </widget>
4510 <packing>
4511 <property name="expand">False</property>
4512 <property name="fill">False</property>
4513 <property name="position">1</property>
4514 </packing>
4515 </child>
4516 <child>
4517 <widget class="GtkEventBox" id="eventbox15">
4518 <property name="visible">True</property>
4519 <property name="tooltip" translatable="yes">Clear the field</property>
4520 <signal name="button_press_event" handler="on_reference_clear_button_press"/>
4521 <child>
4522 <widget class="GtkImage" id="image96">
4523 <property name="width_request">25</property>
4524 <property name="visible">True</property>
4525 <property name="stock">gtk-clear</property>
4526 </widget>
4527 </child>
4528 </widget>
4529 <packing>
4530 <property name="expand">False</property>
4531 <property name="position">2</property>
4532 </packing>
4533 </child>
4534 </widget>
4535 <packing>
4536 <property name="expand">False</property>
4537 <property name="fill">False</property>
4538 <property name="position">3</property>
4539 </packing>
4540 </child>
4541 <child>
4542 <widget class="GtkHBox" id="wid_sea_check">
4543 <property name="visible">True</property>
4544 <child>
4545 <widget class="GtkOptionMenu" id="wid_sea_check_box">
4546 <property name="width_request">75</property>
4547 <property name="visible">True</property>
4548 <property name="can_focus">True</property>
4549 <property name="response_id">0</property>
4550 </widget>
4551 <packing>
4552 <property name="expand">False</property>
4553 <property name="fill">False</property>
4554 </packing>
4555 </child>
4556 </widget>
4557 <packing>
4558 <property name="expand">False</property>
4559 <property name="fill">False</property>
4560 <property name="position">4</property>
4561 </packing>
4562 </child>
4563 <child>
4564 <widget class="GtkHBox" id="wid_sea_check2">
4565 <property name="visible">True</property>
4566 <child>
4567 <widget class="GtkComboBoxEntry" id="combobox_checkbox">
4568 <property name="width_request">82</property>
4569 <property name="visible">True</property>
4570 <property name="items" translatable="yes">
4572 No</property>
4573 <child internal-child="entry">
4574 <widget class="GtkEntry" id="comboboxentry-entry3">
4575 </widget>
4576 </child>
4577 </widget>
4578 <packing>
4579 <property name="expand">False</property>
4580 </packing>
4581 </child>
4582 </widget>
4583 <packing>
4584 <property name="expand">False</property>
4585 <property name="fill">False</property>
4586 <property name="position">5</property>
4587 </packing>
4588 </child>
4589 </widget>
4590 </child>
4591 </widget>
4592 <widget class="GtkDialog" id="win_attach">
4593 <property name="title" translatable="yes">Tiny ERP - Attachment</property>
4594 <property name="modal">True</property>
4595 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
4596 <property name="default_width">740</property>
4597 <property name="default_height">590</property>
4598 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4599 <child internal-child="vbox">
4600 <widget class="GtkVBox" id="dialog-vbox13">
4601 <property name="visible">True</property>
4602 <child>
4603 <widget class="GtkVPaned" id="vpaned1">
4604 <property name="visible">True</property>
4605 <property name="can_focus">True</property>
4606 <property name="position">432</property>
4607 <child>
4608 <widget class="GtkHPaned" id="hpaned2">
4609 <property name="visible">True</property>
4610 <property name="can_focus">True</property>
4611 <property name="position">553</property>
4612 <child>
4613 <widget class="GtkVBox" id="vbox29">
4614 <property name="visible">True</property>
4615 <child>
4616 <widget class="GtkLabel" id="attach_filename">
4617 <property name="visible">True</property>
4618 <property name="label" translatable="yes">Filename:</property>
4619 </widget>
4620 <packing>
4621 <property name="expand">False</property>
4622 <property name="fill">False</property>
4623 </packing>
4624 </child>
4625 <child>
4626 <widget class="GtkScrolledWindow" id="scrolledwindow22">
4627 <property name="visible">True</property>
4628 <property name="can_focus">True</property>
4629 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4630 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4631 <property name="shadow_type">GTK_SHADOW_IN</property>
4632 <child>
4633 <widget class="GtkViewport" id="viewport3">
4634 <property name="visible">True</property>
4635 <child>
4636 <widget class="GtkImage" id="attach_image">
4637 <property name="visible">True</property>
4638 <property name="stock">gtk-cancel</property>
4639 <property name="icon_size">6</property>
4640 </widget>
4641 </child>
4642 </widget>
4643 </child>
4644 </widget>
4645 <packing>
4646 <property name="position">1</property>
4647 </packing>
4648 </child>
4649 </widget>
4650 <packing>
4651 <property name="resize">False</property>
4652 <property name="shrink">True</property>
4653 </packing>
4654 </child>
4655 <child>
4656 <widget class="GtkVBox" id="vbox28">
4657 <property name="visible">True</property>
4658 <child>
4659 <widget class="GtkLabel" id="attach_title">
4660 <property name="visible">True</property>
4661 <property name="label" translatable="yes">Description:</property>
4662 </widget>
4663 <packing>
4664 <property name="expand">False</property>
4665 <property name="fill">False</property>
4666 </packing>
4667 </child>
4668 <child>
4669 <widget class="GtkScrolledWindow" id="scrolledwindow21">
4670 <property name="visible">True</property>
4671 <property name="can_focus">True</property>
4672 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4673 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4674 <property name="shadow_type">GTK_SHADOW_IN</property>
4675 <child>
4676 <widget class="GtkTextView" id="attach_tv">
4677 <property name="visible">True</property>
4678 <property name="can_focus">True</property>
4679 </widget>
4680 </child>
4681 </widget>
4682 <packing>
4683 <property name="position">1</property>
4684 </packing>
4685 </child>
4686 <child>
4687 <widget class="GtkButton" id="button86">
4688 <property name="visible">True</property>
4689 <property name="can_focus">True</property>
4690 <property name="response_id">0</property>
4691 <signal name="clicked" handler="comment_save"/>
4692 <child>
4693 <widget class="GtkAlignment" id="alignment48">
4694 <property name="visible">True</property>
4695 <property name="xscale">0</property>
4696 <property name="yscale">0</property>
4697 <child>
4698 <widget class="GtkHBox" id="hbox72">
4699 <property name="visible">True</property>
4700 <property name="spacing">2</property>
4701 <child>
4702 <widget class="GtkImage" id="image3409">
4703 <property name="visible">True</property>
4704 <property name="stock">gtk-floppy</property>
4705 </widget>
4706 <packing>
4707 <property name="expand">False</property>
4708 <property name="fill">False</property>
4709 </packing>
4710 </child>
4711 <child>
4712 <widget class="GtkLabel" id="label273">
4713 <property name="visible">True</property>
4714 <property name="label" translatable="yes">Save text</property>
4715 <property name="use_underline">True</property>
4716 </widget>
4717 <packing>
4718 <property name="expand">False</property>
4719 <property name="fill">False</property>
4720 <property name="position">1</property>
4721 </packing>
4722 </child>
4723 </widget>
4724 </child>
4725 </widget>
4726 </child>
4727 </widget>
4728 <packing>
4729 <property name="expand">False</property>
4730 <property name="fill">False</property>
4731 <property name="position">2</property>
4732 </packing>
4733 </child>
4734 </widget>
4735 <packing>
4736 <property name="resize">True</property>
4737 <property name="shrink">True</property>
4738 </packing>
4739 </child>
4740 </widget>
4741 <packing>
4742 <property name="resize">False</property>
4743 <property name="shrink">True</property>
4744 </packing>
4745 </child>
4746 <child>
4747 <widget class="GtkHBox" id="attach_hbox">
4748 <property name="height_request">470</property>
4749 <property name="visible">True</property>
4750 <child>
4751 <widget class="GtkVBox" id="vbox27">
4752 <property name="width_request">121</property>
4753 <property name="visible">True</property>
4754 <child>
4755 <widget class="GtkButton" id="attach_but_add">
4756 <property name="visible">True</property>
4757 <property name="can_focus">True</property>
4758 <property name="label">gtk-add</property>
4759 <property name="use_stock">True</property>
4760 <property name="focus_on_click">False</property>
4761 <property name="response_id">0</property>
4762 <signal name="clicked" handler="on_attach_but_add_activate"/>
4763 </widget>
4764 <packing>
4765 <property name="expand">False</property>
4766 <property name="fill">False</property>
4767 </packing>
4768 </child>
4769 <child>
4770 <widget class="GtkButton" id="attach_but_link">
4771 <property name="visible">True</property>
4772 <property name="can_focus">True</property>
4773 <property name="response_id">0</property>
4774 <signal name="clicked" handler="on_attach_but_link_activate"/>
4775 <child>
4776 <widget class="GtkAlignment" id="alignment26">
4777 <property name="width_request">78</property>
4778 <property name="visible">True</property>
4779 <property name="xscale">0</property>
4780 <property name="yscale">0</property>
4781 <child>
4782 <widget class="GtkHBox" id="hbox58">
4783 <property name="visible">True</property>
4784 <property name="spacing">2</property>
4785 <child>
4786 <widget class="GtkImage" id="image1649">
4787 <property name="visible">True</property>
4788 <property name="stock">gtk-add</property>
4789 </widget>
4790 <packing>
4791 <property name="expand">False</property>
4792 <property name="fill">False</property>
4793 </packing>
4794 </child>
4795 <child>
4796 <widget class="GtkLabel" id="label160">
4797 <property name="visible">True</property>
4798 <property name="label">Add as link</property>
4799 <property name="use_underline">True</property>
4800 </widget>
4801 <packing>
4802 <property name="expand">False</property>
4803 <property name="fill">False</property>
4804 <property name="position">1</property>
4805 </packing>
4806 </child>
4807 </widget>
4808 </child>
4809 </widget>
4810 </child>
4811 </widget>
4812 <packing>
4813 <property name="expand">False</property>
4814 <property name="fill">False</property>
4815 <property name="position">1</property>
4816 </packing>
4817 </child>
4818 <child>
4819 <widget class="GtkButton" id="attach_but_save">
4820 <property name="visible">True</property>
4821 <property name="can_focus">True</property>
4822 <property name="label">gtk-save-as</property>
4823 <property name="use_stock">True</property>
4824 <property name="response_id">0</property>
4825 <signal name="clicked" handler="on_attach_but_save_activate"/>
4826 </widget>
4827 <packing>
4828 <property name="expand">False</property>
4829 <property name="fill">False</property>
4830 <property name="position">2</property>
4831 </packing>
4832 </child>
4833 <child>
4834 <widget class="GtkButton" id="attach_but_del">
4835 <property name="visible">True</property>
4836 <property name="can_focus">True</property>
4837 <property name="label">gtk-delete</property>
4838 <property name="use_stock">True</property>
4839 <property name="response_id">0</property>
4840 <signal name="clicked" handler="on_attach_but_del_activate"/>
4841 </widget>
4842 <packing>
4843 <property name="expand">False</property>
4844 <property name="fill">False</property>
4845 <property name="position">3</property>
4846 </packing>
4847 </child>
4848 </widget>
4849 <packing>
4850 <property name="expand">False</property>
4851 <property name="fill">False</property>
4852 </packing>
4853 </child>
4854 <child>
4855 <widget class="GtkAlignment" id="alignment47">
4856 <property name="visible">True</property>
4857 <child>
4858 <widget class="GtkScrolledWindow" id="scrolledwindow41">
4859 <property name="visible">True</property>
4860 <property name="can_focus">True</property>
4861 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4862 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4863 <property name="shadow_type">GTK_SHADOW_IN</property>
4864 <child>
4865 <widget class="GtkViewport" id="vp_attach">
4866 <property name="visible">True</property>
4867 <child>
4868 <placeholder/>
4869 </child>
4870 </widget>
4871 </child>
4872 </widget>
4873 </child>
4874 </widget>
4875 <packing>
4876 <property name="position">1</property>
4877 </packing>
4878 </child>
4879 </widget>
4880 <packing>
4881 <property name="resize">True</property>
4882 <property name="shrink">True</property>
4883 </packing>
4884 </child>
4885 </widget>
4886 <packing>
4887 <property name="position">2</property>
4888 </packing>
4889 </child>
4890 <child internal-child="action_area">
4891 <widget class="GtkHButtonBox" id="dialog-action_area16">
4892 <property name="visible">True</property>
4893 <property name="layout_style">GTK_BUTTONBOX_END</property>
4894 <child>
4895 <widget class="GtkButton" id="okbutton13">
4896 <property name="visible">True</property>
4897 <property name="can_focus">True</property>
4898 <property name="can_default">True</property>
4899 <property name="label">gtk-close</property>
4900 <property name="use_stock">True</property>
4901 <property name="response_id">-7</property>
4902 </widget>
4903 </child>
4904 </widget>
4905 <packing>
4906 <property name="expand">False</property>
4907 <property name="pack_type">GTK_PACK_END</property>
4908 </packing>
4909 </child>
4910 </widget>
4911 </child>
4912 </widget>
4913 <widget class="GtkDialog" id="win_error">
4914 <property name="title" translatable="yes">Tiny ERP - Error</property>
4915 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
4916 <property name="default_width">700</property>
4917 <property name="default_height">580</property>
4918 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
4919 <child internal-child="vbox">
4920 <widget class="GtkVBox" id="dialog-vbox10">
4921 <property name="visible">True</property>
4922 <child>
4923 <widget class="GtkVBox" id="vbox22">
4924 <property name="visible">True</property>
4925 <child>
4926 <widget class="GtkLabel" id="label101">
4927 <property name="visible">True</property>
4928 <property name="xalign">0.49000000953674316</property>
4929 <property name="label" translatable="yes">Application Error!</property>
4930 </widget>
4931 <packing>
4932 <property name="expand">False</property>
4933 <property name="fill">False</property>
4934 </packing>
4935 </child>
4936 <child>
4937 <widget class="GtkHSeparator" id="hseparator16">
4938 <property name="visible">True</property>
4939 </widget>
4940 <packing>
4941 <property name="expand">False</property>
4942 <property name="padding">5</property>
4943 <property name="position">1</property>
4944 </packing>
4945 </child>
4946 <child>
4947 <widget class="GtkNotebook" id="notebook3">
4948 <property name="visible">True</property>
4949 <property name="can_focus">True</property>
4950 <child>
4951 <widget class="GtkHBox" id="hbox33">
4952 <property name="visible">True</property>
4953 <child>
4954 <widget class="GtkImage" id="image168">
4955 <property name="visible">True</property>
4956 <property name="yalign">0.18000000715255737</property>
4957 <property name="stock">gtk-dialog-warning</property>
4958 <property name="icon_size">6</property>
4959 </widget>
4960 <packing>
4961 <property name="expand">False</property>
4962 <property name="padding">10</property>
4963 </packing>
4964 </child>
4965 <child>
4966 <widget class="GtkVBox" id="vbox61">
4967 <property name="visible">True</property>
4968 <child>
4969 <widget class="GtkScrolledWindow" id="scrolledwindow45">
4970 <property name="visible">True</property>
4971 <property name="can_focus">True</property>
4972 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4973 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
4974 <child>
4975 <widget class="GtkViewport" id="viewport6">
4976 <property name="visible">True</property>
4977 <property name="shadow_type">GTK_SHADOW_NONE</property>
4978 <child>
4979 <widget class="GtkVBox" id="vbox60">
4980 <property name="visible">True</property>
4981 <property name="spacing">10</property>
4982 <child>
4983 <widget class="GtkLabel" id="error_title">
4984 <property name="visible">True</property>
4985 <property name="xalign">0</property>
4986 <property name="xpad">254</property>
4987 <property name="ypad">14</property>
4988 <property name="label" translatable="yes">&lt;b&gt;Error 404&lt;/b&gt;</property>
4989 <property name="use_markup">True</property>
4990 </widget>
4991 <packing>
4992 <property name="expand">False</property>
4993 <property name="fill">False</property>
4994 </packing>
4995 </child>
4996 <child>
4997 <widget class="GtkLabel" id="label107">
4998 <property name="visible">True</property>
4999 <property name="xalign">0</property>
5000 <property name="yalign">0.40999999642372131</property>
5001 <property name="xpad">10</property>
5002 <property name="label" translatable="yes">&lt;b&gt;Error code:&lt;/b&gt;</property>
5003 <property name="use_markup">True</property>
5004 <property name="use_underline">True</property>
5005 <property name="mnemonic_widget">scrolledwindow45</property>
5006 </widget>
5007 <packing>
5008 <property name="expand">False</property>
5009 <property name="fill">False</property>
5010 <property name="position">1</property>
5011 </packing>
5012 </child>
5013 <child>
5014 <widget class="GtkLabel" id="error_info">
5015 <property name="visible">True</property>
5016 <property name="can_focus">True</property>
5017 <property name="xalign">0</property>
5018 <property name="xpad">10</property>
5019 <property name="label" translatable="yes">This Page does not exist !
5020 Please retry</property>
5021 <property name="selectable">True</property>
5022 </widget>
5023 <packing>
5024 <property name="expand">False</property>
5025 <property name="fill">False</property>
5026 <property name="position">2</property>
5027 </packing>
5028 </child>
5029 </widget>
5030 </child>
5031 </widget>
5032 </child>
5033 </widget>
5034 </child>
5035 <child>
5036 <widget class="GtkLabel" id="label132">
5037 <property name="visible">True</property>
5038 <property name="xalign">1</property>
5039 <property name="yalign">1</property>
5040 <property name="xpad">10</property>
5041 <property name="ypad">10</property>
5042 <property name="label" translatable="yes">&lt;i&gt;Click on the Support Request tab if you need more help !&lt;/i&gt;</property>
5043 <property name="use_markup">True</property>
5044 </widget>
5045 <packing>
5046 <property name="expand">False</property>
5047 <property name="position">1</property>
5048 </packing>
5049 </child>
5050 </widget>
5051 <packing>
5052 <property name="position">1</property>
5053 </packing>
5054 </child>
5055 </widget>
5056 </child>
5057 <child>
5058 <widget class="GtkLabel" id="label102">
5059 <property name="visible">True</property>
5060 <property name="xpad">5</property>
5061 <property name="label" translatable="yes">De_scription</property>
5062 <property name="use_underline">True</property>
5063 </widget>
5064 <packing>
5065 <property name="type">tab</property>
5066 <property name="tab_fill">False</property>
5067 </packing>
5068 </child>
5069 <child>
5070 <widget class="GtkScrolledWindow" id="scrolledwindow17">
5071 <property name="visible">True</property>
5072 <property name="can_focus">True</property>
5073 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5074 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5075 <child>
5076 <widget class="GtkViewport" id="viewport2">
5077 <property name="visible">True</property>
5078 <property name="shadow_type">GTK_SHADOW_NONE</property>
5079 <child>
5080 <widget class="GtkTextView" id="error_details">
5081 <property name="visible">True</property>
5082 <property name="can_focus">True</property>
5083 <property name="editable">False</property>
5084 <property name="left_margin">4</property>
5085 <property name="right_margin">4</property>
5086 <property name="cursor_visible">False</property>
5087 <property name="text" translatable="yes">Error details</property>
5088 </widget>
5089 </child>
5090 </widget>
5091 </child>
5092 </widget>
5093 <packing>
5094 <property name="position">1</property>
5095 </packing>
5096 </child>
5097 <child>
5098 <widget class="GtkLabel" id="label103">
5099 <property name="visible">True</property>
5100 <property name="xpad">5</property>
5101 <property name="label" translatable="yes">_Details</property>
5102 <property name="use_markup">True</property>
5103 <property name="use_underline">True</property>
5104 </widget>
5105 <packing>
5106 <property name="type">tab</property>
5107 <property name="position">1</property>
5108 <property name="tab_fill">False</property>
5109 </packing>
5110 </child>
5111 <child>
5112 <widget class="GtkScrolledWindow" id="scrolledwindow18">
5113 <property name="visible">True</property>
5114 <property name="can_focus">True</property>
5115 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5116 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5117 <child>
5118 <widget class="GtkViewport" id="viewport4">
5119 <property name="visible">True</property>
5120 <child>
5121 <widget class="GtkVBox" id="vbox1">
5122 <property name="visible">True</property>
5123 <child>
5124 <widget class="GtkLabel" id="label119">
5125 <property name="visible">True</property>
5126 <property name="xalign">0</property>
5127 <property name="xpad">10</property>
5128 <property name="ypad">10</property>
5129 <property name="label" translatable="yes">&lt;b&gt;Complete this form to submit your bug and/or request a support.&lt;/b&gt;
5130 &lt;i&gt;
5131 Your request will be send to Tiny ERP and we will reply you shortly.
5132 Note that we may not reply you if your Service Company is not a Tiny ERP partner.
5133 &lt;/i&gt;</property>
5134 <property name="use_markup">True</property>
5135 </widget>
5136 <packing>
5137 <property name="expand">False</property>
5138 <property name="fill">False</property>
5139 </packing>
5140 </child>
5141 <child>
5142 <widget class="GtkHSeparator" id="hseparator19">
5143 <property name="visible">True</property>
5144 </widget>
5145 <packing>
5146 <property name="expand">False</property>
5147 <property name="padding">3</property>
5148 <property name="position">1</property>
5149 </packing>
5150 </child>
5151 <child>
5152 <widget class="GtkTable" id="table6">
5153 <property name="visible">True</property>
5154 <property name="border_width">10</property>
5155 <property name="n_rows">8</property>
5156 <property name="n_columns">4</property>
5157 <property name="column_spacing">5</property>
5158 <property name="row_spacing">5</property>
5159 <child>
5160 <widget class="GtkLabel" id="label120">
5161 <property name="visible">True</property>
5162 <property name="xalign">1</property>
5163 <property name="label" translatable="yes">&lt;b&gt;Your name:&lt;/b&gt;</property>
5164 <property name="use_markup">True</property>
5165 </widget>
5166 <packing>
5167 <property name="top_attach">1</property>
5168 <property name="bottom_attach">2</property>
5169 <property name="x_options">GTK_FILL</property>
5170 <property name="y_options"></property>
5171 </packing>
5172 </child>
5173 <child>
5174 <widget class="GtkLabel" id="label121">
5175 <property name="visible">True</property>
5176 <property name="xalign">1</property>
5177 <property name="label" translatable="yes">&lt;b&gt;Your Company:&lt;/b&gt;</property>
5178 <property name="use_markup">True</property>
5179 </widget>
5180 <packing>
5181 <property name="top_attach">2</property>
5182 <property name="bottom_attach">3</property>
5183 <property name="x_options">GTK_FILL</property>
5184 <property name="y_options"></property>
5185 </packing>
5186 </child>
5187 <child>
5188 <widget class="GtkLabel" id="label128">
5189 <property name="visible">True</property>
5190 <property name="xalign">1</property>
5191 <property name="label" translatable="yes">&lt;b&gt;Your Email:&lt;/b&gt;</property>
5192 <property name="use_markup">True</property>
5193 </widget>
5194 <packing>
5195 <property name="top_attach">3</property>
5196 <property name="bottom_attach">4</property>
5197 <property name="x_options">GTK_FILL</property>
5198 <property name="y_options"></property>
5199 </packing>
5200 </child>
5201 <child>
5202 <widget class="GtkEntry" id="name_entry">
5203 <property name="visible">True</property>
5204 <property name="can_focus">True</property>
5205 <property name="invisible_char">*</property>
5206 </widget>
5207 <packing>
5208 <property name="left_attach">1</property>
5209 <property name="right_attach">4</property>
5210 <property name="top_attach">1</property>
5211 <property name="bottom_attach">2</property>
5212 <property name="y_options"></property>
5213 </packing>
5214 </child>
5215 <child>
5216 <widget class="GtkEntry" id="company_entry">
5217 <property name="visible">True</property>
5218 <property name="can_focus">True</property>
5219 <property name="invisible_char">*</property>
5220 </widget>
5221 <packing>
5222 <property name="left_attach">1</property>
5223 <property name="right_attach">4</property>
5224 <property name="top_attach">2</property>
5225 <property name="bottom_attach">3</property>
5226 <property name="y_options"></property>
5227 </packing>
5228 </child>
5229 <child>
5230 <widget class="GtkLabel" id="label125">
5231 <property name="visible">True</property>
5232 <property name="xalign">1</property>
5233 <property name="yalign">0.019999999552965164</property>
5234 <property name="label" translatable="yes">Explain what you did:</property>
5235 </widget>
5236 <packing>
5237 <property name="top_attach">5</property>
5238 <property name="bottom_attach">6</property>
5239 <property name="x_options">GTK_FILL</property>
5240 <property name="y_options"></property>
5241 </packing>
5242 </child>
5243 <child>
5244 <widget class="GtkLabel" id="label130">
5245 <property name="visible">True</property>
5246 <property name="xalign">1</property>
5247 <property name="yalign">0.019999999552965164</property>
5248 <property name="label" translatable="yes">Others Comments:</property>
5249 </widget>
5250 <packing>
5251 <property name="top_attach">6</property>
5252 <property name="bottom_attach">7</property>
5253 <property name="x_options">GTK_FILL</property>
5254 <property name="y_options"></property>
5255 </packing>
5256 </child>
5257 <child>
5258 <widget class="GtkScrolledWindow" id="scrolledwindow20">
5259 <property name="visible">True</property>
5260 <property name="can_focus">True</property>
5261 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5262 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5263 <property name="shadow_type">GTK_SHADOW_IN</property>
5264 <child>
5265 <widget class="GtkTextView" id="remarks_textview">
5266 <property name="visible">True</property>
5267 <property name="can_focus">True</property>
5268 </widget>
5269 </child>
5270 </widget>
5271 <packing>
5272 <property name="left_attach">1</property>
5273 <property name="right_attach">4</property>
5274 <property name="top_attach">6</property>
5275 <property name="bottom_attach">7</property>
5276 <property name="x_options">GTK_FILL</property>
5277 <property name="y_options">GTK_FILL</property>
5278 </packing>
5279 </child>
5280 <child>
5281 <widget class="GtkScrolledWindow" id="scrolledwindow1">
5282 <property name="visible">True</property>
5283 <property name="can_focus">True</property>
5284 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5285 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5286 <property name="shadow_type">GTK_SHADOW_IN</property>
5287 <child>
5288 <widget class="GtkTextView" id="explanation_textview">
5289 <property name="visible">True</property>
5290 <property name="can_focus">True</property>
5291 </widget>
5292 </child>
5293 </widget>
5294 <packing>
5295 <property name="left_attach">1</property>
5296 <property name="right_attach">4</property>
5297 <property name="top_attach">5</property>
5298 <property name="bottom_attach">6</property>
5299 <property name="x_options">GTK_FILL</property>
5300 <property name="y_options">GTK_FILL</property>
5301 </packing>
5302 </child>
5303 <child>
5304 <widget class="GtkHBox" id="hbox44">
5305 <property name="visible">True</property>
5306 <child>
5307 <widget class="GtkButton" id="button_send">
5308 <property name="visible">True</property>
5309 <property name="can_focus">True</property>
5310 <property name="response_id">0</property>
5311 <signal name="clicked" handler="on_button_send_clicked"/>
5312 <child>
5313 <widget class="GtkAlignment" id="alignment16">
5314 <property name="visible">True</property>
5315 <property name="xscale">0</property>
5316 <property name="yscale">0</property>
5317 <child>
5318 <widget class="GtkHBox" id="hbox43">
5319 <property name="visible">True</property>
5320 <property name="spacing">2</property>
5321 <child>
5322 <widget class="GtkImage" id="image420">
5323 <property name="visible">True</property>
5324 <property name="stock">gtk-execute</property>
5325 </widget>
5326 <packing>
5327 <property name="expand">False</property>
5328 <property name="fill">False</property>
5329 </packing>
5330 </child>
5331 <child>
5332 <widget class="GtkLabel" id="label127">
5333 <property name="visible">True</property>
5334 <property name="label" translatable="yes">Send Support Request</property>
5335 <property name="use_underline">True</property>
5336 </widget>
5337 <packing>
5338 <property name="expand">False</property>
5339 <property name="fill">False</property>
5340 <property name="position">1</property>
5341 </packing>
5342 </child>
5343 </widget>
5344 </child>
5345 </widget>
5346 </child>
5347 </widget>
5348 <packing>
5349 <property name="expand">False</property>
5350 <property name="fill">False</property>
5351 <property name="pack_type">GTK_PACK_END</property>
5352 </packing>
5353 </child>
5354 </widget>
5355 <packing>
5356 <property name="right_attach">4</property>
5357 <property name="top_attach">7</property>
5358 <property name="bottom_attach">8</property>
5359 <property name="x_options">GTK_FILL</property>
5360 <property name="y_options">GTK_FILL</property>
5361 </packing>
5362 </child>
5363 <child>
5364 <widget class="GtkLabel" id="label161">
5365 <property name="visible">True</property>
5366 <property name="xalign">1</property>
5367 <property name="label" translatable="yes">&lt;b&gt;support contract id&lt;/b&gt;</property>
5368 <property name="use_markup">True</property>
5369 </widget>
5370 <packing>
5371 <property name="x_options">GTK_FILL</property>
5372 <property name="y_options"></property>
5373 </packing>
5374 </child>
5375 <child>
5376 <widget class="GtkEntry" id="id_entry">
5377 <property name="visible">True</property>
5378 <property name="can_focus">True</property>
5379 <property name="invisible_char">*</property>
5380 </widget>
5381 <packing>
5382 <property name="left_attach">1</property>
5383 <property name="right_attach">4</property>
5384 <property name="y_options"></property>
5385 </packing>
5386 </child>
5387 <child>
5388 <widget class="GtkComboBoxEntry" id="urgency_combo">
5389 <property name="visible">True</property>
5390 <property name="items" translatable="yes">Not Urgent
5391 Medium
5392 Urgent
5393 Very Urgent</property>
5394 <child internal-child="entry">
5395 <widget class="GtkEntry" id="comboboxentry-entry4">
5396 </widget>
5397 </child>
5398 </widget>
5399 <packing>
5400 <property name="left_attach">3</property>
5401 <property name="right_attach">4</property>
5402 <property name="top_attach">4</property>
5403 <property name="bottom_attach">5</property>
5404 <property name="x_options">GTK_FILL</property>
5405 <property name="y_options">GTK_FILL</property>
5406 </packing>
5407 </child>
5408 <child>
5409 <widget class="GtkLabel" id="label131">
5410 <property name="visible">True</property>
5411 <property name="xalign">1</property>
5412 <property name="label" translatable="yes">Emergency:</property>
5413 </widget>
5414 <packing>
5415 <property name="left_attach">2</property>
5416 <property name="right_attach">3</property>
5417 <property name="top_attach">4</property>
5418 <property name="bottom_attach">5</property>
5419 <property name="x_options">GTK_FILL</property>
5420 <property name="y_options"></property>
5421 </packing>
5422 </child>
5423 <child>
5424 <widget class="GtkLabel" id="label129">
5425 <property name="visible">True</property>
5426 <property name="xalign">1</property>
5427 <property name="label" translatable="yes">Phone Number:</property>
5428 </widget>
5429 <packing>
5430 <property name="top_attach">4</property>
5431 <property name="bottom_attach">5</property>
5432 <property name="x_options">GTK_FILL</property>
5433 <property name="y_options"></property>
5434 </packing>
5435 </child>
5436 <child>
5437 <widget class="GtkEntry" id="phone_entry">
5438 <property name="visible">True</property>
5439 <property name="can_focus">True</property>
5440 <property name="invisible_char">*</property>
5441 </widget>
5442 <packing>
5443 <property name="left_attach">1</property>
5444 <property name="right_attach">2</property>
5445 <property name="top_attach">4</property>
5446 <property name="bottom_attach">5</property>
5447 <property name="y_options"></property>
5448 </packing>
5449 </child>
5450 <child>
5451 <widget class="GtkEntry" id="email_entry">
5452 <property name="visible">True</property>
5453 <property name="can_focus">True</property>
5454 <property name="invisible_char">*</property>
5455 </widget>
5456 <packing>
5457 <property name="left_attach">1</property>
5458 <property name="right_attach">4</property>
5459 <property name="top_attach">3</property>
5460 <property name="bottom_attach">4</property>
5461 <property name="y_options"></property>
5462 </packing>
5463 </child>
5464 </widget>
5465 <packing>
5466 <property name="position">2</property>
5467 </packing>
5468 </child>
5469 </widget>
5470 </child>
5471 </widget>
5472 </child>
5473 </widget>
5474 <packing>
5475 <property name="position">2</property>
5476 <property name="tab_fill">False</property>
5477 </packing>
5478 </child>
5479 <child>
5480 <widget class="GtkLabel" id="label106">
5481 <property name="width_request">138</property>
5482 <property name="visible">True</property>
5483 <property name="xalign">0</property>
5484 <property name="yalign">0</property>
5485 <property name="xpad">5</property>
5486 <property name="label" translatable="yes">&lt;b&gt;_Support Request&lt;/b&gt;</property>
5487 <property name="use_markup">True</property>
5488 <property name="use_underline">True</property>
5489 <property name="justify">GTK_JUSTIFY_RIGHT</property>
5490 </widget>
5491 <packing>
5492 <property name="type">tab</property>
5493 <property name="position">2</property>
5494 <property name="tab_fill">False</property>
5495 </packing>
5496 </child>
5497 </widget>
5498 <packing>
5499 <property name="position">2</property>
5500 </packing>
5501 </child>
5502 </widget>
5503 <packing>
5504 <property name="position">2</property>
5505 </packing>
5506 </child>
5507 <child internal-child="action_area">
5508 <widget class="GtkHButtonBox" id="dialog-action_area13">
5509 <property name="visible">True</property>
5510 <property name="layout_style">GTK_BUTTONBOX_END</property>
5511 <child>
5512 <widget class="GtkButton" id="closebutton">
5513 <property name="visible">True</property>
5514 <property name="can_focus">True</property>
5515 <property name="can_default">True</property>
5516 <property name="label">gtk-close</property>
5517 <property name="use_stock">True</property>
5518 <property name="response_id">-7</property>
5519 <signal name="clicked" handler="on_closebutton_clicked"/>
5520 </widget>
5521 </child>
5522 </widget>
5523 <packing>
5524 <property name="expand">False</property>
5525 <property name="pack_type">GTK_PACK_END</property>
5526 </packing>
5527 </child>
5528 </widget>
5529 </child>
5530 </widget>
5531 <widget class="GtkDialog" id="win_many2one">
5532 <property name="visible">True</property>
5533 <property name="title" translatable="yes">Tiny ERP - Ressource Edit</property>
5534 <property name="default_width">500</property>
5535 <property name="default_height">420</property>
5536 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5537 <child internal-child="vbox">
5538 <widget class="GtkVBox" id="dialog-vbox15">
5539 <property name="visible">True</property>
5540 <child>
5541 <placeholder/>
5542 </child>
5543 <child internal-child="action_area">
5544 <widget class="GtkHButtonBox" id="dialog-action_area14">
5545 <property name="visible">True</property>
5546 <property name="layout_style">GTK_BUTTONBOX_END</property>
5547 <child>
5548 <widget class="GtkButton" id="cancelbutton10">
5549 <property name="visible">True</property>
5550 <property name="can_focus">True</property>
5551 <property name="can_default">True</property>
5552 <property name="label">gtk-cancel</property>
5553 <property name="use_stock">True</property>
5554 <property name="response_id">-6</property>
5555 </widget>
5556 </child>
5557 <child>
5558 <widget class="GtkButton" id="okbutton11">
5559 <property name="visible">True</property>
5560 <property name="can_focus">True</property>
5561 <property name="can_default">True</property>
5562 <property name="label">gtk-ok</property>
5563 <property name="use_stock">True</property>
5564 <property name="response_id">-5</property>
5565 </widget>
5566 <packing>
5567 <property name="position">1</property>
5568 </packing>
5569 </child>
5570 </widget>
5571 <packing>
5572 <property name="expand">False</property>
5573 <property name="pack_type">GTK_PACK_END</property>
5574 </packing>
5575 </child>
5576 </widget>
5577 </child>
5578 </widget>
5579 <widget class="GtkDialog" id="dia_form_win_many2one">
5580 <property name="visible">True</property>
5581 <property name="title" translatable="yes">Tiny ERP - Link</property>
5582 <property name="window_position">GTK_WIN_POS_CENTER</property>
5583 <property name="default_width">760</property>
5584 <property name="default_height">500</property>
5585 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
5586 <child internal-child="vbox">
5587 <widget class="GtkVBox" id="dialog-vbox12">
5588 <property name="visible">True</property>
5589 <child>
5590 <widget class="GtkScrolledWindow" id="scrolledwindow26">
5591 <property name="visible">True</property>
5592 <property name="can_focus">True</property>
5593 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5594 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
5595 <child>
5596 <widget class="GtkViewport" id="many2one_vp">
5597 <property name="visible">True</property>
5598 <property name="shadow_type">GTK_SHADOW_NONE</property>
5599 <child>
5600 <placeholder/>
5601 </child>
5602 </widget>
5603 </child>
5604 </widget>
5605 <packing>
5606 <property name="position">2</property>
5607 </packing>
5608 </child>
5609 <child internal-child="action_area">
5610 <widget class="GtkHButtonBox" id="dialog-action_area15">
5611 <property name="visible">True</property>
5612 <property name="layout_style">GTK_BUTTONBOX_END</property>
5613 <child>
5614 <widget class="GtkButton" id="cancelbutton11">
5615 <property name="visible">True</property>
5616 <property name="can_focus">True</property>
5617 <property name="has_focus">True</property>
5618 <property name="can_default">True</property>
5619 <property name="label">gtk-close</property>
5620 <property name="use_stock">True</property>
5621 <property name="response_id">-7</property>
5622 <accelerator key="Escape" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
5623 </widget>
5624 </child>
5625 <child>
5626 <widget class="GtkButton" id="okbutton12">
5627 <property name="visible">True</property>
5628 <property name="can_focus">True</property>
5629 <property name="has_focus">True</property>
5630 <property name="can_default">True</property>
5631 <property name="label">gtk-ok</property>
5632 <property name="use_stock">True</property>
5633 <property name="response_id">-5</property>
5634 <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
5635 </widget>
5636 <packing>
5637 <property name="position">1</property>
5638 </packing>
5639 </child>
5640 </widget>
5641 <packing>
5642 <property name="expand">False</property>
5643 <property name="pack_type">GTK_PACK_END</property>
5644 </packing>
5645 </child>
5646 </widget>
5647 </child>
5648 </widget>
5649 <widget class="GtkDialog" id="dia_form_win_one2many_list">
5650 <property name="visible">True</property>
5651 <property name="title" translatable="yes">Tiny ERP - List</property>
5652 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
5653 <property name="destroy_with_parent">True</property>
5654 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5655 <child internal-child="vbox">
5656 <widget class="GtkVBox" id="vbox24">
5657 <property name="visible">True</property>
5658 <child>
5659 <placeholder/>
5660 </child>
5661 <child internal-child="action_area">
5662 <widget class="GtkHButtonBox" id="hbuttonbox1">
5663 <property name="visible">True</property>
5664 <property name="layout_style">GTK_BUTTONBOX_END</property>
5665 <child>
5666 <widget class="GtkButton" id="button64">
5667 <property name="visible">True</property>
5668 <property name="can_focus">True</property>
5669 <property name="can_default">True</property>
5670 <property name="label">gtk-cancel</property>
5671 <property name="use_stock">True</property>
5672 <property name="response_id">-6</property>
5673 </widget>
5674 </child>
5675 <child>
5676 <widget class="GtkButton" id="button65">
5677 <property name="visible">True</property>
5678 <property name="can_focus">True</property>
5679 <property name="can_default">True</property>
5680 <property name="label">gtk-ok</property>
5681 <property name="use_stock">True</property>
5682 <property name="response_id">-5</property>
5683 </widget>
5684 <packing>
5685 <property name="position">1</property>
5686 </packing>
5687 </child>
5688 </widget>
5689 <packing>
5690 <property name="expand">False</property>
5691 <property name="pack_type">GTK_PACK_END</property>
5692 </packing>
5693 </child>
5694 </widget>
5695 </child>
5696 </widget>
5697 <widget class="GtkDialog" id="win_preference">
5698 <property name="width_request">600</property>
5699 <property name="title" translatable="yes">Tiny ERP - Preferences</property>
5700 <property name="modal">True</property>
5701 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
5702 <property name="default_height">500</property>
5703 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5704 <child internal-child="vbox">
5705 <widget class="GtkVBox" id="dialog-vbox18">
5706 <property name="visible">True</property>
5707 <child>
5708 <widget class="GtkVBox" id="preference_vbox">
5709 <property name="visible">True</property>
5710 <child>
5711 <widget class="GtkLabel" id="label117">
5712 <property name="visible">True</property>
5713 <property name="label" translatable="yes">&lt;b&gt;User preferences&lt;/b&gt;</property>
5714 <property name="use_markup">True</property>
5715 <property name="use_underline">True</property>
5716 <property name="justify">GTK_JUSTIFY_CENTER</property>
5717 </widget>
5718 <packing>
5719 <property name="expand">False</property>
5720 <property name="fill">False</property>
5721 </packing>
5722 </child>
5723 <child>
5724 <widget class="GtkHSeparator" id="hseparator18">
5725 <property name="visible">True</property>
5726 </widget>
5727 <packing>
5728 <property name="expand">False</property>
5729 <property name="padding">5</property>
5730 <property name="position">1</property>
5731 </packing>
5732 </child>
5733 <child>
5734 <placeholder/>
5735 </child>
5736 </widget>
5737 <packing>
5738 <property name="position">2</property>
5739 </packing>
5740 </child>
5741 <child internal-child="action_area">
5742 <widget class="GtkHButtonBox" id="dialog-action_area18">
5743 <property name="visible">True</property>
5744 <property name="layout_style">GTK_BUTTONBOX_END</property>
5745 <child>
5746 <widget class="GtkButton" id="cancelbutton12">
5747 <property name="visible">True</property>
5748 <property name="can_focus">True</property>
5749 <property name="can_default">True</property>
5750 <property name="label">gtk-cancel</property>
5751 <property name="use_stock">True</property>
5752 <property name="response_id">-6</property>
5753 </widget>
5754 </child>
5755 <child>
5756 <widget class="GtkButton" id="okbutton14">
5757 <property name="visible">True</property>
5758 <property name="can_focus">True</property>
5759 <property name="can_default">True</property>
5760 <property name="has_default">True</property>
5761 <property name="label">gtk-ok</property>
5762 <property name="use_stock">True</property>
5763 <property name="response_id">-5</property>
5764 </widget>
5765 <packing>
5766 <property name="position">1</property>
5767 </packing>
5768 </child>
5769 </widget>
5770 <packing>
5771 <property name="expand">False</property>
5772 <property name="pack_type">GTK_PACK_END</property>
5773 </packing>
5774 </child>
5775 </widget>
5776 </child>
5777 </widget>
5778 <widget class="GtkDialog" id="win_tips">
5779 <property name="title" translatable="yes">Tip of the Day</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 <property name="has_separator">False</property>
5783 <child internal-child="vbox">
5784 <widget class="GtkVBox" id="dialog-vbox16">
5785 <property name="visible">True</property>
5786 <child>
5787 <widget class="GtkVBox" id="vbox31">
5788 <property name="visible">True</property>
5789 <child>
5790 <widget class="GtkImage" id="tip_image_tinyerp">
5791 <property name="width_request">500</property>
5792 <property name="height_request">71</property>
5793 <property name="visible">True</property>
5794 <property name="stock">gtk-missing-image</property>
5795 </widget>
5796 <packing>
5797 <property name="expand">False</property>
5798 </packing>
5799 </child>
5800 <child>
5801 <widget class="GtkLabel" id="tip_label">
5802 <property name="visible">True</property>
5803 <property name="use_markup">True</property>
5804 <property name="wrap">True</property>
5805 </widget>
5806 <packing>
5807 <property name="position">1</property>
5808 </packing>
5809 </child>
5810 <child>
5811 <widget class="GtkHSeparator" id="hseparator23">
5812 <property name="visible">True</property>
5813 </widget>
5814 <packing>
5815 <property name="expand">False</property>
5816 <property name="fill">False</property>
5817 <property name="padding">3</property>
5818 <property name="position">3</property>
5819 </packing>
5820 </child>
5821 <child>
5822 <widget class="GtkCheckButton" id="tip_checkbutton">
5823 <property name="visible">True</property>
5824 <property name="can_focus">True</property>
5825 <property name="border_width">5</property>
5826 <property name="label" translatable="yes">_Display a new tip next time?</property>
5827 <property name="use_underline">True</property>
5828 <property name="focus_on_click">False</property>
5829 <property name="response_id">0</property>
5830 <property name="active">True</property>
5831 <property name="draw_indicator">True</property>
5832 </widget>
5833 <packing>
5834 <property name="expand">False</property>
5835 <property name="fill">False</property>
5836 <property name="pack_type">GTK_PACK_END</property>
5837 <property name="position">2</property>
5838 </packing>
5839 </child>
5840 </widget>
5841 <packing>
5842 <property name="position">1</property>
5843 </packing>
5844 </child>
5845 <child internal-child="action_area">
5846 <widget class="GtkHButtonBox" id="dialog-action_area19">
5847 <property name="visible">True</property>
5848 <property name="layout_style">GTK_BUTTONBOX_END</property>
5849 <child>
5850 <widget class="GtkButton" id="but_previous1">
5851 <property name="visible">True</property>
5852 <property name="can_focus">True</property>
5853 <property name="can_default">True</property>
5854 <property name="relief">GTK_RELIEF_NONE</property>
5855 <property name="response_id">0</property>
5856 <signal name="clicked" handler="on_but_previous_activate"/>
5857 <child>
5858 <widget class="GtkAlignment" id="alignment17">
5859 <property name="visible">True</property>
5860 <property name="xscale">0</property>
5861 <property name="yscale">0</property>
5862 <child>
5863 <widget class="GtkHBox" id="hbox45">
5864 <property name="visible">True</property>
5865 <property name="spacing">2</property>
5866 <child>
5867 <widget class="GtkImage" id="image630">
5868 <property name="visible">True</property>
5869 <property name="stock">gtk-go-back</property>
5870 </widget>
5871 <packing>
5872 <property name="expand">False</property>
5873 <property name="fill">False</property>
5874 </packing>
5875 </child>
5876 <child>
5877 <widget class="GtkLabel" id="label135">
5878 <property name="visible">True</property>
5879 <property name="label" translatable="yes">Pre_vious Tip</property>
5880 <property name="use_underline">True</property>
5881 </widget>
5882 <packing>
5883 <property name="expand">False</property>
5884 <property name="fill">False</property>
5885 <property name="position">1</property>
5886 </packing>
5887 </child>
5888 </widget>
5889 </child>
5890 </widget>
5891 </child>
5892 </widget>
5893 </child>
5894 <child>
5895 <widget class="GtkButton" id="but_next1">
5896 <property name="visible">True</property>
5897 <property name="can_focus">True</property>
5898 <property name="can_default">True</property>
5899 <property name="relief">GTK_RELIEF_NONE</property>
5900 <property name="focus_on_click">False</property>
5901 <property name="response_id">0</property>
5902 <signal name="clicked" handler="on_but_next_activate"/>
5903 <child>
5904 <widget class="GtkAlignment" id="alignment18">
5905 <property name="visible">True</property>
5906 <property name="xscale">0</property>
5907 <property name="yscale">0</property>
5908 <child>
5909 <widget class="GtkHBox" id="hbox46">
5910 <property name="visible">True</property>
5911 <property name="spacing">2</property>
5912 <child>
5913 <widget class="GtkImage" id="image631">
5914 <property name="visible">True</property>
5915 <property name="stock">gtk-go-forward</property>
5916 </widget>
5917 <packing>
5918 <property name="expand">False</property>
5919 <property name="fill">False</property>
5920 </packing>
5921 </child>
5922 <child>
5923 <widget class="GtkLabel" id="but_nextdffsdfsdfds">
5924 <property name="visible">True</property>
5925 <property name="label" translatable="yes">Ne_xt Tip</property>
5926 <property name="use_underline">True</property>
5927 </widget>
5928 <packing>
5929 <property name="expand">False</property>
5930 <property name="fill">False</property>
5931 <property name="position">1</property>
5932 </packing>
5933 </child>
5934 </widget>
5935 </child>
5936 </widget>
5937 </child>
5938 </widget>
5939 <packing>
5940 <property name="position">1</property>
5941 </packing>
5942 </child>
5943 <child>
5944 <widget class="GtkButton" id="but_close1">
5945 <property name="visible">True</property>
5946 <property name="can_focus">True</property>
5947 <property name="has_focus">True</property>
5948 <property name="can_default">True</property>
5949 <property name="has_default">True</property>
5950 <property name="label">gtk-close</property>
5951 <property name="use_stock">True</property>
5952 <property name="response_id">-7</property>
5953 <signal name="clicked" handler="on_but_close_activate"/>
5954 </widget>
5955 <packing>
5956 <property name="position">2</property>
5957 </packing>
5958 </child>
5959 </widget>
5960 <packing>
5961 <property name="expand">False</property>
5962 <property name="pack_type">GTK_PACK_END</property>
5963 </packing>
5964 </child>
5965 </widget>
5966 </child>
5967 </widget>
5968 <widget class="GtkDialog" id="win_licence">
5969 <property name="width_request">484</property>
5970 <property name="height_request">358</property>
5971 <property name="title" translatable="yes">Tiny ERP - License</property>
5972 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
5973 <property name="default_width">500</property>
5974 <property name="default_height">500</property>
5975 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
5976 <child internal-child="vbox">
5977 <widget class="GtkVBox" id="vbox32">
5978 <property name="visible">True</property>
5979 <child>
5980 <widget class="GtkVBox" id="vbox33">
5981 <property name="visible">True</property>
5982 <child>
5983 <widget class="GtkLabel" id="label137">
5984 <property name="visible">True</property>
5985 <property name="xpad">5</property>
5986 <property name="label" translatable="yes">Tiny ERP license</property>
5987 <property name="justify">GTK_JUSTIFY_CENTER</property>
5988 <property name="wrap">True</property>
5989 </widget>
5990 <packing>
5991 <property name="expand">False</property>
5992 <property name="fill">False</property>
5993 <property name="padding">2</property>
5994 </packing>
5995 </child>
5996 <child>
5997 <widget class="GtkHSeparator" id="hseparator20">
5998 <property name="visible">True</property>
5999 </widget>
6000 <packing>
6001 <property name="expand">False</property>
6002 <property name="padding">2</property>
6003 <property name="position">1</property>
6004 </packing>
6005 </child>
6006 <child>
6007 <widget class="GtkScrolledWindow" id="scrolledwindow30">
6008 <property name="visible">True</property>
6009 <property name="can_focus">True</property>
6010 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6011 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
6012 <property name="window_placement">GTK_CORNER_BOTTOM_LEFT</property>
6013 <child>
6014 <widget class="GtkTextView" id="textview11">
6015 <property name="visible">True</property>
6016 <property name="can_focus">True</property>
6017 <property name="editable">False</property>
6018 <property name="wrap_mode">GTK_WRAP_WORD</property>
6019 <property name="left_margin">5</property>
6020 <property name="right_margin">5</property>
6021 <property name="indent">25</property>
6022 <property name="cursor_visible">False</property>
6023 <property name="text"> GNU GENERAL PUBLIC LICENSE
6024 Version 2, June 1991
6026 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
6027 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6028 Everyone is permitted to copy and distribute verbatim copies
6029 of this license document, but changing it is not allowed.
6031 Preamble
6033 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.
6035 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.
6037 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.
6039 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.
6041 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.
6043 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.
6045 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.
6047 The precise terms and conditions for copying, distribution and modification follow.
6049 GNU GENERAL PUBLIC LICENSE
6050 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6052 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".
6054 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.
6056 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.
6058 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.
6060 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:
6062 a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
6064 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.
6066 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.)
6068 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.
6070 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.
6072 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.
6074 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:
6076 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,
6078 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,
6080 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.)
6082 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.
6084 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.
6086 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.
6088 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
6089 the Program or works based on it.
6091 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.
6093 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.
6095 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.
6097 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.
6099 This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.
6101 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.
6103 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.
6105 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.
6107 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.
6109 NO WARRANTY
6111 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.
6113 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.
6115 END OF TERMS AND CONDITIONS
6116 </property>
6117 </widget>
6118 </child>
6119 </widget>
6120 <packing>
6121 <property name="position">2</property>
6122 </packing>
6123 </child>
6124 </widget>
6125 <packing>
6126 <property name="position">2</property>
6127 </packing>
6128 </child>
6129 <child internal-child="action_area">
6130 <widget class="GtkHButtonBox" id="hbuttonbox2">
6131 <property name="visible">True</property>
6132 <property name="layout_style">GTK_BUTTONBOX_END</property>
6133 <child>
6134 <widget class="GtkButton" id="button73">
6135 <property name="visible">True</property>
6136 <property name="can_focus">True</property>
6137 <property name="can_default">True</property>
6138 <property name="label">gtk-ok</property>
6139 <property name="use_stock">True</property>
6140 <property name="response_id">-5</property>
6141 <signal name="pressed" handler="on_but_ok_pressed"/>
6142 </widget>
6143 </child>
6144 </widget>
6145 <packing>
6146 <property name="expand">False</property>
6147 <property name="pack_type">GTK_PACK_END</property>
6148 </packing>
6149 </child>
6150 </widget>
6151 </child>
6152 </widget>
6153 <widget class="GtkDialog" id="dia_form_wid_datetime">
6154 <property name="visible">True</property>
6155 <property name="title" translatable="yes">Tiny ERP - Date &amp; Time selection</property>
6156 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
6157 <child internal-child="vbox">
6158 <widget class="GtkVBox" id="dialog-vbox17">
6159 <property name="visible">True</property>
6160 <child>
6161 <widget class="GtkVBox" id="vbox38">
6162 <property name="visible">True</property>
6163 <property name="spacing">2</property>
6164 <child>
6165 <widget class="GtkHBox" id="hbox56">
6166 <property name="visible">True</property>
6167 <property name="border_width">5</property>
6168 <property name="homogeneous">True</property>
6169 <child>
6170 <widget class="GtkLabel" id="label153">
6171 <property name="visible">True</property>
6172 <property name="label" translatable="yes">Hour:</property>
6173 </widget>
6174 <packing>
6175 <property name="expand">False</property>
6176 <property name="fill">False</property>
6177 </packing>
6178 </child>
6179 <child>
6180 <widget class="GtkSpinButton" id="hour">
6181 <property name="visible">True</property>
6182 <property name="can_focus">True</property>
6183 <property name="adjustment">0 0 23 1 5 5</property>
6184 <property name="climb_rate">1</property>
6185 <property name="wrap">True</property>
6186 </widget>
6187 <packing>
6188 <property name="position">1</property>
6189 </packing>
6190 </child>
6191 <child>
6192 <widget class="GtkLabel" id="label154">
6193 <property name="visible">True</property>
6194 <property name="label" translatable="yes">Minute:</property>
6195 </widget>
6196 <packing>
6197 <property name="expand">False</property>
6198 <property name="fill">False</property>
6199 <property name="position">2</property>
6200 </packing>
6201 </child>
6202 <child>
6203 <widget class="GtkSpinButton" id="minute">
6204 <property name="visible">True</property>
6205 <property name="can_focus">True</property>
6206 <property name="adjustment">0 0 59 1 10 10</property>
6207 <property name="climb_rate">1</property>
6208 <property name="wrap">True</property>
6209 </widget>
6210 <packing>
6211 <property name="position">3</property>
6212 </packing>
6213 </child>
6214 </widget>
6215 <packing>
6216 <property name="expand">False</property>
6217 </packing>
6218 </child>
6219 <child>
6220 <widget class="GtkCalendar" id="calendar">
6221 <property name="visible">True</property>
6222 <property name="can_focus">True</property>
6223 </widget>
6224 <packing>
6225 <property name="position">1</property>
6226 </packing>
6227 </child>
6228 </widget>
6229 <packing>
6230 <property name="position">2</property>
6231 </packing>
6232 </child>
6233 <child internal-child="action_area">
6234 <widget class="GtkHButtonBox" id="dialog-action_area20">
6235 <property name="visible">True</property>
6236 <property name="layout_style">GTK_BUTTONBOX_END</property>
6237 <child>
6238 <widget class="GtkButton" id="cancelbutton13">
6239 <property name="visible">True</property>
6240 <property name="can_focus">True</property>
6241 <property name="can_default">True</property>
6242 <property name="label">gtk-cancel</property>
6243 <property name="use_stock">True</property>
6244 <property name="response_id">-6</property>
6245 </widget>
6246 </child>
6247 <child>
6248 <widget class="GtkButton" id="okbutton15">
6249 <property name="visible">True</property>
6250 <property name="can_focus">True</property>
6251 <property name="has_focus">True</property>
6252 <property name="can_default">True</property>
6253 <property name="has_default">True</property>
6254 <property name="label">gtk-ok</property>
6255 <property name="use_stock">True</property>
6256 <property name="response_id">-5</property>
6257 </widget>
6258 <packing>
6259 <property name="position">1</property>
6260 </packing>
6261 </child>
6262 </widget>
6263 <packing>
6264 <property name="expand">False</property>
6265 <property name="pack_type">GTK_PACK_END</property>
6266 </packing>
6267 </child>
6268 </widget>
6269 </child>
6270 </widget>
6271 <widget class="GtkDialog" id="dia_goto_id">
6272 <property name="width_request">230</property>
6273 <property name="height_request">122</property>
6274 <property name="title" translatable="yes">Go to resource ID</property>
6275 <property name="resizable">False</property>
6276 <property name="modal">True</property>
6277 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
6278 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
6279 <child internal-child="vbox">
6280 <widget class="GtkVBox" id="dialog-vbox22">
6281 <property name="visible">True</property>
6282 <child>
6283 <widget class="GtkTable" id="table8">
6284 <property name="visible">True</property>
6285 <property name="n_rows">2</property>
6286 <property name="n_columns">2</property>
6287 <child>
6288 <widget class="GtkLabel" id="label156">
6289 <property name="visible">True</property>
6290 <property name="xalign">0</property>
6291 <property name="ypad">9</property>
6292 <property name="label" translatable="yes">Search ID:</property>
6293 </widget>
6294 <packing>
6295 <property name="left_attach">1</property>
6296 <property name="right_attach">2</property>
6297 <property name="x_options">GTK_FILL</property>
6298 <property name="y_options"></property>
6299 </packing>
6300 </child>
6301 <child>
6302 <widget class="GtkImage" id="image1176">
6303 <property name="visible">True</property>
6304 <property name="stock">gtk-index</property>
6305 <property name="icon_size">5</property>
6306 </widget>
6307 <packing>
6308 <property name="bottom_attach">2</property>
6309 <property name="y_options">GTK_FILL</property>
6310 </packing>
6311 </child>
6312 <child>
6313 <widget class="GtkSpinButton" id="goto_spinbutton">
6314 <property name="width_request">49</property>
6315 <property name="visible">True</property>
6316 <property name="can_focus">True</property>
6317 <property name="has_focus">True</property>
6318 <property name="can_default">True</property>
6319 <property name="has_default">True</property>
6320 <property name="adjustment">1 0 1.0000000138499999e+24 1 10 10</property>
6321 <property name="climb_rate">1</property>
6322 <property name="numeric">True</property>
6323 </widget>
6324 <packing>
6325 <property name="left_attach">1</property>
6326 <property name="right_attach">2</property>
6327 <property name="top_attach">1</property>
6328 <property name="bottom_attach">2</property>
6329 <property name="y_options"></property>
6330 <property name="x_padding">7</property>
6331 </packing>
6332 </child>
6333 </widget>
6334 <packing>
6335 <property name="position">2</property>
6336 </packing>
6337 </child>
6338 <child internal-child="action_area">
6339 <widget class="GtkHButtonBox" id="dialog-action_area21">
6340 <property name="visible">True</property>
6341 <property name="layout_style">GTK_BUTTONBOX_END</property>
6342 <child>
6343 <widget class="GtkButton" id="cancelbutton14">
6344 <property name="visible">True</property>
6345 <property name="can_focus">True</property>
6346 <property name="can_default">True</property>
6347 <property name="label">gtk-cancel</property>
6348 <property name="use_stock">True</property>
6349 <property name="response_id">-6</property>
6350 </widget>
6351 </child>
6352 <child>
6353 <widget class="GtkButton" id="okbutton16">
6354 <property name="visible">True</property>
6355 <property name="can_focus">True</property>
6356 <property name="can_default">True</property>
6357 <property name="has_default">True</property>
6358 <property name="label">gtk-ok</property>
6359 <property name="use_stock">True</property>
6360 <property name="response_id">-5</property>
6361 <accelerator key="Return" modifiers="GDK_CONTROL_MASK" signal="clicked"/>
6362 </widget>
6363 <packing>
6364 <property name="position">1</property>
6365 </packing>
6366 </child>
6367 </widget>
6368 <packing>
6369 <property name="expand">False</property>
6370 <property name="pack_type">GTK_PACK_END</property>
6371 </packing>
6372 </child>
6373 </widget>
6374 </child>
6375 </widget>
6376 <widget class="GtkDialog" id="dia_survey">
6377 <property name="width_request">620</property>
6378 <property name="title" translatable="yes">Tiny ERP Survey</property>
6379 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
6380 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
6381 <child internal-child="vbox">
6382 <widget class="GtkVBox" id="dialog-vbox19">
6383 <property name="width_request">500</property>
6384 <property name="height_request">547</property>
6385 <property name="visible">True</property>
6386 <child>
6387 <widget class="GtkVBox" id="vbox39">
6388 <property name="visible">True</property>
6389 <property name="border_width">4</property>
6390 <property name="spacing">14</property>
6391 <child>
6392 <widget class="GtkLabel" id="label162">
6393 <property name="visible">True</property>
6394 <property name="label" translatable="yes">&lt;b&gt;Tiny ERP Survey&lt;/b&gt;</property>
6395 <property name="use_markup">True</property>
6396 </widget>
6397 <packing>
6398 <property name="expand">False</property>
6399 <property name="fill">False</property>
6400 </packing>
6401 </child>
6402 <child>
6403 <widget class="GtkLabel" id="label163">
6404 <property name="visible">True</property>
6405 <property name="xalign">0</property>
6406 <property name="xpad">6</property>
6407 <property name="label" translatable="yes">&lt;i&gt;Please fill in the following form in order to help us to improve Tiny ERP and better target new developments.&lt;/i&gt;</property>
6408 <property name="use_markup">True</property>
6409 <property name="wrap">True</property>
6410 </widget>
6411 <packing>
6412 <property name="expand">False</property>
6413 <property name="fill">False</property>
6414 <property name="position">1</property>
6415 </packing>
6416 </child>
6417 <child>
6418 <widget class="GtkFrame" id="frame12">
6419 <property name="visible">True</property>
6420 <property name="label_xalign">0</property>
6421 <property name="shadow_type">GTK_SHADOW_NONE</property>
6422 <child>
6423 <widget class="GtkAlignment" id="alignment28">
6424 <property name="visible">True</property>
6425 <property name="left_padding">12</property>
6426 <child>
6427 <widget class="GtkTable" id="table10">
6428 <property name="visible">True</property>
6429 <property name="n_rows">4</property>
6430 <property name="n_columns">4</property>
6431 <property name="column_spacing">6</property>
6432 <property name="row_spacing">3</property>
6433 <child>
6434 <widget class="GtkLabel" id="label168">
6435 <property name="visible">True</property>
6436 <property name="xalign">1</property>
6437 <property name="label" translatable="yes">Industry:</property>
6438 </widget>
6439 <packing>
6440 <property name="x_options">GTK_FILL</property>
6441 <property name="y_options"></property>
6442 </packing>
6443 </child>
6444 <child>
6445 <widget class="GtkLabel" id="label169">
6446 <property name="width_request">91</property>
6447 <property name="visible">True</property>
6448 <property name="xalign">1</property>
6449 <property name="label" translatable="yes"># Employees:</property>
6450 </widget>
6451 <packing>
6452 <property name="top_attach">1</property>
6453 <property name="bottom_attach">2</property>
6454 <property name="x_options">GTK_FILL</property>
6455 <property name="y_options"></property>
6456 </packing>
6457 </child>
6458 <child>
6459 <widget class="GtkComboBoxEntry" id="combo_industry">
6460 <property name="visible">True</property>
6461 <property name="items">(choose one)
6462 Apparel
6463 Banking
6464 Biotechnology
6465 Chemicals
6466 Communications
6467 Construction
6468 Consulting
6469 Education
6470 Electronics
6471 Energy
6472 Engineering
6473 Entertainment
6474 Environmental
6475 Finance
6476 Government
6477 Healthcare
6478 Hospitality
6479 Insurance
6480 Machinery
6481 Manufacturing
6482 Media
6483 Not For Profit
6484 Recreation
6485 Retail
6486 Shipping
6487 Technology
6488 Telecommunications
6489 Transportation
6490 Utilities
6491 Other</property>
6492 <child internal-child="entry">
6493 <widget class="GtkEntry" id="comboboxentry-entry5">
6494 </widget>
6495 </child>
6496 </widget>
6497 <packing>
6498 <property name="left_attach">1</property>
6499 <property name="right_attach">2</property>
6500 <property name="y_options">GTK_FILL</property>
6501 </packing>
6502 </child>
6503 <child>
6504 <widget class="GtkComboBoxEntry" id="combo_employee">
6505 <property name="visible">True</property>
6506 <property name="items">(choose one)
6508 6-20
6509 21-50
6510 51-100
6511 101-250
6512 251-1000
6513 1001-2500
6514 2500+</property>
6515 <child internal-child="entry">
6516 <widget class="GtkEntry" id="comboboxentry-entry6">
6517 </widget>
6518 </child>
6519 </widget>
6520 <packing>
6521 <property name="left_attach">1</property>
6522 <property name="right_attach">2</property>
6523 <property name="top_attach">1</property>
6524 <property name="bottom_attach">2</property>
6525 <property name="x_options">GTK_FILL</property>
6526 <property name="y_options">GTK_FILL</property>
6527 </packing>
6528 </child>
6529 <child>
6530 <widget class="GtkLabel" id="label170">
6531 <property name="visible">True</property>
6532 <property name="xalign">1</property>
6533 <property name="xpad">3</property>
6534 <property name="label" translatable="yes">Country:</property>
6535 </widget>
6536 <packing>
6537 <property name="left_attach">2</property>
6538 <property name="right_attach">3</property>
6539 <property name="x_options">GTK_FILL</property>
6540 <property name="y_options"></property>
6541 </packing>
6542 </child>
6543 <child>
6544 <widget class="GtkLabel" id="label171">
6545 <property name="visible">True</property>
6546 <property name="xalign">1</property>
6547 <property name="xpad">3</property>
6548 <property name="label" translatable="yes">Your Role:</property>
6549 </widget>
6550 <packing>
6551 <property name="left_attach">2</property>
6552 <property name="right_attach">3</property>
6553 <property name="top_attach">1</property>
6554 <property name="bottom_attach">2</property>
6555 <property name="x_options">GTK_FILL</property>
6556 <property name="y_options"></property>
6557 </packing>
6558 </child>
6559 <child>
6560 <widget class="GtkComboBoxEntry" id="combo_role">
6561 <property name="visible">True</property>
6562 <property name="items">(choose one)
6563 Analyst
6564 Area Manager
6565 Chief Executive Off.
6566 Chief Financial Off.
6567 Chief HR Off.
6568 Chief Operating Off.
6569 Consultant
6570 Director
6571 Editor / Journalist
6572 Employee
6573 Executive Board
6574 Lecturer/University
6575 Manager
6576 Project Manager
6577 Secretary
6578 Student
6579 System Admin.
6580 Other</property>
6581 <child internal-child="entry">
6582 <widget class="GtkEntry" id="comboboxentry-entry7">
6583 </widget>
6584 </child>
6585 </widget>
6586 <packing>
6587 <property name="left_attach">3</property>
6588 <property name="right_attach">4</property>
6589 <property name="top_attach">1</property>
6590 <property name="bottom_attach">2</property>
6591 <property name="x_options">GTK_FILL</property>
6592 <property name="y_options">GTK_FILL</property>
6593 </packing>
6594 </child>
6595 <child>
6596 <widget class="GtkLabel" id="label173">
6597 <property name="visible">True</property>
6598 <property name="xalign">1</property>
6599 <property name="label" translatable="yes">System:</property>
6600 </widget>
6601 <packing>
6602 <property name="top_attach">2</property>
6603 <property name="bottom_attach">3</property>
6604 <property name="x_options">GTK_FILL</property>
6605 <property name="y_options"></property>
6606 </packing>
6607 </child>
6608 <child>
6609 <widget class="GtkComboBoxEntry" id="combo_system">
6610 <property name="visible">True</property>
6611 <property name="items">(choose one)
6612 Windows
6613 Linux
6614 Other</property>
6615 <child internal-child="entry">
6616 <widget class="GtkEntry" id="comboboxentry-entry8">
6617 </widget>
6618 </child>
6619 </widget>
6620 <packing>
6621 <property name="left_attach">1</property>
6622 <property name="right_attach">2</property>
6623 <property name="top_attach">2</property>
6624 <property name="bottom_attach">3</property>
6625 <property name="x_options">GTK_FILL</property>
6626 <property name="y_options">GTK_FILL</property>
6627 </packing>
6628 </child>
6629 <child>
6630 <widget class="GtkComboBoxEntry" id="combo_opensource">
6631 <property name="visible">True</property>
6632 <property name="items">(choose one)
6633 I only use open source softwares
6634 I use some open source softwares
6635 I never used open source software</property>
6636 <child internal-child="entry">
6637 <widget class="GtkEntry" id="comboboxentry-entry9">
6638 </widget>
6639 </child>
6640 </widget>
6641 <packing>
6642 <property name="left_attach">3</property>
6643 <property name="right_attach">4</property>
6644 <property name="top_attach">2</property>
6645 <property name="bottom_attach">3</property>
6646 <property name="x_options">GTK_FILL</property>
6647 <property name="y_options">GTK_FILL</property>
6648 </packing>
6649 </child>
6650 <child>
6651 <widget class="GtkLabel" id="label177">
6652 <property name="visible">True</property>
6653 <property name="xalign">1</property>
6654 <property name="label" translatable="yes">How did you hear about us:</property>
6655 </widget>
6656 <packing>
6657 <property name="right_attach">3</property>
6658 <property name="top_attach">3</property>
6659 <property name="bottom_attach">4</property>
6660 <property name="x_options">GTK_FILL</property>
6661 <property name="y_options"></property>
6662 </packing>
6663 </child>
6664 <child>
6665 <widget class="GtkComboBoxEntry" id="combo_hear">
6666 <property name="visible">True</property>
6667 <property name="items">(choose one)
6668 Search Engine
6669 From a Tiny ERP Partner
6670 Conference or Trade show
6671 Link in another website
6672 Word of mouth
6673 In the press
6674 Other</property>
6675 <child internal-child="entry">
6676 <widget class="GtkEntry" id="comboboxentry-entry10">
6677 </widget>
6678 </child>
6679 </widget>
6680 <packing>
6681 <property name="left_attach">3</property>
6682 <property name="right_attach">4</property>
6683 <property name="top_attach">3</property>
6684 <property name="bottom_attach">4</property>
6685 <property name="x_options">GTK_FILL</property>
6686 <property name="y_options">GTK_FILL</property>
6687 </packing>
6688 </child>
6689 <child>
6690 <widget class="GtkLabel" id="label178">
6691 <property name="visible">True</property>
6692 <property name="xalign">0</property>
6693 <property name="label" translatable="yes">Open Source:</property>
6694 </widget>
6695 <packing>
6696 <property name="left_attach">2</property>
6697 <property name="right_attach">3</property>
6698 <property name="top_attach">2</property>
6699 <property name="bottom_attach">3</property>
6700 <property name="x_options">GTK_FILL</property>
6701 <property name="y_options"></property>
6702 </packing>
6703 </child>
6704 <child>
6705 <widget class="GtkComboBoxEntry" id="combo_country">
6706 <property name="visible">True</property>
6707 <property name="items">(choose one)
6708 AALAND ISLANDS
6709 AFGHANISTAN
6710 ALBANIA
6711 ALGERIA
6712 AMERICAN SAMOA
6713 ANDORRA
6714 ANGOLA
6715 ANGUILLA
6716 ANTARCTICA
6717 ANTIGUA AND BARBUDA
6718 ARGENTINA
6719 ARMENIA
6720 ARUBA
6721 AUSTRALIA
6722 AUSTRIA
6723 AZERBAIJAN
6724 BAHAMAS
6725 BAHRAIN
6726 BANGLADESH
6727 BARBADOS
6728 BELARUS
6729 BELGIUM
6730 BELIZE
6731 BENIN
6732 BERMUDA
6733 BHUTAN
6734 BOLIVIA
6735 BOSNIA AND HERZEGOWINA
6736 BOTSWANA
6737 BOUVET ISLAND
6738 BRAZIL
6739 BRITISH INDIAN OCEAN TERRITORY
6740 BRUNEI DARUSSALAM
6741 BULGARIA
6742 BURKINA FASO
6743 BURUNDI
6744 CAMBODIA
6745 CAMEROON
6746 CANADA
6747 CAPE VERDE
6748 CAYMAN ISLANDS
6749 CENTRAL AFRICAN REPUBLIC
6750 CHAD
6751 CHILE
6752 CHINA
6753 CHRISTMAS ISLAND
6754 COCOS (KEELING) ISLANDS
6755 COLOMBIA
6756 COMOROS
6757 CONGO
6758 COOK ISLANDS
6759 COSTA RICA
6760 COTE D'IVOIRE
6761 CROATIA
6762 CUBA
6763 CYPRUS
6764 CZECH REPUBLIC
6765 DENMARK
6766 DJIBOUTI
6767 DOMINICA
6768 DOMINICAN REPUBLIC
6769 ECUADOR
6770 EGYPT
6771 EL SALVADOR
6772 EQUATORIAL GUINEA
6773 ERITREA
6774 ESTONIA
6775 ETHIOPIA
6776 FALKLAND ISLANDS (MALVINAS)
6777 FAROE ISLANDS
6778 FIJI
6779 FINLAND
6780 FRANCE
6781 FRENCH GUIANA
6782 FRENCH POLYNESIA
6783 FRENCH SOUTHERN TERRITORIES
6784 GABON
6785 GAMBIA
6786 GEORGIA
6787 GERMANY
6788 GHANA
6789 GIBRALTAR
6790 GREECE
6791 GREENLAND
6792 GRENADA
6793 GUADELOUPE
6794 GUAM
6795 GUATEMALA
6796 GUINEA
6797 GUINEA-BISSAU
6798 GUYANA
6799 HAITI
6800 HEARD AND MC DONALD ISLANDS
6801 HONDURAS
6802 HONG KONG
6803 HUNGARY
6804 ICELAND
6805 INDIA
6806 INDONESIA
6807 IRAN
6808 IRAQ
6809 IRELAND
6810 ISRAEL
6811 ITALY
6812 JAMAICA
6813 JAPAN
6814 JORDAN
6815 KAZAKHSTAN
6816 KENYA
6817 KIRIBATI
6818 KOREA
6819 KUWAIT
6820 KYRGYZSTAN
6822 LATVIA
6823 LEBANON
6824 LESOTHO
6825 LIBERIA
6826 LIBYAN ARAB JAMAHIRIYA
6827 LIECHTENSTEIN
6828 LITHUANIA
6829 LUXEMBOURG
6830 MACAU
6831 MACEDONIA
6832 MADAGASCAR
6833 MALAWI
6834 MALAYSIA
6835 MALDIVES
6836 MALI
6837 MALTA
6838 MARSHALL ISLANDS
6839 MARTINIQUE
6840 MAURITANIA
6841 MAURITIUS
6842 MAYOTTE
6843 MEXICO
6844 MICRONESIA
6845 MOLDOVA
6846 MONACO
6847 MONGOLIA
6848 MONTSERRAT
6849 MOROCCO
6850 MOZAMBIQUE
6851 MYANMAR
6852 NAMIBIA
6853 NAURU
6854 NEPAL
6855 NETHERLANDS
6856 NETHERLANDS ANTILLES
6857 NEW CALEDONIA
6858 NEW ZEALAND
6859 NICARAGUA
6860 NIGER
6861 NIGERIA
6862 NIUE
6863 NORFOLK ISLAND
6864 NORTHERN MARIANA ISLANDS
6865 NORWAY
6866 OMAN
6867 PAKISTAN
6868 PALAU
6869 PANAMA
6870 PAPUA NEW GUINEA
6871 PARAGUAY
6872 PERU
6873 PHILIPPINES
6874 PITCAIRPITCAIRN
6875 POLAND
6876 PORTUGAL
6877 PUERTO RICO
6878 QATAR
6879 REUNION
6880 ROMANIA
6881 RUSSIAN FEDERATION
6882 RWANDA
6883 SAINT HELENA
6884 SAINT KITTS AND NEVIS
6885 SAINT LUCIA
6886 SAINT PIERRE AND MIQUELON
6887 SAINT VINCENT AND THE GRENADINES
6888 SAMOA
6889 SAN MARINO
6890 SAO TOME AND PRINCIPE
6891 SAUDI ARABIA
6892 SENEGAL
6893 SERBIA AND MONTENEGRO
6894 SEYCHELLES
6895 SIERRA LEONE
6896 SINGAPORE
6897 SLOVAKIA
6898 SLOVENIA
6899 SOLOMON ISLANDS
6900 SOMALIA
6901 SOUTH AFRICA
6902 SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
6903 SPAIN
6904 SRI LANKA
6905 SUDAN
6906 SURINAME
6907 SVALBARD AND JAN MAYEN ISLANDS
6908 SWAZILAND
6909 SWEDEN
6910 SWITZERLAND
6911 SYRIAN ARAB REPUBLIC
6912 TAIWAN
6913 TAJIKISTAN
6914 TANZANIA
6916 POLAND
6917 PORTUGAL
6918 PUERTO RICO
6919 QATAR
6920 REUNION
6921 ROMANIA
6922 RUSSIAN FEDERATION
6923 RWANDA
6924 SAINT HELENA
6925 SAINT KITTS AND NEVIS
6926 SAINT LUCIA
6927 SAINT PIERRE AND MIQUELON
6928 SAINT VINCENT AND THE GRENADINES
6929 SAMOA
6930 SAN MARINO
6931 SAO TOME AND PRINCIPE
6932 SAUDI ARABIA
6933 SENEGAL
6934 SERBIA AND MONTENEGRO
6935 SEYCHELLES
6936 SIERRA LEONE
6937 SINGAPORE
6938 SLOVAKIA
6939 SLOVENIA
6940 SOLOMON ISLANDS
6941 SOMALIA
6942 SOUTH AFRICA
6943 SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS
6944 SPAIN
6945 SRI LANKA
6946 SUDAN
6947 SURINAME
6948 SVALBARD AND JAN MAYEN ISLANDS
6949 SWAZILAND
6950 SWEDEN
6951 SWITZERLAND
6952 SYRIAN ARAB REPUBLIC
6953 TAIWAN
6954 TAJIKISTAN
6955 TANZANIA
6956 THAILAND
6957 TIMOR-LESTE
6958 TOGO
6959 TOKELAU
6960 TONGA
6961 TRINIDAD AND TOBAGO
6962 TUNISIA
6963 TURKEY
6964 TURKMENISTAN
6965 TURKS AND CAICOS ISLANDS
6966 TUVALU
6967 UGANDA
6968 UKRAINE
6969 UNITED ARAB EMIRATES
6970 UNITED KINGDOM
6971 UNITED STATES
6972 URUGUAY
6973 UZBEKISTAN
6974 VANUATU
6975 VATICAN CITY STATE
6976 VENEZUELA
6977 VIET NAM
6978 VIRGIN ISLANDS
6979 WALLIS AND FUTUNA ISLANDS
6980 WESTERN SAHARA
6981 YEMEN
6982 ZAMBIA
6983 ZIMBABWE</property>
6984 <child internal-child="entry">
6985 <widget class="GtkEntry" id="comboboxentry-entry11">
6986 </widget>
6987 </child>
6988 </widget>
6989 <packing>
6990 <property name="left_attach">3</property>
6991 <property name="right_attach">4</property>
6992 <property name="x_options">GTK_FILL</property>
6993 <property name="y_options">GTK_FILL</property>
6994 </packing>
6995 </child>
6996 </widget>
6997 </child>
6998 </widget>
6999 </child>
7000 <child>
7001 <widget class="GtkLabel" id="label165">
7002 <property name="visible">True</property>
7003 <property name="label" translatable="yes">&lt;b&gt;Your company:&lt;/b&gt;</property>
7004 <property name="use_markup">True</property>
7005 </widget>
7006 <packing>
7007 <property name="type">label_item</property>
7008 </packing>
7009 </child>
7010 </widget>
7011 <packing>
7012 <property name="position">2</property>
7013 </packing>
7014 </child>
7015 <child>
7016 <widget class="GtkFrame" id="frame13">
7017 <property name="visible">True</property>
7018 <property name="label_xalign">0</property>
7019 <property name="shadow_type">GTK_SHADOW_NONE</property>
7020 <child>
7021 <widget class="GtkAlignment" id="alignment29">
7022 <property name="visible">True</property>
7023 <property name="left_padding">12</property>
7024 <child>
7025 <widget class="GtkVBox" id="vbox40">
7026 <property name="visible">True</property>
7027 <child>
7028 <widget class="GtkHBox" id="hbox87">
7029 <property name="visible">True</property>
7030 <property name="spacing">23</property>
7031 <child>
7032 <widget class="GtkCheckButton" id="check_use">
7033 <property name="visible">True</property>
7034 <property name="can_focus">True</property>
7035 <property name="label" translatable="yes">We plan to use Tiny ERP</property>
7036 <property name="use_underline">True</property>
7037 <property name="response_id">0</property>
7038 <property name="draw_indicator">True</property>
7039 </widget>
7040 <packing>
7041 <property name="expand">False</property>
7042 <property name="fill">False</property>
7043 </packing>
7044 </child>
7045 <child>
7046 <widget class="GtkCheckButton" id="check_sell">
7047 <property name="visible">True</property>
7048 <property name="can_focus">True</property>
7049 <property name="label" translatable="yes">We plan to offer services on Tiny ERP</property>
7050 <property name="use_underline">True</property>
7051 <property name="response_id">0</property>
7052 <property name="draw_indicator">True</property>
7053 </widget>
7054 <packing>
7055 <property name="expand">False</property>
7056 <property name="fill">False</property>
7057 <property name="position">1</property>
7058 </packing>
7059 </child>
7060 </widget>
7061 <packing>
7062 <property name="expand">False</property>
7063 <property name="fill">False</property>
7064 </packing>
7065 </child>
7066 <child>
7067 <widget class="GtkLabel" id="label46568">
7068 <property name="visible">True</property>
7069 <property name="xalign">0</property>
7070 <property name="label" translatable="yes">Tell us why you try Tiny ERP and what are your current softwares:</property>
7071 <property name="use_markup">True</property>
7072 </widget>
7073 <packing>
7074 <property name="expand">False</property>
7075 <property name="fill">False</property>
7076 <property name="position">1</property>
7077 </packing>
7078 </child>
7079 <child>
7080 <widget class="GtkScrolledWindow" id="scrolledwindow32">
7081 <property name="visible">True</property>
7082 <property name="can_focus">True</property>
7083 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7084 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7085 <property name="shadow_type">GTK_SHADOW_IN</property>
7086 <child>
7087 <widget class="GtkTextView" id="textview_comment">
7088 <property name="visible">True</property>
7089 <property name="can_focus">True</property>
7090 </widget>
7091 </child>
7092 </widget>
7093 <packing>
7094 <property name="position">2</property>
7095 </packing>
7096 </child>
7097 </widget>
7098 </child>
7099 </widget>
7100 </child>
7101 <child>
7102 <widget class="GtkLabel" id="label172">
7103 <property name="visible">True</property>
7104 <property name="label" translatable="yes">&lt;b&gt;Your interrest:&lt;/b&gt;</property>
7105 <property name="use_markup">True</property>
7106 </widget>
7107 <packing>
7108 <property name="type">label_item</property>
7109 </packing>
7110 </child>
7111 </widget>
7112 <packing>
7113 <property name="position">3</property>
7114 </packing>
7115 </child>
7116 <child>
7117 <widget class="GtkFrame" id="frame11">
7118 <property name="visible">True</property>
7119 <property name="label_xalign">0</property>
7120 <property name="shadow_type">GTK_SHADOW_NONE</property>
7121 <child>
7122 <widget class="GtkAlignment" id="alignment27">
7123 <property name="visible">True</property>
7124 <property name="left_padding">12</property>
7125 <child>
7126 <widget class="GtkTable" id="table9">
7127 <property name="visible">True</property>
7128 <property name="n_rows">3</property>
7129 <property name="n_columns">2</property>
7130 <property name="column_spacing">5</property>
7131 <property name="row_spacing">5</property>
7132 <child>
7133 <placeholder/>
7134 </child>
7135 <child>
7136 <widget class="GtkLabel" id="label167">
7137 <property name="visible">True</property>
7138 <property name="xalign">0</property>
7139 <property name="label" translatable="yes">(Get Tiny ERP announces, docs and new releases by email)</property>
7140 <property name="wrap">True</property>
7141 </widget>
7142 <packing>
7143 <property name="left_attach">1</property>
7144 <property name="right_attach">2</property>
7145 <property name="top_attach">2</property>
7146 <property name="bottom_attach">3</property>
7147 <property name="x_options">GTK_FILL</property>
7148 <property name="y_options"></property>
7149 </packing>
7150 </child>
7151 <child>
7152 <widget class="GtkLabel" id="label46571">
7153 <property name="visible">True</property>
7154 <property name="xalign">1</property>
7155 <property name="label" translatable="yes">Company:</property>
7156 </widget>
7157 <packing>
7158 <property name="x_options">GTK_FILL</property>
7159 <property name="y_options"></property>
7160 </packing>
7161 </child>
7162 <child>
7163 <widget class="GtkLabel" id="label166">
7164 <property name="width_request">85</property>
7165 <property name="visible">True</property>
7166 <property name="xalign">1</property>
7167 <property name="label" translatable="yes">E-Mail:</property>
7168 </widget>
7169 <packing>
7170 <property name="top_attach">1</property>
7171 <property name="bottom_attach">2</property>
7172 <property name="x_options">GTK_FILL</property>
7173 <property name="y_options"></property>
7174 </packing>
7175 </child>
7176 <child>
7177 <widget class="GtkEntry" id="entry_email">
7178 <property name="visible">True</property>
7179 <property name="can_focus">True</property>
7180 <property name="invisible_char">*</property>
7181 </widget>
7182 <packing>
7183 <property name="left_attach">1</property>
7184 <property name="right_attach">2</property>
7185 <property name="top_attach">1</property>
7186 <property name="bottom_attach">2</property>
7187 <property name="y_options"></property>
7188 </packing>
7189 </child>
7190 <child>
7191 <widget class="GtkEntry" id="entry_company">
7192 <property name="visible">True</property>
7193 <property name="can_focus">True</property>
7194 </widget>
7195 <packing>
7196 <property name="left_attach">1</property>
7197 <property name="right_attach">2</property>
7198 <property name="y_options"></property>
7199 </packing>
7200 </child>
7201 </widget>
7202 </child>
7203 </widget>
7204 </child>
7205 <child>
7206 <widget class="GtkLabel" id="label164">
7207 <property name="visible">True</property>
7208 <property name="label" translatable="yes">&lt;b&gt;Keep Informed&lt;/b&gt;</property>
7209 <property name="use_markup">True</property>
7210 </widget>
7211 <packing>
7212 <property name="type">label_item</property>
7213 </packing>
7214 </child>
7215 </widget>
7216 <packing>
7217 <property name="position">4</property>
7218 </packing>
7219 </child>
7220 </widget>
7221 <packing>
7222 <property name="position">2</property>
7223 </packing>
7224 </child>
7225 <child internal-child="action_area">
7226 <widget class="GtkHButtonBox" id="dialog-action_area22">
7227 <property name="visible">True</property>
7228 <property name="layout_style">GTK_BUTTONBOX_END</property>
7229 <child>
7230 <widget class="GtkButton" id="okbutton17">
7231 <property name="visible">True</property>
7232 <property name="can_focus">True</property>
7233 <property name="can_default">True</property>
7234 <property name="label">gtk-cancel</property>
7235 <property name="use_stock">True</property>
7236 <property name="response_id">-6</property>
7237 </widget>
7238 </child>
7239 <child>
7240 <widget class="GtkButton" id="button90">
7241 <property name="visible">True</property>
7242 <property name="can_focus">True</property>
7243 <property name="can_default">True</property>
7244 <property name="label">gtk-ok</property>
7245 <property name="use_stock">True</property>
7246 <property name="response_id">-5</property>
7247 </widget>
7248 <packing>
7249 <property name="position">1</property>
7250 </packing>
7251 </child>
7252 </widget>
7253 <packing>
7254 <property name="expand">False</property>
7255 <property name="pack_type">GTK_PACK_END</property>
7256 </packing>
7257 </child>
7258 </widget>
7259 </child>
7260 </widget>
7261 <widget class="GtkDialog" id="dia_support">
7262 <property name="title" translatable="yes">Support Request</property>
7263 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
7264 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
7265 <child internal-child="vbox">
7266 <widget class="GtkVBox" id="dialog-vbox20">
7267 <property name="width_request">700</property>
7268 <property name="height_request">520</property>
7269 <property name="visible">True</property>
7270 <child>
7271 <widget class="GtkScrolledWindow" id="scrolledwindow33">
7272 <property name="visible">True</property>
7273 <property name="can_focus">True</property>
7274 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7275 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7276 <child>
7277 <widget class="GtkViewport" id="viewport7">
7278 <property name="visible">True</property>
7279 <child>
7280 <widget class="GtkVBox" id="vbox41">
7281 <property name="visible">True</property>
7282 <child>
7283 <widget class="GtkLabel" id="label185">
7284 <property name="visible">True</property>
7285 <property name="xalign">0</property>
7286 <property name="xpad">10</property>
7287 <property name="ypad">10</property>
7288 <property name="label" translatable="yes">&lt;b&gt;Complete this form to submit your bug and/or send a support request.&lt;/b&gt;
7289 &lt;i&gt;
7290 Your request will be sent to the Tiny ERP team and we will reply shortly.
7291 Note that we may not reply if you do not have a support contract with Tiny or an official partner.&lt;/i&gt;</property>
7292 <property name="use_markup">True</property>
7293 </widget>
7294 <packing>
7295 <property name="expand">False</property>
7296 <property name="fill">False</property>
7297 </packing>
7298 </child>
7299 <child>
7300 <widget class="GtkHSeparator" id="hseparator25">
7301 <property name="visible">True</property>
7302 </widget>
7303 <packing>
7304 <property name="expand">False</property>
7305 <property name="padding">3</property>
7306 <property name="position">1</property>
7307 </packing>
7308 </child>
7309 <child>
7310 <widget class="GtkTable" id="table12">
7311 <property name="visible">True</property>
7312 <property name="border_width">10</property>
7313 <property name="n_rows">7</property>
7314 <property name="n_columns">4</property>
7315 <property name="column_spacing">5</property>
7316 <property name="row_spacing">5</property>
7317 <child>
7318 <widget class="GtkLabel" id="label186">
7319 <property name="visible">True</property>
7320 <property name="xalign">1</property>
7321 <property name="label" translatable="yes">&lt;b&gt;Your name:&lt;/b&gt;</property>
7322 <property name="use_markup">True</property>
7323 </widget>
7324 <packing>
7325 <property name="top_attach">1</property>
7326 <property name="bottom_attach">2</property>
7327 <property name="x_options">GTK_FILL</property>
7328 <property name="y_options"></property>
7329 </packing>
7330 </child>
7331 <child>
7332 <widget class="GtkLabel" id="label187">
7333 <property name="visible">True</property>
7334 <property name="xalign">1</property>
7335 <property name="label" translatable="yes">&lt;b&gt;Your Company:&lt;/b&gt;</property>
7336 <property name="use_markup">True</property>
7337 </widget>
7338 <packing>
7339 <property name="top_attach">2</property>
7340 <property name="bottom_attach">3</property>
7341 <property name="x_options">GTK_FILL</property>
7342 <property name="y_options"></property>
7343 </packing>
7344 </child>
7345 <child>
7346 <widget class="GtkLabel" id="label188">
7347 <property name="visible">True</property>
7348 <property name="xalign">1</property>
7349 <property name="label" translatable="yes">&lt;b&gt;Your email:&lt;/b&gt;</property>
7350 <property name="use_markup">True</property>
7351 </widget>
7352 <packing>
7353 <property name="top_attach">3</property>
7354 <property name="bottom_attach">4</property>
7355 <property name="x_options">GTK_FILL</property>
7356 <property name="y_options"></property>
7357 </packing>
7358 </child>
7359 <child>
7360 <widget class="GtkEntry" id="name_entry1">
7361 <property name="visible">True</property>
7362 <property name="can_focus">True</property>
7363 <property name="invisible_char">*</property>
7364 </widget>
7365 <packing>
7366 <property name="left_attach">1</property>
7367 <property name="right_attach">4</property>
7368 <property name="top_attach">1</property>
7369 <property name="bottom_attach">2</property>
7370 <property name="y_options"></property>
7371 </packing>
7372 </child>
7373 <child>
7374 <widget class="GtkEntry" id="company_entry1">
7375 <property name="visible">True</property>
7376 <property name="can_focus">True</property>
7377 <property name="invisible_char">*</property>
7378 </widget>
7379 <packing>
7380 <property name="left_attach">1</property>
7381 <property name="right_attach">4</property>
7382 <property name="top_attach">2</property>
7383 <property name="bottom_attach">3</property>
7384 <property name="y_options"></property>
7385 </packing>
7386 </child>
7387 <child>
7388 <widget class="GtkLabel" id="label189">
7389 <property name="visible">True</property>
7390 <property name="xalign">1</property>
7391 <property name="yalign">0.019999999552965164</property>
7392 <property name="label" translatable="yes">Explain your problem:</property>
7393 </widget>
7394 <packing>
7395 <property name="top_attach">5</property>
7396 <property name="bottom_attach">6</property>
7397 <property name="x_options">GTK_FILL</property>
7398 <property name="y_options"></property>
7399 </packing>
7400 </child>
7401 <child>
7402 <widget class="GtkLabel" id="label190">
7403 <property name="visible">True</property>
7404 <property name="xalign">1</property>
7405 <property name="yalign">0.019999999552965164</property>
7406 <property name="label" translatable="yes">Other comments:</property>
7407 </widget>
7408 <packing>
7409 <property name="top_attach">6</property>
7410 <property name="bottom_attach">7</property>
7411 <property name="x_options">GTK_FILL</property>
7412 <property name="y_options"></property>
7413 </packing>
7414 </child>
7415 <child>
7416 <widget class="GtkScrolledWindow" id="scrolledwindow34">
7417 <property name="visible">True</property>
7418 <property name="can_focus">True</property>
7419 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7420 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7421 <property name="shadow_type">GTK_SHADOW_IN</property>
7422 <child>
7423 <widget class="GtkTextView" id="remark_textview">
7424 <property name="visible">True</property>
7425 <property name="can_focus">True</property>
7426 </widget>
7427 </child>
7428 </widget>
7429 <packing>
7430 <property name="left_attach">1</property>
7431 <property name="right_attach">4</property>
7432 <property name="top_attach">6</property>
7433 <property name="bottom_attach">7</property>
7434 <property name="x_options">GTK_FILL</property>
7435 <property name="y_options">GTK_FILL</property>
7436 </packing>
7437 </child>
7438 <child>
7439 <widget class="GtkScrolledWindow" id="scrolledwindow35">
7440 <property name="visible">True</property>
7441 <property name="can_focus">True</property>
7442 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7443 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7444 <property name="shadow_type">GTK_SHADOW_IN</property>
7445 <child>
7446 <widget class="GtkTextView" id="explanation_textview1">
7447 <property name="visible">True</property>
7448 <property name="can_focus">True</property>
7449 </widget>
7450 </child>
7451 </widget>
7452 <packing>
7453 <property name="left_attach">1</property>
7454 <property name="right_attach">4</property>
7455 <property name="top_attach">5</property>
7456 <property name="bottom_attach">6</property>
7457 <property name="x_options">GTK_FILL</property>
7458 <property name="y_options">GTK_FILL</property>
7459 </packing>
7460 </child>
7461 <child>
7462 <widget class="GtkLabel" id="label192">
7463 <property name="visible">True</property>
7464 <property name="xalign">1</property>
7465 <property name="label" translatable="yes">&lt;b&gt;Support contract id:&lt;/b&gt;</property>
7466 <property name="use_markup">True</property>
7467 </widget>
7468 <packing>
7469 <property name="x_options">GTK_FILL</property>
7470 <property name="y_options"></property>
7471 </packing>
7472 </child>
7473 <child>
7474 <widget class="GtkEntry" id="id_entry1">
7475 <property name="visible">True</property>
7476 <property name="can_focus">True</property>
7477 <property name="invisible_char">*</property>
7478 </widget>
7479 <packing>
7480 <property name="left_attach">1</property>
7481 <property name="right_attach">4</property>
7482 <property name="y_options"></property>
7483 </packing>
7484 </child>
7485 <child>
7486 <widget class="GtkComboBoxEntry" id="urgency_combo1">
7487 <property name="visible">True</property>
7488 <property name="items" translatable="yes">Not Urgent
7489 Medium
7490 Urgent
7491 Very Urgent</property>
7492 <child internal-child="entry">
7493 <widget class="GtkEntry" id="comboboxentry-entry12">
7494 </widget>
7495 </child>
7496 </widget>
7497 <packing>
7498 <property name="left_attach">3</property>
7499 <property name="right_attach">4</property>
7500 <property name="top_attach">4</property>
7501 <property name="bottom_attach">5</property>
7502 <property name="x_options">GTK_FILL</property>
7503 <property name="y_options">GTK_FILL</property>
7504 </packing>
7505 </child>
7506 <child>
7507 <widget class="GtkLabel" id="label193">
7508 <property name="visible">True</property>
7509 <property name="xalign">1</property>
7510 <property name="label" translatable="yes">Emergency:</property>
7511 </widget>
7512 <packing>
7513 <property name="left_attach">2</property>
7514 <property name="right_attach">3</property>
7515 <property name="top_attach">4</property>
7516 <property name="bottom_attach">5</property>
7517 <property name="x_options">GTK_FILL</property>
7518 <property name="y_options"></property>
7519 </packing>
7520 </child>
7521 <child>
7522 <widget class="GtkLabel" id="label194">
7523 <property name="visible">True</property>
7524 <property name="xalign">1</property>
7525 <property name="label" translatable="yes">Phone number:</property>
7526 </widget>
7527 <packing>
7528 <property name="top_attach">4</property>
7529 <property name="bottom_attach">5</property>
7530 <property name="x_options">GTK_FILL</property>
7531 <property name="y_options"></property>
7532 </packing>
7533 </child>
7534 <child>
7535 <widget class="GtkEntry" id="phone_entry1">
7536 <property name="visible">True</property>
7537 <property name="can_focus">True</property>
7538 <property name="invisible_char">*</property>
7539 </widget>
7540 <packing>
7541 <property name="left_attach">1</property>
7542 <property name="right_attach">2</property>
7543 <property name="top_attach">4</property>
7544 <property name="bottom_attach">5</property>
7545 <property name="y_options"></property>
7546 </packing>
7547 </child>
7548 <child>
7549 <widget class="GtkEntry" id="email_entry1">
7550 <property name="visible">True</property>
7551 <property name="can_focus">True</property>
7552 <property name="invisible_char">*</property>
7553 </widget>
7554 <packing>
7555 <property name="left_attach">1</property>
7556 <property name="right_attach">4</property>
7557 <property name="top_attach">3</property>
7558 <property name="bottom_attach">4</property>
7559 <property name="y_options"></property>
7560 </packing>
7561 </child>
7562 </widget>
7563 <packing>
7564 <property name="position">2</property>
7565 </packing>
7566 </child>
7567 </widget>
7568 </child>
7569 </widget>
7570 </child>
7571 </widget>
7572 <packing>
7573 <property name="position">2</property>
7574 </packing>
7575 </child>
7576 <child internal-child="action_area">
7577 <widget class="GtkHButtonBox" id="dialog-action_area23">
7578 <property name="visible">True</property>
7579 <property name="layout_style">GTK_BUTTONBOX_END</property>
7580 <child>
7581 <widget class="GtkButton" id="cancelbutton15">
7582 <property name="visible">True</property>
7583 <property name="can_focus">True</property>
7584 <property name="can_default">True</property>
7585 <property name="label">gtk-cancel</property>
7586 <property name="use_stock">True</property>
7587 <property name="response_id">-6</property>
7588 </widget>
7589 </child>
7590 <child>
7591 <widget class="GtkButton" id="okbutton18">
7592 <property name="visible">True</property>
7593 <property name="can_focus">True</property>
7594 <property name="can_default">True</property>
7595 <property name="label">gtk-ok</property>
7596 <property name="use_stock">True</property>
7597 <property name="response_id">-5</property>
7598 </widget>
7599 <packing>
7600 <property name="position">1</property>
7601 </packing>
7602 </child>
7603 </widget>
7604 <packing>
7605 <property name="expand">False</property>
7606 <property name="pack_type">GTK_PACK_END</property>
7607 </packing>
7608 </child>
7609 </widget>
7610 </child>
7611 </widget>
7612 <widget class="GtkDialog" id="win_quest_3b">
7613 <property name="width_request">350</property>
7614 <property name="height_request">143</property>
7615 <property name="title" translatable="yes">Tiny ERP - Confirmation</property>
7616 <property name="modal">True</property>
7617 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
7618 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
7619 <child internal-child="vbox">
7620 <widget class="GtkVBox" id="vbox42">
7621 <property name="visible">True</property>
7622 <child>
7623 <widget class="GtkHBox" id="hbox62">
7624 <property name="visible">True</property>
7625 <child>
7626 <widget class="GtkImage" id="image2803">
7627 <property name="visible">True</property>
7628 <property name="xpad">15</property>
7629 <property name="ypad">15</property>
7630 <property name="stock">gtk-dialog-question</property>
7631 <property name="icon_size">6</property>
7632 </widget>
7633 <packing>
7634 <property name="expand">False</property>
7635 <property name="fill">False</property>
7636 </packing>
7637 </child>
7638 <child>
7639 <widget class="GtkLabel" id="label">
7640 <property name="width_request">200</property>
7641 <property name="height_request">60</property>
7642 <property name="visible">True</property>
7643 <property name="label" translatable="yes">Hello World!</property>
7644 </widget>
7645 <packing>
7646 <property name="position">1</property>
7647 </packing>
7648 </child>
7649 </widget>
7650 <packing>
7651 <property name="padding">4</property>
7652 <property name="position">2</property>
7653 </packing>
7654 </child>
7655 <child internal-child="action_area">
7656 <widget class="GtkHButtonBox" id="hbuttonbox4">
7657 <property name="visible">True</property>
7658 <property name="layout_style">GTK_BUTTONBOX_END</property>
7659 <child>
7660 <widget class="GtkButton" id="button82">
7661 <property name="visible">True</property>
7662 <property name="can_focus">True</property>
7663 <property name="can_default">True</property>
7664 <property name="label">gtk-yes</property>
7665 <property name="use_stock">True</property>
7666 <property name="response_id">-8</property>
7667 </widget>
7668 </child>
7669 <child>
7670 <widget class="GtkButton" id="button83">
7671 <property name="visible">True</property>
7672 <property name="can_focus">True</property>
7673 <property name="can_default">True</property>
7674 <property name="label">gtk-no</property>
7675 <property name="use_stock">True</property>
7676 <property name="response_id">-9</property>
7677 </widget>
7678 <packing>
7679 <property name="position">1</property>
7680 </packing>
7681 </child>
7682 <child>
7683 <widget class="GtkButton" id="button84">
7684 <property name="visible">True</property>
7685 <property name="can_focus">True</property>
7686 <property name="can_default">True</property>
7687 <property name="label">gtk-cancel</property>
7688 <property name="use_stock">True</property>
7689 <property name="response_id">-6</property>
7690 </widget>
7691 <packing>
7692 <property name="position">2</property>
7693 </packing>
7694 </child>
7695 </widget>
7696 <packing>
7697 <property name="expand">False</property>
7698 <property name="pack_type">GTK_PACK_END</property>
7699 </packing>
7700 </child>
7701 </widget>
7702 </child>
7703 </widget>
7704 <widget class="GtkDialog" id="shortcuts_dia">
7705 <property name="title" translatable="yes">Keyboard shortcuts</property>
7706 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
7707 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
7708 <child internal-child="vbox">
7709 <widget class="GtkVBox" id="dialog-vbox21">
7710 <property name="visible">True</property>
7711 <child>
7712 <widget class="GtkNotebook" id="notebook4">
7713 <property name="visible">True</property>
7714 <property name="can_focus">True</property>
7715 <child>
7716 <widget class="GtkTable" id="table13">
7717 <property name="visible">True</property>
7718 <property name="border_width">8</property>
7719 <property name="n_rows">15</property>
7720 <property name="n_columns">2</property>
7721 <property name="column_spacing">15</property>
7722 <property name="row_spacing">2</property>
7723 <child>
7724 <widget class="GtkLabel" id="label197">
7725 <property name="visible">True</property>
7726 <property name="xalign">0</property>
7727 <property name="label" translatable="yes">&lt;Ctrl&gt; + O</property>
7728 </widget>
7729 <packing>
7730 <property name="top_attach">1</property>
7731 <property name="bottom_attach">2</property>
7732 <property name="x_options">GTK_FILL</property>
7733 <property name="y_options"></property>
7734 </packing>
7735 </child>
7736 <child>
7737 <widget class="GtkLabel" id="label198">
7738 <property name="visible">True</property>
7739 <property name="xalign">0</property>
7740 <property name="label" translatable="yes">Connect</property>
7741 </widget>
7742 <packing>
7743 <property name="left_attach">1</property>
7744 <property name="right_attach">2</property>
7745 <property name="top_attach">1</property>
7746 <property name="bottom_attach">2</property>
7747 <property name="x_options">GTK_FILL</property>
7748 <property name="y_options"></property>
7749 </packing>
7750 </child>
7751 <child>
7752 <widget class="GtkLabel" id="label199">
7753 <property name="visible">True</property>
7754 <property name="xalign">0</property>
7755 <property name="label" translatable="yes">&lt;Ctrl&gt; + F</property>
7756 </widget>
7757 <packing>
7758 <property name="top_attach">5</property>
7759 <property name="bottom_attach">6</property>
7760 <property name="x_options">GTK_FILL</property>
7761 <property name="y_options"></property>
7762 </packing>
7763 </child>
7764 <child>
7765 <widget class="GtkLabel" id="label200">
7766 <property name="visible">True</property>
7767 <property name="xalign">0</property>
7768 <property name="label" translatable="yes">Find / Search</property>
7769 </widget>
7770 <packing>
7771 <property name="left_attach">1</property>
7772 <property name="right_attach">2</property>
7773 <property name="top_attach">5</property>
7774 <property name="bottom_attach">6</property>
7775 <property name="x_options">GTK_FILL</property>
7776 <property name="y_options"></property>
7777 </packing>
7778 </child>
7779 <child>
7780 <widget class="GtkLabel" id="label201">
7781 <property name="visible">True</property>
7782 <property name="xalign">0</property>
7783 <property name="label" translatable="yes">&lt;Ctrl&gt; + D</property>
7784 </widget>
7785 <packing>
7786 <property name="top_attach">4</property>
7787 <property name="bottom_attach">5</property>
7788 <property name="x_options">GTK_FILL</property>
7789 <property name="y_options"></property>
7790 </packing>
7791 </child>
7792 <child>
7793 <widget class="GtkLabel" id="label202">
7794 <property name="visible">True</property>
7795 <property name="xalign">0</property>
7796 <property name="label" translatable="yes">Delete</property>
7797 </widget>
7798 <packing>
7799 <property name="left_attach">1</property>
7800 <property name="right_attach">2</property>
7801 <property name="top_attach">4</property>
7802 <property name="bottom_attach">5</property>
7803 <property name="x_options">GTK_FILL</property>
7804 <property name="y_options"></property>
7805 </packing>
7806 </child>
7807 <child>
7808 <widget class="GtkLabel" id="label203">
7809 <property name="visible">True</property>
7810 <property name="xalign">0</property>
7811 <property name="label" translatable="yes">&lt;Ctrl&gt; + N</property>
7812 </widget>
7813 <packing>
7814 <property name="top_attach">2</property>
7815 <property name="bottom_attach">3</property>
7816 <property name="x_options">GTK_FILL</property>
7817 <property name="y_options"></property>
7818 </packing>
7819 </child>
7820 <child>
7821 <widget class="GtkLabel" id="label204">
7822 <property name="visible">True</property>
7823 <property name="xalign">0</property>
7824 <property name="label" translatable="yes">New</property>
7825 </widget>
7826 <packing>
7827 <property name="left_attach">1</property>
7828 <property name="right_attach">2</property>
7829 <property name="top_attach">2</property>
7830 <property name="bottom_attach">3</property>
7831 <property name="x_options">GTK_FILL</property>
7832 <property name="y_options"></property>
7833 </packing>
7834 </child>
7835 <child>
7836 <widget class="GtkLabel" id="label207">
7837 <property name="visible">True</property>
7838 <property name="xalign">0</property>
7839 <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;PgUp&gt;</property>
7840 </widget>
7841 <packing>
7842 <property name="top_attach">9</property>
7843 <property name="bottom_attach">10</property>
7844 <property name="x_options">GTK_FILL</property>
7845 <property name="y_options"></property>
7846 </packing>
7847 </child>
7848 <child>
7849 <widget class="GtkLabel" id="label208">
7850 <property name="visible">True</property>
7851 <property name="xalign">0</property>
7852 <property name="label" translatable="yes">Previous tab</property>
7853 </widget>
7854 <packing>
7855 <property name="left_attach">1</property>
7856 <property name="right_attach">2</property>
7857 <property name="top_attach">9</property>
7858 <property name="bottom_attach">10</property>
7859 <property name="x_options">GTK_FILL</property>
7860 <property name="y_options"></property>
7861 </packing>
7862 </child>
7863 <child>
7864 <widget class="GtkLabel" id="label209">
7865 <property name="visible">True</property>
7866 <property name="xalign">0</property>
7867 <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;PgDn&gt;</property>
7868 </widget>
7869 <packing>
7870 <property name="top_attach">10</property>
7871 <property name="bottom_attach">11</property>
7872 <property name="x_options">GTK_FILL</property>
7873 <property name="y_options"></property>
7874 </packing>
7875 </child>
7876 <child>
7877 <widget class="GtkLabel" id="label210">
7878 <property name="visible">True</property>
7879 <property name="xalign">0</property>
7880 <property name="label" translatable="yes">Next Tab</property>
7881 </widget>
7882 <packing>
7883 <property name="left_attach">1</property>
7884 <property name="right_attach">2</property>
7885 <property name="top_attach">10</property>
7886 <property name="bottom_attach">11</property>
7887 <property name="x_options">GTK_FILL</property>
7888 <property name="y_options"></property>
7889 </packing>
7890 </child>
7891 <child>
7892 <widget class="GtkLabel" id="label211">
7893 <property name="visible">True</property>
7894 <property name="xalign">0</property>
7895 <property name="label" translatable="yes">&lt;Ctrl&gt; + S</property>
7896 </widget>
7897 <packing>
7898 <property name="top_attach">3</property>
7899 <property name="bottom_attach">4</property>
7900 <property name="x_options">GTK_FILL</property>
7901 <property name="y_options"></property>
7902 </packing>
7903 </child>
7904 <child>
7905 <widget class="GtkLabel" id="label212">
7906 <property name="visible">True</property>
7907 <property name="xalign">0</property>
7908 <property name="label" translatable="yes">&lt;Ctrl&gt; + W</property>
7909 </widget>
7910 <packing>
7911 <property name="top_attach">11</property>
7912 <property name="bottom_attach">12</property>
7913 <property name="x_options">GTK_FILL</property>
7914 <property name="y_options"></property>
7915 </packing>
7916 </child>
7917 <child>
7918 <widget class="GtkLabel" id="label213">
7919 <property name="visible">True</property>
7920 <property name="xalign">0</property>
7921 <property name="label" translatable="yes">Save</property>
7922 </widget>
7923 <packing>
7924 <property name="left_attach">1</property>
7925 <property name="right_attach">2</property>
7926 <property name="top_attach">3</property>
7927 <property name="bottom_attach">4</property>
7928 <property name="x_options">GTK_FILL</property>
7929 <property name="y_options"></property>
7930 </packing>
7931 </child>
7932 <child>
7933 <widget class="GtkLabel" id="label214">
7934 <property name="visible">True</property>
7935 <property name="xalign">0</property>
7936 <property name="label" translatable="yes">Close Tab</property>
7937 </widget>
7938 <packing>
7939 <property name="left_attach">1</property>
7940 <property name="right_attach">2</property>
7941 <property name="top_attach">11</property>
7942 <property name="bottom_attach">12</property>
7943 <property name="x_options">GTK_FILL</property>
7944 <property name="y_options"></property>
7945 </packing>
7946 </child>
7947 <child>
7948 <widget class="GtkLabel" id="label215">
7949 <property name="visible">True</property>
7950 <property name="xalign">0</property>
7951 <property name="label" translatable="yes">&lt;PgUp&gt;</property>
7952 </widget>
7953 <packing>
7954 <property name="top_attach">6</property>
7955 <property name="bottom_attach">7</property>
7956 <property name="x_options">GTK_FILL</property>
7957 <property name="y_options"></property>
7958 </packing>
7959 </child>
7960 <child>
7961 <widget class="GtkLabel" id="label216">
7962 <property name="visible">True</property>
7963 <property name="xalign">0</property>
7964 <property name="label" translatable="yes">&lt;PgDn&gt;</property>
7965 </widget>
7966 <packing>
7967 <property name="top_attach">7</property>
7968 <property name="bottom_attach">8</property>
7969 <property name="x_options">GTK_FILL</property>
7970 <property name="y_options"></property>
7971 </packing>
7972 </child>
7973 <child>
7974 <widget class="GtkLabel" id="label217">
7975 <property name="visible">True</property>
7976 <property name="xalign">0</property>
7977 <property name="label" translatable="yes">Previous record</property>
7978 </widget>
7979 <packing>
7980 <property name="left_attach">1</property>
7981 <property name="right_attach">2</property>
7982 <property name="top_attach">6</property>
7983 <property name="bottom_attach">7</property>
7984 <property name="x_options">GTK_FILL</property>
7985 <property name="y_options"></property>
7986 </packing>
7987 </child>
7988 <child>
7989 <widget class="GtkLabel" id="label218">
7990 <property name="visible">True</property>
7991 <property name="xalign">0</property>
7992 <property name="label" translatable="yes">Next record</property>
7993 </widget>
7994 <packing>
7995 <property name="left_attach">1</property>
7996 <property name="right_attach">2</property>
7997 <property name="top_attach">7</property>
7998 <property name="bottom_attach">8</property>
7999 <property name="x_options">GTK_FILL</property>
8000 <property name="y_options"></property>
8001 </packing>
8002 </child>
8003 <child>
8004 <widget class="GtkLabel" id="label219">
8005 <property name="visible">True</property>
8006 <property name="xalign">0</property>
8007 <property name="label" translatable="yes">&lt;Ctrl&gt; + L</property>
8008 </widget>
8009 <packing>
8010 <property name="top_attach">8</property>
8011 <property name="bottom_attach">9</property>
8012 <property name="x_options">GTK_FILL</property>
8013 <property name="y_options"></property>
8014 </packing>
8015 </child>
8016 <child>
8017 <widget class="GtkLabel" id="label220">
8018 <property name="visible">True</property>
8019 <property name="xalign">0</property>
8020 <property name="label" translatable="yes">Switch view mode</property>
8021 </widget>
8022 <packing>
8023 <property name="left_attach">1</property>
8024 <property name="right_attach">2</property>
8025 <property name="top_attach">8</property>
8026 <property name="bottom_attach">9</property>
8027 <property name="x_options">GTK_FILL</property>
8028 <property name="y_options"></property>
8029 </packing>
8030 </child>
8031 <child>
8032 <widget class="GtkLabel" id="label222">
8033 <property name="visible">True</property>
8034 <property name="xalign">0</property>
8035 <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;Enter&gt;</property>
8036 </widget>
8037 <packing>
8038 <property name="top_attach">13</property>
8039 <property name="bottom_attach">14</property>
8040 <property name="x_options">GTK_FILL</property>
8041 <property name="y_options"></property>
8042 </packing>
8043 </child>
8044 <child>
8045 <widget class="GtkLabel" id="label223">
8046 <property name="visible">True</property>
8047 <property name="xalign">0</property>
8048 <property name="label" translatable="yes">Save and Close window</property>
8049 </widget>
8050 <packing>
8051 <property name="left_attach">1</property>
8052 <property name="right_attach">2</property>
8053 <property name="top_attach">13</property>
8054 <property name="bottom_attach">14</property>
8055 <property name="x_options">GTK_FILL</property>
8056 <property name="y_options"></property>
8057 </packing>
8058 </child>
8059 <child>
8060 <widget class="GtkLabel" id="label224">
8061 <property name="visible">True</property>
8062 <property name="xalign">0</property>
8063 <property name="ypad">10</property>
8064 <property name="label" translatable="yes">&lt;i&gt;When editing a resource in a popup window&lt;/i&gt;</property>
8065 <property name="use_markup">True</property>
8066 <property name="justify">GTK_JUSTIFY_CENTER</property>
8067 </widget>
8068 <packing>
8069 <property name="right_attach">2</property>
8070 <property name="top_attach">12</property>
8071 <property name="bottom_attach">13</property>
8072 <property name="x_options">GTK_FILL</property>
8073 <property name="y_options"></property>
8074 </packing>
8075 </child>
8076 <child>
8077 <widget class="GtkLabel" id="label225">
8078 <property name="visible">True</property>
8079 <property name="xalign">0</property>
8080 <property name="label" translatable="yes">&lt;Ctrl&gt; + &lt;Esc&gt;</property>
8081 </widget>
8082 <packing>
8083 <property name="top_attach">14</property>
8084 <property name="bottom_attach">15</property>
8085 <property name="x_options">GTK_FILL</property>
8086 <property name="y_options"></property>
8087 </packing>
8088 </child>
8089 <child>
8090 <widget class="GtkLabel" id="label226">
8091 <property name="visible">True</property>
8092 <property name="xalign">0</property>
8093 <property name="label" translatable="yes">Close window without saving</property>
8094 </widget>
8095 <packing>
8096 <property name="left_attach">1</property>
8097 <property name="right_attach">2</property>
8098 <property name="top_attach">14</property>
8099 <property name="bottom_attach">15</property>
8100 <property name="x_options">GTK_FILL</property>
8101 <property name="y_options"></property>
8102 </packing>
8103 </child>
8104 <child>
8105 <widget class="GtkLabel" id="label196">
8106 <property name="visible">True</property>
8107 <property name="xpad">2</property>
8108 <property name="label" translatable="yes">&lt;b&gt;Shortcuts for TinyERP&lt;/b&gt;</property>
8109 <property name="use_markup">True</property>
8110 <property name="justify">GTK_JUSTIFY_CENTER</property>
8111 </widget>
8112 <packing>
8113 <property name="right_attach">2</property>
8114 <property name="y_options"></property>
8115 <property name="y_padding">5</property>
8116 </packing>
8117 </child>
8118 </widget>
8119 </child>
8120 <child>
8121 <widget class="GtkLabel" id="label248">
8122 <property name="visible">True</property>
8123 <property name="label" translatable="yes">Main Shortcuts</property>
8124 </widget>
8125 <packing>
8126 <property name="type">tab</property>
8127 <property name="tab_fill">False</property>
8128 </packing>
8129 </child>
8130 <child>
8131 <widget class="GtkTable" id="table15">
8132 <property name="visible">True</property>
8133 <property name="border_width">8</property>
8134 <property name="n_rows">10</property>
8135 <property name="n_columns">2</property>
8136 <child>
8137 <widget class="GtkLabel" id="label251">
8138 <property name="visible">True</property>
8139 <property name="xalign">0</property>
8140 <property name="label" translatable="yes">&lt;Ctrl&gt; + X</property>
8141 </widget>
8142 <packing>
8143 <property name="top_attach">1</property>
8144 <property name="bottom_attach">2</property>
8145 <property name="x_options">GTK_FILL</property>
8146 <property name="y_options"></property>
8147 </packing>
8148 </child>
8149 <child>
8150 <widget class="GtkLabel" id="label252">
8151 <property name="visible">True</property>
8152 <property name="xalign">0</property>
8153 <property name="label" translatable="yes">&lt;Ctrl&gt; + C</property>
8154 </widget>
8155 <packing>
8156 <property name="top_attach">2</property>
8157 <property name="bottom_attach">3</property>
8158 <property name="x_options">GTK_FILL</property>
8159 <property name="y_options"></property>
8160 </packing>
8161 </child>
8162 <child>
8163 <widget class="GtkLabel" id="label253">
8164 <property name="visible">True</property>
8165 <property name="xalign">0</property>
8166 <property name="label" translatable="yes">&lt;Ctrl&gt; + V</property>
8167 </widget>
8168 <packing>
8169 <property name="top_attach">3</property>
8170 <property name="bottom_attach">4</property>
8171 <property name="x_options">GTK_FILL</property>
8172 <property name="y_options"></property>
8173 </packing>
8174 </child>
8175 <child>
8176 <widget class="GtkLabel" id="label254">
8177 <property name="visible">True</property>
8178 <property name="xalign">0</property>
8179 <property name="label" translatable="yes">Cut selected text</property>
8180 </widget>
8181 <packing>
8182 <property name="left_attach">1</property>
8183 <property name="right_attach">2</property>
8184 <property name="top_attach">1</property>
8185 <property name="bottom_attach">2</property>
8186 <property name="x_options">GTK_FILL</property>
8187 <property name="y_options"></property>
8188 </packing>
8189 </child>
8190 <child>
8191 <widget class="GtkLabel" id="label255">
8192 <property name="visible">True</property>
8193 <property name="xalign">0</property>
8194 <property name="label" translatable="yes">Copy selected text</property>
8195 </widget>
8196 <packing>
8197 <property name="left_attach">1</property>
8198 <property name="right_attach">2</property>
8199 <property name="top_attach">2</property>
8200 <property name="bottom_attach">3</property>
8201 <property name="x_options">GTK_FILL</property>
8202 <property name="y_options"></property>
8203 </packing>
8204 </child>
8205 <child>
8206 <widget class="GtkLabel" id="label256">
8207 <property name="visible">True</property>
8208 <property name="xalign">0</property>
8209 <property name="label" translatable="yes">Paste selected text</property>
8210 </widget>
8211 <packing>
8212 <property name="left_attach">1</property>
8213 <property name="right_attach">2</property>
8214 <property name="top_attach">3</property>
8215 <property name="bottom_attach">4</property>
8216 <property name="x_options">GTK_FILL</property>
8217 <property name="y_options"></property>
8218 </packing>
8219 </child>
8220 <child>
8221 <widget class="GtkLabel" id="label257">
8222 <property name="visible">True</property>
8223 <property name="xalign">0</property>
8224 <property name="label" translatable="yes">&lt;Tab&gt;</property>
8225 </widget>
8226 <packing>
8227 <property name="top_attach">4</property>
8228 <property name="bottom_attach">5</property>
8229 <property name="x_options">GTK_FILL</property>
8230 <property name="y_options"></property>
8231 </packing>
8232 </child>
8233 <child>
8234 <widget class="GtkLabel" id="label258">
8235 <property name="visible">True</property>
8236 <property name="xalign">0</property>
8237 <property name="label" translatable="yes">Next editable widget</property>
8238 </widget>
8239 <packing>
8240 <property name="left_attach">1</property>
8241 <property name="right_attach">2</property>
8242 <property name="top_attach">4</property>
8243 <property name="bottom_attach">5</property>
8244 <property name="x_options">GTK_FILL</property>
8245 <property name="y_options"></property>
8246 </packing>
8247 </child>
8248 <child>
8249 <widget class="GtkLabel" id="label259">
8250 <property name="visible">True</property>
8251 <property name="xalign">0</property>
8252 <property name="label" translatable="yes">&lt;Shist&gt; + &lt;Tab&gt;</property>
8253 </widget>
8254 <packing>
8255 <property name="top_attach">5</property>
8256 <property name="bottom_attach">6</property>
8257 <property name="x_options">GTK_FILL</property>
8258 <property name="y_options"></property>
8259 </packing>
8260 </child>
8261 <child>
8262 <widget class="GtkLabel" id="label260">
8263 <property name="visible">True</property>
8264 <property name="xalign">0</property>
8265 <property name="label" translatable="yes">Previous editable widget</property>
8266 </widget>
8267 <packing>
8268 <property name="left_attach">1</property>
8269 <property name="right_attach">2</property>
8270 <property name="top_attach">5</property>
8271 <property name="bottom_attach">6</property>
8272 <property name="x_options">GTK_FILL</property>
8273 <property name="y_options"></property>
8274 </packing>
8275 </child>
8276 <child>
8277 <widget class="GtkLabel" id="label261">
8278 <property name="visible">True</property>
8279 <property name="xalign">0</property>
8280 <property name="label" translatable="yes">&lt;Enter&gt;</property>
8281 </widget>
8282 <packing>
8283 <property name="top_attach">6</property>
8284 <property name="bottom_attach">7</property>
8285 <property name="x_options">GTK_FILL</property>
8286 <property name="y_options"></property>
8287 </packing>
8288 </child>
8289 <child>
8290 <widget class="GtkLabel" id="label262">
8291 <property name="visible">True</property>
8292 <property name="xalign">0</property>
8293 <property name="label" translatable="yes">Auto-Complete text field</property>
8294 </widget>
8295 <packing>
8296 <property name="left_attach">1</property>
8297 <property name="right_attach">2</property>
8298 <property name="top_attach">6</property>
8299 <property name="bottom_attach">7</property>
8300 <property name="x_options">GTK_FILL</property>
8301 <property name="y_options"></property>
8302 </packing>
8303 </child>
8304 <child>
8305 <widget class="GtkLabel" id="label46565">
8306 <property name="visible">True</property>
8307 <property name="xalign">0</property>
8308 <property name="label" translatable="yes">F1</property>
8309 </widget>
8310 <packing>
8311 <property name="top_attach">8</property>
8312 <property name="bottom_attach">9</property>
8313 <property name="x_options">GTK_FILL</property>
8314 <property name="y_options"></property>
8315 </packing>
8316 </child>
8317 <child>
8318 <widget class="GtkLabel" id="label46566">
8319 <property name="visible">True</property>
8320 <property name="xalign">0</property>
8321 <property name="label" translatable="yes">Add a new line/field</property>
8322 </widget>
8323 <packing>
8324 <property name="left_attach">1</property>
8325 <property name="right_attach">2</property>
8326 <property name="top_attach">8</property>
8327 <property name="bottom_attach">9</property>
8328 <property name="x_options">GTK_FILL</property>
8329 <property name="y_options"></property>
8330 </packing>
8331 </child>
8332 <child>
8333 <widget class="GtkLabel" id="label46570">
8334 <property name="visible">True</property>
8335 <property name="xalign">0</property>
8336 <property name="label" translatable="yes">Open current field</property>
8337 </widget>
8338 <packing>
8339 <property name="left_attach">1</property>
8340 <property name="right_attach">2</property>
8341 <property name="top_attach">9</property>
8342 <property name="bottom_attach">10</property>
8343 <property name="x_options">GTK_FILL</property>
8344 <property name="y_options"></property>
8345 </packing>
8346 </child>
8347 <child>
8348 <widget class="GtkLabel" id="label250">
8349 <property name="visible">True</property>
8350 <property name="label" translatable="yes">&lt;b&gt;Shortcuts in text entries&lt;/b&gt;</property>
8351 <property name="use_markup">True</property>
8352 </widget>
8353 <packing>
8354 <property name="right_attach">2</property>
8355 <property name="y_options"></property>
8356 <property name="y_padding">5</property>
8357 </packing>
8358 </child>
8359 <child>
8360 <widget class="GtkLabel" id="label46567">
8361 <property name="visible">True</property>
8362 <property name="label" translatable="yes">&lt;b&gt;Shortcuts in relation fields&lt;/b&gt;</property>
8363 <property name="use_markup">True</property>
8364 </widget>
8365 <packing>
8366 <property name="right_attach">2</property>
8367 <property name="top_attach">7</property>
8368 <property name="bottom_attach">8</property>
8369 <property name="x_options">GTK_FILL</property>
8370 <property name="y_options"></property>
8371 <property name="y_padding">5</property>
8372 </packing>
8373 </child>
8374 <child>
8375 <widget class="GtkLabel" id="label46569">
8376 <property name="visible">True</property>
8377 <property name="xalign">0</property>
8378 <property name="label" translatable="yes">F2</property>
8379 <property name="justify">GTK_JUSTIFY_CENTER</property>
8380 </widget>
8381 <packing>
8382 <property name="top_attach">9</property>
8383 <property name="bottom_attach">10</property>
8384 <property name="x_options">GTK_FILL</property>
8385 <property name="y_options"></property>
8386 </packing>
8387 </child>
8388 </widget>
8389 <packing>
8390 <property name="position">1</property>
8391 </packing>
8392 </child>
8393 <child>
8394 <widget class="GtkLabel" id="label249">
8395 <property name="visible">True</property>
8396 <property name="label" translatable="yes">Edition Widgets</property>
8397 </widget>
8398 <packing>
8399 <property name="type">tab</property>
8400 <property name="position">1</property>
8401 <property name="tab_fill">False</property>
8402 </packing>
8403 </child>
8404 </widget>
8405 <packing>
8406 <property name="position">2</property>
8407 </packing>
8408 </child>
8409 <child internal-child="action_area">
8410 <widget class="GtkHButtonBox" id="dialog-action_area24">
8411 <property name="visible">True</property>
8412 <property name="layout_style">GTK_BUTTONBOX_END</property>
8413 <child>
8414 <widget class="GtkButton" id="closebutton1">
8415 <property name="visible">True</property>
8416 <property name="can_focus">True</property>
8417 <property name="can_default">True</property>
8418 <property name="label">gtk-close</property>
8419 <property name="use_stock">True</property>
8420 <property name="response_id">-7</property>
8421 <signal name="clicked" handler="on_but_ok_pressed"/>
8422 </widget>
8423 </child>
8424 </widget>
8425 <packing>
8426 <property name="expand">False</property>
8427 <property name="pack_type">GTK_PACK_END</property>
8428 </packing>
8429 </child>
8430 </widget>
8431 </child>
8432 </widget>
8433 <widget class="GtkDialog" id="win_import">
8434 <property name="title" translatable="yes">Import from CSV</property>
8435 <property name="modal">True</property>
8436 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
8437 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
8438 <child internal-child="vbox">
8439 <widget class="GtkVBox" id="dialog-vbox27">
8440 <property name="visible">True</property>
8441 <property name="spacing">4</property>
8442 <child>
8443 <widget class="GtkVBox" id="vbox43">
8444 <property name="visible">True</property>
8445 <property name="spacing">9</property>
8446 <child>
8447 <widget class="GtkHBox" id="hbox63">
8448 <property name="visible">True</property>
8449 <child>
8450 <widget class="GtkFrame" id="frame14">
8451 <property name="visible">True</property>
8452 <property name="label_xalign">0</property>
8453 <property name="shadow_type">GTK_SHADOW_NONE</property>
8454 <child>
8455 <widget class="GtkAlignment" id="alignment30">
8456 <property name="visible">True</property>
8457 <property name="left_padding">12</property>
8458 <child>
8459 <widget class="GtkScrolledWindow" id="scrolledwindow38">
8460 <property name="visible">True</property>
8461 <property name="can_focus">True</property>
8462 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
8463 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
8464 <child>
8465 <widget class="GtkViewport" id="import_vp_left">
8466 <property name="visible">True</property>
8467 <child>
8468 <placeholder/>
8469 </child>
8470 </widget>
8471 </child>
8472 </widget>
8473 </child>
8474 </widget>
8475 </child>
8476 <child>
8477 <widget class="GtkLabel" id="label227">
8478 <property name="visible">True</property>
8479 <property name="label" translatable="yes">&lt;b&gt;All fields&lt;/b&gt;</property>
8480 <property name="use_markup">True</property>
8481 </widget>
8482 <packing>
8483 <property name="type">label_item</property>
8484 </packing>
8485 </child>
8486 </widget>
8487 </child>
8488 <child>
8489 <widget class="GtkVBox" id="vbox44">
8490 <property name="visible">True</property>
8491 <property name="border_width">5</property>
8492 <property name="homogeneous">True</property>
8493 <child>
8494 <widget class="GtkButton" id="button_add">
8495 <property name="visible">True</property>
8496 <property name="can_focus">True</property>
8497 <property name="response_id">0</property>
8498 <signal name="clicked" handler="on_but_select_clicked"/>
8499 <child>
8500 <widget class="GtkAlignment" id="alignment31">
8501 <property name="visible">True</property>
8502 <property name="xscale">0</property>
8503 <property name="yscale">0</property>
8504 <child>
8505 <widget class="GtkHBox" id="hbox64">
8506 <property name="visible">True</property>
8507 <property name="spacing">2</property>
8508 <child>
8509 <widget class="GtkImage" id="image2901">
8510 <property name="visible">True</property>
8511 <property name="stock">gtk-go-forward</property>
8512 </widget>
8513 <packing>
8514 <property name="expand">False</property>
8515 <property name="fill">False</property>
8516 </packing>
8517 </child>
8518 <child>
8519 <widget class="GtkLabel" id="label228">
8520 <property name="visible">True</property>
8521 <property name="label" translatable="yes">_Add</property>
8522 <property name="use_underline">True</property>
8523 </widget>
8524 <packing>
8525 <property name="expand">False</property>
8526 <property name="fill">False</property>
8527 <property name="position">1</property>
8528 </packing>
8529 </child>
8530 </widget>
8531 </child>
8532 </widget>
8533 </child>
8534 </widget>
8535 <packing>
8536 <property name="expand">False</property>
8537 <property name="fill">False</property>
8538 </packing>
8539 </child>
8540 <child>
8541 <widget class="GtkButton" id="button_remove">
8542 <property name="visible">True</property>
8543 <property name="can_focus">True</property>
8544 <property name="response_id">0</property>
8545 <signal name="clicked" handler="on_but_unselect_clicked"/>
8546 <child>
8547 <widget class="GtkAlignment" id="alignment32">
8548 <property name="visible">True</property>
8549 <property name="xscale">0</property>
8550 <property name="yscale">0</property>
8551 <child>
8552 <widget class="GtkHBox" id="hbox65">
8553 <property name="visible">True</property>
8554 <property name="spacing">2</property>
8555 <child>
8556 <widget class="GtkImage" id="image2902">
8557 <property name="visible">True</property>
8558 <property name="stock">gtk-go-back</property>
8559 </widget>
8560 <packing>
8561 <property name="expand">False</property>
8562 <property name="fill">False</property>
8563 </packing>
8564 </child>
8565 <child>
8566 <widget class="GtkLabel" id="label229">
8567 <property name="visible">True</property>
8568 <property name="label" translatable="yes">_Remove</property>
8569 <property name="use_underline">True</property>
8570 </widget>
8571 <packing>
8572 <property name="expand">False</property>
8573 <property name="fill">False</property>
8574 <property name="position">1</property>
8575 </packing>
8576 </child>
8577 </widget>
8578 </child>
8579 </widget>
8580 </child>
8581 </widget>
8582 <packing>
8583 <property name="expand">False</property>
8584 <property name="fill">False</property>
8585 <property name="position">1</property>
8586 </packing>
8587 </child>
8588 <child>
8589 <widget class="GtkButton" id="button_remove_all">
8590 <property name="visible">True</property>
8591 <property name="can_focus">True</property>
8592 <property name="response_id">0</property>
8593 <signal name="clicked" handler="on_but_unselect_all_clicked"/>
8594 <child>
8595 <widget class="GtkAlignment" id="alignment34">
8596 <property name="visible">True</property>
8597 <property name="xscale">0</property>
8598 <property name="yscale">0</property>
8599 <child>
8600 <widget class="GtkHBox" id="hbox67">
8601 <property name="visible">True</property>
8602 <property name="spacing">2</property>
8603 <child>
8604 <widget class="GtkImage" id="image2904">
8605 <property name="visible">True</property>
8606 <property name="stock">gtk-goto-first</property>
8607 </widget>
8608 <packing>
8609 <property name="expand">False</property>
8610 <property name="fill">False</property>
8611 </packing>
8612 </child>
8613 <child>
8614 <widget class="GtkLabel" id="label231">
8615 <property name="visible">True</property>
8616 <property name="label" translatable="yes">N_othing</property>
8617 <property name="use_underline">True</property>
8618 </widget>
8619 <packing>
8620 <property name="expand">False</property>
8621 <property name="fill">False</property>
8622 <property name="position">1</property>
8623 </packing>
8624 </child>
8625 </widget>
8626 </child>
8627 </widget>
8628 </child>
8629 </widget>
8630 <packing>
8631 <property name="expand">False</property>
8632 <property name="fill">False</property>
8633 <property name="position">2</property>
8634 </packing>
8635 </child>
8636 <child>
8637 <widget class="GtkHSeparator" id="hseparator27">
8638 <property name="visible">True</property>
8639 </widget>
8640 <packing>
8641 <property name="expand">False</property>
8642 <property name="fill">False</property>
8643 <property name="padding">3</property>
8644 <property name="position">3</property>
8645 </packing>
8646 </child>
8647 <child>
8648 <widget class="GtkButton" id="button_autodetect">
8649 <property name="visible">True</property>
8650 <property name="can_focus">True</property>
8651 <property name="response_id">0</property>
8652 <signal name="clicked" handler="on_but_autodetect_clicked"/>
8653 <child>
8654 <widget class="GtkAlignment" id="alignment44">
8655 <property name="visible">True</property>
8656 <property name="xscale">0</property>
8657 <property name="yscale">0</property>
8658 <child>
8659 <widget class="GtkHBox" id="hbox68">
8660 <property name="visible">True</property>
8661 <property name="spacing">2</property>
8662 <child>
8663 <widget class="GtkImage" id="image2905">
8664 <property name="visible">True</property>
8665 <property name="stock">gtk-zoom-fit</property>
8666 </widget>
8667 <packing>
8668 <property name="expand">False</property>
8669 <property name="fill">False</property>
8670 </packing>
8671 </child>
8672 <child>
8673 <widget class="GtkLabel" id="label247">
8674 <property name="visible">True</property>
8675 <property name="label" translatable="yes">Auto-Detect</property>
8676 <property name="use_underline">True</property>
8677 </widget>
8678 <packing>
8679 <property name="expand">False</property>
8680 <property name="fill">False</property>
8681 <property name="position">1</property>
8682 </packing>
8683 </child>
8684 </widget>
8685 </child>
8686 </widget>
8687 </child>
8688 </widget>
8689 <packing>
8690 <property name="expand">False</property>
8691 <property name="fill">False</property>
8692 <property name="position">4</property>
8693 </packing>
8694 </child>
8695 </widget>
8696 <packing>
8697 <property name="expand">False</property>
8698 <property name="position">1</property>
8699 </packing>
8700 </child>
8701 <child>
8702 <widget class="GtkFrame" id="frame15">
8703 <property name="visible">True</property>
8704 <property name="label_xalign">0</property>
8705 <property name="shadow_type">GTK_SHADOW_NONE</property>
8706 <child>
8707 <widget class="GtkAlignment" id="alignment35">
8708 <property name="visible">True</property>
8709 <property name="left_padding">12</property>
8710 <child>
8711 <widget class="GtkScrolledWindow" id="scrolledwindow37">
8712 <property name="visible">True</property>
8713 <property name="can_focus">True</property>
8714 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
8715 <child>
8716 <widget class="GtkViewport" id="import_vp_right">
8717 <property name="visible">True</property>
8718 <child>
8719 <placeholder/>
8720 </child>
8721 </widget>
8722 </child>
8723 </widget>
8724 </child>
8725 </widget>
8726 </child>
8727 <child>
8728 <widget class="GtkLabel" id="label232">
8729 <property name="visible">True</property>
8730 <property name="label" translatable="yes">&lt;b&gt;Fields to import&lt;/b&gt;</property>
8731 <property name="use_markup">True</property>
8732 </widget>
8733 <packing>
8734 <property name="type">label_item</property>
8735 </packing>
8736 </child>
8737 </widget>
8738 <packing>
8739 <property name="position">2</property>
8740 </packing>
8741 </child>
8742 </widget>
8743 </child>
8744 <child>
8745 <widget class="GtkFrame" id="frame18">
8746 <property name="visible">True</property>
8747 <property name="label_xalign">0</property>
8748 <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
8749 <child>
8750 <widget class="GtkAlignment" id="alignment43">
8751 <property name="visible">True</property>
8752 <property name="top_padding">7</property>
8753 <property name="bottom_padding">7</property>
8754 <property name="left_padding">7</property>
8755 <property name="right_padding">7</property>
8756 <child>
8757 <widget class="GtkVBox" id="vbox54">
8758 <property name="visible">True</property>
8759 <child>
8760 <widget class="GtkHBox" id="hbox77">
8761 <property name="visible">True</property>
8762 <child>
8763 <widget class="GtkLabel" id="label46547">
8764 <property name="visible">True</property>
8765 <property name="label" translatable="yes">File to Import:</property>
8766 </widget>
8767 <packing>
8768 <property name="expand">False</property>
8769 <property name="fill">False</property>
8770 </packing>
8771 </child>
8772 <child>
8773 <widget class="GtkFileChooserButton" id="import_csv_file">
8774 <property name="visible">True</property>
8775 <property name="title" translatable="yes">Open...</property>
8776 </widget>
8777 <packing>
8778 <property name="position">1</property>
8779 </packing>
8780 </child>
8781 </widget>
8782 <packing>
8783 <property name="expand">False</property>
8784 <property name="padding">4</property>
8785 </packing>
8786 </child>
8787 <child>
8788 <widget class="GtkExpander" id="expander3">
8789 <property name="visible">True</property>
8790 <property name="can_focus">True</property>
8791 <property name="expanded">True</property>
8792 <child>
8793 <widget class="GtkTable" id="table21">
8794 <property name="visible">True</property>
8795 <property name="border_width">8</property>
8796 <property name="n_rows">2</property>
8797 <property name="n_columns">4</property>
8798 <property name="column_spacing">8</property>
8799 <property name="row_spacing">9</property>
8800 <child>
8801 <widget class="GtkLabel" id="label46548">
8802 <property name="visible">True</property>
8803 <property name="xalign">1</property>
8804 <property name="label" translatable="yes">Field Separater:</property>
8805 </widget>
8806 <packing>
8807 <property name="x_options">GTK_FILL</property>
8808 <property name="y_options"></property>
8809 </packing>
8810 </child>
8811 <child>
8812 <widget class="GtkLabel" id="label46549">
8813 <property name="visible">True</property>
8814 <property name="xalign">1</property>
8815 <property name="label" translatable="yes">Encoding:</property>
8816 </widget>
8817 <packing>
8818 <property name="top_attach">1</property>
8819 <property name="bottom_attach">2</property>
8820 <property name="x_options">GTK_FILL</property>
8821 <property name="y_options"></property>
8822 </packing>
8823 </child>
8824 <child>
8825 <widget class="GtkEntry" id="import_csv_sep">
8826 <property name="visible">True</property>
8827 <property name="can_focus">True</property>
8828 <property name="max_length">1</property>
8829 <property name="invisible_char">*</property>
8830 <property name="width_chars">1</property>
8831 <property name="text">,</property>
8832 </widget>
8833 <packing>
8834 <property name="left_attach">1</property>
8835 <property name="right_attach">2</property>
8836 <property name="x_options">GTK_FILL</property>
8837 <property name="y_options"></property>
8838 </packing>
8839 </child>
8840 <child>
8841 <widget class="GtkLabel" id="label46550">
8842 <property name="visible">True</property>
8843 <property name="xalign">1</property>
8844 <property name="label" translatable="yes">Text Delimiter:</property>
8845 </widget>
8846 <packing>
8847 <property name="left_attach">2</property>
8848 <property name="right_attach">3</property>
8849 <property name="x_options">GTK_FILL</property>
8850 <property name="y_options"></property>
8851 </packing>
8852 </child>
8853 <child>
8854 <widget class="GtkEntry" id="import_csv_del">
8855 <property name="visible">True</property>
8856 <property name="can_focus">True</property>
8857 <property name="invisible_char">*</property>
8858 <property name="width_chars">1</property>
8859 <property name="text">"</property>
8860 </widget>
8861 <packing>
8862 <property name="left_attach">3</property>
8863 <property name="right_attach">4</property>
8864 <property name="x_options">GTK_FILL</property>
8865 <property name="y_options"></property>
8866 </packing>
8867 </child>
8868 <child>
8869 <widget class="GtkLabel" id="label46551">
8870 <property name="visible">True</property>
8871 <property name="xalign">1</property>
8872 <property name="label" translatable="yes">Lines to Skip:</property>
8873 </widget>
8874 <packing>
8875 <property name="left_attach">2</property>
8876 <property name="right_attach">3</property>
8877 <property name="top_attach">1</property>
8878 <property name="bottom_attach">2</property>
8879 <property name="x_options">GTK_FILL</property>
8880 <property name="y_options"></property>
8881 </packing>
8882 </child>
8883 <child>
8884 <widget class="GtkSpinButton" id="import_csv_skip">
8885 <property name="visible">True</property>
8886 <property name="can_focus">True</property>
8887 <property name="adjustment">0 0 100 1 10 10</property>
8888 <property name="climb_rate">1</property>
8889 </widget>
8890 <packing>
8891 <property name="left_attach">3</property>
8892 <property name="right_attach">4</property>
8893 <property name="top_attach">1</property>
8894 <property name="bottom_attach">2</property>
8895 <property name="x_options">GTK_FILL</property>
8896 <property name="y_options"></property>
8897 </packing>
8898 </child>
8899 <child>
8900 <widget class="GtkComboBoxEntry" id="import_csv_combo">
8901 <property name="visible">True</property>
8902 <property name="items">UTF-8
8903 Latin1</property>
8904 <child internal-child="entry">
8905 <widget class="GtkEntry" id="comboboxentry-entry13">
8906 </widget>
8907 </child>
8908 </widget>
8909 <packing>
8910 <property name="left_attach">1</property>
8911 <property name="right_attach">2</property>
8912 <property name="top_attach">1</property>
8913 <property name="bottom_attach">2</property>
8914 <property name="x_options">GTK_FILL</property>
8915 <property name="y_options">GTK_FILL</property>
8916 </packing>
8917 </child>
8918 </widget>
8919 </child>
8920 <child>
8921 <widget class="GtkLabel" id="label46552">
8922 <property name="visible">True</property>
8923 <property name="label" translatable="yes">CSV Parameters</property>
8924 </widget>
8925 <packing>
8926 <property name="type">label_item</property>
8927 </packing>
8928 </child>
8929 </widget>
8930 <packing>
8931 <property name="expand">False</property>
8932 <property name="position">1</property>
8933 </packing>
8934 </child>
8935 </widget>
8936 </child>
8937 </widget>
8938 </child>
8939 </widget>
8940 <packing>
8941 <property name="expand">False</property>
8942 <property name="position">1</property>
8943 </packing>
8944 </child>
8945 </widget>
8946 <packing>
8947 <property name="position">2</property>
8948 </packing>
8949 </child>
8950 <child internal-child="action_area">
8951 <widget class="GtkHButtonBox" id="dialog-action_area25">
8952 <property name="visible">True</property>
8953 <property name="layout_style">GTK_BUTTONBOX_END</property>
8954 <child>
8955 <widget class="GtkButton" id="helpbutton1">
8956 <property name="visible">True</property>
8957 <property name="can_focus">True</property>
8958 <property name="can_default">True</property>
8959 <property name="label">gtk-help</property>
8960 <property name="use_stock">True</property>
8961 <property name="response_id">-11</property>
8962 </widget>
8963 </child>
8964 <child>
8965 <widget class="GtkButton" id="cancelbutton16">
8966 <property name="visible">True</property>
8967 <property name="can_focus">True</property>
8968 <property name="can_default">True</property>
8969 <property name="label">gtk-cancel</property>
8970 <property name="use_stock">True</property>
8971 <property name="response_id">-6</property>
8972 </widget>
8973 <packing>
8974 <property name="position">1</property>
8975 </packing>
8976 </child>
8977 <child>
8978 <widget class="GtkButton" id="okbutton19">
8979 <property name="visible">True</property>
8980 <property name="can_focus">True</property>
8981 <property name="can_default">True</property>
8982 <property name="label">gtk-ok</property>
8983 <property name="use_stock">True</property>
8984 <property name="response_id">-5</property>
8985 </widget>
8986 <packing>
8987 <property name="position">2</property>
8988 </packing>
8989 </child>
8990 </widget>
8991 <packing>
8992 <property name="expand">False</property>
8993 <property name="pack_type">GTK_PACK_END</property>
8994 </packing>
8995 </child>
8996 </widget>
8997 </child>
8998 </widget>
8999 <widget class="GtkDialog" id="win_quest">
9000 <property name="width_request">350</property>
9001 <property name="height_request">143</property>
9002 <property name="title" translatable="yes">Tiny ERP</property>
9003 <property name="modal">True</property>
9004 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9005 <child internal-child="vbox">
9006 <widget class="GtkVBox" id="vbox46">
9007 <property name="visible">True</property>
9008 <child>
9009 <widget class="GtkHBox" id="hbox70">
9010 <property name="visible">True</property>
9011 <child>
9012 <widget class="GtkImage" id="image2907">
9013 <property name="visible">True</property>
9014 <property name="xpad">15</property>
9015 <property name="ypad">15</property>
9016 <property name="stock">gtk-dialog-question</property>
9017 <property name="icon_size">6</property>
9018 </widget>
9019 <packing>
9020 <property name="expand">False</property>
9021 <property name="fill">False</property>
9022 </packing>
9023 </child>
9024 <child>
9025 <widget class="GtkVBox" id="vbox47">
9026 <property name="visible">True</property>
9027 <property name="spacing">2</property>
9028 <child>
9029 <widget class="GtkLabel" id="label1">
9030 <property name="visible">True</property>
9031 <property name="label" translatable="yes">Hello World!</property>
9032 </widget>
9033 <packing>
9034 <property name="expand">False</property>
9035 <property name="fill">False</property>
9036 </packing>
9037 </child>
9038 <child>
9039 <widget class="GtkEntry" id="entry">
9040 <property name="visible">True</property>
9041 <property name="can_focus">True</property>
9042 <property name="invisible_char">*</property>
9043 </widget>
9044 <packing>
9045 <property name="expand">False</property>
9046 <property name="fill">False</property>
9047 <property name="position">1</property>
9048 </packing>
9049 </child>
9050 </widget>
9051 <packing>
9052 <property name="padding">2</property>
9053 <property name="position">1</property>
9054 </packing>
9055 </child>
9056 </widget>
9057 <packing>
9058 <property name="padding">4</property>
9059 <property name="position">2</property>
9060 </packing>
9061 </child>
9062 <child internal-child="action_area">
9063 <widget class="GtkHButtonBox" id="hbuttonbox5">
9064 <property name="visible">True</property>
9065 <property name="layout_style">GTK_BUTTONBOX_END</property>
9066 <child>
9067 <widget class="GtkButton" id="button87">
9068 <property name="visible">True</property>
9069 <property name="can_focus">True</property>
9070 <property name="can_default">True</property>
9071 <property name="label">gtk-cancel</property>
9072 <property name="use_stock">True</property>
9073 <property name="response_id">-6</property>
9074 </widget>
9075 </child>
9076 <child>
9077 <widget class="GtkButton" id="button1">
9078 <property name="visible">True</property>
9079 <property name="can_focus">True</property>
9080 <property name="can_default">True</property>
9081 <property name="label">gtk-ok</property>
9082 <property name="use_stock">True</property>
9083 <property name="response_id">-5</property>
9084 </widget>
9085 <packing>
9086 <property name="position">1</property>
9087 </packing>
9088 </child>
9089 </widget>
9090 <packing>
9091 <property name="expand">False</property>
9092 <property name="pack_type">GTK_PACK_END</property>
9093 </packing>
9094 </child>
9095 </widget>
9096 </child>
9097 </widget>
9098 <widget class="GtkDialog" id="win_server">
9099 <property name="title" translatable="yes">Server</property>
9100 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9101 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9102 <child internal-child="vbox">
9103 <widget class="GtkVBox" id="dialog-vbox23">
9104 <property name="visible">True</property>
9105 <child>
9106 <widget class="GtkLabel" id="label283">
9107 <property name="visible">True</property>
9108 <property name="xalign">0</property>
9109 <property name="label" translatable="yes">&lt;b&gt;Connect to a Tiny ERP server&lt;/b&gt;</property>
9110 <property name="use_markup">True</property>
9111 </widget>
9112 <packing>
9113 <property name="expand">False</property>
9114 <property name="fill">False</property>
9115 <property name="position">2</property>
9116 </packing>
9117 </child>
9118 <child>
9119 <widget class="GtkHSeparator" id="hseparator31">
9120 <property name="visible">True</property>
9121 </widget>
9122 <packing>
9123 <property name="expand">False</property>
9124 <property name="position">3</property>
9125 </packing>
9126 </child>
9127 <child>
9128 <widget class="GtkTable" id="table16">
9129 <property name="visible">True</property>
9130 <property name="border_width">12</property>
9131 <property name="n_rows">3</property>
9132 <property name="n_columns">2</property>
9133 <property name="row_spacing">6</property>
9134 <child>
9135 <widget class="GtkLabel" id="label268">
9136 <property name="visible">True</property>
9137 <property name="xalign">1</property>
9138 <property name="xpad">3</property>
9139 <property name="ypad">3</property>
9140 <property name="label" translatable="yes">Port:</property>
9141 </widget>
9142 <packing>
9143 <property name="top_attach">1</property>
9144 <property name="bottom_attach">2</property>
9145 <property name="x_options">GTK_FILL</property>
9146 <property name="y_options"></property>
9147 </packing>
9148 </child>
9149 <child>
9150 <widget class="GtkEntry" id="ent_host">
9151 <property name="visible">True</property>
9152 <property name="can_focus">True</property>
9153 <property name="invisible_char">*</property>
9154 <property name="activates_default">True</property>
9155 <property name="width_chars">16</property>
9156 <property name="text">localhost</property>
9157 </widget>
9158 <packing>
9159 <property name="left_attach">1</property>
9160 <property name="right_attach">2</property>
9161 <property name="y_options"></property>
9162 </packing>
9163 </child>
9164 <child>
9165 <widget class="GtkEntry" id="ent_port">
9166 <property name="visible">True</property>
9167 <property name="can_focus">True</property>
9168 <property name="max_length">5</property>
9169 <property name="invisible_char">*</property>
9170 <property name="activates_default">True</property>
9171 <property name="width_chars">16</property>
9172 <property name="text">8069</property>
9173 </widget>
9174 <packing>
9175 <property name="left_attach">1</property>
9176 <property name="right_attach">2</property>
9177 <property name="top_attach">1</property>
9178 <property name="bottom_attach">2</property>
9179 <property name="y_options"></property>
9180 </packing>
9181 </child>
9182 <child>
9183 <widget class="GtkLabel" id="label269">
9184 <property name="visible">True</property>
9185 <property name="xalign">1</property>
9186 <property name="xpad">3</property>
9187 <property name="ypad">3</property>
9188 <property name="label" translatable="yes">Protocol connection:</property>
9189 </widget>
9190 <packing>
9191 <property name="top_attach">2</property>
9192 <property name="bottom_attach">3</property>
9193 <property name="x_options">GTK_FILL</property>
9194 <property name="y_options"></property>
9195 </packing>
9196 </child>
9197 <child>
9198 <widget class="GtkLabel" id="label267">
9199 <property name="width_request">170</property>
9200 <property name="visible">True</property>
9201 <property name="xalign">1</property>
9202 <property name="yalign">0</property>
9203 <property name="xpad">3</property>
9204 <property name="label" translatable="yes">Server:</property>
9205 </widget>
9206 <packing>
9207 <property name="x_options">GTK_FILL</property>
9208 <property name="y_options"></property>
9209 </packing>
9210 </child>
9211 <child>
9212 <widget class="GtkComboBox" id="protocol">
9213 <property name="visible">True</property>
9214 <property name="items" translatable="yes"></property>
9215 </widget>
9216 <packing>
9217 <property name="left_attach">1</property>
9218 <property name="right_attach">2</property>
9219 <property name="top_attach">2</property>
9220 <property name="bottom_attach">3</property>
9221 <property name="x_options">GTK_FILL</property>
9222 <property name="y_options">GTK_FILL</property>
9223 </packing>
9224 </child>
9225 </widget>
9226 <packing>
9227 <property name="expand">False</property>
9228 <property name="position">4</property>
9229 </packing>
9230 </child>
9231 <child internal-child="action_area">
9232 <widget class="GtkHButtonBox" id="dialog-action_area26">
9233 <property name="visible">True</property>
9234 <property name="layout_style">GTK_BUTTONBOX_END</property>
9235 <child>
9236 <widget class="GtkButton" id="cancelbutton17">
9237 <property name="visible">True</property>
9238 <property name="can_focus">True</property>
9239 <property name="can_default">True</property>
9240 <property name="label">gtk-cancel</property>
9241 <property name="use_stock">True</property>
9242 <property name="response_id">-6</property>
9243 </widget>
9244 </child>
9245 <child>
9246 <widget class="GtkButton" id="okbutton20">
9247 <property name="visible">True</property>
9248 <property name="can_focus">True</property>
9249 <property name="can_default">True</property>
9250 <property name="label">gtk-ok</property>
9251 <property name="use_stock">True</property>
9252 <property name="response_id">-5</property>
9253 </widget>
9254 <packing>
9255 <property name="position">1</property>
9256 </packing>
9257 </child>
9258 </widget>
9259 <packing>
9260 <property name="expand">False</property>
9261 <property name="pack_type">GTK_PACK_END</property>
9262 </packing>
9263 </child>
9264 </widget>
9265 </child>
9266 </widget>
9267 <widget class="GtkDialog" id="win_db_select">
9268 <property name="title" translatable="yes">Choose a database...</property>
9269 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9270 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9271 <child internal-child="vbox">
9272 <widget class="GtkVBox" id="dialog-vbox24">
9273 <property name="visible">True</property>
9274 <child>
9275 <widget class="GtkVBox" id="vbox48">
9276 <property name="visible">True</property>
9277 <property name="border_width">3</property>
9278 <property name="spacing">3</property>
9279 <child>
9280 <widget class="GtkLabel" id="db_select_label">
9281 <property name="visible">True</property>
9282 <property name="xalign">0</property>
9283 <property name="label" translatable="yes">&lt;b&gt;Backup a database&lt;/b&gt;</property>
9284 <property name="use_markup">True</property>
9285 </widget>
9286 <packing>
9287 <property name="expand">False</property>
9288 <property name="fill">False</property>
9289 </packing>
9290 </child>
9291 <child>
9292 <widget class="GtkHSeparator" id="hseparator30">
9293 <property name="visible">True</property>
9294 </widget>
9295 <packing>
9296 <property name="expand">False</property>
9297 <property name="fill">False</property>
9298 <property name="position">1</property>
9299 </packing>
9300 </child>
9301 <child>
9302 <widget class="GtkTable" id="table19">
9303 <property name="visible">True</property>
9304 <property name="border_width">2</property>
9305 <property name="n_rows">3</property>
9306 <property name="n_columns">3</property>
9307 <property name="column_spacing">3</property>
9308 <property name="row_spacing">3</property>
9309 <child>
9310 <widget class="GtkEntry" id="ent_server_select">
9311 <property name="visible">True</property>
9312 <property name="sensitive">False</property>
9313 <property name="editable">False</property>
9314 <property name="invisible_char">*</property>
9315 <property name="activates_default">True</property>
9316 <property name="width_chars">16</property>
9317 <property name="text">http://localhost:8069</property>
9318 </widget>
9319 <packing>
9320 <property name="left_attach">1</property>
9321 <property name="right_attach">2</property>
9322 <property name="y_options"></property>
9323 </packing>
9324 </child>
9325 <child>
9326 <widget class="GtkButton" id="but_server_select">
9327 <property name="visible">True</property>
9328 <property name="can_focus">True</property>
9329 <property name="response_id">0</property>
9330 <signal name="activate" handler="on_but_server_activate"/>
9331 <child>
9332 <widget class="GtkAlignment" id="alignment50">
9333 <property name="visible">True</property>
9334 <property name="xscale">0</property>
9335 <property name="yscale">0</property>
9336 <child>
9337 <widget class="GtkHBox" id="hbox74">
9338 <property name="visible">True</property>
9339 <property name="spacing">2</property>
9340 <child>
9341 <widget class="GtkImage" id="image3411">
9342 <property name="visible">True</property>
9343 <property name="stock">gtk-network</property>
9344 <property name="icon_size">2</property>
9345 </widget>
9346 <packing>
9347 <property name="expand">False</property>
9348 <property name="fill">False</property>
9349 </packing>
9350 </child>
9351 <child>
9352 <widget class="GtkLabel" id="label292">
9353 <property name="visible">True</property>
9354 <property name="label" translatable="yes">Change</property>
9355 <property name="use_underline">True</property>
9356 </widget>
9357 <packing>
9358 <property name="expand">False</property>
9359 <property name="fill">False</property>
9360 <property name="position">1</property>
9361 </packing>
9362 </child>
9363 </widget>
9364 </child>
9365 </widget>
9366 </child>
9367 </widget>
9368 <packing>
9369 <property name="left_attach">2</property>
9370 <property name="right_attach">3</property>
9371 <property name="x_options">GTK_FILL</property>
9372 <property name="y_options"></property>
9373 </packing>
9374 </child>
9375 <child>
9376 <widget class="GtkLabel" id="label285">
9377 <property name="width_request">117</property>
9378 <property name="visible">True</property>
9379 <property name="xalign">1</property>
9380 <property name="xpad">3</property>
9381 <property name="ypad">3</property>
9382 <property name="label" translatable="yes">Server:</property>
9383 </widget>
9384 <packing>
9385 <property name="x_options">GTK_FILL</property>
9386 <property name="y_options"></property>
9387 </packing>
9388 </child>
9389 <child>
9390 <widget class="GtkEntry" id="ent_passwd_select">
9391 <property name="visible">True</property>
9392 <property name="can_focus">True</property>
9393 <property name="has_focus">True</property>
9394 <property name="max_length">16</property>
9395 <property name="visibility">False</property>
9396 <property name="invisible_char">*</property>
9397 <property name="activates_default">True</property>
9398 <property name="width_chars">16</property>
9399 </widget>
9400 <packing>
9401 <property name="left_attach">1</property>
9402 <property name="right_attach">3</property>
9403 <property name="top_attach">1</property>
9404 <property name="bottom_attach">2</property>
9405 <property name="y_options"></property>
9406 </packing>
9407 </child>
9408 <child>
9409 <widget class="GtkVBox" id="vbox58">
9410 <property name="visible">True</property>
9411 <child>
9412 <widget class="GtkComboBox" id="combo_db_select">
9413 <property name="visible">True</property>
9414 </widget>
9415 </child>
9416 <child>
9417 <widget class="GtkLabel" id="label_db_select">
9418 <property name="visible">True</property>
9419 <property name="xalign">0</property>
9420 <property name="use_markup">True</property>
9421 </widget>
9422 <packing>
9423 <property name="expand">False</property>
9424 <property name="fill">False</property>
9425 <property name="position">1</property>
9426 </packing>
9427 </child>
9428 </widget>
9429 <packing>
9430 <property name="left_attach">1</property>
9431 <property name="right_attach">3</property>
9432 <property name="top_attach">2</property>
9433 <property name="bottom_attach">3</property>
9434 <property name="x_options">GTK_FILL</property>
9435 <property name="y_options">GTK_FILL</property>
9436 </packing>
9437 </child>
9438 <child>
9439 <widget class="GtkLabel" id="label282">
9440 <property name="visible">True</property>
9441 <property name="xalign">1</property>
9442 <property name="label" translatable="yes">Database:</property>
9443 </widget>
9444 <packing>
9445 <property name="top_attach">2</property>
9446 <property name="bottom_attach">3</property>
9447 <property name="x_options">GTK_FILL</property>
9448 <property name="y_options"></property>
9449 </packing>
9450 </child>
9451 <child>
9452 <widget class="GtkLabel" id="label286">
9453 <property name="visible">True</property>
9454 <property name="xalign">1</property>
9455 <property name="xpad">3</property>
9456 <property name="ypad">3</property>
9457 <property name="label" translatable="yes">Password:</property>
9458 <property name="justify">GTK_JUSTIFY_RIGHT</property>
9459 </widget>
9460 <packing>
9461 <property name="top_attach">1</property>
9462 <property name="bottom_attach">2</property>
9463 <property name="x_options">GTK_FILL</property>
9464 <property name="y_options"></property>
9465 </packing>
9466 </child>
9467 </widget>
9468 <packing>
9469 <property name="expand">False</property>
9470 <property name="fill">False</property>
9471 <property name="position">2</property>
9472 </packing>
9473 </child>
9474 </widget>
9475 <packing>
9476 <property name="position">2</property>
9477 </packing>
9478 </child>
9479 <child internal-child="action_area">
9480 <widget class="GtkHButtonBox" id="dialog-action_area27">
9481 <property name="visible">True</property>
9482 <property name="layout_style">GTK_BUTTONBOX_END</property>
9483 <child>
9484 <widget class="GtkButton" id="cancelbutton18">
9485 <property name="visible">True</property>
9486 <property name="can_focus">True</property>
9487 <property name="can_default">True</property>
9488 <property name="label">gtk-cancel</property>
9489 <property name="use_stock">True</property>
9490 <property name="response_id">-6</property>
9491 </widget>
9492 </child>
9493 <child>
9494 <widget class="GtkButton" id="okbutton21">
9495 <property name="visible">True</property>
9496 <property name="can_focus">True</property>
9497 <property name="can_default">True</property>
9498 <property name="label">gtk-ok</property>
9499 <property name="use_stock">True</property>
9500 <property name="response_id">-5</property>
9501 </widget>
9502 <packing>
9503 <property name="position">1</property>
9504 </packing>
9505 </child>
9506 </widget>
9507 <packing>
9508 <property name="expand">False</property>
9509 <property name="pack_type">GTK_PACK_END</property>
9510 </packing>
9511 </child>
9512 </widget>
9513 </child>
9514 </widget>
9515 <widget class="GtkDialog" id="win_db_ent">
9516 <property name="title" translatable="yes">Restore a database</property>
9517 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9518 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9519 <child internal-child="vbox">
9520 <widget class="GtkVBox" id="dialog-vbox25">
9521 <property name="visible">True</property>
9522 <child>
9523 <widget class="GtkVBox" id="vbox49">
9524 <property name="visible">True</property>
9525 <child>
9526 <widget class="GtkLabel" id="label280">
9527 <property name="visible">True</property>
9528 <property name="xalign">0</property>
9529 <property name="label" translatable="yes">&lt;b&gt;Restore a database&lt;/b&gt;</property>
9530 <property name="use_markup">True</property>
9531 </widget>
9532 <packing>
9533 <property name="expand">False</property>
9534 <property name="fill">False</property>
9535 </packing>
9536 </child>
9537 <child>
9538 <widget class="GtkHSeparator" id="hseparator29">
9539 <property name="visible">True</property>
9540 </widget>
9541 <packing>
9542 <property name="expand">False</property>
9543 <property name="fill">False</property>
9544 <property name="position">1</property>
9545 </packing>
9546 </child>
9547 <child>
9548 <widget class="GtkTable" id="table18">
9549 <property name="visible">True</property>
9550 <property name="border_width">9</property>
9551 <property name="n_rows">5</property>
9552 <property name="n_columns">3</property>
9553 <property name="column_spacing">3</property>
9554 <property name="row_spacing">3</property>
9555 <child>
9556 <placeholder/>
9557 </child>
9558 <child>
9559 <widget class="GtkLabel" id="label288">
9560 <property name="width_request">117</property>
9561 <property name="visible">True</property>
9562 <property name="xalign">1</property>
9563 <property name="xpad">3</property>
9564 <property name="ypad">3</property>
9565 <property name="label" translatable="yes">Server:</property>
9566 </widget>
9567 <packing>
9568 <property name="x_options">GTK_FILL</property>
9569 <property name="y_options"></property>
9570 </packing>
9571 </child>
9572 <child>
9573 <widget class="GtkEntry" id="ent_server1">
9574 <property name="visible">True</property>
9575 <property name="sensitive">False</property>
9576 <property name="editable">False</property>
9577 <property name="invisible_char">*</property>
9578 <property name="activates_default">True</property>
9579 <property name="width_chars">16</property>
9580 <property name="text" translatable="yes">http://localhost:8069</property>
9581 </widget>
9582 <packing>
9583 <property name="left_attach">1</property>
9584 <property name="right_attach">2</property>
9585 <property name="y_options"></property>
9586 </packing>
9587 </child>
9588 <child>
9589 <widget class="GtkButton" id="but_server_change">
9590 <property name="visible">True</property>
9591 <property name="can_focus">True</property>
9592 <property name="response_id">0</property>
9593 <signal name="activate" handler="on_but_server_activate"/>
9594 <child>
9595 <widget class="GtkAlignment" id="alignment51">
9596 <property name="visible">True</property>
9597 <property name="xscale">0</property>
9598 <property name="yscale">0</property>
9599 <child>
9600 <widget class="GtkHBox" id="hbox75">
9601 <property name="visible">True</property>
9602 <property name="spacing">2</property>
9603 <child>
9604 <widget class="GtkImage" id="image3412">
9605 <property name="visible">True</property>
9606 <property name="stock">gtk-network</property>
9607 <property name="icon_size">2</property>
9608 </widget>
9609 <packing>
9610 <property name="expand">False</property>
9611 <property name="fill">False</property>
9612 </packing>
9613 </child>
9614 <child>
9615 <widget class="GtkLabel" id="label293">
9616 <property name="visible">True</property>
9617 <property name="label" translatable="yes">Change</property>
9618 <property name="use_underline">True</property>
9619 </widget>
9620 <packing>
9621 <property name="expand">False</property>
9622 <property name="fill">False</property>
9623 <property name="position">1</property>
9624 </packing>
9625 </child>
9626 </widget>
9627 </child>
9628 </widget>
9629 </child>
9630 </widget>
9631 <packing>
9632 <property name="left_attach">2</property>
9633 <property name="right_attach">3</property>
9634 <property name="x_options">GTK_FILL</property>
9635 <property name="y_options"></property>
9636 </packing>
9637 </child>
9638 <child>
9639 <widget class="GtkEntry" id="ent_password">
9640 <property name="visible">True</property>
9641 <property name="can_focus">True</property>
9642 <property name="has_focus">True</property>
9643 <property name="max_length">16</property>
9644 <property name="visibility">False</property>
9645 <property name="invisible_char">*</property>
9646 <property name="activates_default">True</property>
9647 <property name="width_chars">16</property>
9648 </widget>
9649 <packing>
9650 <property name="left_attach">1</property>
9651 <property name="right_attach">3</property>
9652 <property name="top_attach">1</property>
9653 <property name="bottom_attach">2</property>
9654 <property name="y_options"></property>
9655 </packing>
9656 </child>
9657 <child>
9658 <widget class="GtkLabel" id="label287">
9659 <property name="visible">True</property>
9660 <property name="xalign">1</property>
9661 <property name="xpad">3</property>
9662 <property name="ypad">3</property>
9663 <property name="label" translatable="yes">Password:</property>
9664 <property name="justify">GTK_JUSTIFY_RIGHT</property>
9665 </widget>
9666 <packing>
9667 <property name="top_attach">1</property>
9668 <property name="bottom_attach">2</property>
9669 <property name="x_options">GTK_FILL</property>
9670 <property name="y_options"></property>
9671 </packing>
9672 </child>
9673 <child>
9674 <widget class="GtkLabel" id="label278">
9675 <property name="visible">True</property>
9676 <property name="xalign">0</property>
9677 <property name="label" translatable="yes">New database name:</property>
9678 </widget>
9679 <packing>
9680 <property name="top_attach">3</property>
9681 <property name="bottom_attach">4</property>
9682 <property name="x_options">GTK_FILL</property>
9683 <property name="y_options"></property>
9684 </packing>
9685 </child>
9686 <child>
9687 <widget class="GtkEntry" id="ent_db">
9688 <property name="visible">True</property>
9689 <property name="can_focus">True</property>
9690 <property name="width_chars">16</property>
9691 </widget>
9692 <packing>
9693 <property name="left_attach">1</property>
9694 <property name="right_attach">3</property>
9695 <property name="top_attach">3</property>
9696 <property name="bottom_attach">4</property>
9697 <property name="y_options"></property>
9698 </packing>
9699 </child>
9700 <child>
9701 <widget class="GtkLabel" id="label279">
9702 <property name="visible">True</property>
9703 <property name="xalign">0</property>
9704 <property name="label" translatable="yes">(must not contain any special char)</property>
9705 </widget>
9706 <packing>
9707 <property name="left_attach">1</property>
9708 <property name="right_attach">3</property>
9709 <property name="top_attach">4</property>
9710 <property name="bottom_attach">5</property>
9711 <property name="x_options">GTK_FILL</property>
9712 <property name="y_options"></property>
9713 </packing>
9714 </child>
9715 <child>
9716 <widget class="GtkHSeparator" id="hseparator37">
9717 <property name="visible">True</property>
9718 </widget>
9719 <packing>
9720 <property name="right_attach">3</property>
9721 <property name="top_attach">2</property>
9722 <property name="bottom_attach">3</property>
9723 <property name="x_options">GTK_FILL</property>
9724 </packing>
9725 </child>
9726 </widget>
9727 <packing>
9728 <property name="expand">False</property>
9729 <property name="fill">False</property>
9730 <property name="position">2</property>
9731 </packing>
9732 </child>
9733 </widget>
9734 <packing>
9735 <property name="expand">False</property>
9736 <property name="fill">False</property>
9737 <property name="position">2</property>
9738 </packing>
9739 </child>
9740 <child internal-child="action_area">
9741 <widget class="GtkHButtonBox" id="dialog-action_area28">
9742 <property name="visible">True</property>
9743 <property name="layout_style">GTK_BUTTONBOX_END</property>
9744 <child>
9745 <widget class="GtkButton" id="cancelbutton19">
9746 <property name="visible">True</property>
9747 <property name="can_focus">True</property>
9748 <property name="can_default">True</property>
9749 <property name="label">gtk-cancel</property>
9750 <property name="use_stock">True</property>
9751 <property name="response_id">-6</property>
9752 </widget>
9753 </child>
9754 <child>
9755 <widget class="GtkButton" id="okbutton22">
9756 <property name="visible">True</property>
9757 <property name="can_focus">True</property>
9758 <property name="can_default">True</property>
9759 <property name="has_default">True</property>
9760 <property name="label">gtk-ok</property>
9761 <property name="use_stock">True</property>
9762 <property name="response_id">-5</property>
9763 </widget>
9764 <packing>
9765 <property name="position">1</property>
9766 </packing>
9767 </child>
9768 </widget>
9769 <packing>
9770 <property name="expand">False</property>
9771 <property name="pack_type">GTK_PACK_END</property>
9772 </packing>
9773 </child>
9774 </widget>
9775 </child>
9776 </widget>
9777 <widget class="GtkWindow" id="win_progress">
9778 <property name="visible">True</property>
9779 <property name="title" translatable="yes">Operation in progress</property>
9780 <property name="modal">True</property>
9781 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9782 <child>
9783 <widget class="GtkVBox" id="vbox50">
9784 <property name="visible">True</property>
9785 <child>
9786 <widget class="GtkVBox" id="vbox51">
9787 <property name="visible">True</property>
9788 <child>
9789 <widget class="GtkHBox" id="hbox80">
9790 <property name="visible">True</property>
9791 <property name="border_width">10</property>
9792 <property name="spacing">13</property>
9793 <child>
9794 <widget class="GtkImage" id="image3947">
9795 <property name="visible">True</property>
9796 <property name="stock">gtk-dialog-info</property>
9797 <property name="icon_size">6</property>
9798 </widget>
9799 <packing>
9800 <property name="expand">False</property>
9801 <property name="padding">4</property>
9802 </packing>
9803 </child>
9804 <child>
9805 <widget class="GtkVBox" id="vbox59">
9806 <property name="visible">True</property>
9807 <child>
9808 <widget class="GtkLabel" id="label46556">
9809 <property name="visible">True</property>
9810 <property name="xalign">0</property>
9811 <property name="label" translatable="yes">&lt;b&gt;Operation in progress&lt;/b&gt;</property>
9812 <property name="use_markup">True</property>
9813 </widget>
9814 <packing>
9815 <property name="expand">False</property>
9816 <property name="fill">False</property>
9817 </packing>
9818 </child>
9819 <child>
9820 <widget class="GtkHSeparator" id="hseparator38">
9821 <property name="visible">True</property>
9822 </widget>
9823 <packing>
9824 <property name="expand">False</property>
9825 <property name="position">1</property>
9826 </packing>
9827 </child>
9828 <child>
9829 <widget class="GtkLabel" id="label272">
9830 <property name="visible">True</property>
9831 <property name="xalign">0</property>
9832 <property name="ypad">14</property>
9833 <property name="label" translatable="yes">Please wait,
9834 this operation may take a while...</property>
9835 </widget>
9836 <packing>
9837 <property name="position">2</property>
9838 </packing>
9839 </child>
9840 </widget>
9841 <packing>
9842 <property name="position">1</property>
9843 </packing>
9844 </child>
9845 </widget>
9846 <packing>
9847 <property name="expand">False</property>
9848 <property name="fill">False</property>
9849 </packing>
9850 </child>
9851 <child>
9852 <widget class="GtkProgressBar" id="progressbar">
9853 <property name="visible">True</property>
9854 <property name="pulse_step">0.10000000149</property>
9855 </widget>
9856 <packing>
9857 <property name="expand">False</property>
9858 <property name="fill">False</property>
9859 <property name="position">1</property>
9860 </packing>
9861 </child>
9862 </widget>
9863 </child>
9864 </widget>
9865 </child>
9866 </widget>
9867 <widget class="GtkDialog" id="win_createdb">
9868 <property name="title" translatable="yes">Create a new database</property>
9869 <property name="modal">True</property>
9870 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
9871 <property name="destroy_with_parent">True</property>
9872 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
9873 <property name="has_separator">False</property>
9874 <child internal-child="vbox">
9875 <widget class="GtkVBox" id="vbox52">
9876 <property name="visible">True</property>
9877 <child>
9878 <widget class="GtkLabel" id="label284">
9879 <property name="visible">True</property>
9880 <property name="xalign">0</property>
9881 <property name="label" translatable="yes">&lt;b&gt;Create a new database&lt;/b&gt;</property>
9882 <property name="use_markup">True</property>
9883 </widget>
9884 <packing>
9885 <property name="expand">False</property>
9886 <property name="fill">False</property>
9887 <property name="position">1</property>
9888 </packing>
9889 </child>
9890 <child>
9891 <widget class="GtkHSeparator" id="hseparator32">
9892 <property name="visible">True</property>
9893 </widget>
9894 <packing>
9895 <property name="expand">False</property>
9896 <property name="position">2</property>
9897 </packing>
9898 </child>
9899 <child>
9900 <widget class="GtkEventBox" id="eventbox18">
9901 <property name="visible">True</property>
9902 <child>
9903 <widget class="GtkTable" id="table17">
9904 <property name="visible">True</property>
9905 <property name="border_width">9</property>
9906 <property name="n_rows">8</property>
9907 <property name="n_columns">3</property>
9908 <property name="column_spacing">5</property>
9909 <property name="row_spacing">5</property>
9910 <child>
9911 <placeholder/>
9912 </child>
9913 <child>
9914 <placeholder/>
9915 </child>
9916 <child>
9917 <widget class="GtkLabel" id="label290">
9918 <property name="width_request">117</property>
9919 <property name="visible">True</property>
9920 <property name="xalign">1</property>
9921 <property name="xpad">3</property>
9922 <property name="ypad">3</property>
9923 <property name="label" translatable="yes">Tiny ERP server:</property>
9924 </widget>
9925 <packing>
9926 <property name="x_options">GTK_FILL</property>
9927 <property name="y_options"></property>
9928 </packing>
9929 </child>
9930 <child>
9931 <widget class="GtkEntry" id="ent_server_new">
9932 <property name="visible">True</property>
9933 <property name="sensitive">False</property>
9934 <property name="tooltip" translatable="yes">This is the URL of the Tiny ERP server. Use 'localhost' if the server is installed on this computer. Click on 'Change' to change the address.</property>
9935 <property name="editable">False</property>
9936 <property name="invisible_char">*</property>
9937 <property name="activates_default">True</property>
9938 <property name="width_chars">16</property>
9939 <property name="text" translatable="yes">http://localhost:8069</property>
9940 </widget>
9941 <packing>
9942 <property name="left_attach">1</property>
9943 <property name="right_attach">2</property>
9944 <property name="y_options"></property>
9945 </packing>
9946 </child>
9947 <child>
9948 <widget class="GtkButton" id="but_server_new">
9949 <property name="visible">True</property>
9950 <property name="can_focus">True</property>
9951 <property name="response_id">0</property>
9952 <signal name="activate" handler="on_but_server_activate"/>
9953 <child>
9954 <widget class="GtkAlignment" id="alignment49">
9955 <property name="visible">True</property>
9956 <property name="xscale">0</property>
9957 <property name="yscale">0</property>
9958 <child>
9959 <widget class="GtkHBox" id="hbox73">
9960 <property name="visible">True</property>
9961 <property name="spacing">2</property>
9962 <child>
9963 <widget class="GtkImage" id="image3410">
9964 <property name="visible">True</property>
9965 <property name="stock">gtk-network</property>
9966 <property name="icon_size">2</property>
9967 </widget>
9968 <packing>
9969 <property name="expand">False</property>
9970 <property name="fill">False</property>
9971 </packing>
9972 </child>
9973 <child>
9974 <widget class="GtkLabel" id="label291">
9975 <property name="visible">True</property>
9976 <property name="label" translatable="yes">Change</property>
9977 <property name="use_underline">True</property>
9978 </widget>
9979 <packing>
9980 <property name="expand">False</property>
9981 <property name="fill">False</property>
9982 <property name="position">1</property>
9983 </packing>
9984 </child>
9985 </widget>
9986 </child>
9987 </widget>
9988 </child>
9989 </widget>
9990 <packing>
9991 <property name="left_attach">2</property>
9992 <property name="right_attach">3</property>
9993 <property name="x_options">GTK_FILL</property>
9994 <property name="y_options"></property>
9995 </packing>
9996 </child>
9997 <child>
9998 <widget class="GtkLabel" id="label289">
9999 <property name="visible">True</property>
10000 <property name="xalign">1</property>
10001 <property name="xpad">3</property>
10002 <property name="ypad">3</property>
10003 <property name="label" translatable="yes">Super admin password:</property>
10004 <property name="justify">GTK_JUSTIFY_RIGHT</property>
10005 </widget>
10006 <packing>
10007 <property name="top_attach">1</property>
10008 <property name="bottom_attach">2</property>
10009 <property name="x_options">GTK_FILL</property>
10010 <property name="y_options"></property>
10011 </packing>
10012 </child>
10013 <child>
10014 <widget class="GtkLabel" id="label276">
10015 <property name="visible">True</property>
10016 <property name="xalign">1</property>
10017 <property name="label" translatable="yes">Default language:</property>
10018 </widget>
10019 <packing>
10020 <property name="top_attach">7</property>
10021 <property name="bottom_attach">8</property>
10022 <property name="x_options">GTK_FILL</property>
10023 <property name="y_options"></property>
10024 </packing>
10025 </child>
10026 <child>
10027 <widget class="GtkLabel" id="label275">
10028 <property name="visible">True</property>
10029 <property name="xalign">1</property>
10030 <property name="label" translatable="yes">Load demonstration data:</property>
10031 </widget>
10032 <packing>
10033 <property name="top_attach">6</property>
10034 <property name="bottom_attach">7</property>
10035 <property name="x_options">GTK_FILL</property>
10036 <property name="y_options"></property>
10037 </packing>
10038 </child>
10039 <child>
10040 <widget class="GtkCheckButton" id="check_demo">
10041 <property name="visible">True</property>
10042 <property name="can_focus">True</property>
10043 <property name="tooltip" translatable="yes">Check this box if you want demo data to be installed on your new database.</property>
10044 <property name="use_underline">True</property>
10045 <property name="response_id">0</property>
10046 <property name="draw_indicator">True</property>
10047 </widget>
10048 <packing>
10049 <property name="left_attach">1</property>
10050 <property name="right_attach">3</property>
10051 <property name="top_attach">6</property>
10052 <property name="bottom_attach">7</property>
10053 <property name="x_options">GTK_FILL</property>
10054 <property name="y_options"></property>
10055 </packing>
10056 </child>
10057 <child>
10058 <widget class="GtkLabel" id="label274">
10059 <property name="visible">True</property>
10060 <property name="xalign">1</property>
10061 <property name="label" translatable="yes">New database name:</property>
10062 </widget>
10063 <packing>
10064 <property name="top_attach">4</property>
10065 <property name="bottom_attach">5</property>
10066 <property name="x_options">GTK_FILL</property>
10067 <property name="y_options"></property>
10068 </packing>
10069 </child>
10070 <child>
10071 <widget class="GtkEntry" id="ent_db_new">
10072 <property name="visible">True</property>
10073 <property name="can_focus">True</property>
10074 <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>
10075 <property name="max_length">32</property>
10076 <property name="activates_default">True</property>
10077 <property name="width_chars">16</property>
10078 </widget>
10079 <packing>
10080 <property name="left_attach">1</property>
10081 <property name="right_attach">3</property>
10082 <property name="top_attach">4</property>
10083 <property name="bottom_attach">5</property>
10084 <property name="x_options">GTK_FILL</property>
10085 <property name="y_options"></property>
10086 </packing>
10087 </child>
10088 <child>
10089 <widget class="GtkHSeparator" id="hseparator33">
10090 <property name="visible">True</property>
10091 </widget>
10092 <packing>
10093 <property name="right_attach">3</property>
10094 <property name="top_attach">3</property>
10095 <property name="bottom_attach">4</property>
10096 <property name="x_options">GTK_FILL</property>
10097 </packing>
10098 </child>
10099 <child>
10100 <widget class="GtkLabel" id="label46555">
10101 <property name="visible">True</property>
10102 <property name="xalign">0</property>
10103 <property name="label" translatable="yes">(use 'admin', if you did not changed it)</property>
10104 <property name="use_markup">True</property>
10105 </widget>
10106 <packing>
10107 <property name="left_attach">1</property>
10108 <property name="right_attach">3</property>
10109 <property name="top_attach">2</property>
10110 <property name="bottom_attach">3</property>
10111 <property name="x_options">GTK_FILL</property>
10112 <property name="y_options"></property>
10113 </packing>
10114 </child>
10115 <child>
10116 <widget class="GtkEntry" id="ent_password_new">
10117 <property name="visible">True</property>
10118 <property name="can_focus">True</property>
10119 <property name="has_focus">True</property>
10120 <property name="tooltip" translatable="yes">This is the password of the user that have the rights to administer databases. This is not a Tiny ERP user, just a super administrator. If you did not changed it, the password is 'admin' after installation.</property>
10121 <property name="max_length">16</property>
10122 <property name="visibility">False</property>
10123 <property name="invisible_char">*</property>
10124 <property name="activates_default">True</property>
10125 <property name="width_chars">16</property>
10126 </widget>
10127 <packing>
10128 <property name="left_attach">1</property>
10129 <property name="right_attach">3</property>
10130 <property name="top_attach">1</property>
10131 <property name="bottom_attach">2</property>
10132 <property name="y_options"></property>
10133 </packing>
10134 </child>
10135 <child>
10136 <widget class="GtkEventBox" id="eventbox19">
10137 <property name="visible">True</property>
10138 <property name="tooltip" translatable="yes">Hello World</property>
10139 <child>
10140 <placeholder/>
10141 </child>
10142 </widget>
10143 <packing>
10144 <property name="top_attach">5</property>
10145 <property name="bottom_attach">6</property>
10146 <property name="x_options">GTK_FILL</property>
10147 <property name="y_options">GTK_FILL</property>
10148 </packing>
10149 </child>
10150 <child>
10151 <widget class="GtkEventBox" id="eventbox20">
10152 <property name="visible">True</property>
10153 <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>
10154 <child>
10155 <widget class="GtkComboBox" id="db_create_combo">
10156 <property name="visible">True</property>
10157 <property name="items"></property>
10158 </widget>
10159 </child>
10160 </widget>
10161 <packing>
10162 <property name="left_attach">1</property>
10163 <property name="right_attach">2</property>
10164 <property name="top_attach">7</property>
10165 <property name="bottom_attach">8</property>
10166 <property name="x_options">GTK_SHRINK | GTK_FILL</property>
10167 </packing>
10168 </child>
10169 <child>
10170 <widget class="GtkLabel" id="db_label_info">
10171 <property name="visible">True</property>
10172 <property name="xalign">0</property>
10173 <property name="label" translatable="yes">(must not contain any special character)</property>
10174 <property name="use_markup">True</property>
10175 </widget>
10176 <packing>
10177 <property name="left_attach">1</property>
10178 <property name="right_attach">3</property>
10179 <property name="top_attach">5</property>
10180 <property name="bottom_attach">6</property>
10181 <property name="x_options">GTK_FILL</property>
10182 <property name="y_options"></property>
10183 </packing>
10184 </child>
10185 </widget>
10186 </child>
10187 </widget>
10188 <packing>
10189 <property name="fill">False</property>
10190 <property name="position">3</property>
10191 </packing>
10192 </child>
10193 <child internal-child="action_area">
10194 <widget class="GtkHButtonBox" id="hbuttonbox7">
10195 <property name="visible">True</property>
10196 <property name="layout_style">GTK_BUTTONBOX_END</property>
10197 <child>
10198 <widget class="GtkButton" id="button2">
10199 <property name="visible">True</property>
10200 <property name="can_focus">True</property>
10201 <property name="can_default">True</property>
10202 <property name="label">gtk-cancel</property>
10203 <property name="use_stock">True</property>
10204 <property name="response_id">-6</property>
10205 </widget>
10206 </child>
10207 <child>
10208 <widget class="GtkButton" id="button_db_ok">
10209 <property name="visible">True</property>
10210 <property name="can_focus">True</property>
10211 <property name="can_default">True</property>
10212 <property name="label">gtk-ok</property>
10213 <property name="use_stock">True</property>
10214 <property name="response_id">-5</property>
10215 </widget>
10216 <packing>
10217 <property name="position">1</property>
10218 </packing>
10219 </child>
10220 </widget>
10221 <packing>
10222 <property name="expand">False</property>
10223 <property name="pack_type">GTK_PACK_END</property>
10224 </packing>
10225 </child>
10226 </widget>
10227 </child>
10228 </widget>
10229 <widget class="GtkDialog" id="dia_passwd_change">
10230 <property name="title" translatable="yes">Change password</property>
10231 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
10232 <property name="default_width">400</property>
10233 <property name="default_height">180</property>
10234 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10235 <child internal-child="vbox">
10236 <widget class="GtkVBox" id="dia_passwd_change_vbox">
10237 <property name="visible">True</property>
10238 <child>
10239 <widget class="GtkVBox" id="vbox53">
10240 <property name="visible">True</property>
10241 <property name="border_width">2</property>
10242 <property name="spacing">5</property>
10243 <child>
10244 <widget class="GtkLabel" id="label294">
10245 <property name="visible">True</property>
10246 <property name="xalign">0</property>
10247 <property name="label" translatable="yes">&lt;b&gt;Change your super admin password&lt;/b&gt;</property>
10248 <property name="use_markup">True</property>
10249 </widget>
10250 <packing>
10251 <property name="expand">False</property>
10252 <property name="fill">False</property>
10253 </packing>
10254 </child>
10255 <child>
10256 <widget class="GtkHSeparator" id="hseparator34">
10257 <property name="visible">True</property>
10258 </widget>
10259 <packing>
10260 <property name="expand">False</property>
10261 <property name="position">1</property>
10262 </packing>
10263 </child>
10264 <child>
10265 <widget class="GtkTable" id="table20">
10266 <property name="visible">True</property>
10267 <property name="border_width">4</property>
10268 <property name="n_rows">4</property>
10269 <property name="n_columns">3</property>
10270 <property name="column_spacing">3</property>
10271 <property name="row_spacing">3</property>
10272 <child>
10273 <widget class="GtkLabel" id="label297">
10274 <property name="visible">True</property>
10275 <property name="xalign">1</property>
10276 <property name="label" translatable="yes">New password confirmation:</property>
10277 </widget>
10278 <packing>
10279 <property name="top_attach">3</property>
10280 <property name="bottom_attach">4</property>
10281 <property name="x_options">GTK_FILL</property>
10282 <property name="y_options"></property>
10283 </packing>
10284 </child>
10285 <child>
10286 <widget class="GtkLabel" id="label296">
10287 <property name="visible">True</property>
10288 <property name="xalign">1</property>
10289 <property name="label" translatable="yes">New password:</property>
10290 </widget>
10291 <packing>
10292 <property name="top_attach">2</property>
10293 <property name="bottom_attach">3</property>
10294 <property name="x_options">GTK_FILL</property>
10295 <property name="y_options"></property>
10296 </packing>
10297 </child>
10298 <child>
10299 <widget class="GtkLabel" id="label295">
10300 <property name="visible">True</property>
10301 <property name="xalign">1</property>
10302 <property name="label" translatable="yes">Old password:</property>
10303 </widget>
10304 <packing>
10305 <property name="top_attach">1</property>
10306 <property name="bottom_attach">2</property>
10307 <property name="x_options">GTK_FILL</property>
10308 <property name="y_options"></property>
10309 </packing>
10310 </child>
10311 <child>
10312 <widget class="GtkLabel" id="label298">
10313 <property name="width_request">117</property>
10314 <property name="visible">True</property>
10315 <property name="xalign">1</property>
10316 <property name="xpad">3</property>
10317 <property name="ypad">3</property>
10318 <property name="label" translatable="yes">Server:</property>
10319 </widget>
10320 <packing>
10321 <property name="x_options">GTK_FILL</property>
10322 <property name="y_options"></property>
10323 </packing>
10324 </child>
10325 <child>
10326 <widget class="GtkEntry" id="ent_server2">
10327 <property name="visible">True</property>
10328 <property name="sensitive">False</property>
10329 <property name="editable">False</property>
10330 <property name="invisible_char">*</property>
10331 <property name="activates_default">True</property>
10332 <property name="width_chars">16</property>
10333 <property name="text" translatable="yes">http://localhost:8069</property>
10334 </widget>
10335 <packing>
10336 <property name="left_attach">1</property>
10337 <property name="right_attach">2</property>
10338 <property name="y_options"></property>
10339 </packing>
10340 </child>
10341 <child>
10342 <widget class="GtkButton" id="but_server_change1">
10343 <property name="visible">True</property>
10344 <property name="can_focus">True</property>
10345 <property name="response_id">0</property>
10346 <signal name="activate" handler="on_but_server_activate"/>
10347 <child>
10348 <widget class="GtkAlignment" id="alignment53">
10349 <property name="visible">True</property>
10350 <property name="xscale">0</property>
10351 <property name="yscale">0</property>
10352 <child>
10353 <widget class="GtkHBox" id="hbox76">
10354 <property name="visible">True</property>
10355 <property name="spacing">2</property>
10356 <child>
10357 <widget class="GtkImage" id="image3484">
10358 <property name="visible">True</property>
10359 <property name="stock">gtk-network</property>
10360 <property name="icon_size">2</property>
10361 </widget>
10362 <packing>
10363 <property name="expand">False</property>
10364 <property name="fill">False</property>
10365 </packing>
10366 </child>
10367 <child>
10368 <widget class="GtkLabel" id="label46546">
10369 <property name="visible">True</property>
10370 <property name="label" translatable="yes">Change</property>
10371 <property name="use_underline">True</property>
10372 </widget>
10373 <packing>
10374 <property name="expand">False</property>
10375 <property name="fill">False</property>
10376 <property name="position">1</property>
10377 </packing>
10378 </child>
10379 </widget>
10380 </child>
10381 </widget>
10382 </child>
10383 </widget>
10384 <packing>
10385 <property name="left_attach">2</property>
10386 <property name="right_attach">3</property>
10387 <property name="x_options">GTK_FILL</property>
10388 <property name="y_options"></property>
10389 </packing>
10390 </child>
10391 <child>
10392 <widget class="GtkEntry" id="old_passwd">
10393 <property name="visible">True</property>
10394 <property name="can_focus">True</property>
10395 <property name="max_length">16</property>
10396 <property name="visibility">False</property>
10397 <property name="invisible_char">*</property>
10398 </widget>
10399 <packing>
10400 <property name="left_attach">1</property>
10401 <property name="right_attach">3</property>
10402 <property name="top_attach">1</property>
10403 <property name="bottom_attach">2</property>
10404 <property name="y_options"></property>
10405 </packing>
10406 </child>
10407 <child>
10408 <widget class="GtkEntry" id="new_passwd">
10409 <property name="visible">True</property>
10410 <property name="can_focus">True</property>
10411 <property name="max_length">16</property>
10412 <property name="visibility">False</property>
10413 <property name="invisible_char">*</property>
10414 </widget>
10415 <packing>
10416 <property name="left_attach">1</property>
10417 <property name="right_attach">3</property>
10418 <property name="top_attach">2</property>
10419 <property name="bottom_attach">3</property>
10420 <property name="y_options"></property>
10421 </packing>
10422 </child>
10423 <child>
10424 <widget class="GtkEntry" id="new_passwd2">
10425 <property name="visible">True</property>
10426 <property name="can_focus">True</property>
10427 <property name="max_length">16</property>
10428 <property name="visibility">False</property>
10429 <property name="invisible_char">*</property>
10430 </widget>
10431 <packing>
10432 <property name="left_attach">1</property>
10433 <property name="right_attach">3</property>
10434 <property name="top_attach">3</property>
10435 <property name="bottom_attach">4</property>
10436 <property name="y_options"></property>
10437 </packing>
10438 </child>
10439 </widget>
10440 <packing>
10441 <property name="position">2</property>
10442 </packing>
10443 </child>
10444 </widget>
10445 <packing>
10446 <property name="position">2</property>
10447 </packing>
10448 </child>
10449 <child internal-child="action_area">
10450 <widget class="GtkHButtonBox" id="dialog-action_area29">
10451 <property name="visible">True</property>
10452 <property name="layout_style">GTK_BUTTONBOX_END</property>
10453 <child>
10454 <widget class="GtkButton" id="cancelbutton20">
10455 <property name="visible">True</property>
10456 <property name="can_focus">True</property>
10457 <property name="can_default">True</property>
10458 <property name="label">gtk-cancel</property>
10459 <property name="use_stock">True</property>
10460 <property name="response_id">-6</property>
10461 </widget>
10462 </child>
10463 <child>
10464 <widget class="GtkButton" id="okbutton23">
10465 <property name="visible">True</property>
10466 <property name="can_focus">True</property>
10467 <property name="can_default">True</property>
10468 <property name="has_default">True</property>
10469 <property name="label">gtk-ok</property>
10470 <property name="use_stock">True</property>
10471 <property name="response_id">-5</property>
10472 </widget>
10473 <packing>
10474 <property name="position">1</property>
10475 </packing>
10476 </child>
10477 </widget>
10478 <packing>
10479 <property name="expand">False</property>
10480 <property name="pack_type">GTK_PACK_END</property>
10481 </packing>
10482 </child>
10483 </widget>
10484 </child>
10485 </widget>
10486 <widget class="GtkDialog" id="dia_message_box">
10487 <property name="width_request">450</property>
10488 <property name="height_request">250</property>
10489 <property name="title" translatable="yes">Tiny ERP Message</property>
10490 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
10491 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10492 <child internal-child="vbox">
10493 <widget class="GtkVBox" id="dialog-vbox26">
10494 <property name="visible">True</property>
10495 <child>
10496 <widget class="GtkVBox" id="vbox55">
10497 <property name="visible">True</property>
10498 <child>
10499 <widget class="GtkLabel" id="msg_title">
10500 <property name="visible">True</property>
10501 <property name="label">msg_title</property>
10502 </widget>
10503 <packing>
10504 <property name="expand">False</property>
10505 <property name="fill">False</property>
10506 </packing>
10507 </child>
10508 <child>
10509 <widget class="GtkHSeparator" id="hseparator35">
10510 <property name="visible">True</property>
10511 </widget>
10512 <packing>
10513 <property name="expand">False</property>
10514 <property name="fill">False</property>
10515 <property name="padding">3</property>
10516 <property name="position">1</property>
10517 </packing>
10518 </child>
10519 <child>
10520 <widget class="GtkScrolledWindow" id="scrolledwindow42">
10521 <property name="visible">True</property>
10522 <property name="can_focus">True</property>
10523 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
10524 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
10525 <property name="shadow_type">GTK_SHADOW_IN</property>
10526 <child>
10527 <widget class="GtkTextView" id="msg_tv">
10528 <property name="visible">True</property>
10529 <property name="can_focus">True</property>
10530 </widget>
10531 </child>
10532 </widget>
10533 <packing>
10534 <property name="position">2</property>
10535 </packing>
10536 </child>
10537 </widget>
10538 <packing>
10539 <property name="position">2</property>
10540 </packing>
10541 </child>
10542 <child internal-child="action_area">
10543 <widget class="GtkHButtonBox" id="dialog-action_area30">
10544 <property name="visible">True</property>
10545 <property name="layout_style">GTK_BUTTONBOX_END</property>
10546 <child>
10547 <widget class="GtkButton" id="closebutton2">
10548 <property name="visible">True</property>
10549 <property name="can_focus">True</property>
10550 <property name="can_default">True</property>
10551 <property name="label">gtk-close</property>
10552 <property name="use_stock">True</property>
10553 <property name="response_id">-7</property>
10554 </widget>
10555 </child>
10556 </widget>
10557 <packing>
10558 <property name="expand">False</property>
10559 <property name="pack_type">GTK_PACK_END</property>
10560 </packing>
10561 </child>
10562 </widget>
10563 </child>
10564 </widget>
10565 <widget class="GtkDialog" id="dia_dbcreate_ok">
10566 <property name="width_request">550</property>
10567 <property name="height_request">300</property>
10568 <property name="title" translatable="yes">Database creation</property>
10569 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
10570 <property name="default_width">550</property>
10571 <property name="default_height">300</property>
10572 <property name="destroy_with_parent">True</property>
10573 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10574 <child internal-child="vbox">
10575 <widget class="GtkVBox" id="dialog-vbox35">
10576 <property name="visible">True</property>
10577 <child>
10578 <widget class="GtkHBox" id="hbox78">
10579 <property name="visible">True</property>
10580 <child>
10581 <widget class="GtkImage" id="image3696">
10582 <property name="visible">True</property>
10583 <property name="yalign">0</property>
10584 <property name="xpad">10</property>
10585 <property name="ypad">16</property>
10586 <property name="stock">gtk-dialog-info</property>
10587 <property name="icon_size">6</property>
10588 </widget>
10589 <packing>
10590 <property name="expand">False</property>
10591 <property name="fill">False</property>
10592 </packing>
10593 </child>
10594 <child>
10595 <widget class="GtkVBox" id="vbox56">
10596 <property name="visible">True</property>
10597 <child>
10598 <widget class="GtkLabel" id="label46553">
10599 <property name="visible">True</property>
10600 <property name="xalign">0</property>
10601 <property name="label" translatable="yes">&lt;b&gt;Database created successfully!&lt;/b&gt;</property>
10602 <property name="use_markup">True</property>
10603 </widget>
10604 <packing>
10605 <property name="expand">False</property>
10606 <property name="fill">False</property>
10607 </packing>
10608 </child>
10609 <child>
10610 <widget class="GtkHSeparator" id="hseparator36">
10611 <property name="visible">True</property>
10612 </widget>
10613 <packing>
10614 <property name="expand">False</property>
10615 <property name="fill">False</property>
10616 <property name="padding">3</property>
10617 <property name="position">1</property>
10618 </packing>
10619 </child>
10620 <child>
10621 <widget class="GtkScrolledWindow" id="scrolledwindow43">
10622 <property name="visible">True</property>
10623 <property name="can_focus">True</property>
10624 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
10625 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
10626 <property name="shadow_type">GTK_SHADOW_IN</property>
10627 <child>
10628 <widget class="GtkTextView" id="dia_tv">
10629 <property name="visible">True</property>
10630 <property name="can_focus">True</property>
10631 <property name="editable">False</property>
10632 <property name="wrap_mode">GTK_WRAP_WORD</property>
10633 <property name="text" translatable="yes">You can connect to the new database using one of the following account:
10635 Administrator: admin / admin </property>
10636 </widget>
10637 </child>
10638 </widget>
10639 <packing>
10640 <property name="position">2</property>
10641 </packing>
10642 </child>
10643 </widget>
10644 <packing>
10645 <property name="position">1</property>
10646 </packing>
10647 </child>
10648 </widget>
10649 <packing>
10650 <property name="position">2</property>
10651 </packing>
10652 </child>
10653 <child internal-child="action_area">
10654 <widget class="GtkHButtonBox" id="dialog-action_area31">
10655 <property name="visible">True</property>
10656 <property name="layout_style">GTK_BUTTONBOX_END</property>
10657 <child>
10658 <widget class="GtkButton" id="button89">
10659 <property name="visible">True</property>
10660 <property name="can_focus">True</property>
10661 <property name="can_default">True</property>
10662 <property name="response_id">-7</property>
10663 <signal name="clicked" handler="on_but_close_clicked"/>
10664 <child>
10665 <widget class="GtkAlignment" id="alignment55">
10666 <property name="visible">True</property>
10667 <property name="xscale">0</property>
10668 <property name="yscale">0</property>
10669 <child>
10670 <widget class="GtkHBox" id="hbox82">
10671 <property name="visible">True</property>
10672 <property name="spacing">2</property>
10673 <child>
10674 <widget class="GtkImage" id="image4164">
10675 <property name="visible">True</property>
10676 <property name="stock">gtk-close</property>
10677 </widget>
10678 <packing>
10679 <property name="expand">False</property>
10680 <property name="fill">False</property>
10681 </packing>
10682 </child>
10683 <child>
10684 <widget class="GtkLabel" id="label46558">
10685 <property name="visible">True</property>
10686 <property name="label">Connect Later</property>
10687 <property name="use_underline">True</property>
10688 </widget>
10689 <packing>
10690 <property name="expand">False</property>
10691 <property name="fill">False</property>
10692 <property name="position">1</property>
10693 </packing>
10694 </child>
10695 </widget>
10696 </child>
10697 </widget>
10698 </child>
10699 </widget>
10700 </child>
10701 <child>
10702 <widget class="GtkButton" id="button91">
10703 <property name="visible">True</property>
10704 <property name="can_focus">True</property>
10705 <property name="can_default">True</property>
10706 <property name="has_default">True</property>
10707 <property name="response_id">-5</property>
10708 <child>
10709 <widget class="GtkAlignment" id="alignment54">
10710 <property name="visible">True</property>
10711 <property name="xscale">0</property>
10712 <property name="yscale">0</property>
10713 <child>
10714 <widget class="GtkHBox" id="hbox81">
10715 <property name="visible">True</property>
10716 <property name="spacing">2</property>
10717 <child>
10718 <widget class="GtkImage" id="image4163">
10719 <property name="visible">True</property>
10720 <property name="stock">gtk-go-forward</property>
10721 </widget>
10722 <packing>
10723 <property name="expand">False</property>
10724 <property name="fill">False</property>
10725 </packing>
10726 </child>
10727 <child>
10728 <widget class="GtkLabel" id="label46557">
10729 <property name="visible">True</property>
10730 <property name="label">Connect now</property>
10731 <property name="use_underline">True</property>
10732 </widget>
10733 <packing>
10734 <property name="expand">False</property>
10735 <property name="fill">False</property>
10736 <property name="position">1</property>
10737 </packing>
10738 </child>
10739 </widget>
10740 </child>
10741 </widget>
10742 </child>
10743 </widget>
10744 <packing>
10745 <property name="position">1</property>
10746 </packing>
10747 </child>
10748 </widget>
10749 <packing>
10750 <property name="expand">False</property>
10751 <property name="pack_type">GTK_PACK_END</property>
10752 </packing>
10753 </child>
10754 </widget>
10755 </child>
10756 </widget>
10757 <widget class="GtkDialog" id="dialog_concurrency_exception">
10758 <property name="title" translatable="yes">Concurrency exception</property>
10759 <property name="default_width">87</property>
10760 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10761 <child internal-child="vbox">
10762 <widget class="GtkVBox" id="dialog-vbox28">
10763 <property name="visible">True</property>
10764 <child>
10765 <widget class="GtkHBox" id="hbox84">
10766 <property name="visible">True</property>
10767 <child>
10768 <widget class="GtkImage" id="image4169">
10769 <property name="width_request">33</property>
10770 <property name="visible">True</property>
10771 <property name="stock">gtk-dialog-info</property>
10772 <property name="icon_size">6</property>
10773 </widget>
10774 </child>
10775 <child>
10776 <widget class="GtkLabel" id="label46562">
10777 <property name="width_request">421</property>
10778 <property name="height_request">164</property>
10779 <property name="visible">True</property>
10780 <property name="xalign">0</property>
10781 <property name="yalign">0</property>
10782 <property name="xpad">14</property>
10783 <property name="label" translatable="yes">&lt;b&gt;
10784 Write concurrency warning:
10785 &lt;/b&gt;
10786 This document has been modified while you were editing it.
10787 Choose:
10788 - "Cancel" to cancel saving.
10789 - "Compare" to see the modified version.
10790 - "Write anyway" to save your current version.
10791 </property>
10792 <property name="use_markup">True</property>
10793 </widget>
10794 <packing>
10795 <property name="padding">6</property>
10796 <property name="position">1</property>
10797 </packing>
10798 </child>
10799 </widget>
10800 <packing>
10801 <property name="position">2</property>
10802 </packing>
10803 </child>
10804 <child internal-child="action_area">
10805 <widget class="GtkHButtonBox" id="dialog-action_area32">
10806 <property name="visible">True</property>
10807 <property name="layout_style">GTK_BUTTONBOX_END</property>
10808 <child>
10809 <widget class="GtkButton" id="button_cancel">
10810 <property name="visible">True</property>
10811 <property name="can_focus">True</property>
10812 <property name="can_default">True</property>
10813 <property name="label">gtk-cancel</property>
10814 <property name="use_stock">True</property>
10815 <property name="response_id">-6</property>
10816 </widget>
10817 </child>
10818 <child>
10819 <widget class="GtkButton" id="button93">
10820 <property name="visible">True</property>
10821 <property name="can_focus">True</property>
10822 <property name="can_default">True</property>
10823 <property name="response_id">-10</property>
10824 <child>
10825 <widget class="GtkAlignment" id="alignment58">
10826 <property name="visible">True</property>
10827 <property name="xscale">0</property>
10828 <property name="yscale">0</property>
10829 <child>
10830 <widget class="GtkHBox" id="hbox86">
10831 <property name="visible">True</property>
10832 <property name="spacing">2</property>
10833 <child>
10834 <widget class="GtkImage" id="image4171">
10835 <property name="visible">True</property>
10836 <property name="stock">gtk-find-and-replace</property>
10837 </widget>
10838 <packing>
10839 <property name="expand">False</property>
10840 <property name="fill">False</property>
10841 </packing>
10842 </child>
10843 <child>
10844 <widget class="GtkLabel" id="label46561">
10845 <property name="visible">True</property>
10846 <property name="label" translatable="yes">Compare</property>
10847 <property name="use_underline">True</property>
10848 </widget>
10849 <packing>
10850 <property name="expand">False</property>
10851 <property name="fill">False</property>
10852 <property name="position">1</property>
10853 </packing>
10854 </child>
10855 </widget>
10856 </child>
10857 </widget>
10858 </child>
10859 </widget>
10860 <packing>
10861 <property name="position">1</property>
10862 </packing>
10863 </child>
10864 <child>
10865 <widget class="GtkButton" id="button94">
10866 <property name="visible">True</property>
10867 <property name="can_focus">True</property>
10868 <property name="can_default">True</property>
10869 <property name="response_id">-5</property>
10870 <child>
10871 <widget class="GtkAlignment" id="alignment57">
10872 <property name="visible">True</property>
10873 <property name="xscale">0</property>
10874 <property name="yscale">0</property>
10875 <child>
10876 <widget class="GtkHBox" id="hbox85">
10877 <property name="visible">True</property>
10878 <property name="spacing">2</property>
10879 <child>
10880 <widget class="GtkImage" id="image4170">
10881 <property name="visible">True</property>
10882 <property name="stock">gtk-floppy</property>
10883 </widget>
10884 <packing>
10885 <property name="expand">False</property>
10886 <property name="fill">False</property>
10887 </packing>
10888 </child>
10889 <child>
10890 <widget class="GtkLabel" id="label46560">
10891 <property name="visible">True</property>
10892 <property name="label" translatable="yes">Write anyway</property>
10893 <property name="use_underline">True</property>
10894 </widget>
10895 <packing>
10896 <property name="expand">False</property>
10897 <property name="fill">False</property>
10898 <property name="position">1</property>
10899 </packing>
10900 </child>
10901 </widget>
10902 </child>
10903 </widget>
10904 </child>
10905 </widget>
10906 <packing>
10907 <property name="position">2</property>
10908 </packing>
10909 </child>
10910 </widget>
10911 <packing>
10912 <property name="expand">False</property>
10913 <property name="pack_type">GTK_PACK_END</property>
10914 </packing>
10915 </child>
10916 </widget>
10917 </child>
10918 </widget>
10919 </glade-interface>