You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
211 lines
10 KiB
211 lines
10 KiB
|
8 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Generated with glade 3.18.3 -->
|
||
|
|
<interface>
|
||
|
|
<requires lib="gtk+" version="3.0"/>
|
||
|
|
<requires lib="gtksourceview" version="3.0"/>
|
||
|
|
<object class="GtkListStore" id="model_dataSources"/>
|
||
|
|
<object class="GtkApplicationWindow" id="ApplicationWindow">
|
||
|
|
<property name="width_request">1024</property>
|
||
|
|
<property name="height_request">768</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="margin_bottom">2</property>
|
||
|
|
<signal name="delete-event" handler="on_ApplicationWindow_delete_event" swapped="no"/>
|
||
|
|
<child>
|
||
|
|
<object class="GtkFrame" id="frame1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label_xalign">0</property>
|
||
|
|
<property name="shadow_type">none</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkPaned" id="paned1">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="position">200</property>
|
||
|
|
<property name="position_set">True</property>
|
||
|
|
<child>
|
||
|
8 years ago
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
||
|
8 years ago
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
8 years ago
|
<property name="shadow_type">in</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkTreeView" id="tv_datasources">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="hscroll_policy">natural</property>
|
||
|
|
<property name="vscroll_policy">natural</property>
|
||
|
|
<property name="model">model_dataSources</property>
|
||
|
|
<property name="enable_grid_lines">both</property>
|
||
|
|
<child internal-child="selection">
|
||
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
8 years ago
|
</child>
|
||
|
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="resize">False</property>
|
||
|
|
<property name="shrink">True</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
8 years ago
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
||
|
8 years ago
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
8 years ago
|
<property name="shadow_type">in</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkSourceView" id="sourceview">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">True</property>
|
||
|
|
<property name="wrap_mode">word-char</property>
|
||
|
|
<property name="monospace">True</property>
|
||
|
|
<property name="show_line_numbers">True</property>
|
||
|
|
<property name="show_line_marks">True</property>
|
||
|
|
<property name="tab_width">4</property>
|
||
|
|
<property name="auto_indent">True</property>
|
||
|
|
<property name="insert_spaces_instead_of_tabs">True</property>
|
||
|
|
<property name="highlight_current_line">True</property>
|
||
|
|
<property name="smart_backspace">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
8 years ago
|
</object>
|
||
|
|
<packing>
|
||
|
|
<property name="resize">True</property>
|
||
|
|
<property name="shrink">True</property>
|
||
|
|
</packing>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child type="label">
|
||
|
|
<object class="GtkMenuBar" id="menubar3">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="menuitem9">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes">_Файл</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<child type="submenu">
|
||
|
|
<object class="GtkMenu" id="menu7">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem21">
|
||
|
|
<property name="label">gtk-new</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem22">
|
||
|
|
<property name="label">gtk-open</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
8 years ago
|
<signal name="activate" handler="on_OpenFile" swapped="no"/>
|
||
|
8 years ago
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem23">
|
||
|
|
<property name="label">gtk-save</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem24">
|
||
|
|
<property name="label">gtk-save-as</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem3">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem25">
|
||
|
|
<property name="label">gtk-quit</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">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="menuitem10">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes">_Правка</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<child type="submenu">
|
||
|
|
<object class="GtkMenu" id="menu8">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem26">
|
||
|
|
<property name="label">gtk-cut</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem27">
|
||
|
|
<property name="label">gtk-copy</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem28">
|
||
|
|
<property name="label">gtk-paste</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
<property name="use_stock">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkImageMenuItem" id="imagemenuitem29">
|
||
|
|
<property name="label">gtk-delete</property>
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">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="menuitem11">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes">_Вид</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</interface>
|