1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
6 <widget class="GtkDialog" id="mantener_prestadores">
7 <property name="width_request">450</property>
8 <property name="height_request">500</property>
9 <property name="visible">True</property>
10 <property name="title" translatable="yes">Mantener Prestadores</property>
11 <property name="type">GTK_WINDOW_TOPLEVEL</property>
12 <property name="window_position">GTK_WIN_POS_NONE</property>
13 <property name="modal">False</property>
14 <property name="resizable">True</property>
15 <property name="destroy_with_parent">False</property>
16 <property name="decorated">True</property>
17 <property name="skip_taskbar_hint">False</property>
18 <property name="skip_pager_hint">False</property>
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21 <property name="focus_on_map">True</property>
22 <property name="has_separator">True</property>
24 <child internal-child="vbox">
25 <widget class="GtkVBox" id="dialog-vbox1">
26 <property name="visible">True</property>
27 <property name="homogeneous">False</property>
28 <property name="spacing">0</property>
30 <child internal-child="action_area">
31 <widget class="GtkHButtonBox" id="dialog-action_area1">
32 <property name="visible">True</property>
33 <property name="layout_style">GTK_BUTTONBOX_END</property>
36 <widget class="GtkButton" id="cerrar">
37 <property name="visible">True</property>
38 <property name="can_default">True</property>
39 <property name="can_focus">True</property>
40 <property name="label">gtk-close</property>
41 <property name="use_stock">True</property>
42 <property name="relief">GTK_RELIEF_NORMAL</property>
43 <property name="focus_on_click">True</property>
44 <property name="response_id">-7</property>
49 <property name="padding">0</property>
50 <property name="expand">False</property>
51 <property name="fill">True</property>
52 <property name="pack_type">GTK_PACK_END</property>
57 <widget class="GtkVBox" id="vbox2">
58 <property name="visible">True</property>
59 <property name="homogeneous">False</property>
60 <property name="spacing">0</property>
63 <widget class="GtkFrame" id="frame4">
64 <property name="border_width">8</property>
65 <property name="visible">True</property>
66 <property name="label_xalign">0</property>
67 <property name="label_yalign">0.5</property>
68 <property name="shadow_type">GTK_SHADOW_NONE</property>
71 <widget class="GtkAlignment" id="alignment5">
72 <property name="visible">True</property>
73 <property name="xalign">0.5</property>
74 <property name="yalign">0.5</property>
75 <property name="xscale">1</property>
76 <property name="yscale">1</property>
77 <property name="top_padding">0</property>
78 <property name="bottom_padding">0</property>
79 <property name="left_padding">12</property>
80 <property name="right_padding">0</property>
83 <widget class="GtkScrolledWindow" id="scrolledwindow1">
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
87 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
88 <property name="shadow_type">GTK_SHADOW_IN</property>
89 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
92 <widget class="GtkTreeView" id="lista">
93 <property name="visible">True</property>
94 <property name="can_focus">True</property>
95 <property name="headers_visible">True</property>
96 <property name="rules_hint">False</property>
97 <property name="reorderable">False</property>
98 <property name="enable_search">True</property>
99 <property name="fixed_height_mode">False</property>
100 <property name="hover_selection">False</property>
101 <property name="hover_expand">False</property>
110 <widget class="GtkLabel" id="label1">
111 <property name="visible">True</property>
112 <property name="label" translatable="yes"><b>Prestadores</b></property>
113 <property name="use_underline">False</property>
114 <property name="use_markup">True</property>
115 <property name="justify">GTK_JUSTIFY_LEFT</property>
116 <property name="wrap">False</property>
117 <property name="selectable">False</property>
118 <property name="xalign">0.5</property>
119 <property name="yalign">0.5</property>
120 <property name="xpad">0</property>
121 <property name="ypad">0</property>
122 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
123 <property name="width_chars">-1</property>
124 <property name="single_line_mode">False</property>
125 <property name="angle">0</property>
128 <property name="type">label_item</property>
133 <property name="padding">0</property>
134 <property name="expand">True</property>
135 <property name="fill">True</property>
140 <widget class="GtkHButtonBox" id="hbuttonbox2">
141 <property name="border_width">8</property>
142 <property name="visible">True</property>
143 <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
144 <property name="spacing">0</property>
147 <widget class="GtkButton" id="button1">
148 <property name="visible">True</property>
149 <property name="can_default">True</property>
150 <property name="can_focus">True</property>
151 <property name="label">gtk-add</property>
152 <property name="use_stock">True</property>
153 <property name="relief">GTK_RELIEF_NORMAL</property>
154 <property name="focus_on_click">True</property>
155 <signal name="clicked" handler="OnAdd" last_modification_time="Tue, 28 Jun 2005 15:55:41 GMT"/>
160 <widget class="GtkButton" id="button2">
161 <property name="visible">True</property>
162 <property name="can_default">True</property>
163 <property name="can_focus">True</property>
164 <property name="label">gtk-properties</property>
165 <property name="use_stock">True</property>
166 <property name="relief">GTK_RELIEF_NORMAL</property>
167 <property name="focus_on_click">True</property>
168 <signal name="clicked" handler="OnProperties" last_modification_time="Tue, 28 Jun 2005 15:55:51 GMT"/>
173 <widget class="GtkButton" id="button3">
174 <property name="visible">True</property>
175 <property name="can_default">True</property>
176 <property name="can_focus">True</property>
177 <property name="label">gtk-delete</property>
178 <property name="use_stock">True</property>
179 <property name="relief">GTK_RELIEF_NORMAL</property>
180 <property name="focus_on_click">True</property>
181 <signal name="clicked" handler="OnDelete" last_modification_time="Tue, 28 Jun 2005 15:55:58 GMT"/>
186 <property name="padding">0</property>
187 <property name="expand">False</property>
188 <property name="fill">True</property>
193 <property name="padding">0</property>
194 <property name="expand">True</property>
195 <property name="fill">True</property>
202 <widget class="GtkDialog" id="alta_prestador">
203 <property name="height_request">450</property>
204 <property name="visible">True</property>
205 <property name="title" translatable="yes">Alta de Plan</property>
206 <property name="type">GTK_WINDOW_TOPLEVEL</property>
207 <property name="window_position">GTK_WIN_POS_NONE</property>
208 <property name="modal">False</property>
209 <property name="resizable">True</property>
210 <property name="destroy_with_parent">False</property>
211 <property name="decorated">True</property>
212 <property name="skip_taskbar_hint">False</property>
213 <property name="skip_pager_hint">False</property>
214 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
215 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
216 <property name="focus_on_map">True</property>
217 <property name="has_separator">True</property>
218 <signal name="response" handler="OnAltaPrestador" last_modification_time="Wed, 06 Jul 2005 06:56:01 GMT"/>
220 <child internal-child="vbox">
221 <widget class="GtkVBox" id="dialog-vbox2">
222 <property name="visible">True</property>
223 <property name="homogeneous">False</property>
224 <property name="spacing">0</property>
226 <child internal-child="action_area">
227 <widget class="GtkHButtonBox" id="dialog-action_area2">
228 <property name="visible">True</property>
229 <property name="layout_style">GTK_BUTTONBOX_END</property>
232 <widget class="GtkButton" id="cancelbutton1">
233 <property name="visible">True</property>
234 <property name="can_default">True</property>
235 <property name="can_focus">True</property>
236 <property name="label">gtk-cancel</property>
237 <property name="use_stock">True</property>
238 <property name="relief">GTK_RELIEF_NORMAL</property>
239 <property name="focus_on_click">True</property>
240 <property name="response_id">-6</property>
245 <widget class="GtkButton" id="okbutton1">
246 <property name="visible">True</property>
247 <property name="can_default">True</property>
248 <property name="can_focus">True</property>
249 <property name="label">gtk-ok</property>
250 <property name="use_stock">True</property>
251 <property name="relief">GTK_RELIEF_NORMAL</property>
252 <property name="focus_on_click">True</property>
253 <property name="response_id">-5</property>
258 <property name="padding">0</property>
259 <property name="expand">False</property>
260 <property name="fill">True</property>
261 <property name="pack_type">GTK_PACK_END</property>
266 <widget class="GtkVBox" id="vbox3">
267 <property name="visible">True</property>
268 <property name="homogeneous">False</property>
269 <property name="spacing">0</property>
272 <widget class="GtkFrame" id="frame5">
273 <property name="border_width">12</property>
274 <property name="visible">True</property>
275 <property name="label_xalign">0</property>
276 <property name="label_yalign">0.5</property>
277 <property name="shadow_type">GTK_SHADOW_NONE</property>
280 <widget class="GtkAlignment" id="alignment6">
281 <property name="visible">True</property>
282 <property name="xalign">0.5</property>
283 <property name="yalign">0.5</property>
284 <property name="xscale">1</property>
285 <property name="yscale">1</property>
286 <property name="top_padding">0</property>
287 <property name="bottom_padding">0</property>
288 <property name="left_padding">12</property>
289 <property name="right_padding">0</property>
292 <widget class="GtkTable" id="table1">
293 <property name="visible">True</property>
294 <property name="n_rows">3</property>
295 <property name="n_columns">2</property>
296 <property name="homogeneous">False</property>
297 <property name="row_spacing">8</property>
298 <property name="column_spacing">8</property>
301 <widget class="GtkLabel" id="label10">
302 <property name="visible">True</property>
303 <property name="label" translatable="yes">CUIT : </property>
304 <property name="use_underline">False</property>
305 <property name="use_markup">False</property>
306 <property name="justify">GTK_JUSTIFY_LEFT</property>
307 <property name="wrap">False</property>
308 <property name="selectable">False</property>
309 <property name="xalign">0</property>
310 <property name="yalign">0.5</property>
311 <property name="xpad">0</property>
312 <property name="ypad">0</property>
313 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
314 <property name="width_chars">-1</property>
315 <property name="single_line_mode">False</property>
316 <property name="angle">0</property>
319 <property name="left_attach">0</property>
320 <property name="right_attach">1</property>
321 <property name="top_attach">0</property>
322 <property name="bottom_attach">1</property>
323 <property name="x_options">fill</property>
324 <property name="y_options"></property>
329 <widget class="GtkLabel" id="label11">
330 <property name="visible">True</property>
331 <property name="label" translatable="yes">Razon Social : </property>
332 <property name="use_underline">False</property>
333 <property name="use_markup">False</property>
334 <property name="justify">GTK_JUSTIFY_LEFT</property>
335 <property name="wrap">False</property>
336 <property name="selectable">False</property>
337 <property name="xalign">0</property>
338 <property name="yalign">0.5</property>
339 <property name="xpad">0</property>
340 <property name="ypad">0</property>
341 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
342 <property name="width_chars">-1</property>
343 <property name="single_line_mode">False</property>
344 <property name="angle">0</property>
347 <property name="left_attach">0</property>
348 <property name="right_attach">1</property>
349 <property name="top_attach">1</property>
350 <property name="bottom_attach">2</property>
351 <property name="x_options">fill</property>
352 <property name="y_options"></property>
357 <widget class="GtkEntry" id="cuit">
358 <property name="visible">True</property>
359 <property name="can_focus">True</property>
360 <property name="editable">True</property>
361 <property name="visibility">True</property>
362 <property name="max_length">0</property>
363 <property name="text" translatable="yes"></property>
364 <property name="has_frame">True</property>
365 <property name="invisible_char">*</property>
366 <property name="activates_default">False</property>
369 <property name="left_attach">1</property>
370 <property name="right_attach">2</property>
371 <property name="top_attach">0</property>
372 <property name="bottom_attach">1</property>
373 <property name="y_options"></property>
378 <widget class="GtkEntry" id="nombre">
379 <property name="visible">True</property>
380 <property name="can_focus">True</property>
381 <property name="editable">True</property>
382 <property name="visibility">True</property>
383 <property name="max_length">0</property>
384 <property name="text" translatable="yes"></property>
385 <property name="has_frame">True</property>
386 <property name="invisible_char">*</property>
387 <property name="activates_default">False</property>
390 <property name="left_attach">1</property>
391 <property name="right_attach">2</property>
392 <property name="top_attach">1</property>
393 <property name="bottom_attach">2</property>
394 <property name="y_options"></property>
399 <widget class="GtkLabel" id="label37">
400 <property name="visible">True</property>
401 <property name="label" translatable="yes">eMail : </property>
402 <property name="use_underline">False</property>
403 <property name="use_markup">False</property>
404 <property name="justify">GTK_JUSTIFY_LEFT</property>
405 <property name="wrap">False</property>
406 <property name="selectable">False</property>
407 <property name="xalign">0</property>
408 <property name="yalign">0.5</property>
409 <property name="xpad">0</property>
410 <property name="ypad">0</property>
411 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
412 <property name="width_chars">-1</property>
413 <property name="single_line_mode">False</property>
414 <property name="angle">0</property>
417 <property name="left_attach">0</property>
418 <property name="right_attach">1</property>
419 <property name="top_attach">2</property>
420 <property name="bottom_attach">3</property>
421 <property name="x_options">fill</property>
422 <property name="y_options"></property>
427 <widget class="GtkEntry" id="email">
428 <property name="visible">True</property>
429 <property name="can_focus">True</property>
430 <property name="editable">True</property>
431 <property name="visibility">True</property>
432 <property name="max_length">0</property>
433 <property name="text" translatable="yes"></property>
434 <property name="has_frame">True</property>
435 <property name="invisible_char">*</property>
436 <property name="activates_default">False</property>
439 <property name="left_attach">1</property>
440 <property name="right_attach">2</property>
441 <property name="top_attach">2</property>
442 <property name="bottom_attach">3</property>
443 <property name="y_options"></property>
452 <widget class="GtkLabel" id="label9">
453 <property name="visible">True</property>
454 <property name="label" translatable="yes"><b>Datos del Prestador</b></property>
455 <property name="use_underline">False</property>
456 <property name="use_markup">True</property>
457 <property name="justify">GTK_JUSTIFY_LEFT</property>
458 <property name="wrap">False</property>
459 <property name="selectable">False</property>
460 <property name="xalign">0.5</property>
461 <property name="yalign">0.5</property>
462 <property name="xpad">0</property>
463 <property name="ypad">0</property>
464 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
465 <property name="width_chars">-1</property>
466 <property name="single_line_mode">False</property>
467 <property name="angle">0</property>
470 <property name="type">label_item</property>
475 <property name="padding">0</property>
476 <property name="expand">False</property>
477 <property name="fill">True</property>
482 <widget class="GtkFrame" id="frame6">
483 <property name="border_width">12</property>
484 <property name="visible">True</property>
485 <property name="label_xalign">0</property>
486 <property name="label_yalign">0.5</property>
487 <property name="shadow_type">GTK_SHADOW_NONE</property>
490 <widget class="GtkAlignment" id="alignment7">
491 <property name="visible">True</property>
492 <property name="xalign">0.5</property>
493 <property name="yalign">0.5</property>
494 <property name="xscale">1</property>
495 <property name="yscale">1</property>
496 <property name="top_padding">0</property>
497 <property name="bottom_padding">0</property>
498 <property name="left_padding">12</property>
499 <property name="right_padding">0</property>
502 <widget class="GtkTable" id="table5">
503 <property name="visible">True</property>
504 <property name="n_rows">5</property>
505 <property name="n_columns">6</property>
506 <property name="homogeneous">False</property>
507 <property name="row_spacing">8</property>
508 <property name="column_spacing">8</property>
511 <widget class="GtkLabel" id="label27">
512 <property name="visible">True</property>
513 <property name="label" translatable="yes">Calle : </property>
514 <property name="use_underline">False</property>
515 <property name="use_markup">False</property>
516 <property name="justify">GTK_JUSTIFY_LEFT</property>
517 <property name="wrap">False</property>
518 <property name="selectable">False</property>
519 <property name="xalign">0</property>
520 <property name="yalign">0.5</property>
521 <property name="xpad">0</property>
522 <property name="ypad">0</property>
523 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
524 <property name="width_chars">-1</property>
525 <property name="single_line_mode">False</property>
526 <property name="angle">0</property>
529 <property name="left_attach">0</property>
530 <property name="right_attach">1</property>
531 <property name="top_attach">0</property>
532 <property name="bottom_attach">1</property>
533 <property name="x_options">fill</property>
534 <property name="y_options"></property>
539 <widget class="GtkLabel" id="label28">
540 <property name="visible">True</property>
541 <property name="label" translatable="yes">Número : </property>
542 <property name="use_underline">False</property>
543 <property name="use_markup">False</property>
544 <property name="justify">GTK_JUSTIFY_LEFT</property>
545 <property name="wrap">False</property>
546 <property name="selectable">False</property>
547 <property name="xalign">0</property>
548 <property name="yalign">0.5</property>
549 <property name="xpad">0</property>
550 <property name="ypad">0</property>
551 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
552 <property name="width_chars">-1</property>
553 <property name="single_line_mode">False</property>
554 <property name="angle">0</property>
557 <property name="left_attach">0</property>
558 <property name="right_attach">1</property>
559 <property name="top_attach">1</property>
560 <property name="bottom_attach">2</property>
561 <property name="x_options">fill</property>
562 <property name="y_options"></property>
567 <widget class="GtkLabel" id="label29">
568 <property name="visible">True</property>
569 <property name="label" translatable="yes">Piso : </property>
570 <property name="use_underline">False</property>
571 <property name="use_markup">False</property>
572 <property name="justify">GTK_JUSTIFY_LEFT</property>
573 <property name="wrap">False</property>
574 <property name="selectable">False</property>
575 <property name="xalign">0</property>
576 <property name="yalign">0.5</property>
577 <property name="xpad">0</property>
578 <property name="ypad">0</property>
579 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
580 <property name="width_chars">-1</property>
581 <property name="single_line_mode">False</property>
582 <property name="angle">0</property>
585 <property name="left_attach">2</property>
586 <property name="right_attach">3</property>
587 <property name="top_attach">1</property>
588 <property name="bottom_attach">2</property>
589 <property name="x_options">fill</property>
590 <property name="y_options"></property>
595 <widget class="GtkLabel" id="label30">
596 <property name="visible">True</property>
597 <property name="label" translatable="yes">Departamento : </property>
598 <property name="use_underline">False</property>
599 <property name="use_markup">False</property>
600 <property name="justify">GTK_JUSTIFY_LEFT</property>
601 <property name="wrap">False</property>
602 <property name="selectable">False</property>
603 <property name="xalign">0</property>
604 <property name="yalign">0.5</property>
605 <property name="xpad">0</property>
606 <property name="ypad">0</property>
607 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
608 <property name="width_chars">-1</property>
609 <property name="single_line_mode">False</property>
610 <property name="angle">0</property>
613 <property name="left_attach">4</property>
614 <property name="right_attach">5</property>
615 <property name="top_attach">1</property>
616 <property name="bottom_attach">2</property>
617 <property name="x_options">fill</property>
618 <property name="y_options"></property>
623 <widget class="GtkLabel" id="label31">
624 <property name="visible">True</property>
625 <property name="label" translatable="yes">Provincia : </property>
626 <property name="use_underline">False</property>
627 <property name="use_markup">False</property>
628 <property name="justify">GTK_JUSTIFY_LEFT</property>
629 <property name="wrap">False</property>
630 <property name="selectable">False</property>
631 <property name="xalign">0</property>
632 <property name="yalign">0.5</property>
633 <property name="xpad">0</property>
634 <property name="ypad">0</property>
635 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
636 <property name="width_chars">-1</property>
637 <property name="single_line_mode">False</property>
638 <property name="angle">0</property>
641 <property name="left_attach">0</property>
642 <property name="right_attach">1</property>
643 <property name="top_attach">2</property>
644 <property name="bottom_attach">3</property>
645 <property name="x_options">fill</property>
646 <property name="y_options"></property>
651 <widget class="GtkComboBox" id="provincia">
652 <property name="visible">True</property>
653 <property name="items" translatable="yes">Rio Negro
655 <property name="add_tearoffs">False</property>
656 <property name="focus_on_click">True</property>
659 <property name="left_attach">1</property>
660 <property name="right_attach">4</property>
661 <property name="top_attach">2</property>
662 <property name="bottom_attach">3</property>
663 <property name="y_options">fill</property>
668 <widget class="GtkLabel" id="label32">
669 <property name="visible">True</property>
670 <property name="label" translatable="yes">Cod. Postal : </property>
671 <property name="use_underline">False</property>
672 <property name="use_markup">False</property>
673 <property name="justify">GTK_JUSTIFY_LEFT</property>
674 <property name="wrap">False</property>
675 <property name="selectable">False</property>
676 <property name="xalign">0</property>
677 <property name="yalign">0.5</property>
678 <property name="xpad">0</property>
679 <property name="ypad">0</property>
680 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
681 <property name="width_chars">-1</property>
682 <property name="single_line_mode">False</property>
683 <property name="angle">0</property>
686 <property name="left_attach">4</property>
687 <property name="right_attach">5</property>
688 <property name="top_attach">2</property>
689 <property name="bottom_attach">3</property>
690 <property name="x_options">fill</property>
691 <property name="y_options"></property>
696 <widget class="GtkLabel" id="label33">
697 <property name="visible">True</property>
698 <property name="label" translatable="yes">Teléfono : </property>
699 <property name="use_underline">False</property>
700 <property name="use_markup">False</property>
701 <property name="justify">GTK_JUSTIFY_LEFT</property>
702 <property name="wrap">False</property>
703 <property name="selectable">False</property>
704 <property name="xalign">0</property>
705 <property name="yalign">0.5</property>
706 <property name="xpad">0</property>
707 <property name="ypad">0</property>
708 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
709 <property name="width_chars">-1</property>
710 <property name="single_line_mode">False</property>
711 <property name="angle">0</property>
714 <property name="left_attach">0</property>
715 <property name="right_attach">1</property>
716 <property name="top_attach">3</property>
717 <property name="bottom_attach">4</property>
718 <property name="x_options">fill</property>
719 <property name="y_options"></property>
724 <widget class="GtkEntry" id="calle">
725 <property name="visible">True</property>
726 <property name="can_focus">True</property>
727 <property name="editable">True</property>
728 <property name="visibility">True</property>
729 <property name="max_length">0</property>
730 <property name="text" translatable="yes"></property>
731 <property name="has_frame">True</property>
732 <property name="invisible_char">*</property>
733 <property name="activates_default">False</property>
736 <property name="left_attach">1</property>
737 <property name="right_attach">6</property>
738 <property name="top_attach">0</property>
739 <property name="bottom_attach">1</property>
740 <property name="y_options"></property>
745 <widget class="GtkEntry" id="numero">
746 <property name="width_request">75</property>
747 <property name="visible">True</property>
748 <property name="can_focus">True</property>
749 <property name="editable">True</property>
750 <property name="visibility">True</property>
751 <property name="max_length">0</property>
752 <property name="text" translatable="yes"></property>
753 <property name="has_frame">True</property>
754 <property name="invisible_char">*</property>
755 <property name="activates_default">False</property>
758 <property name="left_attach">1</property>
759 <property name="right_attach">2</property>
760 <property name="top_attach">1</property>
761 <property name="bottom_attach">2</property>
762 <property name="y_options"></property>
767 <widget class="GtkEntry" id="piso">
768 <property name="width_request">75</property>
769 <property name="visible">True</property>
770 <property name="can_focus">True</property>
771 <property name="editable">True</property>
772 <property name="visibility">True</property>
773 <property name="max_length">0</property>
774 <property name="text" translatable="yes"></property>
775 <property name="has_frame">True</property>
776 <property name="invisible_char">*</property>
777 <property name="activates_default">False</property>
780 <property name="left_attach">3</property>
781 <property name="right_attach">4</property>
782 <property name="top_attach">1</property>
783 <property name="bottom_attach">2</property>
784 <property name="y_options"></property>
789 <widget class="GtkEntry" id="dpto">
790 <property name="width_request">75</property>
791 <property name="visible">True</property>
792 <property name="can_focus">True</property>
793 <property name="editable">True</property>
794 <property name="visibility">True</property>
795 <property name="max_length">0</property>
796 <property name="text" translatable="yes"></property>
797 <property name="has_frame">True</property>
798 <property name="invisible_char">*</property>
799 <property name="activates_default">False</property>
802 <property name="left_attach">5</property>
803 <property name="right_attach">6</property>
804 <property name="top_attach">1</property>
805 <property name="bottom_attach">2</property>
806 <property name="y_options"></property>
811 <widget class="GtkEntry" id="codpostal">
812 <property name="visible">True</property>
813 <property name="can_focus">True</property>
814 <property name="editable">True</property>
815 <property name="visibility">True</property>
816 <property name="max_length">0</property>
817 <property name="text" translatable="yes"></property>
818 <property name="has_frame">True</property>
819 <property name="invisible_char">*</property>
820 <property name="activates_default">False</property>
823 <property name="left_attach">5</property>
824 <property name="right_attach">6</property>
825 <property name="top_attach">2</property>
826 <property name="bottom_attach">3</property>
827 <property name="y_options"></property>
832 <widget class="GtkEntry" id="telefono">
833 <property name="visible">True</property>
834 <property name="can_focus">True</property>
835 <property name="editable">True</property>
836 <property name="visibility">True</property>
837 <property name="max_length">0</property>
838 <property name="text" translatable="yes"></property>
839 <property name="has_frame">True</property>
840 <property name="invisible_char">*</property>
841 <property name="activates_default">False</property>
844 <property name="left_attach">1</property>
845 <property name="right_attach">5</property>
846 <property name="top_attach">3</property>
847 <property name="bottom_attach">4</property>
848 <property name="y_options"></property>
853 <widget class="GtkLabel" id="label36">
854 <property name="visible">True</property>
855 <property name="label" translatable="yes">Zona : </property>
856 <property name="use_underline">False</property>
857 <property name="use_markup">False</property>
858 <property name="justify">GTK_JUSTIFY_LEFT</property>
859 <property name="wrap">False</property>
860 <property name="selectable">False</property>
861 <property name="xalign">0</property>
862 <property name="yalign">0.5</property>
863 <property name="xpad">0</property>
864 <property name="ypad">0</property>
865 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
866 <property name="width_chars">-1</property>
867 <property name="single_line_mode">False</property>
868 <property name="angle">0</property>
871 <property name="left_attach">0</property>
872 <property name="right_attach">1</property>
873 <property name="top_attach">4</property>
874 <property name="bottom_attach">5</property>
875 <property name="x_options">fill</property>
876 <property name="y_options"></property>
881 <widget class="GtkComboBox" id="zona">
882 <property name="visible">True</property>
883 <property name="add_tearoffs">False</property>
884 <property name="focus_on_click">True</property>
887 <property name="left_attach">1</property>
888 <property name="right_attach">5</property>
889 <property name="top_attach">4</property>
890 <property name="bottom_attach">5</property>
891 <property name="x_options">fill</property>
892 <property name="y_options">fill</property>
901 <widget class="GtkLabel" id="label34">
902 <property name="visible">True</property>
903 <property name="label" translatable="yes"><b>Dirección</b></property>
904 <property name="use_underline">False</property>
905 <property name="use_markup">True</property>
906 <property name="justify">GTK_JUSTIFY_LEFT</property>
907 <property name="wrap">False</property>
908 <property name="selectable">False</property>
909 <property name="xalign">0.5</property>
910 <property name="yalign">0.5</property>
911 <property name="xpad">0</property>
912 <property name="ypad">0</property>
913 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
914 <property name="width_chars">-1</property>
915 <property name="single_line_mode">False</property>
916 <property name="angle">0</property>
919 <property name="type">label_item</property>
924 <property name="padding">0</property>
925 <property name="expand">False</property>
926 <property name="fill">True</property>
931 <property name="padding">0</property>
932 <property name="expand">True</property>
933 <property name="fill">True</property>