comparison UI/EquipmentAmountControl.Designer.cs @ 132:e00332dc1618

Fixes #259: "Equip All" doesn't get translated * Use new IBBRadioButton
author IBBoard <dev@ibboard.co.uk>
date Mon, 22 Mar 2010 20:57:51 +0000
parents 727c1b0e49a6
children
comparison
equal deleted inserted replaced
131:056facf5c614 132:e00332dc1618
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 this.rbNumeric = new System.Windows.Forms.RadioButton(); 31 this.rbNumeric = new System.Windows.Forms.RadioButton();
32 this.rbPercentage = new System.Windows.Forms.RadioButton(); 32 this.rbPercentage = new System.Windows.Forms.RadioButton();
33 this.rbEquipAll = new System.Windows.Forms.RadioButton(); 33 this.rbEquipAll = new IBBoard.Windows.Forms.IBBRadioButton();
34 this.numeric = new System.Windows.Forms.NumericUpDown(); 34 this.numeric = new System.Windows.Forms.NumericUpDown();
35 this.percentage = new System.Windows.Forms.NumericUpDown(); 35 this.percentage = new System.Windows.Forms.NumericUpDown();
36 this.lblPercentSign = new System.Windows.Forms.Label(); 36 this.lblPercentSign = new System.Windows.Forms.Label();
37 ((System.ComponentModel.ISupportInitialize) (this.numeric)).BeginInit(); 37 ((System.ComponentModel.ISupportInitialize) (this.numeric)).BeginInit();
38 ((System.ComponentModel.ISupportInitialize) (this.percentage)).BeginInit(); 38 ((System.ComponentModel.ISupportInitialize) (this.percentage)).BeginInit();
124 124
125 #endregion 125 #endregion
126 126
127 private System.Windows.Forms.RadioButton rbNumeric; 127 private System.Windows.Forms.RadioButton rbNumeric;
128 private System.Windows.Forms.RadioButton rbPercentage; 128 private System.Windows.Forms.RadioButton rbPercentage;
129 private System.Windows.Forms.RadioButton rbEquipAll; 129 private IBBoard.Windows.Forms.IBBRadioButton rbEquipAll;
130 private System.Windows.Forms.NumericUpDown numeric; 130 private System.Windows.Forms.NumericUpDown numeric;
131 private System.Windows.Forms.NumericUpDown percentage; 131 private System.Windows.Forms.NumericUpDown percentage;
132 private System.Windows.Forms.Label lblPercentSign; 132 private System.Windows.Forms.Label lblPercentSign;
133 } 133 }
134 } 134 }