Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison FrmUnit.cs @ 40:740350673006
Re #117: Add percentage and number boxes to equipment item dialogs
* Add a new EquipmentAmountControl to bundle the controls with some initial implementation
* Add new control to "new equipment" dialog and remove old controls
Also:
* Update some namespaces
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 06 Sep 2009 18:01:54 +0000 |
parents | 6ab7ddc038f9 |
children | 53a18feb2370 |
comparison
equal
deleted
inserted
replaced
39:25dfeb1db285 | 40:740350673006 |
---|---|
12 using IBBoard.Lang; | 12 using IBBoard.Lang; |
13 using IBBoard.Windows.Forms; | 13 using IBBoard.Windows.Forms; |
14 using IBBoard.WarFoundry.API; | 14 using IBBoard.WarFoundry.API; |
15 using IBBoard.WarFoundry.API.Commands; | 15 using IBBoard.WarFoundry.API.Commands; |
16 using IBBoard.WarFoundry.API.Objects; | 16 using IBBoard.WarFoundry.API.Objects; |
17 using IBBoard.WarFoundry.WinForms.UI; | 17 using IBBoard.WarFoundry.GUI.WinForms.UI; |
18 using IBBoard.WarFoundry.GUI.WinForms.Util; | 18 using IBBoard.WarFoundry.GUI.WinForms.Util; |
19 | 19 |
20 namespace IBBoard.WarFoundry.WinForms | 20 namespace IBBoard.WarFoundry.GUI.WinForms |
21 { | 21 { |
22 /// <summary> | 22 /// <summary> |
23 /// Summary description for FrmUnit. | 23 /// Summary description for FrmUnit. |
24 /// </summary> | 24 /// </summary> |
25 public class FrmUnit : IBBoard.Windows.Forms.IBBForm | 25 public class FrmUnit : IBBoard.Windows.Forms.IBBForm |