diff FrmAbout.Designer.cs @ 141:4aabe514c868

Re #203: Translate WarFoundry * Add German translation * Credit recent translators
author IBBoard <dev@ibboard.co.uk>
date Tue, 13 Apr 2010 20:02:49 +0000
parents acb4456598ce
children 7de7890bf079
line wrap: on
line diff
--- a/FrmAbout.Designer.cs	Sun Apr 11 19:55:03 2010 +0000
+++ b/FrmAbout.Designer.cs	Tue Apr 13 20:02:49 2010 +0000
@@ -39,7 +39,7 @@
 			// 
 			// lblWarFoundry
 			// 
-			this.lblWarFoundry.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte) (0)));
+			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(268, 45);
@@ -49,7 +49,7 @@
 			// 
 			// lblVersion
 			// 
-			this.lblVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)));
+			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);
@@ -67,7 +67,7 @@
 			// 
 			// textBox1
 			// 
-			this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+			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;
@@ -79,12 +79,13 @@
 			// 
 			// textBox2
 			// 
-			this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+			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.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
 			this.textBox2.Size = new System.Drawing.Size(297, 89);
 			this.textBox2.TabIndex = 5;
 			this.textBox2.Text = resources.GetString("textBox2.Text");