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="buscar_afiliado">
7 <property name="width_request">400</property>
8 <property name="height_request">500</property>
9 <property name="visible">True</property>
10 <property name="title" translatable="yes">Buscar Afiliado</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>
23 <signal name="response" handler="OnDialogResponse" last_modification_time="Wed, 06 Jul 2005 22:46:48 GMT"/>
25 <child internal-child="vbox">
26 <widget class="GtkVBox" id="dialog-vbox1">
27 <property name="visible">True</property>
28 <property name="homogeneous">False</property>
29 <property name="spacing">0</property>
31 <child internal-child="action_area">
32 <widget class="GtkHButtonBox" id="dialog-action_area1">
33 <property name="visible">True</property>
34 <property name="layout_style">GTK_BUTTONBOX_END</property>
37 <widget class="GtkButton" id="cerrar">
38 <property name="visible">True</property>
39 <property name="can_default">True</property>
40 <property name="can_focus">True</property>
41 <property name="label">gtk-close</property>
42 <property name="use_stock">True</property>
43 <property name="relief">GTK_RELIEF_NORMAL</property>
44 <property name="focus_on_click">True</property>
45 <property name="response_id">-7</property>
50 <widget class="GtkButton" id="button1">
51 <property name="visible">True</property>
52 <property name="can_default">True</property>
53 <property name="can_focus">True</property>
54 <property name="label" translatable="yes">Seleccionar</property>
55 <property name="use_underline">True</property>
56 <property name="relief">GTK_RELIEF_NORMAL</property>
57 <property name="focus_on_click">True</property>
58 <property name="response_id">0</property>
63 <property name="padding">0</property>
64 <property name="expand">False</property>
65 <property name="fill">True</property>
66 <property name="pack_type">GTK_PACK_END</property>
71 <widget class="GtkVBox" id="vbox2">
72 <property name="visible">True</property>
73 <property name="homogeneous">False</property>
74 <property name="spacing">0</property>
77 <widget class="GtkFrame" id="frame1">
78 <property name="visible">True</property>
79 <property name="label_xalign">0</property>
80 <property name="label_yalign">0.5</property>
81 <property name="shadow_type">GTK_SHADOW_NONE</property>
84 <widget class="GtkAlignment" id="alignment1">
85 <property name="visible">True</property>
86 <property name="xalign">0.5</property>
87 <property name="yalign">0.5</property>
88 <property name="xscale">1</property>
89 <property name="yscale">1</property>
90 <property name="top_padding">0</property>
91 <property name="bottom_padding">0</property>
92 <property name="left_padding">12</property>
93 <property name="right_padding">0</property>
96 <widget class="GtkTable" id="table1">
97 <property name="border_width">12</property>
98 <property name="visible">True</property>
99 <property name="n_rows">4</property>
100 <property name="n_columns">3</property>
101 <property name="homogeneous">False</property>
102 <property name="row_spacing">5</property>
103 <property name="column_spacing">5</property>
106 <widget class="GtkLabel" id="label3">
107 <property name="visible">True</property>
108 <property name="label" translatable="yes">Código :</property>
109 <property name="use_underline">False</property>
110 <property name="use_markup">False</property>
111 <property name="justify">GTK_JUSTIFY_LEFT</property>
112 <property name="wrap">False</property>
113 <property name="selectable">False</property>
114 <property name="xalign">0</property>
115 <property name="yalign">0.5</property>
116 <property name="xpad">0</property>
117 <property name="ypad">0</property>
118 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
119 <property name="width_chars">-1</property>
120 <property name="single_line_mode">False</property>
121 <property name="angle">0</property>
124 <property name="left_attach">0</property>
125 <property name="right_attach">1</property>
126 <property name="top_attach">0</property>
127 <property name="bottom_attach">1</property>
128 <property name="x_options">fill</property>
129 <property name="y_options"></property>
134 <widget class="GtkLabel" id="label4">
135 <property name="visible">True</property>
136 <property name="label" translatable="yes">Documento :</property>
137 <property name="use_underline">False</property>
138 <property name="use_markup">False</property>
139 <property name="justify">GTK_JUSTIFY_LEFT</property>
140 <property name="wrap">False</property>
141 <property name="selectable">False</property>
142 <property name="xalign">0</property>
143 <property name="yalign">0.5</property>
144 <property name="xpad">0</property>
145 <property name="ypad">0</property>
146 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
147 <property name="width_chars">-1</property>
148 <property name="single_line_mode">False</property>
149 <property name="angle">0</property>
152 <property name="left_attach">0</property>
153 <property name="right_attach">1</property>
154 <property name="top_attach">1</property>
155 <property name="bottom_attach">2</property>
156 <property name="x_options">fill</property>
157 <property name="y_options"></property>
162 <widget class="GtkEntry" id="s_nroDocumento">
163 <property name="visible">True</property>
164 <property name="can_focus">True</property>
165 <property name="editable">True</property>
166 <property name="visibility">True</property>
167 <property name="max_length">0</property>
168 <property name="text" translatable="yes"></property>
169 <property name="has_frame">True</property>
170 <property name="invisible_char">*</property>
171 <property name="activates_default">False</property>
174 <property name="left_attach">2</property>
175 <property name="right_attach">3</property>
176 <property name="top_attach">1</property>
177 <property name="bottom_attach">2</property>
178 <property name="y_options"></property>
183 <widget class="GtkEntry" id="s_codigo">
184 <property name="visible">True</property>
185 <property name="can_focus">True</property>
186 <property name="editable">True</property>
187 <property name="visibility">True</property>
188 <property name="max_length">0</property>
189 <property name="text" translatable="yes"></property>
190 <property name="has_frame">True</property>
191 <property name="invisible_char">*</property>
192 <property name="activates_default">False</property>
195 <property name="left_attach">1</property>
196 <property name="right_attach">3</property>
197 <property name="top_attach">0</property>
198 <property name="bottom_attach">1</property>
199 <property name="y_options"></property>
204 <widget class="GtkComboBox" id="s_tipoDocumento">
205 <property name="visible">True</property>
206 <property name="items" translatable="yes">DNI
210 <property name="add_tearoffs">False</property>
211 <property name="focus_on_click">True</property>
214 <property name="left_attach">1</property>
215 <property name="right_attach">2</property>
216 <property name="top_attach">1</property>
217 <property name="bottom_attach">2</property>
218 <property name="x_options">fill</property>
219 <property name="y_options">fill</property>
224 <widget class="GtkLabel" id="label5">
225 <property name="visible">True</property>
226 <property name="label" translatable="yes">Aperllido :</property>
227 <property name="use_underline">False</property>
228 <property name="use_markup">False</property>
229 <property name="justify">GTK_JUSTIFY_LEFT</property>
230 <property name="wrap">False</property>
231 <property name="selectable">False</property>
232 <property name="xalign">0</property>
233 <property name="yalign">0.5</property>
234 <property name="xpad">0</property>
235 <property name="ypad">0</property>
236 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
237 <property name="width_chars">-1</property>
238 <property name="single_line_mode">False</property>
239 <property name="angle">0</property>
242 <property name="left_attach">0</property>
243 <property name="right_attach">1</property>
244 <property name="top_attach">2</property>
245 <property name="bottom_attach">3</property>
246 <property name="x_options">fill</property>
247 <property name="y_options"></property>
252 <widget class="GtkEntry" id="s_apellido">
253 <property name="visible">True</property>
254 <property name="can_focus">True</property>
255 <property name="editable">True</property>
256 <property name="visibility">True</property>
257 <property name="max_length">0</property>
258 <property name="text" translatable="yes"></property>
259 <property name="has_frame">True</property>
260 <property name="invisible_char">*</property>
261 <property name="activates_default">False</property>
264 <property name="left_attach">1</property>
265 <property name="right_attach">3</property>
266 <property name="top_attach">2</property>
267 <property name="bottom_attach">3</property>
268 <property name="y_options"></property>
273 <widget class="GtkHButtonBox" id="hbuttonbox2">
274 <property name="visible">True</property>
275 <property name="layout_style">GTK_BUTTONBOX_END</property>
276 <property name="spacing">0</property>
279 <widget class="GtkButton" id="buscar">
280 <property name="visible">True</property>
281 <property name="can_default">True</property>
282 <property name="can_focus">True</property>
283 <property name="label">gtk-find</property>
284 <property name="use_stock">True</property>
285 <property name="relief">GTK_RELIEF_NORMAL</property>
286 <property name="focus_on_click">True</property>
287 <signal name="clicked" handler="OnBuscarAfiliado" last_modification_time="Thu, 09 Jun 2005 05:01:19 GMT"/>
292 <property name="left_attach">2</property>
293 <property name="right_attach">3</property>
294 <property name="top_attach">3</property>
295 <property name="bottom_attach">4</property>
296 <property name="x_options">fill</property>
297 <property name="y_options">fill</property>
306 <widget class="GtkLabel" id="label1">
307 <property name="visible">True</property>
308 <property name="label" translatable="yes"><b>Criterios de Búsqueda</b></property>
309 <property name="use_underline">False</property>
310 <property name="use_markup">True</property>
311 <property name="justify">GTK_JUSTIFY_LEFT</property>
312 <property name="wrap">False</property>
313 <property name="selectable">False</property>
314 <property name="xalign">0.5</property>
315 <property name="yalign">0.5</property>
316 <property name="xpad">0</property>
317 <property name="ypad">0</property>
318 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
319 <property name="width_chars">-1</property>
320 <property name="single_line_mode">False</property>
321 <property name="angle">0</property>
324 <property name="type">label_item</property>
329 <property name="padding">0</property>
330 <property name="expand">False</property>
331 <property name="fill">True</property>
336 <widget class="GtkFrame" id="frame4">
337 <property name="visible">True</property>
338 <property name="label_xalign">0</property>
339 <property name="label_yalign">0.5</property>
340 <property name="shadow_type">GTK_SHADOW_NONE</property>
343 <widget class="GtkAlignment" id="alignment5">
344 <property name="visible">True</property>
345 <property name="xalign">0.5</property>
346 <property name="yalign">0.5</property>
347 <property name="xscale">1</property>
348 <property name="yscale">1</property>
349 <property name="top_padding">0</property>
350 <property name="bottom_padding">0</property>
351 <property name="left_padding">12</property>
352 <property name="right_padding">0</property>
355 <widget class="GtkScrolledWindow" id="scrolledwindow1">
356 <property name="border_width">12</property>
357 <property name="visible">True</property>
358 <property name="can_focus">True</property>
359 <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
360 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
361 <property name="shadow_type">GTK_SHADOW_IN</property>
362 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
365 <widget class="GtkTreeView" id="lista">
366 <property name="visible">True</property>
367 <property name="can_focus">True</property>
368 <property name="headers_visible">True</property>
369 <property name="rules_hint">False</property>
370 <property name="reorderable">False</property>
371 <property name="enable_search">True</property>
372 <property name="fixed_height_mode">False</property>
373 <property name="hover_selection">False</property>
374 <property name="hover_expand">False</property>
383 <widget class="GtkLabel" id="label8">
384 <property name="visible">True</property>
385 <property name="label" translatable="yes"><b>Coincidencias</b></property>
386 <property name="use_underline">False</property>
387 <property name="use_markup">True</property>
388 <property name="justify">GTK_JUSTIFY_LEFT</property>
389 <property name="wrap">False</property>
390 <property name="selectable">False</property>
391 <property name="xalign">0.5</property>
392 <property name="yalign">0.5</property>
393 <property name="xpad">0</property>
394 <property name="ypad">0</property>
395 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
396 <property name="width_chars">-1</property>
397 <property name="single_line_mode">False</property>
398 <property name="angle">0</property>
401 <property name="type">label_item</property>
406 <property name="padding">0</property>
407 <property name="expand">True</property>
408 <property name="fill">True</property>
413 <property name="padding">0</property>
414 <property name="expand">True</property>
415 <property name="fill">True</property>