comparison gtk-gui/IBBoard.WarFoundry.GUI.GTK.FrmNewUnit.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 aca4623b7bdf
children f3453f3e4591
comparison
equal deleted inserted replaced
144:929ef50c3919 145:135491fd1830
109 w10.Fill = false; 109 w10.Fill = false;
110 if ((this.Child != null)) { 110 if ((this.Child != null)) {
111 this.Child.ShowAll (); 111 this.Child.ShowAll ();
112 } 112 }
113 this.DefaultWidth = 403; 113 this.DefaultWidth = 403;
114 this.DefaultHeight = 311; 114 this.DefaultHeight = 234;
115 this.validationWidget.Hide (); 115 this.validationWidget.Hide ();
116 this.Show (); 116 this.Show ();
117 this.lstUnitTypes.RowActivated += new global::Gtk.RowActivatedHandler (this.OnRowActivated); 117 this.lstUnitTypes.RowActivated += new global::Gtk.RowActivatedHandler (this.OnRowActivated);
118 this.bttnCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelActivated); 118 this.bttnCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelActivated);
119 this.bttnCreate.Clicked += new global::System.EventHandler (this.OnButtonOkClicked); 119 this.bttnCreate.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);