view FrmSystem.Designer.cs @ 0:91b5550eff31

Initial Commit.
author Tsudico
date Tue, 07 Dec 2010 20:06:17 -0600
parents
children e56ba22f7240
line wrap: on
line source

namespace IBBoard.WarFoundry.Forge.WinForms
{
	partial class FrmSystem
	{
		/// <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()
		{
			this.gbSystemInfo = new System.Windows.Forms.GroupBox();
			this.panel2 = new System.Windows.Forms.Panel();
			this.radSystemAlliesNo = new System.Windows.Forms.RadioButton();
			this.radSystemAlliesYes = new System.Windows.Forms.RadioButton();
			this.lblSystemAllies = new System.Windows.Forms.Label();
			this.panel1 = new System.Windows.Forms.Panel();
			this.radSystemWarnNo = new System.Windows.Forms.RadioButton();
			this.radSystemWarnYes = new System.Windows.Forms.RadioButton();
			this.lblSystemWarn = new System.Windows.Forms.Label();
			this.btnGenerateSysId = new System.Windows.Forms.Button();
			this.txtSystemId = new System.Windows.Forms.TextBox();
			this.lblSystemId = new System.Windows.Forms.Label();
			this.txtSystemName = new System.Windows.Forms.TextBox();
			this.lblSystemName = new System.Windows.Forms.Label();
			this.gbSystemCategories = new System.Windows.Forms.GroupBox();
			this.btnCategoryRemove = new System.Windows.Forms.Button();
			this.btnCategoryEdit = new System.Windows.Forms.Button();
			this.btnCategoryAdd = new System.Windows.Forms.Button();
			this.listCategories = new System.Windows.Forms.ListBox();
			this.btnSystemSave = new System.Windows.Forms.Button();
			this.btnSystemClose = new System.Windows.Forms.Button();
			this.gbSystemStats = new System.Windows.Forms.GroupBox();
			this.btnStatsEdit = new System.Windows.Forms.Button();
			this.btnStatsAdd = new System.Windows.Forms.Button();
			this.btnStatsRemove = new System.Windows.Forms.Button();
			this.lvStats = new System.Windows.Forms.ListView();
			this.btnStatsDefault = new System.Windows.Forms.Button();
			this.btnReadMe = new System.Windows.Forms.Button();
			this.btnCategoryDown = new System.Windows.Forms.Button();
			this.btnCategoryUp = new System.Windows.Forms.Button();
			this.gbSystemInfo.SuspendLayout();
			this.panel2.SuspendLayout();
			this.panel1.SuspendLayout();
			this.gbSystemCategories.SuspendLayout();
			this.gbSystemStats.SuspendLayout();
			this.SuspendLayout();
			// 
			// gbSystemInfo
			// 
			this.gbSystemInfo.Controls.Add(this.btnReadMe);
			this.gbSystemInfo.Controls.Add(this.panel2);
			this.gbSystemInfo.Controls.Add(this.panel1);
			this.gbSystemInfo.Controls.Add(this.btnGenerateSysId);
			this.gbSystemInfo.Controls.Add(this.txtSystemId);
			this.gbSystemInfo.Controls.Add(this.lblSystemId);
			this.gbSystemInfo.Controls.Add(this.txtSystemName);
			this.gbSystemInfo.Controls.Add(this.lblSystemName);
			this.gbSystemInfo.Location = new System.Drawing.Point(13, 13);
			this.gbSystemInfo.Name = "gbSystemInfo";
			this.gbSystemInfo.Size = new System.Drawing.Size(589, 73);
			this.gbSystemInfo.TabIndex = 0;
			this.gbSystemInfo.TabStop = false;
			this.gbSystemInfo.Text = "System Information";
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.radSystemAlliesNo);
			this.panel2.Controls.Add(this.radSystemAlliesYes);
			this.panel2.Controls.Add(this.lblSystemAllies);
			this.panel2.Location = new System.Drawing.Point(223, 45);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(197, 24);
			this.panel2.TabIndex = 6;
			// 
			// radSystemAlliesNo
			// 
			this.radSystemAlliesNo.AutoSize = true;
			this.radSystemAlliesNo.Location = new System.Drawing.Point(155, 4);
			this.radSystemAlliesNo.Name = "radSystemAlliesNo";
			this.radSystemAlliesNo.Size = new System.Drawing.Size(39, 17);
			this.radSystemAlliesNo.TabIndex = 2;
			this.radSystemAlliesNo.TabStop = true;
			this.radSystemAlliesNo.Text = "No";
			this.radSystemAlliesNo.UseVisualStyleBackColor = true;
			// 
			// radSystemAlliesYes
			// 
			this.radSystemAlliesYes.AutoSize = true;
			this.radSystemAlliesYes.Location = new System.Drawing.Point(106, 4);
			this.radSystemAlliesYes.Name = "radSystemAlliesYes";
			this.radSystemAlliesYes.Size = new System.Drawing.Size(43, 17);
			this.radSystemAlliesYes.TabIndex = 1;
			this.radSystemAlliesYes.TabStop = true;
			this.radSystemAlliesYes.Text = "Yes";
			this.radSystemAlliesYes.UseVisualStyleBackColor = true;
			// 
			// lblSystemAllies
			// 
			this.lblSystemAllies.AutoSize = true;
			this.lblSystemAllies.Location = new System.Drawing.Point(3, 6);
			this.lblSystemAllies.Name = "lblSystemAllies";
			this.lblSystemAllies.Size = new System.Drawing.Size(97, 13);
			this.lblSystemAllies.TabIndex = 0;
			this.lblSystemAllies.Text = "Allow Allied Armies:";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.radSystemWarnNo);
			this.panel1.Controls.Add(this.radSystemWarnYes);
			this.panel1.Controls.Add(this.lblSystemWarn);
			this.panel1.Location = new System.Drawing.Point(6, 45);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(211, 24);
			this.panel1.TabIndex = 5;
			// 
			// radSystemWarnNo
			// 
			this.radSystemWarnNo.AutoSize = true;
			this.radSystemWarnNo.Location = new System.Drawing.Point(162, 4);
			this.radSystemWarnNo.Name = "radSystemWarnNo";
			this.radSystemWarnNo.Size = new System.Drawing.Size(39, 17);
			this.radSystemWarnNo.TabIndex = 2;
			this.radSystemWarnNo.TabStop = true;
			this.radSystemWarnNo.Text = "No";
			this.radSystemWarnNo.UseVisualStyleBackColor = true;
			// 
			// radSystemWarnYes
			// 
			this.radSystemWarnYes.AutoSize = true;
			this.radSystemWarnYes.Location = new System.Drawing.Point(113, 4);
			this.radSystemWarnYes.Name = "radSystemWarnYes";
			this.radSystemWarnYes.Size = new System.Drawing.Size(43, 17);
			this.radSystemWarnYes.TabIndex = 1;
			this.radSystemWarnYes.TabStop = true;
			this.radSystemWarnYes.Text = "Yes";
			this.radSystemWarnYes.UseVisualStyleBackColor = true;
			// 
			// lblSystemWarn
			// 
			this.lblSystemWarn.AutoSize = true;
			this.lblSystemWarn.Location = new System.Drawing.Point(3, 6);
			this.lblSystemWarn.Name = "lblSystemWarn";
			this.lblSystemWarn.Size = new System.Drawing.Size(104, 13);
			this.lblSystemWarn.TabIndex = 0;
			this.lblSystemWarn.Text = "Validation Warnings:";
			// 
			// btnGenerateSysId
			// 
			this.btnGenerateSysId.Location = new System.Drawing.Point(500, 17);
			this.btnGenerateSysId.Name = "btnGenerateSysId";
			this.btnGenerateSysId.Size = new System.Drawing.Size(81, 23);
			this.btnGenerateSysId.TabIndex = 4;
			this.btnGenerateSysId.Text = "Generate ID";
			this.btnGenerateSysId.UseVisualStyleBackColor = true;
			this.btnGenerateSysId.Click += new System.EventHandler(this.btnGenerateSysId_Click);
			// 
			// txtSystemId
			// 
			this.txtSystemId.Location = new System.Drawing.Point(364, 19);
			this.txtSystemId.Name = "txtSystemId";
			this.txtSystemId.Size = new System.Drawing.Size(130, 20);
			this.txtSystemId.TabIndex = 3;
			// 
			// lblSystemId
			// 
			this.lblSystemId.AutoSize = true;
			this.lblSystemId.Location = new System.Drawing.Point(300, 22);
			this.lblSystemId.Name = "lblSystemId";
			this.lblSystemId.Size = new System.Drawing.Size(58, 13);
			this.lblSystemId.TabIndex = 2;
			this.lblSystemId.Text = "System ID:";
			// 
			// txtSystemName
			// 
			this.txtSystemName.Location = new System.Drawing.Point(88, 19);
			this.txtSystemName.Name = "txtSystemName";
			this.txtSystemName.Size = new System.Drawing.Size(203, 20);
			this.txtSystemName.TabIndex = 1;
			// 
			// lblSystemName
			// 
			this.lblSystemName.AutoSize = true;
			this.lblSystemName.Location = new System.Drawing.Point(7, 22);
			this.lblSystemName.Name = "lblSystemName";
			this.lblSystemName.Size = new System.Drawing.Size(75, 13);
			this.lblSystemName.TabIndex = 0;
			this.lblSystemName.Text = "System Name:";
			// 
			// gbSystemCategories
			// 
			this.gbSystemCategories.Controls.Add(this.btnCategoryUp);
			this.gbSystemCategories.Controls.Add(this.btnCategoryDown);
			this.gbSystemCategories.Controls.Add(this.btnCategoryRemove);
			this.gbSystemCategories.Controls.Add(this.btnCategoryEdit);
			this.gbSystemCategories.Controls.Add(this.btnCategoryAdd);
			this.gbSystemCategories.Controls.Add(this.listCategories);
			this.gbSystemCategories.Location = new System.Drawing.Point(13, 92);
			this.gbSystemCategories.Name = "gbSystemCategories";
			this.gbSystemCategories.Size = new System.Drawing.Size(291, 259);
			this.gbSystemCategories.TabIndex = 1;
			this.gbSystemCategories.TabStop = false;
			this.gbSystemCategories.Text = "Categories";
			// 
			// btnCategoryRemove
			// 
			this.btnCategoryRemove.Location = new System.Drawing.Point(223, 77);
			this.btnCategoryRemove.Name = "btnCategoryRemove";
			this.btnCategoryRemove.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryRemove.TabIndex = 3;
			this.btnCategoryRemove.Text = "Remove";
			this.btnCategoryRemove.UseVisualStyleBackColor = true;
			// 
			// btnCategoryEdit
			// 
			this.btnCategoryEdit.Location = new System.Drawing.Point(223, 48);
			this.btnCategoryEdit.Name = "btnCategoryEdit";
			this.btnCategoryEdit.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryEdit.TabIndex = 2;
			this.btnCategoryEdit.Text = "Edit";
			this.btnCategoryEdit.UseVisualStyleBackColor = true;
			// 
			// btnCategoryAdd
			// 
			this.btnCategoryAdd.Location = new System.Drawing.Point(223, 19);
			this.btnCategoryAdd.Name = "btnCategoryAdd";
			this.btnCategoryAdd.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryAdd.TabIndex = 1;
			this.btnCategoryAdd.Text = "Add";
			this.btnCategoryAdd.UseVisualStyleBackColor = true;
			// 
			// listCategories
			// 
			this.listCategories.FormattingEnabled = true;
			this.listCategories.Location = new System.Drawing.Point(10, 20);
			this.listCategories.Name = "listCategories";
			this.listCategories.Size = new System.Drawing.Size(207, 225);
			this.listCategories.TabIndex = 0;
			// 
			// btnSystemSave
			// 
			this.btnSystemSave.Location = new System.Drawing.Point(527, 328);
			this.btnSystemSave.Name = "btnSystemSave";
			this.btnSystemSave.Size = new System.Drawing.Size(75, 23);
			this.btnSystemSave.TabIndex = 2;
			this.btnSystemSave.Text = "Save";
			this.btnSystemSave.UseVisualStyleBackColor = true;
			// 
			// btnSystemClose
			// 
			this.btnSystemClose.Location = new System.Drawing.Point(446, 328);
			this.btnSystemClose.Name = "btnSystemClose";
			this.btnSystemClose.Size = new System.Drawing.Size(75, 23);
			this.btnSystemClose.TabIndex = 3;
			this.btnSystemClose.Text = "Close";
			this.btnSystemClose.UseVisualStyleBackColor = true;
			this.btnSystemClose.Click += new System.EventHandler(this.btnSystemClose_Click);
			// 
			// gbSystemStats
			// 
			this.gbSystemStats.Controls.Add(this.btnStatsDefault);
			this.gbSystemStats.Controls.Add(this.lvStats);
			this.gbSystemStats.Controls.Add(this.btnStatsRemove);
			this.gbSystemStats.Controls.Add(this.btnStatsEdit);
			this.gbSystemStats.Controls.Add(this.btnStatsAdd);
			this.gbSystemStats.Location = new System.Drawing.Point(310, 92);
			this.gbSystemStats.Name = "gbSystemStats";
			this.gbSystemStats.Size = new System.Drawing.Size(292, 230);
			this.gbSystemStats.TabIndex = 4;
			this.gbSystemStats.TabStop = false;
			this.gbSystemStats.Text = "Statistic Lines";
			// 
			// btnStatsEdit
			// 
			this.btnStatsEdit.Location = new System.Drawing.Point(203, 48);
			this.btnStatsEdit.Name = "btnStatsEdit";
			this.btnStatsEdit.Size = new System.Drawing.Size(81, 23);
			this.btnStatsEdit.TabIndex = 3;
			this.btnStatsEdit.Text = "Edit";
			this.btnStatsEdit.UseVisualStyleBackColor = true;
			// 
			// btnStatsAdd
			// 
			this.btnStatsAdd.Location = new System.Drawing.Point(203, 19);
			this.btnStatsAdd.Name = "btnStatsAdd";
			this.btnStatsAdd.Size = new System.Drawing.Size(81, 23);
			this.btnStatsAdd.TabIndex = 2;
			this.btnStatsAdd.Text = "Add";
			this.btnStatsAdd.UseVisualStyleBackColor = true;
			// 
			// btnStatsRemove
			// 
			this.btnStatsRemove.Location = new System.Drawing.Point(203, 77);
			this.btnStatsRemove.Name = "btnStatsRemove";
			this.btnStatsRemove.Size = new System.Drawing.Size(81, 23);
			this.btnStatsRemove.TabIndex = 4;
			this.btnStatsRemove.Text = "Remove";
			this.btnStatsRemove.UseVisualStyleBackColor = true;
			// 
			// lvStats
			// 
			this.lvStats.Location = new System.Drawing.Point(6, 19);
			this.lvStats.Name = "lvStats";
			this.lvStats.Size = new System.Drawing.Size(188, 204);
			this.lvStats.TabIndex = 5;
			this.lvStats.UseCompatibleStateImageBehavior = false;
			// 
			// btnStatsDefault
			// 
			this.btnStatsDefault.Location = new System.Drawing.Point(203, 135);
			this.btnStatsDefault.Name = "btnStatsDefault";
			this.btnStatsDefault.Size = new System.Drawing.Size(81, 23);
			this.btnStatsDefault.TabIndex = 6;
			this.btnStatsDefault.Text = "Make Default";
			this.btnStatsDefault.UseVisualStyleBackColor = true;
			// 
			// btnReadMe
			// 
			this.btnReadMe.Location = new System.Drawing.Point(426, 46);
			this.btnReadMe.Name = "btnReadMe";
			this.btnReadMe.Size = new System.Drawing.Size(155, 23);
			this.btnReadMe.TabIndex = 7;
			this.btnReadMe.Text = "Authors and Version Info";
			this.btnReadMe.UseVisualStyleBackColor = true;
			// 
			// btnCategoryDown
			// 
			this.btnCategoryDown.Location = new System.Drawing.Point(223, 164);
			this.btnCategoryDown.Name = "btnCategoryDown";
			this.btnCategoryDown.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryDown.TabIndex = 4;
			this.btnCategoryDown.Text = "Down";
			this.btnCategoryDown.UseVisualStyleBackColor = true;
			// 
			// btnCategoryUp
			// 
			this.btnCategoryUp.Location = new System.Drawing.Point(223, 135);
			this.btnCategoryUp.Name = "btnCategoryUp";
			this.btnCategoryUp.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryUp.TabIndex = 5;
			this.btnCategoryUp.Text = "Up";
			this.btnCategoryUp.UseVisualStyleBackColor = true;
			// 
			// FrmSystem
			// 
			this.ClientSize = new System.Drawing.Size(615, 360);
			this.Controls.Add(this.gbSystemStats);
			this.Controls.Add(this.btnSystemClose);
			this.Controls.Add(this.btnSystemSave);
			this.Controls.Add(this.gbSystemCategories);
			this.Controls.Add(this.gbSystemInfo);
			this.Name = "FrmSystem";
			this.Text = "System";
			this.gbSystemInfo.ResumeLayout(false);
			this.gbSystemInfo.PerformLayout();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.gbSystemCategories.ResumeLayout(false);
			this.gbSystemStats.ResumeLayout(false);
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.GroupBox gbSystemInfo;
		private System.Windows.Forms.TextBox txtSystemId;
		private System.Windows.Forms.Label lblSystemId;
		private System.Windows.Forms.TextBox txtSystemName;
		private System.Windows.Forms.Label lblSystemName;
		private System.Windows.Forms.Button btnGenerateSysId;
		private System.Windows.Forms.Panel panel1;
		private System.Windows.Forms.RadioButton radSystemWarnYes;
		private System.Windows.Forms.Label lblSystemWarn;
		private System.Windows.Forms.Panel panel2;
		private System.Windows.Forms.RadioButton radSystemAlliesNo;
		private System.Windows.Forms.RadioButton radSystemAlliesYes;
		private System.Windows.Forms.Label lblSystemAllies;
		private System.Windows.Forms.RadioButton radSystemWarnNo;
		private System.Windows.Forms.GroupBox gbSystemCategories;
		private System.Windows.Forms.Button btnCategoryRemove;
		private System.Windows.Forms.Button btnCategoryEdit;
		private System.Windows.Forms.Button btnCategoryAdd;
		private System.Windows.Forms.ListBox listCategories;
		private System.Windows.Forms.Button btnSystemSave;
		private System.Windows.Forms.Button btnSystemClose;
		private System.Windows.Forms.GroupBox gbSystemStats;
		private System.Windows.Forms.Button btnStatsEdit;
		private System.Windows.Forms.Button btnStatsAdd;
		private System.Windows.Forms.Button btnStatsRemove;
		private System.Windows.Forms.Button btnStatsDefault;
		private System.Windows.Forms.ListView lvStats;
		private System.Windows.Forms.Button btnReadMe;
		private System.Windows.Forms.Button btnCategoryUp;
		private System.Windows.Forms.Button btnCategoryDown;

	}
}