changeset 186:00ffe6109ca5

Re #88: Complete initial WinForms UI * Update copyright and credits before release
author IBBoard <dev@ibboard.co.uk>
date Tue, 02 Nov 2010 20:28:00 +0000
parents 3458653455a1
children 3a561c3751f5 d084446348f5
files AssemblyInfo.cs FrmAbout.Designer.cs
diffstat 2 files changed, 142 insertions(+), 139 deletions(-) [+]
line wrap: on
line diff
--- a/AssemblyInfo.cs	Sat Oct 30 14:31:28 2010 +0000
+++ b/AssemblyInfo.cs	Tue Nov 02 20:28:00 2010 +0000
@@ -15,7 +15,7 @@
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("")]
 [assembly: AssemblyProduct("WarFoundry")]
-[assembly: AssemblyCopyright("IBBoard, 2007-2009")]
+[assembly: AssemblyCopyright("IBBoard and others, 2007-2010")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
--- a/FrmAbout.Designer.cs	Sat Oct 30 14:31:28 2010 +0000
+++ b/FrmAbout.Designer.cs	Tue Nov 02 20:28:00 2010 +0000
@@ -28,153 +28,156 @@
 		/// </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.tabControl1 = new System.Windows.Forms.TabControl();
-			this.developersPage = new System.Windows.Forms.TabPage();
-			this.listBox1 = new System.Windows.Forms.ListBox();
-			this.testersPage = new System.Windows.Forms.TabPage();
-			this.listBox2 = new System.Windows.Forms.ListBox();
-			this.translatorsPage = new System.Windows.Forms.TabPage();
-			this.listBox3 = new System.Windows.Forms.ListBox();
-			this.pictureBox1 = new System.Windows.Forms.PictureBox();
-			this.tabControl1.SuspendLayout();
-			this.developersPage.SuspendLayout();
-			this.testersPage.SuspendLayout();
-			this.translatorsPage.SuspendLayout();
-			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
-			this.SuspendLayout();
-			// 
-			// lblWarFoundry
-			// 
-			this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-			this.lblWarFoundry.Location = new System.Drawing.Point(12, 9);
-			this.lblWarFoundry.Name = "lblWarFoundry";
-			this.lblWarFoundry.Size = new System.Drawing.Size(212, 45);
-			this.lblWarFoundry.TabIndex = 0;
-			this.lblWarFoundry.Text = "WarFoundry";
-			// 
-			// lblVersion
-			// 
-			this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-			this.lblVersion.Location = new System.Drawing.Point(16, 54);
-			this.lblVersion.Name = "lblVersion";
-			this.lblVersion.Size = new System.Drawing.Size(264, 23);
-			this.lblVersion.TabIndex = 1;
-			this.lblVersion.Text = "v0.1b4";
-			// 
-			// tabControl1
-			// 
-			this.tabControl1.Controls.Add(this.developersPage);
-			this.tabControl1.Controls.Add(this.testersPage);
-			this.tabControl1.Controls.Add(this.translatorsPage);
-			this.tabControl1.Location = new System.Drawing.Point(12, 80);
-			this.tabControl1.Name = "tabControl1";
-			this.tabControl1.SelectedIndex = 0;
-			this.tabControl1.Size = new System.Drawing.Size(276, 184);
-			this.tabControl1.TabIndex = 6;
-			// 
-			// developersPage
-			// 
-			this.developersPage.Controls.Add(this.listBox1);
-			this.developersPage.Location = new System.Drawing.Point(4, 22);
-			this.developersPage.Name = "developersPage";
-			this.developersPage.Padding = new System.Windows.Forms.Padding(3);
-			this.developersPage.Size = new System.Drawing.Size(268, 158);
-			this.developersPage.TabIndex = 0;
-			this.developersPage.Text = "Developers";
-			this.developersPage.UseVisualStyleBackColor = true;
-			// 
-			// listBox1
-			// 
-			this.listBox1.FormattingEnabled = true;
-			this.listBox1.Items.AddRange(new object[] {
-            "IBBoard (Main developer and project lead)"});
-			this.listBox1.Location = new System.Drawing.Point(0, 0);
-			this.listBox1.Name = "listBox1";
-			this.listBox1.Size = new System.Drawing.Size(268, 160);
-			this.listBox1.TabIndex = 0;
-			// 
-			// testersPage
-			// 
-			this.testersPage.Controls.Add(this.listBox2);
-			this.testersPage.Location = new System.Drawing.Point(4, 22);
-			this.testersPage.Name = "testersPage";
-			this.testersPage.Padding = new System.Windows.Forms.Padding(3);
-			this.testersPage.Size = new System.Drawing.Size(268, 158);
-			this.testersPage.TabIndex = 1;
-			this.testersPage.Text = "Testers";
-			this.testersPage.UseVisualStyleBackColor = true;
-			// 
-			// listBox2
-			// 
-			this.listBox2.FormattingEnabled = true;
-			this.listBox2.Items.AddRange(new object[] {
+            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.tabControl1 = new System.Windows.Forms.TabControl();
+            this.developersPage = new System.Windows.Forms.TabPage();
+            this.listBox1 = new System.Windows.Forms.ListBox();
+            this.testersPage = new System.Windows.Forms.TabPage();
+            this.listBox2 = new System.Windows.Forms.ListBox();
+            this.translatorsPage = new System.Windows.Forms.TabPage();
+            this.listBox3 = new System.Windows.Forms.ListBox();
+            this.pictureBox1 = new System.Windows.Forms.PictureBox();
+            this.tabControl1.SuspendLayout();
+            this.developersPage.SuspendLayout();
+            this.testersPage.SuspendLayout();
+            this.translatorsPage.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // lblWarFoundry
+            // 
+            this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblWarFoundry.Location = new System.Drawing.Point(12, 9);
+            this.lblWarFoundry.Name = "lblWarFoundry";
+            this.lblWarFoundry.Size = new System.Drawing.Size(212, 45);
+            this.lblWarFoundry.TabIndex = 0;
+            this.lblWarFoundry.Text = "WarFoundry";
+            // 
+            // lblVersion
+            // 
+            this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblVersion.Location = new System.Drawing.Point(16, 54);
+            this.lblVersion.Name = "lblVersion";
+            this.lblVersion.Size = new System.Drawing.Size(264, 23);
+            this.lblVersion.TabIndex = 1;
+            this.lblVersion.Text = "v?.?";
+            // 
+            // tabControl1
+            // 
+            this.tabControl1.Controls.Add(this.developersPage);
+            this.tabControl1.Controls.Add(this.testersPage);
+            this.tabControl1.Controls.Add(this.translatorsPage);
+            this.tabControl1.Location = new System.Drawing.Point(12, 80);
+            this.tabControl1.Name = "tabControl1";
+            this.tabControl1.SelectedIndex = 0;
+            this.tabControl1.Size = new System.Drawing.Size(276, 184);
+            this.tabControl1.TabIndex = 6;
+            // 
+            // developersPage
+            // 
+            this.developersPage.Controls.Add(this.listBox1);
+            this.developersPage.Location = new System.Drawing.Point(4, 22);
+            this.developersPage.Name = "developersPage";
+            this.developersPage.Padding = new System.Windows.Forms.Padding(3);
+            this.developersPage.Size = new System.Drawing.Size(268, 158);
+            this.developersPage.TabIndex = 0;
+            this.developersPage.Text = "Developers";
+            this.developersPage.UseVisualStyleBackColor = true;
+            // 
+            // listBox1
+            // 
+            this.listBox1.FormattingEnabled = true;
+            this.listBox1.Items.AddRange(new object[] {
+            "IBBoard (Main developer and project lead)",
+            "Snowblizz (Default army names and translation fixes)"});
+            this.listBox1.Location = new System.Drawing.Point(0, 0);
+            this.listBox1.Name = "listBox1";
+            this.listBox1.Size = new System.Drawing.Size(268, 160);
+            this.listBox1.TabIndex = 0;
+            // 
+            // testersPage
+            // 
+            this.testersPage.Controls.Add(this.listBox2);
+            this.testersPage.Location = new System.Drawing.Point(4, 22);
+            this.testersPage.Name = "testersPage";
+            this.testersPage.Padding = new System.Windows.Forms.Padding(3);
+            this.testersPage.Size = new System.Drawing.Size(268, 158);
+            this.testersPage.TabIndex = 1;
+            this.testersPage.Text = "Testers";
+            this.testersPage.UseVisualStyleBackColor = true;
+            // 
+            // listBox2
+            // 
+            this.listBox2.FormattingEnabled = true;
+            this.listBox2.Items.AddRange(new object[] {
             "Snowblizz",
             "Frostlee",
             "Lord_Archaon",
             "Furrie",
-            "clutch110"});
-			this.listBox2.Location = new System.Drawing.Point(0, -1);
-			this.listBox2.Name = "listBox2";
-			this.listBox2.Size = new System.Drawing.Size(268, 160);
-			this.listBox2.TabIndex = 1;
-			// 
-			// translatorsPage
-			// 
-			this.translatorsPage.Controls.Add(this.listBox3);
-			this.translatorsPage.Location = new System.Drawing.Point(4, 22);
-			this.translatorsPage.Name = "translatorsPage";
-			this.translatorsPage.Size = new System.Drawing.Size(268, 158);
-			this.translatorsPage.TabIndex = 2;
-			this.translatorsPage.Text = "Translators";
-			this.translatorsPage.UseVisualStyleBackColor = true;
-			// 
-			// listBox3
-			// 
-			this.listBox3.FormattingEnabled = true;
-			this.listBox3.Items.AddRange(new object[] {
-            "Snowblizz (Swedish translation)",
+            "clutch110",
+            "Mollo",
+            "HeWhoWatches"});
+            this.listBox2.Location = new System.Drawing.Point(0, -1);
+            this.listBox2.Name = "listBox2";
+            this.listBox2.Size = new System.Drawing.Size(268, 160);
+            this.listBox2.TabIndex = 1;
+            // 
+            // translatorsPage
+            // 
+            this.translatorsPage.Controls.Add(this.listBox3);
+            this.translatorsPage.Location = new System.Drawing.Point(4, 22);
+            this.translatorsPage.Name = "translatorsPage";
+            this.translatorsPage.Size = new System.Drawing.Size(268, 158);
+            this.translatorsPage.TabIndex = 2;
+            this.translatorsPage.Text = "Translators";
+            this.translatorsPage.UseVisualStyleBackColor = true;
+            // 
+            // listBox3
+            // 
+            this.listBox3.FormattingEnabled = true;
+            this.listBox3.Items.AddRange(new object[] {
+            "Snowblizz (Swedish and Finnish translations)",
             "Frostlee (Italian translation)",
             "Lord_Archaon (Russian translation)",
             "Furrie (Dutch translation)",
             "Dreadaxe (French translation)",
             "Blackhawk (German translation)"});
-			this.listBox3.Location = new System.Drawing.Point(0, -1);
-			this.listBox3.Name = "listBox3";
-			this.listBox3.Size = new System.Drawing.Size(268, 160);
-			this.listBox3.TabIndex = 1;
-			// 
-			// pictureBox1
-			// 
-			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
-			this.pictureBox1.Location = new System.Drawing.Point(230, 12);
-			this.pictureBox1.Name = "pictureBox1";
-			this.pictureBox1.Size = new System.Drawing.Size(68, 68);
-			this.pictureBox1.TabIndex = 7;
-			this.pictureBox1.TabStop = false;
-			// 
-			// FrmAbout
-			// 
-			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
-			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-			this.ClientSize = new System.Drawing.Size(300, 276);
-			this.Controls.Add(this.pictureBox1);
-			this.Controls.Add(this.tabControl1);
-			this.Controls.Add(this.lblVersion);
-			this.Controls.Add(this.lblWarFoundry);
-			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
-			this.MaximizeBox = false;
-			this.MinimizeBox = false;
-			this.Name = "FrmAbout";
-			this.Text = "FrmAbout";
-			this.tabControl1.ResumeLayout(false);
-			this.developersPage.ResumeLayout(false);
-			this.testersPage.ResumeLayout(false);
-			this.translatorsPage.ResumeLayout(false);
-			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
-			this.ResumeLayout(false);
+            this.listBox3.Location = new System.Drawing.Point(0, -1);
+            this.listBox3.Name = "listBox3";
+            this.listBox3.Size = new System.Drawing.Size(268, 160);
+            this.listBox3.TabIndex = 1;
+            // 
+            // pictureBox1
+            // 
+            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+            this.pictureBox1.Location = new System.Drawing.Point(230, 12);
+            this.pictureBox1.Name = "pictureBox1";
+            this.pictureBox1.Size = new System.Drawing.Size(68, 68);
+            this.pictureBox1.TabIndex = 7;
+            this.pictureBox1.TabStop = false;
+            // 
+            // FrmAbout
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(300, 276);
+            this.Controls.Add(this.pictureBox1);
+            this.Controls.Add(this.tabControl1);
+            this.Controls.Add(this.lblVersion);
+            this.Controls.Add(this.lblWarFoundry);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "FrmAbout";
+            this.Text = "FrmAbout";
+            this.tabControl1.ResumeLayout(false);
+            this.developersPage.ResumeLayout(false);
+            this.testersPage.ResumeLayout(false);
+            this.translatorsPage.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+            this.ResumeLayout(false);
 
 		}