comparison FrmNewArmy.cs @ 80:c243b043aa62

Re #179: Make sure that translations are used throughout UI * Put names back on menu items * Add some more translation calls * Make some extra items translatable * Update English translation file
author IBBoard <dev@ibboard.co.uk>
date Wed, 21 Oct 2009 20:11:18 +0000
parents 11e81ba85684
children 1e85a0687e4d
comparison
equal deleted inserted replaced
79:e3488dd61a21 80:c243b043aa62
29 private IBBoard.Windows.Forms.IBBButton bttnSelectRace; 29 private IBBoard.Windows.Forms.IBBButton bttnSelectRace;
30 private System.Windows.Forms.ListBox lstRaces; 30 private System.Windows.Forms.ListBox lstRaces;
31 private IBBoard.Windows.Forms.IBBLabel lblArmyName; 31 private IBBoard.Windows.Forms.IBBLabel lblArmyName;
32 private IBBoard.Windows.Forms.IBBLabel lblArmySize; 32 private IBBoard.Windows.Forms.IBBLabel lblArmySize;
33 private System.Windows.Forms.NumericUpDown armySize; 33 private System.Windows.Forms.NumericUpDown armySize;
34 private Label lblGameSystem; 34 private IBBLabel lblGameSystem;
35 private ComboBox gameSystems; 35 private ComboBox gameSystems;
36 private System.Windows.Forms.TextBox txtArmyName; 36 private System.Windows.Forms.TextBox txtArmyName;
37 37
38 private GameSystem system; 38 private GameSystem system;
39 private Race race; 39 private Race race;
94 this.bttnSelectRace = new IBBoard.Windows.Forms.IBBButton(); 94 this.bttnSelectRace = new IBBoard.Windows.Forms.IBBButton();
95 this.lblArmyName = new IBBoard.Windows.Forms.IBBLabel(); 95 this.lblArmyName = new IBBoard.Windows.Forms.IBBLabel();
96 this.txtArmyName = new System.Windows.Forms.TextBox(); 96 this.txtArmyName = new System.Windows.Forms.TextBox();
97 this.lblArmySize = new IBBoard.Windows.Forms.IBBLabel(); 97 this.lblArmySize = new IBBoard.Windows.Forms.IBBLabel();
98 this.armySize = new System.Windows.Forms.NumericUpDown(); 98 this.armySize = new System.Windows.Forms.NumericUpDown();
99 this.lblGameSystem = new System.Windows.Forms.Label(); 99 this.lblGameSystem = new IBBoard.Windows.Forms.IBBLabel();
100 this.gameSystems = new System.Windows.Forms.ComboBox(); 100 this.gameSystems = new System.Windows.Forms.ComboBox();
101 ((System.ComponentModel.ISupportInitialize) (this.armySize)).BeginInit(); 101 ((System.ComponentModel.ISupportInitialize) (this.armySize)).BeginInit();
102 this.SuspendLayout(); 102 this.SuspendLayout();
103 // 103 //
104 // lstRaces 104 // lstRaces