view gtk-gui/IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.cs @ 50:d2f4fcc28254

Re #306: Combine equipment lists in GTK# * Initial UI rearranging
author IBBoard <dev@ibboard.co.uk>
date Sun, 15 Aug 2010 16:02:49 +0000
parents 23238d998535
children dafbd432ca23
line wrap: on
line source


// This file has been generated by the GUI designer. Do not modify.
namespace IBBoard.WarFoundry.GTK.Widgets
{
	public partial class UnitDisplayWidget
	{
		private global::Gtk.VBox vbox1;

		private global::Gtk.HBox hbox1;

		private global::Gtk.Entry unitName;

		private global::Gtk.SpinButton unitSize;

		private global::Gtk.ScrolledWindow GtkScrolledWindow;

		private global::Gtk.NodeView unitStats;

		private global::Gtk.HSeparator hseparator1;

		private global::Gtk.Table table1;

		private global::Gtk.Label equipmentLabel;

		private global::Gtk.ScrolledWindow GtkScrolledWindow2;

		private global::Gtk.NodeView equipmentList;

		private global::Gtk.ScrolledWindow GtkScrolledWindow3;

		private global::Gtk.TextView notesView;

		private global::Gtk.Label lblNotes;

		private global::Gtk.VBox vbox3;

		private global::Gtk.Button bttnAddOptional;

		private global::Gtk.Button bttnEditOptional;

		private global::Gtk.Button bttnReplace;

		private global::Gtk.Button bttnRemove;

		protected virtual void Build()
		{
			global::Stetic.Gui.Initialize(this);
			// Widget IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget
			global::Stetic.BinContainer.Attach(this);
			this.Name = "IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget";
			// Container child IBBoard.WarFoundry.GTK.Widgets.UnitDisplayWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.unitName = new global::Gtk.Entry();
			this.unitName.CanFocus = true;
			this.unitName.Name = "unitName";
			this.unitName.IsEditable = true;
			this.unitName.InvisibleChar = '•';
			this.hbox1.Add(this.unitName);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.unitName]));
			w1.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.unitSize = new global::Gtk.SpinButton(0, 100, 1);
			this.unitSize.CanFocus = true;
			this.unitSize.Name = "unitSize";
			this.unitSize.Adjustment.PageIncrement = 10;
			this.unitSize.ClimbRate = 1;
			this.unitSize.Numeric = true;
			this.hbox1.Add(this.unitSize);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.unitSize]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.vbox1.Add(this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.unitStats = new global::Gtk.NodeView();
			this.unitStats.HeightRequest = 75;
			this.unitStats.CanFocus = true;
			this.unitStats.Name = "unitStats";
			this.GtkScrolledWindow.Add(this.unitStats);
			this.vbox1.Add(this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
			w5.Position = 1;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator();
			this.hseparator1.Name = "hseparator1";
			this.vbox1.Add(this.hseparator1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.equipmentLabel = new global::Gtk.Label();
			this.equipmentLabel.Name = "equipmentLabel";
			this.equipmentLabel.LabelProp = global::Mono.Unix.Catalog.GetString("equipment:");
			this.table1.Add(this.equipmentLabel);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.equipmentLabel]));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow();
			this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
			this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
			this.equipmentList = new global::Gtk.NodeView();
			this.equipmentList.CanFocus = true;
			this.equipmentList.Name = "equipmentList";
			this.GtkScrolledWindow2.Add(this.equipmentList);
			this.table1.Add(this.GtkScrolledWindow2);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow2]));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow();
			this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
			this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
			this.notesView = new global::Gtk.TextView();
			this.notesView.CanFocus = true;
			this.notesView.Name = "notesView";
			this.notesView.Editable = false;
			this.GtkScrolledWindow3.Add(this.notesView);
			this.table1.Add(this.GtkScrolledWindow3);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow3]));
			w11.TopAttach = ((uint)(1));
			w11.BottomAttach = ((uint)(2));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblNotes = new global::Gtk.Label();
			this.lblNotes.Name = "lblNotes";
			this.lblNotes.LabelProp = global::Mono.Unix.Catalog.GetString("notes:");
			this.table1.Add(this.lblNotes);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.lblNotes]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.vbox3 = new global::Gtk.VBox();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.bttnAddOptional = new global::Gtk.Button();
			this.bttnAddOptional.CanFocus = true;
			this.bttnAddOptional.Name = "bttnAddOptional";
			this.bttnAddOptional.UseUnderline = true;
			this.bttnAddOptional.Label = global::Mono.Unix.Catalog.GetString("Add");
			this.vbox3.Add(this.bttnAddOptional);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.bttnAddOptional]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.bttnEditOptional = new global::Gtk.Button();
			this.bttnEditOptional.CanFocus = true;
			this.bttnEditOptional.Name = "bttnEditOptional";
			this.bttnEditOptional.UseUnderline = true;
			this.bttnEditOptional.Label = global::Mono.Unix.Catalog.GetString("Edit");
			this.vbox3.Add(this.bttnEditOptional);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.bttnEditOptional]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.bttnReplace = new global::Gtk.Button();
			this.bttnReplace.CanFocus = true;
			this.bttnReplace.Name = "bttnReplace";
			this.bttnReplace.UseUnderline = true;
			this.bttnReplace.Label = global::Mono.Unix.Catalog.GetString("Replace");
			this.vbox3.Add(this.bttnReplace);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.bttnReplace]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.bttnRemove = new global::Gtk.Button();
			this.bttnRemove.CanFocus = true;
			this.bttnRemove.Name = "bttnRemove";
			this.bttnRemove.UseUnderline = true;
			this.bttnRemove.Label = global::Mono.Unix.Catalog.GetString("Remove");
			this.vbox3.Add(this.bttnRemove);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.bttnRemove]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			this.table1.Add(this.vbox3);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
			w17.LeftAttach = ((uint)(2));
			w17.RightAttach = ((uint)(3));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add(this.table1);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
			w18.Position = 3;
			w18.Expand = false;
			w18.Fill = false;
			this.Add(this.vbox1);
			if ((this.Child != null))
			{
				this.Child.ShowAll();
			}
			this.Show();
			this.unitName.FocusOutEvent += new global::Gtk.FocusOutEventHandler(this.OnUnitNameFocusOut);
			this.unitName.KeyPressEvent += new global::Gtk.KeyPressEventHandler(this.OnUnitNameKeyPress);
			this.unitSize.FocusOutEvent += new global::Gtk.FocusOutEventHandler(this.OnUnitSizeFocusOut);
			this.unitSize.KeyPressEvent += new global::Gtk.KeyPressEventHandler(this.OnUnitSizeKeyPress);
		}
	}
}