comparison FrmNewArmy.cs @ 106:3fae39208d06

Fixes #179: Make sure that translations are used throughout UI * Translate tooltip for "total points" panel * Add translation for tooltip to English file * Change some default messages to default capitalisation and sensible values Also: * Bump version to v0.1b6pre (looks like v0.1b5 is still showing itself as v0.1b4!)
author IBBoard <dev@ibboard.co.uk>
date Sat, 28 Nov 2009 16:29:03 +0000
parents 88b5a0da73f2
children 39b93ca5fb9c
comparison
equal deleted inserted replaced
105:e598c0d2584d 106:3fae39208d06
120 this.bttnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; 120 this.bttnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
121 this.bttnCancel.Location = new System.Drawing.Point(12, 231); 121 this.bttnCancel.Location = new System.Drawing.Point(12, 231);
122 this.bttnCancel.Name = "bttnCancel"; 122 this.bttnCancel.Name = "bttnCancel";
123 this.bttnCancel.Size = new System.Drawing.Size(80, 24); 123 this.bttnCancel.Size = new System.Drawing.Size(80, 24);
124 this.bttnCancel.TabIndex = 6; 124 this.bttnCancel.TabIndex = 6;
125 this.bttnCancel.Text = "Cancel"; 125 this.bttnCancel.Text = "cancel";
126 this.bttnCancel.Click += new System.EventHandler(this.bttnCancel_Click); 126 this.bttnCancel.Click += new System.EventHandler(this.bttnCancel_Click);
127 // 127 //
128 // lblRaceList 128 // lblRaceList
129 // 129 //
130 this.lblRaceList.Location = new System.Drawing.Point(12, 33); 130 this.lblRaceList.Location = new System.Drawing.Point(12, 33);
140 this.bttnSelectRace.FlatStyle = System.Windows.Forms.FlatStyle.System; 140 this.bttnSelectRace.FlatStyle = System.Windows.Forms.FlatStyle.System;
141 this.bttnSelectRace.Location = new System.Drawing.Point(254, 231); 141 this.bttnSelectRace.Location = new System.Drawing.Point(254, 231);
142 this.bttnSelectRace.Name = "bttnSelectRace"; 142 this.bttnSelectRace.Name = "bttnSelectRace";
143 this.bttnSelectRace.Size = new System.Drawing.Size(104, 24); 143 this.bttnSelectRace.Size = new System.Drawing.Size(104, 24);
144 this.bttnSelectRace.TabIndex = 4; 144 this.bttnSelectRace.TabIndex = 4;
145 this.bttnSelectRace.Text = "create race"; 145 this.bttnSelectRace.Text = "create army";
146 this.bttnSelectRace.Click += new System.EventHandler(this.bttnSelectRace_Click); 146 this.bttnSelectRace.Click += new System.EventHandler(this.bttnSelectRace_Click);
147 // 147 //
148 // lblArmyName 148 // lblArmyName
149 // 149 //
150 this.lblArmyName.Location = new System.Drawing.Point(12, 163); 150 this.lblArmyName.Location = new System.Drawing.Point(12, 163);