Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 133:acb4456598ce WarFoundry_v0.1beta7_Winforms
* Update to v0.1b7
* Update version number
* Update text in about box
Now we just need the build!
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 31 Mar 2010 20:03:45 +0000 |
parents | e00332dc1618 |
children | e381ec627d14 |
files | FrmAbout.Designer.cs FrmAbout.resx FrmMain.cs |
diffstat | 3 files changed, 18 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/FrmAbout.Designer.cs Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmAbout.Designer.cs Wed Mar 31 20:03:45 2010 +0000 @@ -28,6 +28,7 @@ /// </summary> private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout)); this.lblWarFoundry = new System.Windows.Forms.Label(); this.lblVersion = new System.Windows.Forms.Label(); this.lblDevelopers = new IBBoard.Windows.Forms.IBBLabel(); @@ -66,23 +67,27 @@ // // textBox1 // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(80, 80); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(200, 89); + this.textBox1.Size = new System.Drawing.Size(297, 89); this.textBox1.TabIndex = 3; - this.textBox1.Text = "IBBoard (http://ibboard.co.uk/devlog/)"; + this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)"; // // textBox2 // + this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(80, 175); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; - this.textBox2.Size = new System.Drawing.Size(200, 89); + this.textBox2.Size = new System.Drawing.Size(297, 89); this.textBox2.TabIndex = 5; - this.textBox2.Text = "Snowblizz\r\nFrostlee"; + this.textBox2.Text = resources.GetString("textBox2.Text"); // // lblThanks // @@ -97,7 +102,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 270); + this.ClientSize = new System.Drawing.Size(389, 276); this.Controls.Add(this.textBox2); this.Controls.Add(this.lblThanks); this.Controls.Add(this.textBox1);
--- a/FrmAbout.resx Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmAbout.resx Wed Mar 31 20:03:45 2010 +0000 @@ -117,4 +117,11 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <data name="textBox2.Text" xml:space="preserve"> + <value>Snowblizz (Swedish translation and tester) +Frostlee (Italian translation and tester) +Lord_Archaon (Russian translation and tester) +Furrie (Dutch translation and tester) +clutch110 (Tester and patch submitter)</value> + </data> </root> \ No newline at end of file
--- a/FrmMain.cs Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmMain.cs Wed Mar 31 20:03:45 2010 +0000 @@ -36,7 +36,7 @@ public class FrmMain : System.Windows.Forms.Form { private static readonly string AppTitle = "WarFoundry"; - internal static readonly string VERSION = "0.1b7pre"; + internal static readonly string VERSION = "0.1b7"; const string DefaultDataDir = "data"; private Preferences preferences;