home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / delete-cells.glade < prev    next >
Extensible Markup Language  |  2004-11-01  |  9KB  |  239 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="Delete_cells">
  7.   <property name="border_width">6</property>
  8.   <property name="title" translatable="yes">Delete cells</property>
  9.   <property name="type">GTK_WINDOW_TOPLEVEL</property>
  10.   <property name="window_position">GTK_WIN_POS_NONE</property>
  11.   <property name="modal">True</property>
  12.   <property name="resizable">True</property>
  13.   <property name="destroy_with_parent">False</property>
  14.   <property name="has_separator">True</property>
  15.  
  16.   <child internal-child="vbox">
  17.     <widget class="GtkVBox" id="dialog-vbox1">
  18.       <property name="visible">True</property>
  19.       <property name="homogeneous">False</property>
  20.       <property name="spacing">8</property>
  21.  
  22.       <child internal-child="action_area">
  23.     <widget class="GtkHButtonBox" id="dialog-action_area1">
  24.       <property name="visible">True</property>
  25.       <property name="layout_style">GTK_BUTTONBOX_END</property>
  26.  
  27.       <child>
  28.         <widget class="GtkButton" id="helpbutton">
  29.           <property name="visible">True</property>
  30.           <property name="can_default">True</property>
  31.           <property name="can_focus">True</property>
  32.           <property name="label">gtk-help</property>
  33.           <property name="use_stock">True</property>
  34.           <property name="relief">GTK_RELIEF_NORMAL</property>
  35.           <property name="response_id">0</property>
  36.         </widget>
  37.       </child>
  38.  
  39.       <child>
  40.         <widget class="GtkButton" id="cancelbutton">
  41.           <property name="visible">True</property>
  42.           <property name="can_default">True</property>
  43.           <property name="can_focus">True</property>
  44.           <property name="label">gtk-cancel</property>
  45.           <property name="use_stock">True</property>
  46.           <property name="relief">GTK_RELIEF_NORMAL</property>
  47.           <property name="response_id">0</property>
  48.         </widget>
  49.       </child>
  50.  
  51.       <child>
  52.         <widget class="GtkButton" id="okbutton">
  53.           <property name="visible">True</property>
  54.           <property name="can_default">True</property>
  55.           <property name="has_default">True</property>
  56.           <property name="can_focus">True</property>
  57.           <property name="label">gtk-ok</property>
  58.           <property name="use_stock">True</property>
  59.           <property name="relief">GTK_RELIEF_NORMAL</property>
  60.           <property name="response_id">0</property>
  61.         </widget>
  62.       </child>
  63.     </widget>
  64.     <packing>
  65.       <property name="padding">0</property>
  66.       <property name="expand">False</property>
  67.       <property name="fill">True</property>
  68.       <property name="pack_type">GTK_PACK_END</property>
  69.     </packing>
  70.       </child>
  71.  
  72.       <child>
  73.     <widget class="GtkAlignment" id="alignment1">
  74.       <property name="visible">True</property>
  75.       <property name="xalign">0.5</property>
  76.       <property name="yalign">0.5</property>
  77.       <property name="xscale">0</property>
  78.       <property name="yscale">1</property>
  79.  
  80.       <child>
  81.         <widget class="GtkTable" id="table1">
  82.           <property name="border_width">6</property>
  83.           <property name="visible">True</property>
  84.           <property name="n_rows">5</property>
  85.           <property name="n_columns">2</property>
  86.           <property name="homogeneous">False</property>
  87.           <property name="row_spacing">6</property>
  88.           <property name="column_spacing">6</property>
  89.  
  90.           <child>
  91.         <widget class="GtkRadioButton" id="radio_0">
  92.           <property name="visible">True</property>
  93.           <property name="can_focus">True</property>
  94.           <property name="has_focus">True</property>
  95.           <property name="label" translatable="yes">Shift cells _left</property>
  96.           <property name="use_underline">True</property>
  97.           <property name="relief">GTK_RELIEF_NORMAL</property>
  98.           <property name="active">False</property>
  99.           <property name="inconsistent">False</property>
  100.           <property name="draw_indicator">True</property>
  101.         </widget>
  102.         <packing>
  103.           <property name="left_attach">1</property>
  104.           <property name="right_attach">2</property>
  105.           <property name="top_attach">1</property>
  106.           <property name="bottom_attach">2</property>
  107.           <property name="x_options">fill</property>
  108.           <property name="y_options"></property>
  109.         </packing>
  110.           </child>
  111.  
  112.           <child>
  113.         <widget class="GtkRadioButton" id="radio_1">
  114.           <property name="visible">True</property>
  115.           <property name="can_focus">True</property>
  116.           <property name="label" translatable="yes">Shift cells _up</property>
  117.           <property name="use_underline">True</property>
  118.           <property name="relief">GTK_RELIEF_NORMAL</property>
  119.           <property name="active">False</property>
  120.           <property name="inconsistent">False</property>
  121.           <property name="draw_indicator">True</property>
  122.           <property name="group">radio_0</property>
  123.         </widget>
  124.         <packing>
  125.           <property name="left_attach">1</property>
  126.           <property name="right_attach">2</property>
  127.           <property name="top_attach">2</property>
  128.           <property name="bottom_attach">3</property>
  129.           <property name="x_options">fill</property>
  130.           <property name="y_options"></property>
  131.         </packing>
  132.           </child>
  133.  
  134.           <child>
  135.         <widget class="GtkRadioButton" id="radio_2">
  136.           <property name="visible">True</property>
  137.           <property name="can_focus">True</property>
  138.           <property name="label" translatable="yes">Delete _row(s)</property>
  139.           <property name="use_underline">True</property>
  140.           <property name="relief">GTK_RELIEF_NORMAL</property>
  141.           <property name="active">False</property>
  142.           <property name="inconsistent">False</property>
  143.           <property name="draw_indicator">True</property>
  144.           <property name="group">radio_0</property>
  145.         </widget>
  146.         <packing>
  147.           <property name="left_attach">1</property>
  148.           <property name="right_attach">2</property>
  149.           <property name="top_attach">3</property>
  150.           <property name="bottom_attach">4</property>
  151.           <property name="x_options">fill</property>
  152.           <property name="y_options"></property>
  153.         </packing>
  154.           </child>
  155.  
  156.           <child>
  157.         <widget class="GtkRadioButton" id="radio_3">
  158.           <property name="visible">True</property>
  159.           <property name="can_focus">True</property>
  160.           <property name="label" translatable="yes">Delete _column(s)</property>
  161.           <property name="use_underline">True</property>
  162.           <property name="relief">GTK_RELIEF_NORMAL</property>
  163.           <property name="active">False</property>
  164.           <property name="inconsistent">False</property>
  165.           <property name="draw_indicator">True</property>
  166.           <property name="group">radio_0</property>
  167.         </widget>
  168.         <packing>
  169.           <property name="left_attach">1</property>
  170.           <property name="right_attach">2</property>
  171.           <property name="top_attach">4</property>
  172.           <property name="bottom_attach">5</property>
  173.           <property name="x_options">fill</property>
  174.           <property name="y_options"></property>
  175.         </packing>
  176.           </child>
  177.  
  178.           <child>
  179.         <widget class="GtkLabel" id="label1">
  180.           <property name="visible">True</property>
  181.           <property name="label" translatable="yes"><span weight="bold">Delete Method</span></property>
  182.           <property name="use_underline">False</property>
  183.           <property name="use_markup">True</property>
  184.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  185.           <property name="wrap">False</property>
  186.           <property name="selectable">False</property>
  187.           <property name="xalign">0</property>
  188.           <property name="yalign">0.5</property>
  189.           <property name="xpad">0</property>
  190.           <property name="ypad">0</property>
  191.         </widget>
  192.         <packing>
  193.           <property name="left_attach">0</property>
  194.           <property name="right_attach">2</property>
  195.           <property name="top_attach">0</property>
  196.           <property name="bottom_attach">1</property>
  197.           <property name="x_options">fill</property>
  198.           <property name="y_options"></property>
  199.         </packing>
  200.           </child>
  201.  
  202.           <child>
  203.         <widget class="GtkLabel" id="label2">
  204.           <property name="visible">True</property>
  205.           <property name="label" translatable="yes"></property>
  206.           <property name="use_underline">False</property>
  207.           <property name="use_markup">False</property>
  208.           <property name="justify">GTK_JUSTIFY_LEFT</property>
  209.           <property name="wrap">False</property>
  210.           <property name="selectable">False</property>
  211.           <property name="xalign">0</property>
  212.           <property name="yalign">0.5</property>
  213.           <property name="xpad">0</property>
  214.           <property name="ypad">0</property>
  215.         </widget>
  216.         <packing>
  217.           <property name="left_attach">0</property>
  218.           <property name="right_attach">1</property>
  219.           <property name="top_attach">1</property>
  220.           <property name="bottom_attach">5</property>
  221.           <property name="x_options"></property>
  222.           <property name="y_options"></property>
  223.         </packing>
  224.           </child>
  225.         </widget>
  226.       </child>
  227.     </widget>
  228.     <packing>
  229.       <property name="padding">0</property>
  230.       <property name="expand">True</property>
  231.       <property name="fill">True</property>
  232.     </packing>
  233.       </child>
  234.     </widget>
  235.   </child>
  236. </widget>
  237.  
  238. </glade-interface>
  239.