]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Client/src/client.glade
* Se agrega ejemplo de carga desde un archivo XML. Para operar, copiar un xml
[z.facultad/75.42/plaqui.git] / Client / src / client.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="GtkWindow" id="Principal">
7   <property name="visible">True</property>
8   <property name="title" translatable="yes">PlaQui Client</property>
9   <property name="type">GTK_WINDOW_TOPLEVEL</property>
10   <property name="window_position">GTK_WIN_POS_CENTER</property>
11   <property name="modal">False</property>
12   <property name="default_width">640</property>
13   <property name="default_height">480</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16
17   <child>
18     <widget class="GtkVBox" id="vbox1">
19       <property name="visible">True</property>
20       <property name="homogeneous">False</property>
21       <property name="spacing">0</property>
22
23       <child>
24         <widget class="GtkMenuBar" id="menu_bar">
25           <property name="visible">True</property>
26
27           <child>
28             <widget class="GtkMenuItem" id="menuitem1">
29               <property name="visible">True</property>
30               <property name="label" translatable="yes">_Archivo</property>
31               <property name="use_underline">True</property>
32
33               <child>
34                 <widget class="GtkMenu" id="menuitem1_menu">
35
36                   <child>
37                     <widget class="GtkImageMenuItem" id="mnu_file_connect">
38                       <property name="visible">True</property>
39                       <property name="label" translatable="yes">_Conectar</property>
40                       <property name="use_underline">True</property>
41                       <signal name="activate" handler="on_mnu_conectar_activate" last_modification_time="Thu, 16 Oct 2003 00:50:14 GMT"/>
42
43                       <child internal-child="image">
44                         <widget class="GtkImage" id="image4">
45                           <property name="visible">True</property>
46                           <property name="stock">gtk-execute</property>
47                           <property name="icon_size">1</property>
48                           <property name="xalign">0.5</property>
49                           <property name="yalign">0.5</property>
50                           <property name="xpad">0</property>
51                           <property name="ypad">0</property>
52                         </widget>
53                       </child>
54                     </widget>
55                   </child>
56
57                   <child>
58                     <widget class="GtkMenuItem" id="separatormenuitem1">
59                       <property name="visible">True</property>
60                     </widget>
61                   </child>
62
63                   <child>
64                     <widget class="GtkImageMenuItem" id="mnu_file_exit">
65                       <property name="visible">True</property>
66                       <property name="label">gtk-quit</property>
67                       <property name="use_stock">True</property>
68                       <signal name="activate" handler="on_mnu_exit_activate" last_modification_time="Thu, 16 Oct 2003 03:36:32 GMT"/>
69                     </widget>
70                   </child>
71                 </widget>
72               </child>
73             </widget>
74           </child>
75
76           <child>
77             <widget class="GtkMenuItem" id="menuitem3">
78               <property name="visible">True</property>
79               <property name="label" translatable="yes">_Ver</property>
80               <property name="use_underline">True</property>
81
82               <child>
83                 <widget class="GtkMenu" id="menuitem3_menu">
84
85                   <child>
86                     <widget class="GtkImageMenuItem" id="mnu_prop">
87                       <property name="visible">True</property>
88                       <property name="label" translatable="yes">Propiedades</property>
89                       <property name="use_underline">True</property>
90                       <signal name="activate" handler="on_propiedades1_activate" last_modification_time="Thu, 16 Oct 2003 01:17:27 GMT"/>
91
92                       <child internal-child="image">
93                         <widget class="GtkImage" id="image5">
94                           <property name="visible">True</property>
95                           <property name="stock">gtk-properties</property>
96                           <property name="icon_size">1</property>
97                           <property name="xalign">0.5</property>
98                           <property name="yalign">0.5</property>
99                           <property name="xpad">0</property>
100                           <property name="ypad">0</property>
101                         </widget>
102                       </child>
103                     </widget>
104                   </child>
105
106                   <child>
107                     <widget class="GtkMenuItem" id="alarmas1">
108                       <property name="visible">True</property>
109                       <property name="label" translatable="yes">Alarmas</property>
110                       <property name="use_underline">True</property>
111                       <signal name="activate" handler="on_alarmas1_activate" last_modification_time="Thu, 16 Oct 2003 01:17:27 GMT"/>
112                     </widget>
113                   </child>
114                 </widget>
115               </child>
116             </widget>
117           </child>
118
119           <child>
120             <widget class="GtkMenuItem" id="menuitem4">
121               <property name="visible">True</property>
122               <property name="label" translatable="yes">A_yuda</property>
123               <property name="use_underline">True</property>
124
125               <child>
126                 <widget class="GtkMenu" id="menuitem4_menu">
127
128                   <child>
129                     <widget class="GtkImageMenuItem" id="mnu_help_about">
130                       <property name="visible">True</property>
131                       <property name="label" translatable="yes">_Acerca de</property>
132                       <property name="use_underline">True</property>
133                       <signal name="activate" handler="on_mnu_help_about_activate" last_modification_time="Thu, 16 Oct 2003 18:02:46 GMT"/>
134
135                       <child internal-child="image">
136                         <widget class="GtkImage" id="image6">
137                           <property name="visible">True</property>
138                           <property name="stock">gtk-dialog-info</property>
139                           <property name="icon_size">1</property>
140                           <property name="xalign">0.5</property>
141                           <property name="yalign">0.5</property>
142                           <property name="xpad">0</property>
143                           <property name="ypad">0</property>
144                         </widget>
145                       </child>
146                     </widget>
147                   </child>
148                 </widget>
149               </child>
150             </widget>
151           </child>
152         </widget>
153         <packing>
154           <property name="padding">0</property>
155           <property name="expand">False</property>
156           <property name="fill">False</property>
157         </packing>
158       </child>
159
160       <child>
161         <widget class="GtkHandleBox" id="handlebox1">
162           <property name="visible">True</property>
163           <property name="shadow_type">GTK_SHADOW_OUT</property>
164           <property name="handle_position">GTK_POS_LEFT</property>
165           <property name="snap_edge">GTK_POS_TOP</property>
166
167           <child>
168             <widget class="GtkToolbar" id="toolbar1">
169               <property name="visible">True</property>
170               <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
171               <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
172               <property name="tooltips">True</property>
173
174               <child>
175                 <widget class="button" id="bar_connect">
176                   <property name="visible">True</property>
177                   <property name="label" translatable="yes">Conectar</property>
178                   <property name="use_underline">True</property>
179                   <property name="stock_pixmap">gtk-execute</property>
180                 </widget>
181               </child>
182
183               <child>
184                 <widget class="button" id="bar_disconect">
185                   <property name="visible">True</property>
186                   <property name="label" translatable="yes">Desconectar</property>
187                   <property name="use_underline">True</property>
188                 </widget>
189               </child>
190
191               <child>
192                 <widget class="button" id="bar_exit">
193                   <property name="visible">True</property>
194                   <property name="label">gtk-quit</property>
195                   <property name="use_stock">True</property>
196                   <property name="new_group">True</property>
197                 </widget>
198                 <packing>
199                   <property name="new_group">True</property>
200                 </packing>
201               </child>
202             </widget>
203           </child>
204         </widget>
205         <packing>
206           <property name="padding">0</property>
207           <property name="expand">False</property>
208           <property name="fill">False</property>
209         </packing>
210       </child>
211
212       <child>
213         <widget class="GtkHPaned" id="hpaned1">
214           <property name="visible">True</property>
215           <property name="can_focus">True</property>
216           <property name="position">500</property>
217
218           <child>
219             <widget class="GtkVPaned" id="vpaned1">
220               <property name="visible">True</property>
221               <property name="can_focus">True</property>
222               <property name="position">290</property>
223
224               <child>
225                 <widget class="GtkScrolledWindow" id="scrolledwindow1">
226                   <property name="visible">True</property>
227                   <property name="can_focus">True</property>
228                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
229                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
230                   <property name="shadow_type">GTK_SHADOW_NONE</property>
231                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
232
233                   <child>
234                     <widget class="GtkViewport" id="viewport1">
235                       <property name="visible">True</property>
236                       <property name="shadow_type">GTK_SHADOW_IN</property>
237
238                       <child>
239                         <widget class="GtkFixed" id="work_place">
240                           <property name="visible">True</property>
241                         </widget>
242                       </child>
243                     </widget>
244                   </child>
245                 </widget>
246                 <packing>
247                   <property name="shrink">True</property>
248                   <property name="resize">True</property>
249                 </packing>
250               </child>
251
252               <child>
253                 <widget class="GtkFrame" id="frame2">
254                   <property name="visible">True</property>
255                   <property name="label_xalign">0</property>
256                   <property name="label_yalign">0</property>
257                   <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
258
259                   <child>
260                     <widget class="GtkTable" id="table2">
261                       <property name="visible">True</property>
262                       <property name="n_rows">3</property>
263                       <property name="n_columns">3</property>
264                       <property name="homogeneous">False</property>
265                       <property name="row_spacing">0</property>
266                       <property name="column_spacing">0</property>
267
268                       <child>
269                         <widget class="GtkLabel" id="label14">
270                           <property name="visible">True</property>
271                           <property name="label" translatable="yes">Target : </property>
272                           <property name="use_underline">False</property>
273                           <property name="use_markup">False</property>
274                           <property name="justify">GTK_JUSTIFY_LEFT</property>
275                           <property name="wrap">False</property>
276                           <property name="selectable">False</property>
277                           <property name="xalign">0</property>
278                           <property name="yalign">0.5</property>
279                           <property name="xpad">0</property>
280                           <property name="ypad">0</property>
281                         </widget>
282                         <packing>
283                           <property name="left_attach">0</property>
284                           <property name="right_attach">1</property>
285                           <property name="top_attach">0</property>
286                           <property name="bottom_attach">1</property>
287                           <property name="x_options">fill</property>
288                           <property name="y_options"></property>
289                         </packing>
290                       </child>
291
292                       <child>
293                         <widget class="GtkLabel" id="label15">
294                           <property name="visible">True</property>
295                           <property name="label" translatable="yes">Command :</property>
296                           <property name="use_underline">False</property>
297                           <property name="use_markup">False</property>
298                           <property name="justify">GTK_JUSTIFY_LEFT</property>
299                           <property name="wrap">False</property>
300                           <property name="selectable">False</property>
301                           <property name="xalign">0</property>
302                           <property name="yalign">0.5</property>
303                           <property name="xpad">0</property>
304                           <property name="ypad">0</property>
305                         </widget>
306                         <packing>
307                           <property name="left_attach">0</property>
308                           <property name="right_attach">1</property>
309                           <property name="top_attach">1</property>
310                           <property name="bottom_attach">2</property>
311                           <property name="x_options">fill</property>
312                           <property name="y_options"></property>
313                         </packing>
314                       </child>
315
316                       <child>
317                         <widget class="GtkLabel" id="label16">
318                           <property name="visible">True</property>
319                           <property name="label" translatable="yes">Arguments :</property>
320                           <property name="use_underline">False</property>
321                           <property name="use_markup">False</property>
322                           <property name="justify">GTK_JUSTIFY_LEFT</property>
323                           <property name="wrap">False</property>
324                           <property name="selectable">False</property>
325                           <property name="xalign">0</property>
326                           <property name="yalign">0.5</property>
327                           <property name="xpad">0</property>
328                           <property name="ypad">0</property>
329                         </widget>
330                         <packing>
331                           <property name="left_attach">0</property>
332                           <property name="right_attach">1</property>
333                           <property name="top_attach">2</property>
334                           <property name="bottom_attach">3</property>
335                           <property name="x_options">fill</property>
336                           <property name="y_options"></property>
337                         </packing>
338                       </child>
339
340                       <child>
341                         <widget class="GtkEntry" id="txt_target">
342                           <property name="visible">True</property>
343                           <property name="can_focus">True</property>
344                           <property name="editable">True</property>
345                           <property name="visibility">True</property>
346                           <property name="max_length">0</property>
347                           <property name="text" translatable="yes"></property>
348                           <property name="has_frame">True</property>
349                           <property name="invisible_char" translatable="yes">*</property>
350                           <property name="activates_default">False</property>
351                         </widget>
352                         <packing>
353                           <property name="left_attach">1</property>
354                           <property name="right_attach">2</property>
355                           <property name="top_attach">0</property>
356                           <property name="bottom_attach">1</property>
357                           <property name="y_options"></property>
358                         </packing>
359                       </child>
360
361                       <child>
362                         <widget class="GtkEntry" id="txt_command">
363                           <property name="visible">True</property>
364                           <property name="can_focus">True</property>
365                           <property name="editable">True</property>
366                           <property name="visibility">True</property>
367                           <property name="max_length">0</property>
368                           <property name="text" translatable="yes"></property>
369                           <property name="has_frame">True</property>
370                           <property name="invisible_char" translatable="yes">*</property>
371                           <property name="activates_default">False</property>
372                         </widget>
373                         <packing>
374                           <property name="left_attach">1</property>
375                           <property name="right_attach">2</property>
376                           <property name="top_attach">1</property>
377                           <property name="bottom_attach">2</property>
378                           <property name="y_options"></property>
379                         </packing>
380                       </child>
381
382                       <child>
383                         <widget class="GtkEntry" id="txt_args">
384                           <property name="visible">True</property>
385                           <property name="can_focus">True</property>
386                           <property name="editable">True</property>
387                           <property name="visibility">True</property>
388                           <property name="max_length">0</property>
389                           <property name="text" translatable="yes"></property>
390                           <property name="has_frame">True</property>
391                           <property name="invisible_char" translatable="yes">*</property>
392                           <property name="activates_default">False</property>
393                         </widget>
394                         <packing>
395                           <property name="left_attach">1</property>
396                           <property name="right_attach">2</property>
397                           <property name="top_attach">2</property>
398                           <property name="bottom_attach">3</property>
399                           <property name="y_options"></property>
400                         </packing>
401                       </child>
402
403                       <child>
404                         <widget class="GtkButton" id="btn_get">
405                           <property name="visible">True</property>
406                           <property name="can_focus">True</property>
407                           <property name="label" translatable="yes">Enviar</property>
408                           <property name="use_underline">True</property>
409                           <property name="relief">GTK_RELIEF_NORMAL</property>
410                         </widget>
411                         <packing>
412                           <property name="left_attach">2</property>
413                           <property name="right_attach">3</property>
414                           <property name="top_attach">0</property>
415                           <property name="bottom_attach">3</property>
416                           <property name="x_options">fill</property>
417                           <property name="y_options">fill</property>
418                         </packing>
419                       </child>
420                     </widget>
421                   </child>
422
423                   <child>
424                     <widget class="GtkLabel" id="label2">
425                       <property name="visible">True</property>
426                       <property name="label" translatable="yes">Alarmas</property>
427                       <property name="use_underline">False</property>
428                       <property name="use_markup">False</property>
429                       <property name="justify">GTK_JUSTIFY_LEFT</property>
430                       <property name="wrap">False</property>
431                       <property name="selectable">False</property>
432                       <property name="xalign">0.5</property>
433                       <property name="yalign">0.5</property>
434                       <property name="xpad">0</property>
435                       <property name="ypad">0</property>
436                     </widget>
437                     <packing>
438                       <property name="type">label_item</property>
439                     </packing>
440                   </child>
441                 </widget>
442                 <packing>
443                   <property name="shrink">True</property>
444                   <property name="resize">False</property>
445                 </packing>
446               </child>
447             </widget>
448             <packing>
449               <property name="shrink">True</property>
450               <property name="resize">True</property>
451             </packing>
452           </child>
453
454           <child>
455             <widget class="GtkFrame" id="frame3">
456               <property name="visible">True</property>
457               <property name="label_xalign">0</property>
458               <property name="label_yalign">0.5</property>
459               <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
460
461               <child>
462                 <widget class="GtkScrolledWindow" id="scrolledwindow3">
463                   <property name="visible">True</property>
464                   <property name="can_focus">True</property>
465                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
466                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
467                   <property name="shadow_type">GTK_SHADOW_NONE</property>
468                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
469
470                   <child>
471                     <widget class="GtkTextView" id="txt_view">
472                       <property name="visible">True</property>
473                       <property name="can_focus">True</property>
474                       <property name="editable">True</property>
475                       <property name="justification">GTK_JUSTIFY_LEFT</property>
476                       <property name="wrap_mode">GTK_WRAP_NONE</property>
477                       <property name="cursor_visible">True</property>
478                       <property name="pixels_above_lines">0</property>
479                       <property name="pixels_below_lines">0</property>
480                       <property name="pixels_inside_wrap">0</property>
481                       <property name="left_margin">0</property>
482                       <property name="right_margin">0</property>
483                       <property name="indent">0</property>
484                       <property name="text" translatable="yes"></property>
485                     </widget>
486                   </child>
487                 </widget>
488               </child>
489
490               <child>
491                 <widget class="GtkLabel" id="label3">
492                   <property name="visible">True</property>
493                   <property name="label" translatable="yes">Propiedades</property>
494                   <property name="use_underline">False</property>
495                   <property name="use_markup">False</property>
496                   <property name="justify">GTK_JUSTIFY_LEFT</property>
497                   <property name="wrap">False</property>
498                   <property name="selectable">False</property>
499                   <property name="xalign">0.5</property>
500                   <property name="yalign">0.5</property>
501                   <property name="xpad">0</property>
502                   <property name="ypad">0</property>
503                 </widget>
504                 <packing>
505                   <property name="type">label_item</property>
506                 </packing>
507               </child>
508             </widget>
509             <packing>
510               <property name="shrink">True</property>
511               <property name="resize">True</property>
512             </packing>
513           </child>
514         </widget>
515         <packing>
516           <property name="padding">0</property>
517           <property name="expand">True</property>
518           <property name="fill">True</property>
519         </packing>
520       </child>
521
522       <child>
523         <widget class="GtkStatusbar" id="statusbar1">
524           <property name="visible">True</property>
525           <property name="has_resize_grip">True</property>
526         </widget>
527         <packing>
528           <property name="padding">0</property>
529           <property name="expand">False</property>
530           <property name="fill">False</property>
531         </packing>
532       </child>
533     </widget>
534   </child>
535 </widget>
536
537 <widget class="GtkWindow" id="dlgAbout">
538   <property name="title" translatable="yes">Acerca de ...</property>
539   <property name="type">GTK_WINDOW_TOPLEVEL</property>
540   <property name="window_position">GTK_WIN_POS_CENTER</property>
541   <property name="modal">True</property>
542   <property name="resizable">True</property>
543   <property name="destroy_with_parent">False</property>
544
545   <child>
546     <widget class="GtkVBox" id="vbox2">
547       <property name="visible">True</property>
548       <property name="homogeneous">False</property>
549       <property name="spacing">0</property>
550
551       <child>
552         <widget class="GtkNotebook" id="notebook1">
553           <property name="visible">True</property>
554           <property name="can_focus">True</property>
555           <property name="show_tabs">True</property>
556           <property name="show_border">True</property>
557           <property name="tab_pos">GTK_POS_TOP</property>
558           <property name="scrollable">False</property>
559           <property name="enable_popup">False</property>
560
561           <child>
562             <widget class="GtkImage" id="image2">
563               <property name="visible">True</property>
564               <property name="pixbuf">logo.png</property>
565               <property name="xalign">0.5</property>
566               <property name="yalign">0.5</property>
567               <property name="xpad">0</property>
568               <property name="ypad">0</property>
569             </widget>
570             <packing>
571               <property name="tab_expand">False</property>
572               <property name="tab_fill">True</property>
573             </packing>
574           </child>
575
576           <child>
577             <widget class="GtkLabel" id="label6">
578               <property name="visible">True</property>
579               <property name="label" translatable="yes">PlaQui</property>
580               <property name="use_underline">False</property>
581               <property name="use_markup">False</property>
582               <property name="justify">GTK_JUSTIFY_LEFT</property>
583               <property name="wrap">False</property>
584               <property name="selectable">False</property>
585               <property name="xalign">0.5</property>
586               <property name="yalign">0.5</property>
587               <property name="xpad">0</property>
588               <property name="ypad">0</property>
589             </widget>
590             <packing>
591               <property name="type">tab</property>
592             </packing>
593           </child>
594
595           <child>
596             <widget class="GtkScrolledWindow" id="scrolledwindow2">
597               <property name="visible">True</property>
598               <property name="can_focus">True</property>
599               <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
600               <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
601               <property name="shadow_type">GTK_SHADOW_NONE</property>
602               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
603
604               <child>
605                 <widget class="GtkTextView" id="txt_changelog">
606                   <property name="visible">True</property>
607                   <property name="can_focus">True</property>
608                   <property name="editable">False</property>
609                   <property name="justification">GTK_JUSTIFY_LEFT</property>
610                   <property name="wrap_mode">GTK_WRAP_NONE</property>
611                   <property name="cursor_visible">False</property>
612                   <property name="pixels_above_lines">0</property>
613                   <property name="pixels_below_lines">0</property>
614                   <property name="pixels_inside_wrap">0</property>
615                   <property name="left_margin">0</property>
616                   <property name="right_margin">0</property>
617                   <property name="indent">0</property>
618                   <property name="text" translatable="yes"></property>
619                 </widget>
620               </child>
621             </widget>
622             <packing>
623               <property name="tab_expand">False</property>
624               <property name="tab_fill">True</property>
625             </packing>
626           </child>
627
628           <child>
629             <widget class="GtkLabel" id="label7">
630               <property name="visible">True</property>
631               <property name="label" translatable="yes">ChangeLog</property>
632               <property name="use_underline">False</property>
633               <property name="use_markup">False</property>
634               <property name="justify">GTK_JUSTIFY_LEFT</property>
635               <property name="wrap">False</property>
636               <property name="selectable">False</property>
637               <property name="xalign">0.5</property>
638               <property name="yalign">0.5</property>
639               <property name="xpad">0</property>
640               <property name="ypad">0</property>
641             </widget>
642             <packing>
643               <property name="type">tab</property>
644             </packing>
645           </child>
646         </widget>
647         <packing>
648           <property name="padding">0</property>
649           <property name="expand">True</property>
650           <property name="fill">True</property>
651         </packing>
652       </child>
653
654       <child>
655         <widget class="GtkHButtonBox" id="hbuttonbox2">
656           <property name="visible">True</property>
657           <property name="layout_style">GTK_BUTTONBOX_END</property>
658           <property name="spacing">0</property>
659
660           <child>
661             <widget class="GtkButton" id="btn_close">
662               <property name="visible">True</property>
663               <property name="can_default">True</property>
664               <property name="can_focus">True</property>
665               <property name="label">gtk-close</property>
666               <property name="use_stock">True</property>
667               <property name="relief">GTK_RELIEF_NORMAL</property>
668               <signal name="clicked" handler="gtk_widget_destroy" object="dlgAbout" last_modification_time="Thu, 16 Oct 2003 01:28:57 GMT"/>
669             </widget>
670           </child>
671         </widget>
672         <packing>
673           <property name="padding">0</property>
674           <property name="expand">False</property>
675           <property name="fill">True</property>
676         </packing>
677       </child>
678     </widget>
679   </child>
680 </widget>
681
682 <widget class="GtkDialog" id="dlgConectar">
683   <property name="title" translatable="yes">Conectar</property>
684   <property name="type">GTK_WINDOW_TOPLEVEL</property>
685   <property name="window_position">GTK_WIN_POS_NONE</property>
686   <property name="modal">False</property>
687   <property name="resizable">True</property>
688   <property name="destroy_with_parent">False</property>
689   <property name="has_separator">True</property>
690
691   <child internal-child="vbox">
692     <widget class="GtkVBox" id="dialog-vbox1">
693       <property name="visible">True</property>
694       <property name="homogeneous">False</property>
695       <property name="spacing">0</property>
696
697       <child internal-child="action_area">
698         <widget class="GtkHButtonBox" id="dialog-action_area1">
699           <property name="visible">True</property>
700           <property name="layout_style">GTK_BUTTONBOX_END</property>
701
702           <child>
703             <widget class="GtkButton" id="btn_cancel">
704               <property name="visible">True</property>
705               <property name="can_default">True</property>
706               <property name="can_focus">True</property>
707               <property name="label">gtk-cancel</property>
708               <property name="use_stock">True</property>
709               <property name="relief">GTK_RELIEF_NORMAL</property>
710               <property name="response_id">-6</property>
711             </widget>
712           </child>
713
714           <child>
715             <widget class="GtkButton" id="btn_ok">
716               <property name="visible">True</property>
717               <property name="can_default">True</property>
718               <property name="can_focus">True</property>
719               <property name="label">gtk-ok</property>
720               <property name="use_stock">True</property>
721               <property name="relief">GTK_RELIEF_NORMAL</property>
722               <property name="response_id">-5</property>
723             </widget>
724           </child>
725         </widget>
726         <packing>
727           <property name="padding">0</property>
728           <property name="expand">False</property>
729           <property name="fill">True</property>
730           <property name="pack_type">GTK_PACK_END</property>
731         </packing>
732       </child>
733
734       <child>
735         <widget class="GtkTable" id="table1">
736           <property name="visible">True</property>
737           <property name="n_rows">2</property>
738           <property name="n_columns">2</property>
739           <property name="homogeneous">False</property>
740           <property name="row_spacing">0</property>
741           <property name="column_spacing">0</property>
742
743           <child>
744             <widget class="GtkLabel" id="label10">
745               <property name="visible">True</property>
746               <property name="label" translatable="yes">Servidor :</property>
747               <property name="use_underline">False</property>
748               <property name="use_markup">False</property>
749               <property name="justify">GTK_JUSTIFY_LEFT</property>
750               <property name="wrap">False</property>
751               <property name="selectable">False</property>
752               <property name="xalign">0</property>
753               <property name="yalign">0.5</property>
754               <property name="xpad">0</property>
755               <property name="ypad">0</property>
756             </widget>
757             <packing>
758               <property name="left_attach">0</property>
759               <property name="right_attach">1</property>
760               <property name="top_attach">0</property>
761               <property name="bottom_attach">1</property>
762               <property name="x_options">fill</property>
763               <property name="y_options"></property>
764             </packing>
765           </child>
766
767           <child>
768             <widget class="GtkLabel" id="label11">
769               <property name="visible">True</property>
770               <property name="label" translatable="yes">Puerto :</property>
771               <property name="use_underline">False</property>
772               <property name="use_markup">False</property>
773               <property name="justify">GTK_JUSTIFY_LEFT</property>
774               <property name="wrap">False</property>
775               <property name="selectable">False</property>
776               <property name="xalign">0</property>
777               <property name="yalign">0.5</property>
778               <property name="xpad">0</property>
779               <property name="ypad">0</property>
780             </widget>
781             <packing>
782               <property name="left_attach">0</property>
783               <property name="right_attach">1</property>
784               <property name="top_attach">1</property>
785               <property name="bottom_attach">2</property>
786               <property name="x_options">fill</property>
787               <property name="y_options"></property>
788             </packing>
789           </child>
790
791           <child>
792             <widget class="GtkEntry" id="server_name">
793               <property name="visible">True</property>
794               <property name="can_focus">True</property>
795               <property name="editable">True</property>
796               <property name="visibility">True</property>
797               <property name="max_length">0</property>
798               <property name="text" translatable="yes">localhost</property>
799               <property name="has_frame">True</property>
800               <property name="invisible_char" translatable="yes">*</property>
801               <property name="activates_default">False</property>
802             </widget>
803             <packing>
804               <property name="left_attach">1</property>
805               <property name="right_attach">2</property>
806               <property name="top_attach">0</property>
807               <property name="bottom_attach">1</property>
808               <property name="y_options"></property>
809             </packing>
810           </child>
811
812           <child>
813             <widget class="GtkSpinButton" id="server_port">
814               <property name="visible">True</property>
815               <property name="can_focus">True</property>
816               <property name="climb_rate">1</property>
817               <property name="digits">0</property>
818               <property name="numeric">False</property>
819               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
820               <property name="snap_to_ticks">False</property>
821               <property name="wrap">False</property>
822               <property name="adjustment">1234 1 65535 1 10 10</property>
823             </widget>
824             <packing>
825               <property name="left_attach">1</property>
826               <property name="right_attach">2</property>
827               <property name="top_attach">1</property>
828               <property name="bottom_attach">2</property>
829               <property name="y_options"></property>
830             </packing>
831           </child>
832         </widget>
833         <packing>
834           <property name="padding">0</property>
835           <property name="expand">True</property>
836           <property name="fill">True</property>
837         </packing>
838       </child>
839     </widget>
840   </child>
841 </widget>
842
843 </glade-interface>