home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / mean-tests.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  26KB  |  687 lines

  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="MeanTests">
  7.   <property name="title" translatable="yes">Testing the Difference of 2 Means</property>
  8.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  9.   <property name="window_position">GTK_WIN_POS_NONE</property>
  10.   <property name="modal">False</property>
  11.   <property name="resizable">True</property>
  12.   <property name="destroy_with_parent">False</property>
  13.   <property name="has_separator">True</property>
  14.  
  15.   <child internal-child="vbox">
  16.     <widget class="GtkVBox" id="vbox1">
  17.       <property name="visible">True</property>
  18.       <property name="homogeneous">False</property>
  19.       <property name="spacing">8</property>
  20.  
  21.       <child internal-child="action_area">
  22.     <widget class="GtkHButtonBox" id="hbuttonbox1">
  23.       <property name="visible">True</property>
  24.       <property name="layout_style">GTK_BUTTONBOX_END</property>
  25.  
  26.       <child>
  27.         <widget class="GtkButton" id="helpbutton">
  28.           <property name="visible">True</property>
  29.           <property name="can_default">True</property>
  30.           <property name="can_focus">True</property>
  31.           <property name="label">gtk-help</property>
  32.           <property name="use_stock">True</property>
  33.           <property name="relief">GTK_RELIEF_NORMAL</property>
  34.           <property name="response_id">0</property>
  35.         </widget>
  36.       </child>
  37.  
  38.       <child>
  39.         <widget class="GtkButton" id="cancelbutton">
  40.           <property name="visible">True</property>
  41.           <property name="can_default">True</property>
  42.           <property name="can_focus">True</property>
  43.           <property name="label">gtk-cancel</property>
  44.           <property name="use_stock">True</property>
  45.           <property name="relief">GTK_RELIEF_NORMAL</property>
  46.           <property name="response_id">0</property>
  47.         </widget>
  48.       </child>
  49.  
  50.       <child>
  51.         <widget class="GtkButton" id="okbutton">
  52.           <property name="visible">True</property>
  53.           <property name="can_default">True</property>
  54.           <property name="has_default">True</property>
  55.           <property name="can_focus">True</property>
  56.           <property name="label">gtk-ok</property>
  57.           <property name="use_stock">True</property>
  58.           <property name="relief">GTK_RELIEF_NORMAL</property>
  59.           <property name="response_id">0</property>
  60.         </widget>
  61.       </child>
  62.     </widget>
  63.     <packing>
  64.       <property name="padding">0</property>
  65.       <property name="expand">False</property>
  66.       <property name="fill">True</property>
  67.       <property name="pack_type">GTK_PACK_END</property>
  68.     </packing>
  69.       </child>
  70.  
  71.       <child>
  72.     <widget class="GtkNotebook" id="notebook1">
  73.       <property name="visible">True</property>
  74.       <property name="can_focus">True</property>
  75.       <property name="show_tabs">True</property>
  76.       <property name="show_border">True</property>
  77.       <property name="tab_pos">GTK_POS_TOP</property>
  78.       <property name="scrollable">False</property>
  79.       <property name="enable_popup">False</property>
  80.  
  81.       <child>
  82.         <widget class="GtkTable" id="input-table">
  83.           <property name="border_width">12</property>
  84.           <property name="visible">True</property>
  85.           <property name="n_rows">3</property>
  86.           <property name="n_columns">2</property>
  87.           <property name="homogeneous">False</property>
  88.           <property name="row_spacing">6</property>
  89.           <property name="column_spacing">12</property>
  90.  
  91.           <child>
  92.         <widget class="GtkLabel" id="var1-label">
  93.           <property name="visible">True</property>
  94.           <property name="label" translatable="yes">Variable _1 range:</property>
  95.           <property name="use_underline">True</property>
  96.           <property name="use_markup">False</property>
  97.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  98.           <property name="wrap">False</property>
  99.           <property name="selectable">False</property>
  100.           <property name="xalign">0</property>
  101.           <property name="yalign">0.5</property>
  102.           <property name="xpad">5</property>
  103.           <property name="ypad">0</property>
  104.         </widget>
  105.         <packing>
  106.           <property name="left_attach">0</property>
  107.           <property name="right_attach">1</property>
  108.           <property name="top_attach">0</property>
  109.           <property name="bottom_attach">1</property>
  110.           <property name="x_options">fill</property>
  111.           <property name="y_options"></property>
  112.         </packing>
  113.           </child>
  114.  
  115.           <child>
  116.         <widget class="GtkLabel" id="var2-label">
  117.           <property name="visible">True</property>
  118.           <property name="label" translatable="yes">Variable _2 range:</property>
  119.           <property name="use_underline">True</property>
  120.           <property name="use_markup">False</property>
  121.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  122.           <property name="wrap">False</property>
  123.           <property name="selectable">False</property>
  124.           <property name="xalign">0</property>
  125.           <property name="yalign">0.5</property>
  126.           <property name="xpad">5</property>
  127.           <property name="ypad">0</property>
  128.         </widget>
  129.         <packing>
  130.           <property name="left_attach">0</property>
  131.           <property name="right_attach">1</property>
  132.           <property name="top_attach">1</property>
  133.           <property name="bottom_attach">2</property>
  134.           <property name="x_options">fill</property>
  135.           <property name="y_options"></property>
  136.         </packing>
  137.           </child>
  138.  
  139.           <child>
  140.         <widget class="GtkCheckButton" id="labels_button">
  141.           <property name="visible">True</property>
  142.           <property name="can_focus">True</property>
  143.           <property name="label" translatable="yes">_Labels</property>
  144.           <property name="use_underline">True</property>
  145.           <property name="relief">GTK_RELIEF_NORMAL</property>
  146.           <property name="active">False</property>
  147.           <property name="inconsistent">False</property>
  148.           <property name="draw_indicator">True</property>
  149.         </widget>
  150.         <packing>
  151.           <property name="left_attach">0</property>
  152.           <property name="right_attach">1</property>
  153.           <property name="top_attach">2</property>
  154.           <property name="bottom_attach">3</property>
  155.           <property name="x_options">fill</property>
  156.           <property name="y_options"></property>
  157.         </packing>
  158.           </child>
  159.         </widget>
  160.         <packing>
  161.           <property name="tab_expand">False</property>
  162.           <property name="tab_fill">True</property>
  163.         </packing>
  164.       </child>
  165.  
  166.       <child>
  167.         <widget class="GtkLabel" id="label9">
  168.           <property name="visible">True</property>
  169.           <property name="label" translatable="yes">_Input</property>
  170.           <property name="use_underline">True</property>
  171.           <property name="use_markup">False</property>
  172.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  173.           <property name="wrap">False</property>
  174.           <property name="selectable">False</property>
  175.           <property name="xalign">0.5</property>
  176.           <property name="yalign">0.5</property>
  177.           <property name="xpad">0</property>
  178.           <property name="ypad">0</property>
  179.         </widget>
  180.         <packing>
  181.           <property name="type">tab</property>
  182.         </packing>
  183.       </child>
  184.  
  185.       <child>
  186.         <widget class="GtkTable" id="options-table">
  187.           <property name="border_width">12</property>
  188.           <property name="visible">True</property>
  189.           <property name="n_rows">4</property>
  190.           <property name="n_columns">3</property>
  191.           <property name="homogeneous">False</property>
  192.           <property name="row_spacing">6</property>
  193.           <property name="column_spacing">12</property>
  194.  
  195.           <child>
  196.         <widget class="GtkLabel" id="variablespaired-label">
  197.           <property name="visible">True</property>
  198.           <property name="label" translatable="yes">Variables are:</property>
  199.           <property name="use_underline">False</property>
  200.           <property name="use_markup">False</property>
  201.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  202.           <property name="wrap">False</property>
  203.           <property name="selectable">False</property>
  204.           <property name="xalign">0</property>
  205.           <property name="yalign">0.5</property>
  206.           <property name="xpad">5</property>
  207.           <property name="ypad">0</property>
  208.         </widget>
  209.         <packing>
  210.           <property name="left_attach">0</property>
  211.           <property name="right_attach">1</property>
  212.           <property name="top_attach">0</property>
  213.           <property name="bottom_attach">1</property>
  214.           <property name="x_options">fill</property>
  215.           <property name="y_options"></property>
  216.         </packing>
  217.           </child>
  218.  
  219.           <child>
  220.         <widget class="GtkRadioButton" id="paired-button">
  221.           <property name="visible">True</property>
  222.           <property name="can_focus">True</property>
  223.           <property name="label" translatable="yes">_Paired</property>
  224.           <property name="use_underline">True</property>
  225.           <property name="relief">GTK_RELIEF_NORMAL</property>
  226.           <property name="active">False</property>
  227.           <property name="inconsistent">False</property>
  228.           <property name="draw_indicator">True</property>
  229.         </widget>
  230.         <packing>
  231.           <property name="left_attach">1</property>
  232.           <property name="right_attach">2</property>
  233.           <property name="top_attach">0</property>
  234.           <property name="bottom_attach">1</property>
  235.           <property name="x_options">fill</property>
  236.           <property name="y_options"></property>
  237.         </packing>
  238.           </child>
  239.  
  240.           <child>
  241.         <widget class="GtkRadioButton" id="unpaired-button">
  242.           <property name="visible">True</property>
  243.           <property name="can_focus">True</property>
  244.           <property name="label" translatable="yes">_Unpaired</property>
  245.           <property name="use_underline">True</property>
  246.           <property name="relief">GTK_RELIEF_NORMAL</property>
  247.           <property name="active">True</property>
  248.           <property name="inconsistent">False</property>
  249.           <property name="draw_indicator">True</property>
  250.           <property name="group">paired-button</property>
  251.         </widget>
  252.         <packing>
  253.           <property name="left_attach">2</property>
  254.           <property name="right_attach">3</property>
  255.           <property name="top_attach">0</property>
  256.           <property name="bottom_attach">1</property>
  257.           <property name="x_options">fill</property>
  258.           <property name="y_options"></property>
  259.         </packing>
  260.           </child>
  261.  
  262.           <child>
  263.         <widget class="GtkLabel" id="varianceknown-label">
  264.           <property name="visible">True</property>
  265.           <property name="label" translatable="yes">Population variances are:</property>
  266.           <property name="use_underline">False</property>
  267.           <property name="use_markup">False</property>
  268.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  269.           <property name="wrap">False</property>
  270.           <property name="selectable">False</property>
  271.           <property name="xalign">0</property>
  272.           <property name="yalign">0.5</property>
  273.           <property name="xpad">5</property>
  274.           <property name="ypad">0</property>
  275.         </widget>
  276.         <packing>
  277.           <property name="left_attach">0</property>
  278.           <property name="right_attach">1</property>
  279.           <property name="top_attach">1</property>
  280.           <property name="bottom_attach">2</property>
  281.           <property name="x_options">fill</property>
  282.           <property name="y_options"></property>
  283.         </packing>
  284.           </child>
  285.  
  286.           <child>
  287.         <widget class="GtkRadioButton" id="known-button">
  288.           <property name="visible">True</property>
  289.           <property name="can_focus">True</property>
  290.           <property name="label" translatable="yes">_Known</property>
  291.           <property name="use_underline">True</property>
  292.           <property name="relief">GTK_RELIEF_NORMAL</property>
  293.           <property name="active">False</property>
  294.           <property name="inconsistent">False</property>
  295.           <property name="draw_indicator">True</property>
  296.         </widget>
  297.         <packing>
  298.           <property name="left_attach">1</property>
  299.           <property name="right_attach">2</property>
  300.           <property name="top_attach">1</property>
  301.           <property name="bottom_attach">2</property>
  302.           <property name="x_options">fill</property>
  303.           <property name="y_options"></property>
  304.         </packing>
  305.           </child>
  306.  
  307.           <child>
  308.         <widget class="GtkRadioButton" id="unknown-button">
  309.           <property name="visible">True</property>
  310.           <property name="can_focus">True</property>
  311.           <property name="label" translatable="yes">_Unknown</property>
  312.           <property name="use_underline">True</property>
  313.           <property name="relief">GTK_RELIEF_NORMAL</property>
  314.           <property name="active">True</property>
  315.           <property name="inconsistent">False</property>
  316.           <property name="draw_indicator">True</property>
  317.           <property name="group">known-button</property>
  318.         </widget>
  319.         <packing>
  320.           <property name="left_attach">2</property>
  321.           <property name="right_attach">3</property>
  322.           <property name="top_attach">1</property>
  323.           <property name="bottom_attach">2</property>
  324.           <property name="x_options">fill</property>
  325.           <property name="y_options"></property>
  326.         </packing>
  327.           </child>
  328.  
  329.           <child>
  330.         <widget class="GtkRadioButton" id="equal-button">
  331.           <property name="visible">True</property>
  332.           <property name="can_focus">True</property>
  333.           <property name="label" translatable="yes">E_qual</property>
  334.           <property name="use_underline">True</property>
  335.           <property name="relief">GTK_RELIEF_NORMAL</property>
  336.           <property name="active">False</property>
  337.           <property name="inconsistent">False</property>
  338.           <property name="draw_indicator">True</property>
  339.         </widget>
  340.         <packing>
  341.           <property name="left_attach">1</property>
  342.           <property name="right_attach">2</property>
  343.           <property name="top_attach">2</property>
  344.           <property name="bottom_attach">3</property>
  345.           <property name="x_options">fill</property>
  346.           <property name="y_options"></property>
  347.         </packing>
  348.           </child>
  349.  
  350.           <child>
  351.         <widget class="GtkRadioButton" id="unequal-button">
  352.           <property name="visible">True</property>
  353.           <property name="can_focus">True</property>
  354.           <property name="label" translatable="yes">_Unequal</property>
  355.           <property name="use_underline">True</property>
  356.           <property name="relief">GTK_RELIEF_NORMAL</property>
  357.           <property name="active">True</property>
  358.           <property name="inconsistent">False</property>
  359.           <property name="draw_indicator">True</property>
  360.           <property name="group">equal-button</property>
  361.         </widget>
  362.         <packing>
  363.           <property name="left_attach">2</property>
  364.           <property name="right_attach">3</property>
  365.           <property name="top_attach">2</property>
  366.           <property name="bottom_attach">3</property>
  367.           <property name="x_options">fill</property>
  368.           <property name="y_options"></property>
  369.         </packing>
  370.           </child>
  371.  
  372.           <child>
  373.         <widget class="GtkEntry" id="var1-variance">
  374.           <property name="visible">True</property>
  375.           <property name="can_focus">True</property>
  376.           <property name="editable">True</property>
  377.           <property name="visibility">True</property>
  378.           <property name="max_length">0</property>
  379.           <property name="text" translatable="yes"></property>
  380.           <property name="has_frame">True</property>
  381.           <property name="invisible_char" translatable="yes">*</property>
  382.           <property name="activates_default">True</property>
  383.         </widget>
  384.         <packing>
  385.           <property name="left_attach">1</property>
  386.           <property name="right_attach">3</property>
  387.           <property name="top_attach">2</property>
  388.           <property name="bottom_attach">3</property>
  389.           <property name="y_options"></property>
  390.         </packing>
  391.           </child>
  392.  
  393.           <child>
  394.         <widget class="GtkLabel" id="var2_variance-label">
  395.           <property name="visible">True</property>
  396.           <property name="label" translatable="yes">Variable _2 population variance:</property>
  397.           <property name="use_underline">True</property>
  398.           <property name="use_markup">False</property>
  399.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  400.           <property name="wrap">False</property>
  401.           <property name="selectable">False</property>
  402.           <property name="xalign">0</property>
  403.           <property name="yalign">0.5</property>
  404.           <property name="xpad">5</property>
  405.           <property name="ypad">0</property>
  406.           <property name="mnemonic_widget">var2-variance</property>
  407.         </widget>
  408.         <packing>
  409.           <property name="left_attach">0</property>
  410.           <property name="right_attach">1</property>
  411.           <property name="top_attach">3</property>
  412.           <property name="bottom_attach">4</property>
  413.           <property name="x_options">fill</property>
  414.           <property name="y_options"></property>
  415.         </packing>
  416.           </child>
  417.  
  418.           <child>
  419.         <widget class="GtkEntry" id="var2-variance">
  420.           <property name="visible">True</property>
  421.           <property name="can_focus">True</property>
  422.           <property name="editable">True</property>
  423.           <property name="visibility">True</property>
  424.           <property name="max_length">0</property>
  425.           <property name="text" translatable="yes"></property>
  426.           <property name="has_frame">True</property>
  427.           <property name="invisible_char" translatable="yes">*</property>
  428.           <property name="activates_default">True</property>
  429.         </widget>
  430.         <packing>
  431.           <property name="left_attach">1</property>
  432.           <property name="right_attach">3</property>
  433.           <property name="top_attach">3</property>
  434.           <property name="bottom_attach">4</property>
  435.           <property name="y_options"></property>
  436.         </packing>
  437.           </child>
  438.  
  439.           <child>
  440.         <widget class="GtkLabel" id="varianceequal-label">
  441.           <property name="visible">True</property>
  442.           <property name="label" translatable="yes">_Population variances are:</property>
  443.           <property name="use_underline">True</property>
  444.           <property name="use_markup">False</property>
  445.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  446.           <property name="wrap">False</property>
  447.           <property name="selectable">False</property>
  448.           <property name="xalign">0</property>
  449.           <property name="yalign">0.5</property>
  450.           <property name="xpad">5</property>
  451.           <property name="ypad">0</property>
  452.           <property name="mnemonic_widget">var1-variance</property>
  453.         </widget>
  454.         <packing>
  455.           <property name="left_attach">0</property>
  456.           <property name="right_attach">1</property>
  457.           <property name="top_attach">2</property>
  458.           <property name="bottom_attach">3</property>
  459.           <property name="x_options">fill</property>
  460.           <property name="y_options"></property>
  461.         </packing>
  462.           </child>
  463.  
  464.           <child>
  465.         <widget class="GtkLabel" id="var1_variance-label">
  466.           <property name="visible">True</property>
  467.           <property name="label" translatable="yes">Variable _1 population variance:</property>
  468.           <property name="use_underline">True</property>
  469.           <property name="use_markup">False</property>
  470.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  471.           <property name="wrap">False</property>
  472.           <property name="selectable">False</property>
  473.           <property name="xalign">0</property>
  474.           <property name="yalign">0.5</property>
  475.           <property name="xpad">5</property>
  476.           <property name="ypad">0</property>
  477.           <property name="mnemonic_widget">var1-variance</property>
  478.         </widget>
  479.         <packing>
  480.           <property name="left_attach">0</property>
  481.           <property name="right_attach">1</property>
  482.           <property name="top_attach">2</property>
  483.           <property name="bottom_attach">3</property>
  484.           <property name="x_options">fill</property>
  485.           <property name="y_options"></property>
  486.         </packing>
  487.           </child>
  488.         </widget>
  489.         <packing>
  490.           <property name="tab_expand">False</property>
  491.           <property name="tab_fill">True</property>
  492.         </packing>
  493.       </child>
  494.  
  495.       <child>
  496.         <widget class="GtkLabel" id="label10">
  497.           <property name="visible">True</property>
  498.           <property name="label" translatable="yes">_Populations</property>
  499.           <property name="use_underline">True</property>
  500.           <property name="use_markup">False</property>
  501.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  502.           <property name="wrap">False</property>
  503.           <property name="selectable">False</property>
  504.           <property name="xalign">0.5</property>
  505.           <property name="yalign">0.5</property>
  506.           <property name="xpad">0</property>
  507.           <property name="ypad">0</property>
  508.         </widget>
  509.         <packing>
  510.           <property name="type">tab</property>
  511.         </packing>
  512.       </child>
  513.  
  514.       <child>
  515.         <widget class="GtkTable" id="table3">
  516.           <property name="border_width">12</property>
  517.           <property name="visible">True</property>
  518.           <property name="n_rows">2</property>
  519.           <property name="n_columns">2</property>
  520.           <property name="homogeneous">False</property>
  521.           <property name="row_spacing">6</property>
  522.           <property name="column_spacing">12</property>
  523.  
  524.           <child>
  525.         <widget class="GtkLabel" id="label6">
  526.           <property name="visible">True</property>
  527.           <property name="label" translatable="yes">Hypothesized mean _difference:</property>
  528.           <property name="use_underline">True</property>
  529.           <property name="use_markup">False</property>
  530.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  531.           <property name="wrap">False</property>
  532.           <property name="selectable">False</property>
  533.           <property name="xalign">0</property>
  534.           <property name="yalign">0.5</property>
  535.           <property name="xpad">5</property>
  536.           <property name="ypad">0</property>
  537.           <property name="mnemonic_widget">meandiff</property>
  538.         </widget>
  539.         <packing>
  540.           <property name="left_attach">0</property>
  541.           <property name="right_attach">1</property>
  542.           <property name="top_attach">0</property>
  543.           <property name="bottom_attach">1</property>
  544.           <property name="x_options">fill</property>
  545.           <property name="y_options"></property>
  546.         </packing>
  547.           </child>
  548.  
  549.           <child>
  550.         <widget class="GtkLabel" id="label7">
  551.           <property name="visible">True</property>
  552.           <property name="label" translatable="yes">_Alpha:</property>
  553.           <property name="use_underline">True</property>
  554.           <property name="use_markup">False</property>
  555.           <property name="justify">GTK_JUSTIFY_RIGHT</property>
  556.           <property name="wrap">False</property>
  557.           <property name="selectable">False</property>
  558.           <property name="xalign">0</property>
  559.           <property name="yalign">0.5</property>
  560.           <property name="xpad">5</property>
  561.           <property name="ypad">0</property>
  562.           <property name="mnemonic_widget">one_alpha</property>
  563.         </widget>
  564.         <packing>
  565.           <property name="left_attach">0</property>
  566.           <property name="right_attach">1</property>
  567.           <property name="top_attach">1</property>
  568.           <property name="bottom_attach">2</property>
  569.           <property name="x_options">fill</property>
  570.           <property name="y_options"></property>
  571.         </packing>
  572.           </child>
  573.  
  574.           <child>
  575.         <widget class="GtkEntry" id="meandiff">
  576.           <property name="visible">True</property>
  577.           <property name="can_focus">True</property>
  578.           <property name="editable">True</property>
  579.           <property name="visibility">True</property>
  580.           <property name="max_length">0</property>
  581.           <property name="text" translatable="yes">0</property>
  582.           <property name="has_frame">True</property>
  583.           <property name="invisible_char" translatable="yes">*</property>
  584.           <property name="activates_default">True</property>
  585.         </widget>
  586.         <packing>
  587.           <property name="left_attach">1</property>
  588.           <property name="right_attach">2</property>
  589.           <property name="top_attach">0</property>
  590.           <property name="bottom_attach">1</property>
  591.           <property name="y_options"></property>
  592.         </packing>
  593.           </child>
  594.  
  595.           <child>
  596.         <widget class="GtkEntry" id="one_alpha">
  597.           <property name="visible">True</property>
  598.           <property name="can_focus">True</property>
  599.           <property name="editable">True</property>
  600.           <property name="visibility">True</property>
  601.           <property name="max_length">0</property>
  602.           <property name="text" translatable="yes">0.05</property>
  603.           <property name="has_frame">True</property>
  604.           <property name="invisible_char" translatable="yes">*</property>
  605.           <property name="activates_default">True</property>
  606.         </widget>
  607.         <packing>
  608.           <property name="left_attach">1</property>
  609.           <property name="right_attach">2</property>
  610.           <property name="top_attach">1</property>
  611.           <property name="bottom_attach">2</property>
  612.           <property name="y_options"></property>
  613.         </packing>
  614.           </child>
  615.         </widget>
  616.         <packing>
  617.           <property name="tab_expand">False</property>
  618.           <property name="tab_fill">True</property>
  619.         </packing>
  620.       </child>
  621.  
  622.       <child>
  623.         <widget class="GtkLabel" id="label11">
  624.           <property name="visible">True</property>
  625.           <property name="label" translatable="yes">_Test</property>
  626.           <property name="use_underline">True</property>
  627.           <property name="use_markup">False</property>
  628.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  629.           <property name="wrap">False</property>
  630.           <property name="selectable">False</property>
  631.           <property name="xalign">0.5</property>
  632.           <property name="yalign">0.5</property>
  633.           <property name="xpad">0</property>
  634.           <property name="ypad">0</property>
  635.         </widget>
  636.         <packing>
  637.           <property name="type">tab</property>
  638.         </packing>
  639.       </child>
  640.  
  641.       <child>
  642.         <widget class="GtkHBox" id="dao">
  643.           <property name="visible">True</property>
  644.           <property name="homogeneous">False</property>
  645.           <property name="spacing">0</property>
  646.  
  647.           <child>
  648.         <placeholder/>
  649.           </child>
  650.         </widget>
  651.         <packing>
  652.           <property name="tab_expand">False</property>
  653.           <property name="tab_fill">True</property>
  654.         </packing>
  655.       </child>
  656.  
  657.       <child>
  658.         <widget class="GtkLabel" id="label12">
  659.           <property name="visible">True</property>
  660.           <property name="label" translatable="yes">_Output</property>
  661.           <property name="use_underline">True</property>
  662.           <property name="use_markup">False</property>
  663.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  664.           <property name="wrap">False</property>
  665.           <property name="selectable">False</property>
  666.           <property name="xalign">0.5</property>
  667.           <property name="yalign">0.5</property>
  668.           <property name="xpad">0</property>
  669.           <property name="ypad">0</property>
  670.         </widget>
  671.         <packing>
  672.           <property name="type">tab</property>
  673.         </packing>
  674.       </child>
  675.     </widget>
  676.     <packing>
  677.       <property name="padding">0</property>
  678.       <property name="expand">True</property>
  679.       <property name="fill">True</property>
  680.     </packing>
  681.       </child>
  682.     </widget>
  683.   </child>
  684. </widget>
  685.  
  686. </glade-interface>
  687.