Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
view gtk-gui/gui.stetic @ 123:f58f69ea2435
Re #361: Add XML export UI to GTK#
* Add dialog to menus
* Tweak dialog
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 28 Sep 2011 20:46:08 +0100 |
parents | 2479414b16f6 |
children | a647afc19fe9 |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <stetic-interface> <configuration> <images-root-path>..</images-root-path> <target-gtk-version>2.12</target-gtk-version> </configuration> <import> <widget-library name="../../IBBoard.GtkSharp/bin/Debug/IBBoard.GtkSharp.dll" /> <widget-library name="../bin/Debug/WarFoundry-GTK.exe" internal="true" /> </import> <widget class="Gtk.Window" id="IBBoard.WarFoundry.GUI.GTK.FrmMainWindow" design-size="832 659"> <action-group name="Default"> <action id="menuFile"> <property name="Type">Action</property> <property name="Label" translatable="yes">File</property> <property name="ShortLabel" translatable="yes">File</property> </action> <action id="miNewArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes">Create army</property> <property name="ShortLabel" translatable="yes">Create army</property> <property name="StockId">gtk-new</property> <signal name="Activated" handler="OnCreateArmyActivated" /> </action> <action id="miOpenArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes">Open army</property> <property name="ShortLabel" translatable="yes">Open army</property> <property name="StockId">gtk-open</property> <signal name="Activated" handler="OnOpenArmyActivated" /> </action> <action id="miSaveArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes">Save army</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Save army</property> <property name="StockId">gtk-save</property> <signal name="Activated" handler="OnSaveArmyActivated" /> </action> <action id="miSaveArmyAs"> <property name="Type">Action</property> <property name="Label" translatable="yes">Save army as</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Save army as</property> <property name="StockId">gtk-save-as</property> <signal name="Activated" handler="OnSaveArmyAsActivated" /> </action> <action id="miCloseArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes">Close army</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Close army</property> <property name="StockId">gtk-close</property> <signal name="Activated" handler="OnCloseArmyActivated" /> </action> <action id="miReloadFiles"> <property name="Type">Action</property> <property name="Label" translatable="yes">Reload files</property> <property name="ShortLabel" translatable="yes">Reload files</property> <property name="StockId">gtk-refresh</property> <signal name="Activated" handler="OnReloadFilesActivated" /> </action> <action id="miExit"> <property name="Type">Action</property> <property name="Label" translatable="yes">Exit</property> <property name="ShortLabel" translatable="yes">Exit</property> <property name="StockId">gtk-quit</property> <signal name="Activated" handler="OnExitActivated" /> </action> <action id="menuEdit"> <property name="Type">Action</property> <property name="Label" translatable="yes">Edit</property> <property name="ShortLabel" translatable="yes">Edit</property> </action> <action id="miUndo"> <property name="Type">Action</property> <property name="Label" translatable="yes">Undo</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Undo</property> <property name="StockId">gtk-undo</property> </action> <action id="miRedo"> <property name="Type">Action</property> <property name="Label" translatable="yes">Redo</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Redo</property> <property name="StockId">gtk-redo</property> </action> <action id="menuHelp"> <property name="Type">Action</property> <property name="Label" translatable="yes">Help</property> <property name="ShortLabel" translatable="yes">Help</property> </action> <action id="miAbout"> <property name="Type">Action</property> <property name="Label" translatable="yes">About</property> <property name="ShortLabel" translatable="yes">About</property> <property name="StockId">gtk-about</property> <signal name="Activated" handler="HelpAboutActivated" /> </action> <action id="miDebugInformation"> <property name="Type">Action</property> <property name="Label" translatable="yes">Debug Information</property> <property name="ShortLabel" translatable="yes">Debug Information</property> </action> <action id="bttnNewArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="StockId">gtk-new</property> <signal name="Activated" handler="newTBButtonActivated" /> </action> <action id="bttnOpenArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="StockId">gtk-open</property> <signal name="Activated" handler="openTBButtonActivated" /> </action> <action id="bttnSaveArmy"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="Sensitive">False</property> <property name="StockId">gtk-save</property> <signal name="Activated" handler="saveTBButtonActivated" /> </action> <action id="bttnUndo"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="Sensitive">False</property> <property name="StockId">gtk-undo</property> <signal name="Activated" handler="undoTBButtonActivated" /> </action> <action id="bttnRedo"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="Sensitive">False</property> <property name="StockId">gtk-redo</property> <signal name="Activated" handler="redoTBButtonActivated" /> </action> <action id="goDown"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> </action> <action id="add"> <property name="Type">Action</property> <property name="Label" translatable="yes" /> <property name="StockId">gtk-add</property> </action> <action id="miExportArmyAs"> <property name="Type">Action</property> <property name="Label" translatable="yes">Export army as...</property> <property name="Sensitive">False</property> <property name="ShortLabel" translatable="yes">Export army as...</property> <property name="StockId">gtk-convert</property> </action> <action id="miExportArmyAsBasicHTML"> <property name="Type">Action</property> <property name="Label" translatable="yes">Basic HTML</property> <property name="ShortLabel" translatable="yes">Basic HTML</property> <signal name="Activated" handler="OnMiExportAsBasicHtmlActivated" /> </action> <action id="miPreferences"> <property name="Type">Action</property> <property name="Label" translatable="yes">preferences</property> <property name="ShortLabel" translatable="yes">preferences</property> <property name="StockId">gtk-preferences</property> <signal name="Activated" handler="miPreferencesClicked" /> </action> <action id="transformedXmlAction"> <property name="Type">Action</property> <property name="Label" translatable="yes">transformed xml</property> <property name="ShortLabel" translatable="yes">transformed xml</property> <signal name="Activated" handler="OnTransformedXmlActionActivated" /> </action> </action-group> <property name="MemberName" /> <property name="Title" translatable="yes">MainWindow</property> <property name="Icon">resource:App.ico</property> <child> <widget class="Gtk.VBox" id="vbox1"> <property name="MemberName" /> <child> <widget class="Gtk.MenuBar" id="menubar1"> <property name="MemberName" /> <node name="menubar1" type="Menubar"> <node type="Menu" action="menuFile"> <node type="Menuitem" action="miNewArmy" /> <node type="Menuitem" action="miOpenArmy" /> <node type="Menuitem" action="miSaveArmy" /> <node type="Menuitem" action="miSaveArmyAs" /> <node type="Menu" action="miExportArmyAs"> <node type="Menuitem" action="miExportArmyAsBasicHTML" /> <node type="Menuitem" action="transformedXmlAction" /> </node> <node type="Menuitem" action="miCloseArmy" /> <node type="Separator" /> <node type="Menuitem" action="miReloadFiles" /> <node type="Separator" /> <node type="Menuitem" action="miExit" /> </node> <node type="Menu" action="menuEdit"> <node type="Menuitem" action="miUndo" /> <node type="Menuitem" action="miRedo" /> <node type="Separator" /> <node type="Menuitem" action="miPreferences" /> </node> <node type="Menu" action="menuHelp"> <node type="Menuitem" action="miAbout" /> </node> </node> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.Toolbar" id="toolbar"> <property name="MemberName" /> <property name="HeightRequest">36</property> <property name="ShowArrow">False</property> <property name="ButtonStyle">Icons</property> <property name="IconSize">LargeToolbar</property> <node name="toolbar" type="Toolbar"> <node type="Toolitem" action="bttnNewArmy" /> <node type="Toolitem" action="bttnOpenArmy" /> <node type="Toolitem" action="bttnSaveArmy" /> <node type="Separator" /> <node type="Toolitem" action="bttnUndo" /> <node type="Toolitem" action="bttnRedo" /> <node type="Separator" /> </node> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.HPaned" id="hpaned2"> <property name="MemberName" /> <property name="Visible">False</property> <property name="CanFocus">True</property> <property name="Position">178</property> <child> <widget class="Gtk.TreeView" id="treeUnits"> <property name="MemberName" /> <property name="CanFocus">True</property> <signal name="RowActivated" handler="ArmyRowActivated" /> <signal name="PopupMenu" handler="OnTreeUnitsPopupMenu" /> <signal name="ButtonPressEvent" handler="UnitTreeButtonPressed" /> </widget> <packing> <property name="Resize">False</property> </packing> </child> <child> <widget class="Gtk.Notebook" id="unitsNotebook"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="CurrentPage">-1</property> <property name="Scrollable">True</property> <signal name="Removed" handler="NotebookPageRemoved" /> </widget> </child> </widget> <packing> <property name="Position">2</property> <property name="AutoSize">True</property> </packing> </child> <child> <widget class="Gtk.Statusbar" id="statusbar1"> <property name="MemberName" /> <property name="Spacing">2</property> <child> <placeholder /> </child> <child> <widget class="Gtk.Label" id="lblTotalPoints"> <property name="MemberName" /> </widget> <packing> <property name="Position">2</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> <packing> <property name="Position">3</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmNewArmy" design-size="370 348"> <property name="MemberName" /> <property name="Events">ButtonPressMask</property> <property name="Title" translatable="yes">Create new army</property> <property name="Icon">stock:gtk-new Menu</property> <property name="WindowPosition">CenterOnParent</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog_VBox"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Events">ButtonPressMask</property> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">4</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TreeView" id="lstRaces"> <property name="MemberName" /> <property name="HeightRequest">150</property> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> <property name="RulesHint">True</property> </widget> </child> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.HBox" id="hbox2"> <property name="MemberName" /> <child> <widget class="Gtk.SpinButton" id="sbPointsValue"> <property name="MemberName" /> <property name="WidthRequest">150</property> <property name="CanFocus">True</property> <property name="Upper">2000000000</property> <property name="PageIncrement">1000</property> <property name="StepIncrement">100</property> <property name="ClimbRate">100</property> <property name="Numeric">True</property> <property name="Value">1000</property> <signal name="ChangeValue" handler="OnSpinChangeValue" /> <signal name="ValueChanged" handler="OnSpinValueChanged" /> <signal name="Changed" handler="OnSpinValueChanged" /> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <placeholder /> </child> </widget> <packing> <property name="TopAttach">3</property> <property name="BottomAttach">4</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblArmyName"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">army name</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblArmySize"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">points value</property> </widget> <packing> <property name="TopAttach">3</property> <property name="BottomAttach">4</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblGameSystem"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">game system</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblRaceList"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">race</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.ComboBoxEntry" id="systemCombo"> <property name="MemberName" /> <property name="IsTextCombo">True</property> <property name="Items" translatable="yes" /> <signal name="Changed" handler="OnSystemComboChanged" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.Entry" id="txtArmyName"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="IsEditable">True</property> <property name="InvisibleChar">•</property> <signal name="Changed" handler="OnTextChanged" /> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> <property name="Padding">6</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="WarFoundrySharp.FrmNewArmy_ActionArea"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Events">ButtonPressMask</property> <property name="Spacing">6</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="OnCancelClicked" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCreate"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="OnCreateClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmNewUnit" design-size="403 259"> <property name="MemberName" /> <property name="Title" translatable="yes">Add new unit</property> <property name="Icon">stock:gtk-new Menu</property> <property name="WindowPosition">CenterOnParent</property> <property name="Modal">True</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.VBox" id="vbox2"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.HBox" id="hbox1"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblUnitList"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">unit type</property> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TreeView" id="lstUnitTypes"> <property name="MemberName" /> <property name="HeightRequest">150</property> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> <signal name="RowActivated" handler="OnRowActivated" /> </widget> </child> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblNewUnitWarning"> <property name="MemberName" /> <property name="Visible">False</property> <property name="Xalign">0</property> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">6</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="OnButtonCancelActivated" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCreate"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="OnButtonOkClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Bin" id="IBBoard.WarFoundry.GUI.GTK.Widgets.UnitDisplayWidget" design-size="649 458"> <property name="MemberName" /> <child> <widget class="Gtk.VBox" id="vbox1"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.HBox" id="hbox1"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.Entry" id="unitName"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="IsEditable">True</property> <property name="InvisibleChar">•</property> <signal name="FocusOutEvent" handler="OnUnitNameFocusOut" /> <signal name="KeyPressEvent" handler="OnUnitNameKeyPress" /> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="unitSize"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Numeric">True</property> <signal name="FocusOutEvent" handler="OnUnitSizeFocusOut" /> <signal name="KeyPressEvent" handler="OnUnitSizeKeyPress" /> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.ScrolledWindow" id="statsScrollPanel"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShadowType">In</property> <child> <widget class="Gtk.Viewport" id="GtkViewport"> <property name="MemberName" /> <property name="ShadowType">None</property> <child> <widget class="Gtk.VBox" id="statsRepeatBox"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <placeholder /> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> </packing> </child> <child> <widget class="Gtk.HSeparator" id="hseparator1"> <property name="MemberName" /> </widget> <packing> <property name="Position">2</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.HBox" id="hbox2"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow2"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.NodeView" id="equipmentList"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> </widget> </child> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow3"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TextView" id="notesView"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="Editable">False</property> <property name="Text" translatable="yes" /> </widget> </child> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow4"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.NodeView" id="abilitiesList"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> </widget> </child> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblAbilities"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">abilities:</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblEquip"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equipment:</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblNotes"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">notes:</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> </packing> </child> <child> <widget class="Gtk.VBox" id="vbox3"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnAddWeapon"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Type">TextOnly</property> <property name="Label" translatable="yes">add</property> <property name="UseUnderline">True</property> <signal name="Clicked" handler="OnBttnAddEquipmentClicked" /> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnEditWeapon"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="CanFocus">True</property> <property name="Type">TextOnly</property> <property name="Label" translatable="yes">edit</property> <property name="UseUnderline">True</property> <signal name="Clicked" handler="HandleEditButtonClicked" /> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnReplaceWeapon"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="CanFocus">True</property> <property name="Type">TextOnly</property> <property name="Label" translatable="yes">replace</property> <property name="UseUnderline">True</property> <signal name="Clicked" handler="HandleReplaceButtonClicked" /> </widget> <packing> <property name="Position">2</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnRemoveWeapon"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="CanFocus">True</property> <property name="Type">TextOnly</property> <property name="Label" translatable="yes">remove</property> <property name="UseUnderline">True</property> <signal name="Clicked" handler="HandleRemoveButtonActivated" /> </widget> <packing> <property name="Position">3</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> <packing> <property name="Position">3</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <placeholder /> </child> <child> <placeholder /> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmAddEquipment" design-size="400 300"> <property name="MemberName" /> <property name="Title" translatable="yes">Add equipment</property> <property name="WindowPosition">CenterOnParent</property> <property name="Modal">True</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">2</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TreeView" id="lstEquipment"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> </widget> </child> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.HBox" id="hbox2"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.Table" id="table2"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">3</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblEquipAll"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equip all</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblPercent"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">%</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">2</property> <property name="RightAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="numericAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="percentageAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Digits">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipAll"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="Active">True</property> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipNumeric"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> <signal name="Clicked" handler="RadioButtonClicked" /> </widget> <packing> <property name="AutoSize">False</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipPercent"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <placeholder /> </child> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblAmount"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">amount:</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblItem"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equipment</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="CancelButtonClicked" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnOkay"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="OkayButtonClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment" design-size="280 175"> <property name="MemberName" /> <property name="Title" translatable="yes">Edit equipment</property> <property name="WindowPosition">CenterOnParent</property> <property name="Modal">True</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.HBox" id="hbox2"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.Table" id="table2"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">3</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblEquipAll"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equip all</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblPercent"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">%</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">2</property> <property name="RightAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="numericAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="percentageAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Digits">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipAll"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> <signal name="Clicked" handler="RadioButtonClicked" /> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipNumeric"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> <signal name="Clicked" handler="RadioButtonClicked" /> </widget> <packing> <property name="AutoSize">False</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipPercent"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> <signal name="Clicked" handler="RadioButtonClicked" /> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <placeholder /> </child> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblAmount"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">amount:</property> <property name="Justify">Right</property> </widget> <packing> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="CancelButtonClicked" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnOkay"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="OkayButtonClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmReplaceEquipment" design-size="400 300"> <property name="MemberName" /> <property name="Title" translatable="yes">Add equipment</property> <property name="WindowPosition">CenterOnParent</property> <property name="Modal">True</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">2</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TreeView" id="lstEquipment"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> </widget> </child> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.HBox" id="hbox2"> <property name="MemberName" /> <property name="Spacing">6</property> <child> <widget class="Gtk.Table" id="table2"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">3</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblEquipAll"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equip all</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblPercent"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">%</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">2</property> <property name="RightAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="numericAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.SpinButton" id="percentageAmount"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Upper">100</property> <property name="PageIncrement">10</property> <property name="StepIncrement">1</property> <property name="ClimbRate">1</property> <property name="Digits">1</property> <property name="Numeric">True</property> <signal name="ValueChanged" handler="SpinButtonValueChanged" /> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="XOptions">0</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">False</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipAll"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipNumeric"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> <signal name="Clicked" handler="RadioButtonClicked" /> </widget> <packing> <property name="AutoSize">False</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.RadioButton" id="rbEquipPercent"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes" /> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <property name="Group">group1</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <placeholder /> </child> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblAmount"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">amount:</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblItem"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">equipment</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="CancelButtonClicked" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnOkay"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="OkayButtonClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmAbout" design-size="330 300"> <property name="MemberName" /> <property name="Title" translatable="yes">About WF</property> <property name="Icon">resource:App.ico</property> <property name="TypeHint">Dialog</property> <property name="WindowPosition">CenterOnParent</property> <property name="Resizable">False</property> <property name="AllowGrow">False</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Image" id="logoImage"> <property name="MemberName" /> <property name="Pixbuf">resource:IBBoard.WarFoundry.GUI.GTK.App-lrg.png</property> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.Label" id="label1"> <property name="MemberName" /> <property name="LabelProp" translatable="yes"><span font_size="x-large" weight="bold">WarFoundry v0.1 RC 1</span></property> <property name="UseMarkup">True</property> </widget> <packing> <property name="Position">1</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblWarFoundryDesc"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">WarFoundry is an open-source army creation tool that lets you create rosters for multiple game systems.</property> <property name="Wrap">True</property> <property name="Justify">Center</property> </widget> <packing> <property name="Position">2</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblWarFoundryCopyright"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">© 2007-2010, IBBoard and others</property> </widget> <packing> <property name="Position">3</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.Label" id="lblWarFoundryLink"> <property name="MemberName" /> <property name="LabelProp" translatable="yes"><a href="http://warfoundry.co.uk">http://warfoundry.co.uk</a></property> <property name="UseMarkup">True</property> </widget> <packing> <property name="Position">4</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCredits"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-about</property> <property name="ResponseId">-1</property> <signal name="Clicked" handler="BttnCreditsClicked" /> <property name="label">gtk-about</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnClose"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="HasDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-close</property> <property name="ResponseId">-7</property> <property name="label">gtk-close</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmAboutCredits" design-size="376 250"> <property name="MemberName" /> <property name="Icon">resource:App.ico</property> <property name="TypeHint">Dialog</property> <property name="WindowPosition">CenterOnParent</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">1</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <widget class="Gtk.Label" id="label1"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp">IBBoard (Main developer and project lead)</property> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.Label" id="label2"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp" translatable="yes">HeWhoWatches</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.Label" id="label3"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp" translatable="yes">Snowblizz, Frostlee, Lord_Archaon, Furrie, clutch110, Mollo, HeWhoWatches</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblDevelopers"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp" translatable="yes">developers:</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblTestersCommon"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp" translatable="yes">testers (common):</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblTestersGtk"> <property name="MemberName" /> <property name="Xpad">3</property> <property name="Ypad">3</property> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LabelProp" translatable="yes">testers (GTK UI):</property> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">1</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnClose"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-close</property> <property name="ResponseId">-7</property> <property name="label">gtk-close</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmPreferences" design-size="400 300"> <property name="MemberName" /> <property name="TypeHint">Dialog</property> <property name="WindowPosition">CenterOnParent</property> <property name="SkipPagerHint">True</property> <property name="SkipTaskbarHint">True</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.HPaned" id="hpaned1"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Position">164</property> <child> <widget class="Gtk.ScrolledWindow" id="GtkScrolledWindow"> <property name="MemberName" /> <property name="ShadowType">In</property> <child> <widget class="Gtk.TreeView" id="preferencesTree"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="ShowScrollbars">True</property> <property name="HeadersVisible">False</property> </widget> </child> </widget> <packing> <property name="Resize">False</property> </packing> </child> <child> <widget class="Gtk.Frame" id="prefsFrame"> <property name="MemberName" /> <property name="ShadowType">In</property> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Alignment" id="GtkAlignment2"> <property name="MemberName" /> <property name="Xalign">0</property> <property name="Yalign">0</property> <property name="LeftPadding">12</property> <child> <widget class="Gtk.Table" id="table1"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <placeholder /> </child> <child> <widget class="Gtk.ComboBox" id="languageList"> <property name="MemberName" /> <property name="IsTextCombo">True</property> <property name="Items" translatable="yes" /> <signal name="Changed" handler="languageListChanged" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblLanguage"> <property name="MemberName" /> <property name="LabelProp" translatable="yes">language:</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> </child> </widget> </child> <child> <widget class="Gtk.Label" id="frameLabel"> <property name="MemberName" /> <property name="LabelProp" translatable="yes"><b>language</b></property> <property name="UseMarkup">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnCancel"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <signal name="Clicked" handler="bttnCancelClicked" /> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableButton" id="bttnOkay"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <signal name="Clicked" handler="bttnOkayClicked" /> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> <widget class="Gtk.Dialog" id="IBBoard.WarFoundry.GUI.GTK.FrmExportXml" design-size="336 171"> <property name="MemberName" /> <property name="WindowPosition">CenterOnParent</property> <property name="Buttons">2</property> <property name="HelpButton">False</property> <child internal-child="VBox"> <widget class="Gtk.VBox" id="dialog1_VBox"> <property name="MemberName" /> <property name="BorderWidth">2</property> <child> <widget class="Gtk.Table" id="table"> <property name="MemberName" /> <property name="NRows">3</property> <property name="NColumns">2</property> <property name="RowSpacing">6</property> <property name="ColumnSpacing">6</property> <child> <placeholder /> </child> <child> <widget class="Gtk.CheckButton" id="doTransformWidget"> <property name="MemberName" /> <property name="CanFocus">True</property> <property name="Label" translatable="yes">Transform output?</property> <property name="DrawIndicator">True</property> <property name="HasLabel">True</property> <property name="UseUnderline">True</property> <signal name="Toggled" handler="OnDoTransformWidgetToggled" /> </widget> <packing> <property name="TopAttach">1</property> <property name="BottomAttach">2</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblOutputFile"> <property name="MemberName" /> <property name="Xalign">1</property> <property name="LabelProp" translatable="yes">Save as:</property> </widget> <packing> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="IBBoard.GtkSharp.Translatable.TranslatableLabel" id="lblTransform"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="LabelProp" translatable="yes">Transform:</property> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.FileChooserButton" id="saveAsPath"> <property name="MemberName" /> </widget> <packing> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">True</property> <property name="XOptions">Fill</property> <property name="YOptions">Fill</property> <property name="XExpand">False</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> <child> <widget class="Gtk.ComboBox" id="transformList"> <property name="MemberName" /> <property name="Sensitive">False</property> <property name="IsTextCombo">True</property> <property name="Items" translatable="yes" /> </widget> <packing> <property name="TopAttach">2</property> <property name="BottomAttach">3</property> <property name="LeftAttach">1</property> <property name="RightAttach">2</property> <property name="AutoSize">False</property> <property name="YOptions">Fill</property> <property name="XExpand">True</property> <property name="XFill">True</property> <property name="XShrink">False</property> <property name="YExpand">False</property> <property name="YFill">True</property> <property name="YShrink">False</property> </packing> </child> </widget> <packing> <property name="Position">0</property> <property name="AutoSize">True</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> <child internal-child="ActionArea"> <widget class="Gtk.HButtonBox" id="dialog1_ActionArea"> <property name="MemberName" /> <property name="Spacing">10</property> <property name="BorderWidth">5</property> <property name="Size">2</property> <property name="LayoutStyle">End</property> <child> <widget class="Gtk.Button" id="buttonCancel"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-cancel</property> <property name="ResponseId">-6</property> <property name="label">gtk-cancel</property> </widget> <packing> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> <child> <widget class="Gtk.Button" id="buttonOk"> <property name="MemberName" /> <property name="CanDefault">True</property> <property name="CanFocus">True</property> <property name="UseStock">True</property> <property name="Type">StockItem</property> <property name="StockId">gtk-ok</property> <property name="ResponseId">-5</property> <property name="label">gtk-ok</property> </widget> <packing> <property name="Position">1</property> <property name="Expand">False</property> <property name="Fill">False</property> </packing> </child> </widget> </child> </widget> </stetic-interface>