<?xml version="1.0"?>
<glade-interface>
<!-- interface-requires gtk+ 2.20 -->
<!-- interface-naming-policy project-wide -->
<widget class="GtkDialog" id="ventana_principal">
<property name="border_width">5</property>
<property name="default_width">640</property>
<property name="default_height">400</property>
<property name="type_hint">normal</property>
<property name="gravity">center</property>
<signal name="destroy" handler="on_ventana_principal_destroy"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xpad">10</property>
<property name="ypad">3</property>
<property name="label">Lector de ficheros</property>
<property name="use_markup">True</property>
<property name="single_line_mode">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTextView" id="caja_texto">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="text" translatable="yes">
Elija un fichero...</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="layout_style">edge</property>
<child>
<widget class="GtkFileChooserButton" id="boton_ventana_selector_ficheros">
<property name="visible">True</property>
<signal name="file_set" handler="on_boton_ventana_selector_ficheros_file_set"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="boton_salir">
<property name="label">gtk-quit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ventana_principal_destroy"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>