PingPong/PingPong/gtk-gui/gui.stetic

34 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<stetic-interface>
<configuration>
<images-root-path>../../PingPong</images-root-path>
<target-gtk-version>2.12</target-gtk-version>
</configuration>
<import>
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<widget-library name="../bin/Debug/PingPong.exe" internal="true" />
</import>
<widget class="Gtk.Window" id="MainWindow" design-size="400 300">
<property name="MemberName" />
<property name="Title" translatable="yes">MainWindow</property>
<property name="WindowPosition">CenterOnParent</property>
<signal name="DeleteEvent" handler="OnDeleteEvent" />
<child>
<widget class="Gtk.Fixed" id="fixed1">
<property name="MemberName" />
<property name="HasWindow">False</property>
<child>
<widget class="Gtk.Label" id="lblScore">
<property name="MemberName" />
<property name="LabelProp" translatable="yes">00:00</property>
<property name="UseMarkup">True</property>
</widget>
<packing>
<property name="X">128</property>
<property name="Y">65</property>
</packing>
</child>
</widget>
</child>
</widget>
</stetic-interface>