Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
comparison FrmArmyTree.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 | 1486ccd744dc |
comparison
equal
deleted
inserted
replaced
39:25dfeb1db285 | 40:740350673006 |
---|---|
11 using IBBoard.WarFoundry.API; | 11 using IBBoard.WarFoundry.API; |
12 using IBBoard.WarFoundry.API.Commands; | 12 using IBBoard.WarFoundry.API.Commands; |
13 using IBBoard.Windows.Forms; | 13 using IBBoard.Windows.Forms; |
14 using IBBoard.WarFoundry.API.Objects; | 14 using IBBoard.WarFoundry.API.Objects; |
15 | 15 |
16 namespace IBBoard.WarFoundry.WinForms | 16 namespace IBBoard.WarFoundry.GUI.WinForms |
17 { | 17 { |
18 /// <summary> | 18 /// <summary> |
19 /// Summary description for FrmArmyTree. | 19 /// Summary description for FrmArmyTree. |
20 /// </summary> | 20 /// </summary> |
21 public class FrmArmyTree : IBBoard.Windows.Forms.IBBForm | 21 public class FrmArmyTree : IBBoard.Windows.Forms.IBBForm |