comparison UI/EquipmentAmountControl.Designer.cs @ 113:c1a3993297b1

Re #115: Typing number for equipment amount doesn't update Okay button * Switch to using ControlTranslator for the EquipmentAmountControl to resolve issues with the VisualStudio form designer erroring out because the translations aren't initialised (they still won't be, but it seems to be happy now)
author IBBoard <dev@ibboard.co.uk>
date Thu, 24 Dec 2009 10:52:03 +0000
parents 431cc3ace26c
children 727c1b0e49a6
comparison
equal deleted inserted replaced
112:d9b027f80e03 113:c1a3993297b1
91 this.percentage.Location = new System.Drawing.Point(26, 29); 91 this.percentage.Location = new System.Drawing.Point(26, 29);
92 this.percentage.Name = "percentage"; 92 this.percentage.Name = "percentage";
93 this.percentage.Size = new System.Drawing.Size(105, 20); 93 this.percentage.Size = new System.Drawing.Size(105, 20);
94 this.percentage.TabIndex = 4; 94 this.percentage.TabIndex = 4;
95 this.percentage.ValueChanged += new System.EventHandler(this.percentage_ValueChanged); 95 this.percentage.ValueChanged += new System.EventHandler(this.percentage_ValueChanged);
96 this.percentage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.percentage_KeyDown);
96 // 97 //
97 // lblPercentSign 98 // lblPercentSign
98 // 99 //
99 this.lblPercentSign.AutoSize = true; 100 this.lblPercentSign.AutoSize = true;
100 this.lblPercentSign.Location = new System.Drawing.Point(131, 31); 101 this.lblPercentSign.Location = new System.Drawing.Point(131, 31);