comparison FrmUnit.cs @ 84:1e85a0687e4d

Re #88: Complete initial WinForms UI * Remove icon from unit form * Widen text boxes on new army form
author IBBoard <dev@ibboard.co.uk>
date Sat, 31 Oct 2009 19:32:48 +0000
parents 9a215113c84c
children 0bb9f40d44eb
comparison
equal deleted inserted replaced
83:6d5cb8c7b6ed 84:1e85a0687e4d
341 this.Controls.Add(this.lblUnitSize); 341 this.Controls.Add(this.lblUnitSize);
342 this.Controls.Add(this.unitSize); 342 this.Controls.Add(this.unitSize);
343 this.Controls.Add(this.tbUnitName); 343 this.Controls.Add(this.tbUnitName);
344 this.Controls.Add(this.statsGrid); 344 this.Controls.Add(this.statsGrid);
345 this.Name = "FrmUnit"; 345 this.Name = "FrmUnit";
346 this.ShowIcon = false;
346 this.ShowInTaskbar = false; 347 this.ShowInTaskbar = false;
347 this.Text = "FrmUnit"; 348 this.Text = "FrmUnit";
348 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUnit_FormClosing); 349 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUnit_FormClosing);
349 ((System.ComponentModel.ISupportInitialize) (this.statsGrid)).EndInit(); 350 ((System.ComponentModel.ISupportInitialize) (this.statsGrid)).EndInit();
350 ((System.ComponentModel.ISupportInitialize) (this.unitSize)).EndInit(); 351 ((System.ComponentModel.ISupportInitialize) (this.unitSize)).EndInit();