]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blob - carpeta/disenio_grafico/glade/registrar_visitas.glade
* Ahora si, el codigo queda mejor
[z.facultad/75.10/miklolife.git] / carpeta / disenio_grafico / glade / registrar_visitas.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkDialog" id="registrar_visitas">
7   <property name="visible">True</property>
8   <property name="title" translatable="yes">Registrar Visitas</property>
9   <property name="type">GTK_WINDOW_TOPLEVEL</property>
10   <property name="window_position">GTK_WIN_POS_NONE</property>
11   <property name="modal">False</property>
12   <property name="resizable">True</property>
13   <property name="destroy_with_parent">False</property>
14   <property name="decorated">True</property>
15   <property name="skip_taskbar_hint">False</property>
16   <property name="skip_pager_hint">False</property>
17   <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
18   <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
19   <property name="has_separator">True</property>
20
21   <child internal-child="vbox">
22     <widget class="GtkVBox" id="dialog-vbox1">
23       <property name="visible">True</property>
24       <property name="homogeneous">False</property>
25       <property name="spacing">0</property>
26
27       <child internal-child="action_area">
28         <widget class="GtkHButtonBox" id="dialog-action_area1">
29           <property name="visible">True</property>
30           <property name="layout_style">GTK_BUTTONBOX_END</property>
31
32           <child>
33             <widget class="GtkButton" id="closebutton1">
34               <property name="visible">True</property>
35               <property name="can_default">True</property>
36               <property name="can_focus">True</property>
37               <property name="label">gtk-close</property>
38               <property name="use_stock">True</property>
39               <property name="relief">GTK_RELIEF_NORMAL</property>
40               <property name="focus_on_click">True</property>
41               <property name="response_id">-7</property>
42             </widget>
43           </child>
44         </widget>
45         <packing>
46           <property name="padding">0</property>
47           <property name="expand">False</property>
48           <property name="fill">True</property>
49           <property name="pack_type">GTK_PACK_END</property>
50         </packing>
51       </child>
52
53       <child>
54         <widget class="GtkVBox" id="vbox3">
55           <property name="border_width">8</property>
56           <property name="visible">True</property>
57           <property name="homogeneous">False</property>
58           <property name="spacing">0</property>
59
60           <child>
61             <widget class="GtkScrolledWindow" id="scrolledwindow3">
62               <property name="visible">True</property>
63               <property name="can_focus">True</property>
64               <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
65               <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
66               <property name="shadow_type">GTK_SHADOW_IN</property>
67               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
68
69               <child>
70                 <widget class="GtkTreeView" id="treeview1">
71                   <property name="visible">True</property>
72                   <property name="can_focus">True</property>
73                   <property name="headers_visible">True</property>
74                   <property name="rules_hint">False</property>
75                   <property name="reorderable">False</property>
76                   <property name="enable_search">True</property>
77                 </widget>
78               </child>
79             </widget>
80             <packing>
81               <property name="padding">0</property>
82               <property name="expand">True</property>
83               <property name="fill">True</property>
84             </packing>
85           </child>
86
87           <child>
88             <widget class="GtkHButtonBox" id="hbuttonbox1">
89               <property name="border_width">5</property>
90               <property name="visible">True</property>
91               <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
92               <property name="spacing">0</property>
93
94               <child>
95                 <widget class="GtkButton" id="button3">
96                   <property name="visible">True</property>
97                   <property name="can_default">True</property>
98                   <property name="can_focus">True</property>
99                   <property name="label" translatable="yes">No Visitado</property>
100                   <property name="use_underline">True</property>
101                   <property name="relief">GTK_RELIEF_NORMAL</property>
102                   <property name="focus_on_click">True</property>
103                 </widget>
104               </child>
105
106               <child>
107                 <widget class="GtkButton" id="button4">
108                   <property name="visible">True</property>
109                   <property name="can_default">True</property>
110                   <property name="can_focus">True</property>
111                   <property name="label" translatable="yes">Afiliar</property>
112                   <property name="use_underline">True</property>
113                   <property name="relief">GTK_RELIEF_NORMAL</property>
114                   <property name="focus_on_click">True</property>
115                 </widget>
116               </child>
117
118               <child>
119                 <widget class="GtkButton" id="button5">
120                   <property name="visible">True</property>
121                   <property name="can_default">True</property>
122                   <property name="can_focus">True</property>
123                   <property name="label" translatable="yes">Eliminar</property>
124                   <property name="use_underline">True</property>
125                   <property name="relief">GTK_RELIEF_NORMAL</property>
126                   <property name="focus_on_click">True</property>
127                 </widget>
128               </child>
129             </widget>
130             <packing>
131               <property name="padding">0</property>
132               <property name="expand">False</property>
133               <property name="fill">True</property>
134             </packing>
135           </child>
136         </widget>
137         <packing>
138           <property name="padding">0</property>
139           <property name="expand">True</property>
140           <property name="fill">True</property>
141         </packing>
142       </child>
143     </widget>
144   </child>
145 </widget>
146
147 </glade-interface>