comparison gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmNewArmy.cs @ 155:7b091ea86819

* Commit code that MonoDevelop insists on reformatting
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 May 2012 19:56:24 +0100
parents 18c7b0b4bc30
children 08b30dc56af4
comparison
equal deleted inserted replaced
154:c549fd4ff4bf 155:7b091ea86819
23 global::Stetic.Gui.Initialize (this); 23 global::Stetic.Gui.Initialize (this);
24 // Widget IBBoard.WarFoundry.GUI.GTK.FrmNewArmy 24 // Widget IBBoard.WarFoundry.GUI.GTK.FrmNewArmy
25 this.Events = ((global::Gdk.EventMask)(256)); 25 this.Events = ((global::Gdk.EventMask)(256));
26 this.Name = "IBBoard.WarFoundry.GUI.GTK.FrmNewArmy"; 26 this.Name = "IBBoard.WarFoundry.GUI.GTK.FrmNewArmy";
27 this.Title = global::Mono.Unix.Catalog.GetString ("Create new army"); 27 this.Title = global::Mono.Unix.Catalog.GetString ("Create new army");
28 this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Menu); 28 this.Icon = global::Stetic.IconLoader.LoadIcon (
29 this,
30 "gtk-new",
31 global::Gtk.IconSize.Menu
32 );
29 this.WindowPosition = ((global::Gtk.WindowPosition)(4)); 33 this.WindowPosition = ((global::Gtk.WindowPosition)(4));
30 this.SkipPagerHint = true; 34 this.SkipPagerHint = true;
31 this.SkipTaskbarHint = true; 35 this.SkipTaskbarHint = true;
32 // Internal child IBBoard.WarFoundry.GUI.GTK.FrmNewArmy.VBox 36 // Internal child IBBoard.WarFoundry.GUI.GTK.FrmNewArmy.VBox
33 global::Gtk.VBox w1 = this.VBox; 37 global::Gtk.VBox w1 = this.VBox;