comparison Properties/Resources.Designer.cs @ 171:0e17097db8e5

Fixes #300: WinForms UI doesn't make it obvious why nothing is listed on first run * Added a warning icon and tooltip message to the New Army dialog * Added initial English translation text Also: * Layered the enabling of widgets so that they are only enabled when they make sense (so empty list won't be enabled)
author IBBoard <dev@ibboard.co.uk>
date Sat, 31 Jul 2010 14:26:21 +0000
parents 581a72dcb549
children 0e39412353c4
comparison
equal deleted inserted replaced
170:1925af42100c 171:0e17097db8e5
99 get { 99 get {
100 object obj = ResourceManager.GetObject("list-add", resourceCulture); 100 object obj = ResourceManager.GetObject("list-add", resourceCulture);
101 return ((System.Drawing.Bitmap)(obj)); 101 return ((System.Drawing.Bitmap)(obj));
102 } 102 }
103 } 103 }
104
105 internal static System.Drawing.Bitmap warning_sml {
106 get {
107 object obj = ResourceManager.GetObject("warning-sml", resourceCulture);
108 return ((System.Drawing.Bitmap)(obj));
109 }
110 }
104 } 111 }
105 } 112 }