home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Bureautique / LibreOffice / LibreOffice_4.3.5_Win_x86.msi / paranumberingtab.ui < prev    next >
Extensible Markup Language  |  2014-12-11  |  4KB  |  97 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3.   <!-- interface-requires gtk+ 3.0 -->
  4.   <object class="GtkAdjustment" id="adjustment1">
  5.     <property name="upper">9999</property>
  6.     <property name="step_increment">1</property>
  7.     <property name="page_increment">10</property>
  8.   </object>
  9.   <object class="GtkFrame" id="DrawParaNumbering">
  10.     <property name="visible">True</property>
  11.     <property name="can_focus">False</property>
  12.     <property name="border_width">6</property>
  13.     <property name="label_xalign">0</property>
  14.     <property name="shadow_type">none</property>
  15.     <child>
  16.       <object class="GtkAlignment" id="alignment1">
  17.         <property name="visible">True</property>
  18.         <property name="can_focus">False</property>
  19.         <property name="top_padding">6</property>
  20.         <property name="left_padding">12</property>
  21.         <child>
  22.           <object class="GtkGrid" id="grid1">
  23.             <property name="visible">True</property>
  24.             <property name="can_focus">False</property>
  25.             <property name="row_spacing">6</property>
  26.             <property name="column_spacing">6</property>
  27.             <child>
  28.               <object class="GtkCheckButton" id="checkbuttonCB_NEW_START">
  29.                 <property name="label" translatable="yes">R_estart at this paragraph</property>
  30.                 <property name="visible">True</property>
  31.                 <property name="can_focus">False</property>
  32.                 <property name="receives_default">False</property>
  33.                 <property name="use_underline">True</property>
  34.                 <property name="xalign">0</property>
  35.                 <property name="inconsistent">True</property>
  36.                 <property name="draw_indicator">True</property>
  37.               </object>
  38.               <packing>
  39.                 <property name="left_attach">0</property>
  40.                 <property name="top_attach">0</property>
  41.                 <property name="width">2</property>
  42.                 <property name="height">1</property>
  43.               </packing>
  44.             </child>
  45.             <child>
  46.               <object class="GtkSpinButton" id="spinbuttonNF_NEW_START">
  47.                 <property name="visible">True</property>
  48.                 <property name="sensitive">False</property>
  49.                 <property name="can_focus">False</property>
  50.                 <property name="invisible_char">ΓÇó</property>
  51.                 <property name="adjustment">adjustment1</property>
  52.               </object>
  53.               <packing>
  54.                 <property name="left_attach">1</property>
  55.                 <property name="top_attach">1</property>
  56.                 <property name="width">1</property>
  57.                 <property name="height">1</property>
  58.               </packing>
  59.             </child>
  60.             <child>
  61.               <object class="GtkCheckButton" id="checkbuttonCB_NUMBER_NEW_START">
  62.                 <property name="label" translatable="yes">S_tart with</property>
  63.                 <property name="visible">True</property>
  64.                 <property name="sensitive">False</property>
  65.                 <property name="can_focus">False</property>
  66.                 <property name="receives_default">False</property>
  67.                 <property name="halign">start</property>
  68.                 <property name="margin_left">12</property>
  69.                 <property name="use_underline">True</property>
  70.                 <property name="xalign">0</property>
  71.                 <property name="inconsistent">True</property>
  72.                 <property name="draw_indicator">True</property>
  73.               </object>
  74.               <packing>
  75.                 <property name="left_attach">0</property>
  76.                 <property name="top_attach">1</property>
  77.                 <property name="width">1</property>
  78.                 <property name="height">1</property>
  79.               </packing>
  80.             </child>
  81.           </object>
  82.         </child>
  83.       </object>
  84.     </child>
  85.     <child type="label">
  86.       <object class="GtkLabel" id="label1">
  87.         <property name="visible">True</property>
  88.         <property name="can_focus">False</property>
  89.         <property name="label" translatable="yes">Paragraph numbering</property>
  90.         <attributes>
  91.           <attribute name="weight" value="bold"/>
  92.         </attributes>
  93.       </object>
  94.     </child>
  95.   </object>
  96. </interface>
  97.