Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.GTK
diff gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment.cs @ 145:135491fd1830
* Commit reformatted auto-generated code, because MonoDevelop changed its behaviour and now always uses its own format, not user format, for autogen code
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 12 Nov 2011 19:53:26 +0000 |
parents | 6d2c8ad0d8f1 |
children |
line wrap: on
line diff
--- a/gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment.cs Tue Oct 25 20:32:47 2011 +0100 +++ b/gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment.cs Sat Nov 12 19:53:26 2011 +0000 @@ -17,13 +17,13 @@ private global::IBBoard.GtkSharp.Translatable.TranslatableLabel lblAmount; private global::IBBoard.GtkSharp.Translatable.TranslatableButton bttnCancel; private global::IBBoard.GtkSharp.Translatable.TranslatableButton bttnOkay; - - protected virtual void Build() + + protected virtual void Build () { - global::Stetic.Gui.Initialize(this); + global::Stetic.Gui.Initialize (this); // Widget IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment this.Name = "IBBoard.WarFoundry.GUI.GTK.FrmEditEquipment"; - this.Title = global::Mono.Unix.Catalog.GetString("Edit equipment"); + this.Title = global::Mono.Unix.Catalog.GetString ("Edit equipment"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.SkipPagerHint = true; @@ -33,36 +33,36 @@ w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild - this.table1 = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false); + this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild - this.hbox2 = new global::Gtk.HBox(); + this.hbox2 = new global::Gtk.HBox (); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild - this.table2 = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false); + this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false); this.table2.Name = "table2"; this.table2.RowSpacing = ((uint)(6)); this.table2.ColumnSpacing = ((uint)(6)); // Container child table2.Gtk.Table+TableChild - this.lblEquipAll = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel(); + this.lblEquipAll = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel (); this.lblEquipAll.Name = "lblEquipAll"; - this.lblEquipAll.LabelProp = global::Mono.Unix.Catalog.GetString("equip all"); - this.table2.Add(this.lblEquipAll); - global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2[this.lblEquipAll])); + this.lblEquipAll.LabelProp = global::Mono.Unix.Catalog.GetString ("equip all"); + this.table2.Add (this.lblEquipAll); + global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblEquipAll])); w2.TopAttach = ((uint)(2)); w2.BottomAttach = ((uint)(3)); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.lblPercent = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel(); + this.lblPercent = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel (); this.lblPercent.Name = "lblPercent"; - this.lblPercent.LabelProp = global::Mono.Unix.Catalog.GetString("%"); - this.table2.Add(this.lblPercent); - global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.lblPercent])); + this.lblPercent.LabelProp = global::Mono.Unix.Catalog.GetString ("%"); + this.table2.Add (this.lblPercent); + global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblPercent])); w3.TopAttach = ((uint)(1)); w3.BottomAttach = ((uint)(2)); w3.LeftAttach = ((uint)(2)); @@ -70,28 +70,28 @@ w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.numericAmount = new global::Gtk.SpinButton(0, 100, 1); + this.numericAmount = new global::Gtk.SpinButton (0, 100, 1); this.numericAmount.CanFocus = true; this.numericAmount.Name = "numericAmount"; this.numericAmount.Adjustment.PageIncrement = 10; this.numericAmount.ClimbRate = 1; this.numericAmount.Numeric = true; - this.table2.Add(this.numericAmount); - global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2[this.numericAmount])); + this.table2.Add (this.numericAmount); + global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.numericAmount])); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(0)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.percentageAmount = new global::Gtk.SpinButton(0, 100, 1); + this.percentageAmount = new global::Gtk.SpinButton (0, 100, 1); this.percentageAmount.CanFocus = true; this.percentageAmount.Name = "percentageAmount"; this.percentageAmount.Adjustment.PageIncrement = 10; this.percentageAmount.ClimbRate = 1; this.percentageAmount.Digits = ((uint)(1)); this.percentageAmount.Numeric = true; - this.table2.Add(this.percentageAmount); - global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.percentageAmount])); + this.table2.Add (this.percentageAmount); + global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.percentageAmount])); w5.TopAttach = ((uint)(1)); w5.BottomAttach = ((uint)(2)); w5.LeftAttach = ((uint)(1)); @@ -99,62 +99,62 @@ w5.XOptions = ((global::Gtk.AttachOptions)(0)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.rbEquipAll = new global::Gtk.RadioButton(""); + this.rbEquipAll = new global::Gtk.RadioButton (""); this.rbEquipAll.CanFocus = true; this.rbEquipAll.Name = "rbEquipAll"; this.rbEquipAll.DrawIndicator = true; this.rbEquipAll.UseUnderline = true; - this.rbEquipAll.Group = new global::GLib.SList(global::System.IntPtr.Zero); - this.table2.Add(this.rbEquipAll); - global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.rbEquipAll])); + this.rbEquipAll.Group = new global::GLib.SList (global::System.IntPtr.Zero); + this.table2.Add (this.rbEquipAll); + global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.rbEquipAll])); w6.TopAttach = ((uint)(2)); w6.BottomAttach = ((uint)(3)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.rbEquipNumeric = new global::Gtk.RadioButton(""); + this.rbEquipNumeric = new global::Gtk.RadioButton (""); this.rbEquipNumeric.CanFocus = true; this.rbEquipNumeric.Name = "rbEquipNumeric"; this.rbEquipNumeric.DrawIndicator = true; this.rbEquipNumeric.UseUnderline = true; this.rbEquipNumeric.Group = this.rbEquipAll.Group; - this.table2.Add(this.rbEquipNumeric); - global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.rbEquipNumeric])); + this.table2.Add (this.rbEquipNumeric); + global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.rbEquipNumeric])); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table2.Gtk.Table+TableChild - this.rbEquipPercent = new global::Gtk.RadioButton(""); + this.rbEquipPercent = new global::Gtk.RadioButton (""); this.rbEquipPercent.CanFocus = true; this.rbEquipPercent.Name = "rbEquipPercent"; this.rbEquipPercent.DrawIndicator = true; this.rbEquipPercent.UseUnderline = true; this.rbEquipPercent.Group = this.rbEquipAll.Group; - this.table2.Add(this.rbEquipPercent); - global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.rbEquipPercent])); + this.table2.Add (this.rbEquipPercent); + global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.rbEquipPercent])); w8.TopAttach = ((uint)(1)); w8.BottomAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); - this.hbox2.Add(this.table2); - global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.table2])); + this.hbox2.Add (this.table2); + global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.table2])); w9.Position = 0; w9.Expand = false; w9.Fill = false; - this.table1.Add(this.hbox2); - global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox2])); + this.table1.Add (this.hbox2); + global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2])); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild - this.lblAmount = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel(); + this.lblAmount = new global::IBBoard.GtkSharp.Translatable.TranslatableLabel (); this.lblAmount.Name = "lblAmount"; - this.lblAmount.LabelProp = global::Mono.Unix.Catalog.GetString("amount:"); + this.lblAmount.LabelProp = global::Mono.Unix.Catalog.GetString ("amount:"); this.lblAmount.Justify = ((global::Gtk.Justification)(1)); - this.table1.Add(this.lblAmount); - global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.lblAmount])); + this.table1.Add (this.lblAmount); + global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblAmount])); w11.YOptions = ((global::Gtk.AttachOptions)(4)); - w1.Add(this.table1); - global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1[this.table1])); + w1.Add (this.table1); + global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.table1])); w12.Position = 0; w12.Expand = false; w12.Fill = false; @@ -165,44 +165,43 @@ w13.BorderWidth = ((uint)(5)); w13.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild - this.bttnCancel = new global::IBBoard.GtkSharp.Translatable.TranslatableButton(); + this.bttnCancel = new global::IBBoard.GtkSharp.Translatable.TranslatableButton (); this.bttnCancel.CanDefault = true; this.bttnCancel.CanFocus = true; this.bttnCancel.Name = "bttnCancel"; this.bttnCancel.UseStock = true; this.bttnCancel.UseUnderline = true; this.bttnCancel.Label = "gtk-cancel"; - this.AddActionWidget(this.bttnCancel, -6); - global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13[this.bttnCancel])); + this.AddActionWidget (this.bttnCancel, -6); + global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.bttnCancel])); w14.Expand = false; w14.Fill = false; // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild - this.bttnOkay = new global::IBBoard.GtkSharp.Translatable.TranslatableButton(); + this.bttnOkay = new global::IBBoard.GtkSharp.Translatable.TranslatableButton (); this.bttnOkay.CanDefault = true; this.bttnOkay.CanFocus = true; this.bttnOkay.Name = "bttnOkay"; this.bttnOkay.UseStock = true; this.bttnOkay.UseUnderline = true; this.bttnOkay.Label = "gtk-ok"; - this.AddActionWidget(this.bttnOkay, -5); - global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13[this.bttnOkay])); + this.AddActionWidget (this.bttnOkay, -5); + global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.bttnOkay])); w15.Position = 1; w15.Expand = false; w15.Fill = false; - if ((this.Child != null)) - { - this.Child.ShowAll(); + if ((this.Child != null)) { + this.Child.ShowAll (); } this.DefaultWidth = 280; this.DefaultHeight = 175; - this.Show(); - this.rbEquipPercent.Clicked += new global::System.EventHandler(this.RadioButtonClicked); - this.rbEquipNumeric.Clicked += new global::System.EventHandler(this.RadioButtonClicked); - this.rbEquipAll.Clicked += new global::System.EventHandler(this.RadioButtonClicked); - this.percentageAmount.ValueChanged += new global::System.EventHandler(this.SpinButtonValueChanged); - this.numericAmount.ValueChanged += new global::System.EventHandler(this.SpinButtonValueChanged); - this.bttnCancel.Clicked += new global::System.EventHandler(this.CancelButtonClicked); - this.bttnOkay.Clicked += new global::System.EventHandler(this.OkayButtonClicked); + this.Show (); + this.rbEquipPercent.Clicked += new global::System.EventHandler (this.RadioButtonClicked); + this.rbEquipNumeric.Clicked += new global::System.EventHandler (this.RadioButtonClicked); + this.rbEquipAll.Clicked += new global::System.EventHandler (this.RadioButtonClicked); + this.percentageAmount.ValueChanged += new global::System.EventHandler (this.SpinButtonValueChanged); + this.numericAmount.ValueChanged += new global::System.EventHandler (this.SpinButtonValueChanged); + this.bttnCancel.Clicked += new global::System.EventHandler (this.CancelButtonClicked); + this.bttnOkay.Clicked += new global::System.EventHandler (this.OkayButtonClicked); } } }