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="registrar_visitas">
7 <property name="width_request">420</property>
8 <property name="height_request">500</property>
9 <property name="visible">True</property>
10 <property name="title" translatable="yes">Registrar Visitas</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="has_separator">True</property>
23 <child internal-child="vbox">
24 <widget class="GtkVBox" id="dialog-vbox1">
25 <property name="visible">True</property>
26 <property name="homogeneous">False</property>
27 <property name="spacing">0</property>
29 <child internal-child="action_area">
30 <widget class="GtkHButtonBox" id="dialog-action_area1">
31 <property name="visible">True</property>
32 <property name="layout_style">GTK_BUTTONBOX_END</property>
35 <widget class="GtkButton" id="closebutton1">
36 <property name="visible">True</property>
37 <property name="can_default">True</property>
38 <property name="can_focus">True</property>
39 <property name="label">gtk-close</property>
40 <property name="use_stock">True</property>
41 <property name="relief">GTK_RELIEF_NORMAL</property>
42 <property name="focus_on_click">True</property>
43 <property name="response_id">-7</property>
48 <property name="padding">0</property>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="pack_type">GTK_PACK_END</property>
56 <widget class="GtkVBox" id="vbox3">
57 <property name="border_width">12</property>
58 <property name="visible">True</property>
59 <property name="homogeneous">False</property>
60 <property name="spacing">0</property>
63 <widget class="GtkScrolledWindow" id="scrolledwindow3">
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
67 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
68 <property name="shadow_type">GTK_SHADOW_IN</property>
69 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
72 <widget class="GtkTreeView" id="visitas">
73 <property name="visible">True</property>
74 <property name="can_focus">True</property>
75 <property name="headers_visible">True</property>
76 <property name="rules_hint">False</property>
77 <property name="reorderable">False</property>
78 <property name="enable_search">True</property>
83 <property name="padding">0</property>
84 <property name="expand">True</property>
85 <property name="fill">True</property>
90 <widget class="GtkHButtonBox" id="hbuttonbox1">
91 <property name="border_width">5</property>
92 <property name="visible">True</property>
93 <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
94 <property name="spacing">0</property>
97 <widget class="GtkButton" id="button3">
98 <property name="visible">True</property>
99 <property name="can_default">True</property>
100 <property name="can_focus">True</property>
101 <property name="label" translatable="yes">No Visitado</property>
102 <property name="use_underline">True</property>
103 <property name="relief">GTK_RELIEF_NORMAL</property>
104 <property name="focus_on_click">True</property>
105 <signal name="clicked" handler="OnEstablecerPendiente" last_modification_time="Thu, 16 Jun 2005 02:38:13 GMT"/>
110 <widget class="GtkButton" id="button4">
111 <property name="visible">True</property>
112 <property name="can_default">True</property>
113 <property name="can_focus">True</property>
114 <property name="label" translatable="yes">Afiliar</property>
115 <property name="use_underline">True</property>
116 <property name="relief">GTK_RELIEF_NORMAL</property>
117 <property name="focus_on_click">True</property>
118 <signal name="clicked" handler="OnAfiliar" last_modification_time="Thu, 16 Jun 2005 03:23:35 GMT"/>
123 <widget class="GtkButton" id="button5">
124 <property name="visible">True</property>
125 <property name="can_default">True</property>
126 <property name="can_focus">True</property>
127 <property name="label" translatable="yes">Eliminar</property>
128 <property name="use_underline">True</property>
129 <property name="relief">GTK_RELIEF_NORMAL</property>
130 <property name="focus_on_click">True</property>
131 <signal name="clicked" handler="OnEliminarSolicitante" last_modification_time="Thu, 16 Jun 2005 03:17:41 GMT"/>
136 <property name="padding">0</property>
137 <property name="expand">False</property>
138 <property name="fill">True</property>
143 <property name="padding">0</property>
144 <property name="expand">True</property>
145 <property name="fill">True</property>
152 <widget class="GtkDialog" id="agregar_familiar">
153 <property name="visible">True</property>
154 <property name="title" translatable="yes">Agregar Familiar n de N</property>
155 <property name="type">GTK_WINDOW_TOPLEVEL</property>
156 <property name="window_position">GTK_WIN_POS_NONE</property>
157 <property name="modal">False</property>
158 <property name="resizable">True</property>
159 <property name="destroy_with_parent">False</property>
160 <property name="decorated">True</property>
161 <property name="skip_taskbar_hint">False</property>
162 <property name="skip_pager_hint">False</property>
163 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
164 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
165 <property name="has_separator">True</property>
167 <child internal-child="vbox">
168 <widget class="GtkVBox" id="dialog-vbox1">
169 <property name="visible">True</property>
170 <property name="homogeneous">False</property>
171 <property name="spacing">0</property>
173 <child internal-child="action_area">
174 <widget class="GtkHButtonBox" id="dialog-action_area1">
175 <property name="visible">True</property>
176 <property name="layout_style">GTK_BUTTONBOX_END</property>
179 <widget class="GtkButton" id="okbutton1">
180 <property name="visible">True</property>
181 <property name="can_default">True</property>
182 <property name="can_focus">True</property>
183 <property name="label">gtk-ok</property>
184 <property name="use_stock">True</property>
185 <property name="relief">GTK_RELIEF_NORMAL</property>
186 <property name="focus_on_click">True</property>
187 <property name="response_id">-5</property>
192 <property name="padding">0</property>
193 <property name="expand">False</property>
194 <property name="fill">True</property>
195 <property name="pack_type">GTK_PACK_END</property>
200 <widget class="GtkVBox" id="vbox3">
201 <property name="border_width">12</property>
202 <property name="visible">True</property>
203 <property name="homogeneous">False</property>
204 <property name="spacing">0</property>
207 <widget class="GtkFrame" id="frame4">
208 <property name="visible">True</property>
209 <property name="label_xalign">0</property>
210 <property name="label_yalign">0.5</property>
211 <property name="shadow_type">GTK_SHADOW_NONE</property>
214 <widget class="GtkAlignment" id="alignment4">
215 <property name="visible">True</property>
216 <property name="xalign">0.5</property>
217 <property name="yalign">0.5</property>
218 <property name="xscale">1</property>
219 <property name="yscale">1</property>
220 <property name="top_padding">0</property>
221 <property name="bottom_padding">0</property>
222 <property name="left_padding">12</property>
223 <property name="right_padding">0</property>
226 <widget class="GtkTable" id="table2">
227 <property name="visible">True</property>
228 <property name="n_rows">6</property>
229 <property name="n_columns">2</property>
230 <property name="homogeneous">False</property>
231 <property name="row_spacing">8</property>
232 <property name="column_spacing">8</property>
235 <widget class="GtkLabel" id="label8">
236 <property name="visible">True</property>
237 <property name="label" translatable="yes">Documento : </property>
238 <property name="use_underline">False</property>
239 <property name="use_markup">False</property>
240 <property name="justify">GTK_JUSTIFY_LEFT</property>
241 <property name="wrap">False</property>
242 <property name="selectable">False</property>
243 <property name="xalign">0</property>
244 <property name="yalign">0.5</property>
245 <property name="xpad">0</property>
246 <property name="ypad">0</property>
249 <property name="left_attach">0</property>
250 <property name="right_attach">1</property>
251 <property name="top_attach">0</property>
252 <property name="bottom_attach">1</property>
253 <property name="x_options">fill</property>
254 <property name="y_options"></property>
259 <widget class="GtkLabel" id="label9">
260 <property name="visible">True</property>
261 <property name="label" translatable="yes">Nombre : </property>
262 <property name="use_underline">False</property>
263 <property name="use_markup">False</property>
264 <property name="justify">GTK_JUSTIFY_LEFT</property>
265 <property name="wrap">False</property>
266 <property name="selectable">False</property>
267 <property name="xalign">0</property>
268 <property name="yalign">0.5</property>
269 <property name="xpad">0</property>
270 <property name="ypad">0</property>
273 <property name="left_attach">0</property>
274 <property name="right_attach">1</property>
275 <property name="top_attach">1</property>
276 <property name="bottom_attach">2</property>
277 <property name="x_options">fill</property>
278 <property name="y_options"></property>
283 <widget class="GtkLabel" id="label10">
284 <property name="visible">True</property>
285 <property name="label" translatable="yes">Apellido : </property>
286 <property name="use_underline">False</property>
287 <property name="use_markup">False</property>
288 <property name="justify">GTK_JUSTIFY_LEFT</property>
289 <property name="wrap">False</property>
290 <property name="selectable">False</property>
291 <property name="xalign">0</property>
292 <property name="yalign">0.5</property>
293 <property name="xpad">0</property>
294 <property name="ypad">0</property>
297 <property name="left_attach">0</property>
298 <property name="right_attach">1</property>
299 <property name="top_attach">2</property>
300 <property name="bottom_attach">3</property>
301 <property name="x_options">fill</property>
302 <property name="y_options"></property>
307 <widget class="GtkLabel" id="label11">
308 <property name="visible">True</property>
309 <property name="label" translatable="yes">eMail : </property>
310 <property name="use_underline">False</property>
311 <property name="use_markup">False</property>
312 <property name="justify">GTK_JUSTIFY_LEFT</property>
313 <property name="wrap">False</property>
314 <property name="selectable">False</property>
315 <property name="xalign">0</property>
316 <property name="yalign">0.5</property>
317 <property name="xpad">0</property>
318 <property name="ypad">0</property>
321 <property name="left_attach">0</property>
322 <property name="right_attach">1</property>
323 <property name="top_attach">3</property>
324 <property name="bottom_attach">4</property>
325 <property name="x_options">fill</property>
326 <property name="y_options"></property>
331 <widget class="GtkLabel" id="label12">
332 <property name="visible">True</property>
333 <property name="label" translatable="yes">Sexo : </property>
334 <property name="use_underline">False</property>
335 <property name="use_markup">False</property>
336 <property name="justify">GTK_JUSTIFY_LEFT</property>
337 <property name="wrap">False</property>
338 <property name="selectable">False</property>
339 <property name="xalign">0</property>
340 <property name="yalign">0.5</property>
341 <property name="xpad">0</property>
342 <property name="ypad">0</property>
345 <property name="left_attach">0</property>
346 <property name="right_attach">1</property>
347 <property name="top_attach">4</property>
348 <property name="bottom_attach">5</property>
349 <property name="x_options">fill</property>
350 <property name="y_options"></property>
355 <widget class="GtkLabel" id="label13">
356 <property name="visible">True</property>
357 <property name="label" translatable="yes">Fecha Nac. : </property>
358 <property name="use_underline">False</property>
359 <property name="use_markup">False</property>
360 <property name="justify">GTK_JUSTIFY_LEFT</property>
361 <property name="wrap">False</property>
362 <property name="selectable">False</property>
363 <property name="xalign">0</property>
364 <property name="yalign">0.5</property>
365 <property name="xpad">0</property>
366 <property name="ypad">0</property>
369 <property name="left_attach">0</property>
370 <property name="right_attach">1</property>
371 <property name="top_attach">5</property>
372 <property name="bottom_attach">6</property>
373 <property name="x_options">fill</property>
374 <property name="y_options"></property>
379 <widget class="GtkEntry" id="nombre">
380 <property name="visible">True</property>
381 <property name="can_focus">True</property>
382 <property name="editable">True</property>
383 <property name="visibility">True</property>
384 <property name="max_length">0</property>
385 <property name="text" translatable="yes"></property>
386 <property name="has_frame">True</property>
387 <property name="invisible_char">*</property>
388 <property name="activates_default">False</property>
391 <property name="left_attach">1</property>
392 <property name="right_attach">2</property>
393 <property name="top_attach">1</property>
394 <property name="bottom_attach">2</property>
395 <property name="y_options"></property>
400 <widget class="GtkEntry" id="apellido">
401 <property name="visible">True</property>
402 <property name="can_focus">True</property>
403 <property name="editable">True</property>
404 <property name="visibility">True</property>
405 <property name="max_length">0</property>
406 <property name="text" translatable="yes"></property>
407 <property name="has_frame">True</property>
408 <property name="invisible_char">*</property>
409 <property name="activates_default">False</property>
412 <property name="left_attach">1</property>
413 <property name="right_attach">2</property>
414 <property name="top_attach">2</property>
415 <property name="bottom_attach">3</property>
416 <property name="y_options"></property>
421 <widget class="GtkEntry" id="email">
422 <property name="visible">True</property>
423 <property name="can_focus">True</property>
424 <property name="editable">True</property>
425 <property name="visibility">True</property>
426 <property name="max_length">0</property>
427 <property name="text" translatable="yes"></property>
428 <property name="has_frame">True</property>
429 <property name="invisible_char">*</property>
430 <property name="activates_default">False</property>
433 <property name="left_attach">1</property>
434 <property name="right_attach">2</property>
435 <property name="top_attach">3</property>
436 <property name="bottom_attach">4</property>
437 <property name="y_options"></property>
442 <widget class="GtkHBox" id="hbox2">
443 <property name="visible">True</property>
444 <property name="homogeneous">True</property>
445 <property name="spacing">0</property>
448 <widget class="GtkRadioButton" id="sexom">
449 <property name="visible">True</property>
450 <property name="can_focus">True</property>
451 <property name="label" translatable="yes">Masculino</property>
452 <property name="use_underline">True</property>
453 <property name="relief">GTK_RELIEF_NORMAL</property>
454 <property name="focus_on_click">True</property>
455 <property name="active">False</property>
456 <property name="inconsistent">False</property>
457 <property name="draw_indicator">True</property>
460 <property name="padding">0</property>
461 <property name="expand">True</property>
462 <property name="fill">True</property>
467 <widget class="GtkRadioButton" id="sexof">
468 <property name="visible">True</property>
469 <property name="can_focus">True</property>
470 <property name="label" translatable="yes">Femenino</property>
471 <property name="use_underline">True</property>
472 <property name="relief">GTK_RELIEF_NORMAL</property>
473 <property name="focus_on_click">True</property>
474 <property name="active">False</property>
475 <property name="inconsistent">False</property>
476 <property name="draw_indicator">True</property>
477 <property name="group">sexom</property>
480 <property name="padding">0</property>
481 <property name="expand">True</property>
482 <property name="fill">True</property>
487 <property name="left_attach">1</property>
488 <property name="right_attach">2</property>
489 <property name="top_attach">4</property>
490 <property name="bottom_attach">5</property>
491 <property name="x_options">fill</property>
492 <property name="y_options">fill</property>
497 <widget class="GtkHBox" id="hbox3">
498 <property name="visible">True</property>
499 <property name="homogeneous">False</property>
500 <property name="spacing">0</property>
503 <widget class="GtkComboBox" id="tipoDoc">
504 <property name="visible">True</property>
505 <property name="items" translatable="yes">DNI
511 <property name="padding">0</property>
512 <property name="expand">True</property>
513 <property name="fill">True</property>
518 <widget class="GtkEntry" id="nroDoc">
519 <property name="visible">True</property>
520 <property name="can_focus">True</property>
521 <property name="editable">True</property>
522 <property name="visibility">True</property>
523 <property name="max_length">0</property>
524 <property name="text" translatable="yes"></property>
525 <property name="has_frame">True</property>
526 <property name="invisible_char">*</property>
527 <property name="activates_default">False</property>
530 <property name="padding">0</property>
531 <property name="expand">True</property>
532 <property name="fill">True</property>
537 <property name="left_attach">1</property>
538 <property name="right_attach">2</property>
539 <property name="top_attach">0</property>
540 <property name="bottom_attach">1</property>
541 <property name="x_options">fill</property>
542 <property name="y_options">fill</property>
547 <widget class="GtkHBox" id="hbox4">
548 <property name="visible">True</property>
549 <property name="homogeneous">False</property>
550 <property name="spacing">12</property>
553 <widget class="GtkEntry" id="fechaNac">
554 <property name="visible">True</property>
555 <property name="can_focus">True</property>
556 <property name="editable">False</property>
557 <property name="visibility">True</property>
558 <property name="max_length">0</property>
559 <property name="text" translatable="yes"></property>
560 <property name="has_frame">True</property>
561 <property name="invisible_char">*</property>
562 <property name="activates_default">False</property>
565 <property name="padding">0</property>
566 <property name="expand">True</property>
567 <property name="fill">True</property>
572 <widget class="GtkButton" id="selectFechaNac">
573 <property name="visible">True</property>
574 <property name="can_focus">True</property>
575 <property name="label" translatable="yes">_Seleccionar fecha</property>
576 <property name="use_underline">True</property>
577 <property name="relief">GTK_RELIEF_NORMAL</property>
578 <property name="focus_on_click">True</property>
579 <signal name="clicked" handler="OnSeleccionarFechaClicked" last_modification_time="Thu, 16 Jun 2005 03:58:56 GMT"/>
582 <property name="padding">0</property>
583 <property name="expand">False</property>
584 <property name="fill">False</property>
589 <property name="left_attach">1</property>
590 <property name="right_attach">2</property>
591 <property name="top_attach">5</property>
592 <property name="bottom_attach">6</property>
593 <property name="x_options">fill</property>
594 <property name="y_options">fill</property>
603 <widget class="GtkLabel" id="label7">
604 <property name="visible">True</property>
605 <property name="label" translatable="yes"><b>Datos Personales</b></property>
606 <property name="use_underline">False</property>
607 <property name="use_markup">True</property>
608 <property name="justify">GTK_JUSTIFY_LEFT</property>
609 <property name="wrap">False</property>
610 <property name="selectable">False</property>
611 <property name="xalign">0.5</property>
612 <property name="yalign">0.5</property>
613 <property name="xpad">0</property>
614 <property name="ypad">0</property>
617 <property name="type">label_item</property>
622 <property name="padding">0</property>
623 <property name="expand">False</property>
624 <property name="fill">True</property>
629 <widget class="GtkFrame" id="frame5">
630 <property name="visible">True</property>
631 <property name="label_xalign">0</property>
632 <property name="label_yalign">0.5</property>
633 <property name="shadow_type">GTK_SHADOW_NONE</property>
636 <widget class="GtkAlignment" id="alignment5">
637 <property name="visible">True</property>
638 <property name="xalign">0.5</property>
639 <property name="yalign">0.5</property>
640 <property name="xscale">1</property>
641 <property name="yscale">1</property>
642 <property name="top_padding">0</property>
643 <property name="bottom_padding">0</property>
644 <property name="left_padding">12</property>
645 <property name="right_padding">0</property>
648 <widget class="GtkTable" id="table3">
649 <property name="visible">True</property>
650 <property name="n_rows">4</property>
651 <property name="n_columns">6</property>
652 <property name="homogeneous">False</property>
653 <property name="row_spacing">8</property>
654 <property name="column_spacing">8</property>
657 <widget class="GtkLabel" id="label16">
658 <property name="visible">True</property>
659 <property name="label" translatable="yes">Calle : </property>
660 <property name="use_underline">False</property>
661 <property name="use_markup">False</property>
662 <property name="justify">GTK_JUSTIFY_LEFT</property>
663 <property name="wrap">False</property>
664 <property name="selectable">False</property>
665 <property name="xalign">0</property>
666 <property name="yalign">0.5</property>
667 <property name="xpad">0</property>
668 <property name="ypad">0</property>
671 <property name="left_attach">0</property>
672 <property name="right_attach">1</property>
673 <property name="top_attach">0</property>
674 <property name="bottom_attach">1</property>
675 <property name="x_options">fill</property>
676 <property name="y_options"></property>
681 <widget class="GtkLabel" id="label17">
682 <property name="visible">True</property>
683 <property name="label" translatable="yes">Número : </property>
684 <property name="use_underline">False</property>
685 <property name="use_markup">False</property>
686 <property name="justify">GTK_JUSTIFY_LEFT</property>
687 <property name="wrap">False</property>
688 <property name="selectable">False</property>
689 <property name="xalign">0</property>
690 <property name="yalign">0.5</property>
691 <property name="xpad">0</property>
692 <property name="ypad">0</property>
695 <property name="left_attach">0</property>
696 <property name="right_attach">1</property>
697 <property name="top_attach">1</property>
698 <property name="bottom_attach">2</property>
699 <property name="x_options">fill</property>
700 <property name="y_options"></property>
705 <widget class="GtkLabel" id="label18">
706 <property name="visible">True</property>
707 <property name="label" translatable="yes">Piso : </property>
708 <property name="use_underline">False</property>
709 <property name="use_markup">False</property>
710 <property name="justify">GTK_JUSTIFY_LEFT</property>
711 <property name="wrap">False</property>
712 <property name="selectable">False</property>
713 <property name="xalign">0</property>
714 <property name="yalign">0.5</property>
715 <property name="xpad">0</property>
716 <property name="ypad">0</property>
719 <property name="left_attach">2</property>
720 <property name="right_attach">3</property>
721 <property name="top_attach">1</property>
722 <property name="bottom_attach">2</property>
723 <property name="x_options">fill</property>
724 <property name="y_options"></property>
729 <widget class="GtkLabel" id="label20">
730 <property name="visible">True</property>
731 <property name="label" translatable="yes">Departamento : </property>
732 <property name="use_underline">False</property>
733 <property name="use_markup">False</property>
734 <property name="justify">GTK_JUSTIFY_LEFT</property>
735 <property name="wrap">False</property>
736 <property name="selectable">False</property>
737 <property name="xalign">0</property>
738 <property name="yalign">0.5</property>
739 <property name="xpad">0</property>
740 <property name="ypad">0</property>
743 <property name="left_attach">4</property>
744 <property name="right_attach">5</property>
745 <property name="top_attach">1</property>
746 <property name="bottom_attach">2</property>
747 <property name="x_options">fill</property>
748 <property name="y_options"></property>
753 <widget class="GtkLabel" id="label21">
754 <property name="visible">True</property>
755 <property name="label" translatable="yes">Provincia : </property>
756 <property name="use_underline">False</property>
757 <property name="use_markup">False</property>
758 <property name="justify">GTK_JUSTIFY_LEFT</property>
759 <property name="wrap">False</property>
760 <property name="selectable">False</property>
761 <property name="xalign">0</property>
762 <property name="yalign">0.5</property>
763 <property name="xpad">0</property>
764 <property name="ypad">0</property>
767 <property name="left_attach">0</property>
768 <property name="right_attach">1</property>
769 <property name="top_attach">2</property>
770 <property name="bottom_attach">3</property>
771 <property name="x_options">fill</property>
772 <property name="y_options"></property>
777 <widget class="GtkComboBox" id="provincia">
778 <property name="visible">True</property>
779 <property name="items" translatable="yes">Rio Negro
783 <property name="left_attach">1</property>
784 <property name="right_attach">4</property>
785 <property name="top_attach">2</property>
786 <property name="bottom_attach">3</property>
787 <property name="y_options">fill</property>
792 <widget class="GtkLabel" id="label22">
793 <property name="visible">True</property>
794 <property name="label" translatable="yes">Cod. Posta : </property>
795 <property name="use_underline">False</property>
796 <property name="use_markup">False</property>
797 <property name="justify">GTK_JUSTIFY_LEFT</property>
798 <property name="wrap">False</property>
799 <property name="selectable">False</property>
800 <property name="xalign">0</property>
801 <property name="yalign">0.5</property>
802 <property name="xpad">0</property>
803 <property name="ypad">0</property>
806 <property name="left_attach">4</property>
807 <property name="right_attach">5</property>
808 <property name="top_attach">2</property>
809 <property name="bottom_attach">3</property>
810 <property name="x_options">fill</property>
811 <property name="y_options"></property>
816 <widget class="GtkLabel" id="label14">
817 <property name="visible">True</property>
818 <property name="label" translatable="yes">Teléfono : </property>
819 <property name="use_underline">False</property>
820 <property name="use_markup">False</property>
821 <property name="justify">GTK_JUSTIFY_LEFT</property>
822 <property name="wrap">False</property>
823 <property name="selectable">False</property>
824 <property name="xalign">0</property>
825 <property name="yalign">0.5</property>
826 <property name="xpad">0</property>
827 <property name="ypad">0</property>
830 <property name="left_attach">0</property>
831 <property name="right_attach">1</property>
832 <property name="top_attach">3</property>
833 <property name="bottom_attach">4</property>
834 <property name="x_options">fill</property>
835 <property name="y_options"></property>
840 <widget class="GtkEntry" id="calle">
841 <property name="visible">True</property>
842 <property name="can_focus">True</property>
843 <property name="editable">True</property>
844 <property name="visibility">True</property>
845 <property name="max_length">0</property>
846 <property name="text" translatable="yes"></property>
847 <property name="has_frame">True</property>
848 <property name="invisible_char">*</property>
849 <property name="activates_default">False</property>
852 <property name="left_attach">1</property>
853 <property name="right_attach">6</property>
854 <property name="top_attach">0</property>
855 <property name="bottom_attach">1</property>
856 <property name="y_options"></property>
861 <widget class="GtkEntry" id="numero">
862 <property name="visible">True</property>
863 <property name="can_focus">True</property>
864 <property name="editable">True</property>
865 <property name="visibility">True</property>
866 <property name="max_length">0</property>
867 <property name="text" translatable="yes"></property>
868 <property name="has_frame">True</property>
869 <property name="invisible_char">*</property>
870 <property name="activates_default">False</property>
873 <property name="left_attach">1</property>
874 <property name="right_attach">2</property>
875 <property name="top_attach">1</property>
876 <property name="bottom_attach">2</property>
877 <property name="y_options"></property>
882 <widget class="GtkEntry" id="piso">
883 <property name="visible">True</property>
884 <property name="can_focus">True</property>
885 <property name="editable">True</property>
886 <property name="visibility">True</property>
887 <property name="max_length">0</property>
888 <property name="text" translatable="yes"></property>
889 <property name="has_frame">True</property>
890 <property name="invisible_char">*</property>
891 <property name="activates_default">False</property>
894 <property name="left_attach">3</property>
895 <property name="right_attach">4</property>
896 <property name="top_attach">1</property>
897 <property name="bottom_attach">2</property>
898 <property name="y_options"></property>
903 <widget class="GtkEntry" id="dpto">
904 <property name="visible">True</property>
905 <property name="can_focus">True</property>
906 <property name="editable">True</property>
907 <property name="visibility">True</property>
908 <property name="max_length">0</property>
909 <property name="text" translatable="yes"></property>
910 <property name="has_frame">True</property>
911 <property name="invisible_char">*</property>
912 <property name="activates_default">False</property>
915 <property name="left_attach">5</property>
916 <property name="right_attach">6</property>
917 <property name="top_attach">1</property>
918 <property name="bottom_attach">2</property>
919 <property name="y_options"></property>
924 <widget class="GtkEntry" id="codigopostal">
925 <property name="visible">True</property>
926 <property name="can_focus">True</property>
927 <property name="editable">True</property>
928 <property name="visibility">True</property>
929 <property name="max_length">0</property>
930 <property name="text" translatable="yes"></property>
931 <property name="has_frame">True</property>
932 <property name="invisible_char">*</property>
933 <property name="activates_default">False</property>
936 <property name="left_attach">5</property>
937 <property name="right_attach">6</property>
938 <property name="top_attach">2</property>
939 <property name="bottom_attach">3</property>
940 <property name="y_options"></property>
945 <widget class="GtkEntry" id="telefono">
946 <property name="visible">True</property>
947 <property name="can_focus">True</property>
948 <property name="editable">True</property>
949 <property name="visibility">True</property>
950 <property name="max_length">0</property>
951 <property name="text" translatable="yes"></property>
952 <property name="has_frame">True</property>
953 <property name="invisible_char">*</property>
954 <property name="activates_default">False</property>
957 <property name="left_attach">1</property>
958 <property name="right_attach">5</property>
959 <property name="top_attach">3</property>
960 <property name="bottom_attach">4</property>
961 <property name="y_options"></property>
970 <widget class="GtkLabel" id="label15">
971 <property name="visible">True</property>
972 <property name="label" translatable="yes"><b>Dirección</b></property>
973 <property name="use_underline">False</property>
974 <property name="use_markup">True</property>
975 <property name="justify">GTK_JUSTIFY_LEFT</property>
976 <property name="wrap">False</property>
977 <property name="selectable">False</property>
978 <property name="xalign">0.5</property>
979 <property name="yalign">0.5</property>
980 <property name="xpad">0</property>
981 <property name="ypad">0</property>
984 <property name="type">label_item</property>
989 <property name="padding">0</property>
990 <property name="expand">False</property>
991 <property name="fill">True</property>
996 <property name="padding">0</property>
997 <property name="expand">True</property>
998 <property name="fill">True</property>