EVOLUTION-MANAGER
Edit File: calloutpage.ui
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> <property name="upper">2400</property> <property name="step_increment">0.5</property> <property name="page_increment">10</property> </object> <object class="GtkListStore" id="liststore1"> <columns> <!-- column-name gchararray1 --> <column type="gchararray"/> <!-- column-name gint1 --> <column type="gint"/> </columns> <data> <row> <col id="0" translatable="yes">Optimal</col> <col id="1">4</col> </row> <row> <col id="0" translatable="yes">From top</col> <col id="1">3</col> </row> <row> <col id="0" translatable="yes">From left</col> <col id="1">3</col> </row> <row> <col id="0" translatable="yes">Horizontal</col> <col id="1">1</col> </row> <row> <col id="0" translatable="yes">Vertical</col> <col id="1">2</col> </row> </data> </object> <object class="GtkBox" id="CalloutPage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="svtlo-ValueSet" id="valueset:border"> <property name="visible">True</property> <property name="can_focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid6"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">18</property> <child> <object class="GtkGrid" id="grid8"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Extension:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">extension</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkComboBox" id="extension"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="model">liststore1</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkGrid" id="grid9"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="column_spacing">12</property> <child> <object class="GtkSpinButton" id="length:0.00mm"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="text" translatable="no">0.00</property> <property name="adjustment">adjustment1</property> <property name="digits">2</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="lengthft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Length:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">length:0.00mm</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkCheckButton" id="optimal"> <property name="label" translatable="yes">_Optimal</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkGrid" id="grid10"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="positionft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Position:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">position</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="byft"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_By:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">by:0.00mm</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkComboBoxText" id="position"> <property name="visible">True</property> <property name="can_focus">False</property> <items> <item translatable="yes">Top</item> <item translatable="yes">Middle</item> <item translatable="yes">Bottom</item> <item translatable="yes">Left</item> <item translatable="yes">Middle</item> <item translatable="yes">Right</item> </items> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkSpinButton" id="by:0.00mm"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="text" translatable="no">0.00</property> <property name="adjustment">adjustment1</property> <property name="digits">2</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkGrid" id="grid7"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Spacing:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">spacing:0.00mm</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkSpinButton" id="spacing:0.00mm"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="text" translatable="no">0.00</property> <property name="adjustment">adjustment1</property> <property name="digits">2</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="halign">center</property> <child> <object class="GtkImage" id="legtyp1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="pixbuf">svx/res/legtyp1.png</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkImage" id="legtyp2"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="pixbuf">svx/res/legtyp2.png</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkImage" id="legtyp3"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="pixbuf">svx/res/legtyp3.png</property> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkComboBoxText" id="linetypes"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <items> <item translatable="yes">Straight Line</item> <item translatable="yes">Angled Line</item> <item translatable="yes">Angled Connector Line</item> </items> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> <widget name="label2"/> <widget name="lengthft"/> <widget name="label1"/> </widgets> </object> <object class="GtkSizeGroup" id="sizegroup2"> <widgets> <widget name="positionft"/> <widget name="byft"/> </widgets> </object> <object class="GtkSizeGroup" id="sizegroup3"> <property name="mode">both</property> <widgets> <widget name="position"/> <widget name="by:0.00mm"/> </widgets> </object> <object class="GtkSizeGroup" id="sizegroup4"> <property name="mode">both</property> <widgets> <widget name="extension"/> <widget name="length:0.00mm"/> <widget name="spacing:0.00mm"/> </widgets> </object> </interface>