<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="has_separator">True</property>
+ <signal name="delete_event" handler="gtk_main_quit" last_modification_time="Wed, 08 Jun 2005 04:17:40 GMT"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
- <widget class="GtkButton" id="closebutton1">
+ <widget class="GtkButton" id="cerrar">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="response_id">-7</property>
+ <signal name="clicked" handler="gtk_main_quit"/>
</widget>
</child>
</widget>
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
- <property name="label" translatable="yes">Número de Socio :</property>
+ <property name="label" translatable="yes">Código :</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
</child>
<child>
- <widget class="GtkEntry" id="entry2">
+ <widget class="GtkEntry" id="s_nroDocumento">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
</child>
<child>
- <widget class="GtkEntry" id="entry1">
+ <widget class="GtkEntry" id="s_codigo">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
</child>
<child>
- <widget class="GtkComboBox" id="combobox1">
+ <widget class="GtkComboBox" id="s_tipoDocumento">
<property name="visible">True</property>
<property name="items" translatable="yes">DNI
Pasaporte
</child>
<child>
- <widget class="GtkEntry" id="entry3">
+ <widget class="GtkEntry" id="s_apellido">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="spacing">0</property>
<child>
- <widget class="GtkButton" id="button2">
+ <widget class="GtkButton" id="buscar">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_buscar_clicked" last_modification_time="Wed, 08 Jun 2005 04:36:08 GMT"/>
</widget>
</child>
</widget>
</child>
<child>
- <widget class="GtkEntry" id="entry4">
+ <widget class="GtkEntry" id="codigo">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="spacing">0</property>
<child>
- <widget class="GtkComboBox" id="combobox2">
+ <widget class="GtkComboBox" id="tipoDocumento">
<property name="visible">True</property>
<property name="items" translatable="yes">DNI
LC
</child>
<child>
- <widget class="GtkEntry" id="entry5">
+ <widget class="GtkEntry" id="nroDocumento">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
</child>
<child>
- <widget class="GtkEntry" id="entry6">
+ <widget class="GtkEntry" id="nombre">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
</child>
<child>
- <widget class="GtkEntry" id="entry7">
+ <widget class="GtkEntry" id="apellido">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
</child>
<child>
- <widget class="GtkEntry" id="entry8">
+ <widget class="GtkEntry" id="eMail">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">True</property>
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
<child>
- <widget class="GtkTreeView" id="treeview1">
+ <widget class="GtkTreeView" id="lista">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
+ <signal name="row_activated" handler="on_ver_afiliado" last_modification_time="Wed, 08 Jun 2005 04:49:58 GMT"/>
</widget>
</child>
</widget>
<property name="spacing">0</property>
<child>
- <widget class="GtkButton" id="button1">
+ <widget class="GtkButton" id="ver">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
+ <signal name="clicked" handler="on_ver_afiliado" last_modification_time="Wed, 08 Jun 2005 04:49:46 GMT"/>
<child>
<widget class="GtkAlignment" id="alignment4">