310 lines
15 KiB
Plaintext
310 lines
15 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="2.24"/>
|
||
|
<!-- interface-naming-policy project-wide -->
|
||
|
<object class="GtkAboutDialog" id="aboutdialog">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="type_hint">dialog</property>
|
||
|
<property name="program_name">DXF Converter</property>
|
||
|
<property name="version">0.1</property>
|
||
|
<property name="copyright" translatable="yes">Copyright © John Thornton</property>
|
||
|
<property name="comments" translatable="yes">No Comments</property>
|
||
|
<property name="website">www.gnipsel.com</property>
|
||
|
<property name="license" translatable="yes">GNU</property>
|
||
|
<property name="authors">John Thornton</property>
|
||
|
<child internal-child="vbox">
|
||
|
<object class="GtkVBox" id="dialog-vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="spacing">2</property>
|
||
|
<child internal-child="action_area">
|
||
|
<object class="GtkHButtonBox" id="dialog-action_area1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="layout_style">end</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="pack_type">end</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="image1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="stock">gtk-convert</property>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="image2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="stock">gtk-missing-image</property>
|
||
|
</object>
|
||
|
<object class="GtkWindow" id="main_window">
|
||
|
<property name="width_request">600</property>
|
||
|
<property name="height_request">400</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="title" translatable="yes">DXF Converter</property>
|
||
|
<signal name="destroy" handler="on_window_destroy" swapped="no"/>
|
||
|
<child>
|
||
|
<object class="GtkVBox" id="vbox1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkMenuBar" id="menubar1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkMenuItem" id="menuitem1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="label" translatable="yes">_File</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<child type="submenu">
|
||
|
<object class="GtkMenu" id="menu1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="file_open">
|
||
|
<property name="label">gtk-open</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
<signal name="activate" handler="on_file_open" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="file_convert">
|
||
|
<property name="label" translatable="yes">Convert</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="image">image1</property>
|
||
|
<property name="use_stock">False</property>
|
||
|
<signal name="activate" handler="on_file_convert" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="imagemenuitem3">
|
||
|
<property name="label">gtk-save</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="file_quit">
|
||
|
<property name="label">gtk-quit</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
<signal name="activate" handler="on_file_quit" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkMenuItem" id="menuitem2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="label" translatable="yes">_Edit</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<child type="submenu">
|
||
|
<object class="GtkMenu" id="menu2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="imagemenuitem6">
|
||
|
<property name="label">gtk-cut</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="imagemenuitem7">
|
||
|
<property name="label">gtk-copy</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="imagemenuitem8">
|
||
|
<property name="label">gtk-paste</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="imagemenuitem9">
|
||
|
<property name="label">gtk-delete</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkMenuItem" id="menuitem3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="label" translatable="yes">_View</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<child type="submenu">
|
||
|
<object class="GtkMenu" id="menu4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="view_test">
|
||
|
<property name="label" translatable="yes">Test</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="image">image2</property>
|
||
|
<property name="use_stock">False</property>
|
||
|
<signal name="activate" handler="on_view_test" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkMenuItem" id="menuitem4">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="label" translatable="yes">_Help</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<child type="submenu">
|
||
|
<object class="GtkMenu" id="menu3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkImageMenuItem" id="help_about">
|
||
|
<property name="label">gtk-about</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="use_action_appearance">False</property>
|
||
|
<property name="use_underline">True</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
<signal name="activate" handler="on_help_about" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTable" id="table1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="n_rows">3</property>
|
||
|
<property name="n_columns">3</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label" translatable="yes">Functioning menu items are:
|
||
|
File > Open: selects a .dxf file for processing
|
||
|
File > Convert: runs the .dxf file through dxf2gcode
|
||
|
File > Exit
|
||
|
Help > About</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="right_attach">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label" translatable="yes">label</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="right_attach">3</property>
|
||
|
<property name="top_attach">1</property>
|
||
|
<property name="bottom_attach">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="label3">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="label" translatable="yes">label</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="right_attach">3</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
<property name="bottom_attach">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkStatusbar" id="statusbar">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="spacing">2</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|