uiahoe/ui.glade
2011-09-25 15:46:05 +08:00

121 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy project-wide -->
<widget class="GtkWindow" id="window1">
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label1">
<property name="width_request">0</property>
<property name="visible">True</property>
<property name="tooltip" translatable="yes">數字音標格式</property>
<property name="label" translatable="yes">數字音標</property>
<property name="ellipsize">start</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">4</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkTextView" id="textview1">
<property name="width_request">220</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">數字音標白話字填入區</property>
<property name="pixels_above_lines">5</property>
<property name="wrap_mode">word</property>
<property name="text" translatable="yes">tai5-oan5 e5 bun5 hoat e5 </property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkVButtonBox" id="vbuttonbox1">
<property name="visible">True</property>
<property name="spacing">15</property>
<property name="homogeneous">True</property>
<property name="layout_style">center</property>
<child>
<widget class="GtkButton" id="convert_button">
<property name="label" translatable="yes">轉換</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="revert_button">
<property name="label" translatable="yes">反推(失效)</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">True</property>
<property name="focus_on_click">False</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">正式的白話字</property>
<property name="label" translatable="yes">正式白話字</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">4</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkTextView" id="textview2">
<property name="width_request">190</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">正式白話字輸出結果</property>
<property name="pixels_above_lines">5</property>
<property name="editable">False</property>
<property name="text" translatable="yes">fff trt rtert ertert ertet erter</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>