view FrmAbout.Designer.cs @ 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 0bb9f40d44eb
children 4aabe514c868
line wrap: on
line source

namespace IBBoard.WarFoundry.GUI.WinForms
{
	partial class FrmAbout
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </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();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.lblThanks = new IBBoard.Windows.Forms.IBBLabel();
			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(268, 45);
			this.lblWarFoundry.TabIndex = 0;
			this.lblWarFoundry.Text = "WarFoundry";
			this.lblWarFoundry.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// 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";
			// 
			// lblDevelopers
			// 
			this.lblDevelopers.AutoSize = true;
			this.lblDevelopers.Location = new System.Drawing.Point(12, 80);
			this.lblDevelopers.Name = "lblDevelopers";
			this.lblDevelopers.Size = new System.Drawing.Size(59, 13);
			this.lblDevelopers.TabIndex = 2;
			this.lblDevelopers.Text = "developers";
			// 
			// 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(297, 89);
			this.textBox1.TabIndex = 3;
			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(297, 89);
			this.textBox2.TabIndex = 5;
			this.textBox2.Text = resources.GetString("textBox2.Text");
			// 
			// lblThanks
			// 
			this.lblThanks.AutoSize = true;
			this.lblThanks.Location = new System.Drawing.Point(12, 175);
			this.lblThanks.Name = "lblThanks";
			this.lblThanks.Size = new System.Drawing.Size(51, 13);
			this.lblThanks.TabIndex = 4;
			this.lblThanks.Text = "thanks to";
			// 
			// FrmAbout
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(389, 276);
			this.Controls.Add(this.textBox2);
			this.Controls.Add(this.lblThanks);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.lblDevelopers);
			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.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.Label lblWarFoundry;
		private System.Windows.Forms.Label lblVersion;
		private IBBoard.Windows.Forms.IBBLabel lblDevelopers;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.TextBox textBox2;
		private IBBoard.Windows.Forms.IBBLabel lblThanks;
	}
}