view FrmSystem.Designer.cs @ 2:51e8cd3be231

Adjusted spacing of System form, General tab. Added Default Army Size to same tab.
author Tsudico
date Tue, 07 Dec 2010 21:11:45 -0600
parents e56ba22f7240
children 387f17b36f52
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.btnSystemSave = new System.Windows.Forms.Button();
			this.btnSystemClose = new System.Windows.Forms.Button();
			this.tabSystem = new System.Windows.Forms.TabControl();
			this.tabInfo = new System.Windows.Forms.TabPage();
			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.tabCategories = new System.Windows.Forms.TabPage();
			this.btnCategoryUp = new System.Windows.Forms.Button();
			this.listCategories = new System.Windows.Forms.ListBox();
			this.btnCategoryDown = new System.Windows.Forms.Button();
			this.btnCategoryAdd = new System.Windows.Forms.Button();
			this.btnCategoryRemove = new System.Windows.Forms.Button();
			this.btnCategoryEdit = new System.Windows.Forms.Button();
			this.tabStats = new System.Windows.Forms.TabPage();
			this.btnStatsDefault = new System.Windows.Forms.Button();
			this.lvStats = new System.Windows.Forms.ListView();
			this.btnStatsRemove = new System.Windows.Forms.Button();
			this.btnStatsEdit = new System.Windows.Forms.Button();
			this.btnStatsAdd = new System.Windows.Forms.Button();
			this.lblDefaultSize = new System.Windows.Forms.Label();
			this.numDefaultSize = new System.Windows.Forms.NumericUpDown();
			this.tabSystem.SuspendLayout();
			this.tabInfo.SuspendLayout();
			this.panel2.SuspendLayout();
			this.panel1.SuspendLayout();
			this.tabCategories.SuspendLayout();
			this.tabStats.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).BeginInit();
			this.SuspendLayout();
			// 
			// 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);
			// 
			// tabSystem
			// 
			this.tabSystem.Controls.Add(this.tabInfo);
			this.tabSystem.Controls.Add(this.tabCategories);
			this.tabSystem.Controls.Add(this.tabStats);
			this.tabSystem.Location = new System.Drawing.Point(13, 12);
			this.tabSystem.Name = "tabSystem";
			this.tabSystem.SelectedIndex = 0;
			this.tabSystem.Size = new System.Drawing.Size(590, 310);
			this.tabSystem.TabIndex = 5;
			// 
			// tabInfo
			// 
			this.tabInfo.Controls.Add(this.numDefaultSize);
			this.tabInfo.Controls.Add(this.lblDefaultSize);
			this.tabInfo.Controls.Add(this.panel2);
			this.tabInfo.Controls.Add(this.panel1);
			this.tabInfo.Controls.Add(this.btnGenerateSysId);
			this.tabInfo.Controls.Add(this.txtSystemId);
			this.tabInfo.Controls.Add(this.lblSystemId);
			this.tabInfo.Controls.Add(this.txtSystemName);
			this.tabInfo.Controls.Add(this.lblSystemName);
			this.tabInfo.Location = new System.Drawing.Point(4, 22);
			this.tabInfo.Name = "tabInfo";
			this.tabInfo.Padding = new System.Windows.Forms.Padding(3);
			this.tabInfo.Size = new System.Drawing.Size(582, 284);
			this.tabInfo.TabIndex = 0;
			this.tabInfo.Text = "General";
			this.tabInfo.UseVisualStyleBackColor = true;
			// 
			// 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(2, 86);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(285, 24);
			this.panel2.TabIndex = 14;
			// 
			// radSystemAlliesNo
			// 
			this.radSystemAlliesNo.AutoSize = true;
			this.radSystemAlliesNo.Location = new System.Drawing.Point(243, 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(194, 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(4, 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(2, 59);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(285, 24);
			this.panel1.TabIndex = 13;
			// 
			// radSystemWarnNo
			// 
			this.radSystemWarnNo.AutoSize = true;
			this.radSystemWarnNo.Location = new System.Drawing.Point(243, 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(194, 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(4, 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(211, 31);
			this.btnGenerateSysId.Name = "btnGenerateSysId";
			this.btnGenerateSysId.Size = new System.Drawing.Size(76, 23);
			this.btnGenerateSysId.TabIndex = 12;
			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(105, 33);
			this.txtSystemId.Name = "txtSystemId";
			this.txtSystemId.Size = new System.Drawing.Size(99, 20);
			this.txtSystemId.TabIndex = 11;
			// 
			// lblSystemId
			// 
			this.lblSystemId.AutoSize = true;
			this.lblSystemId.Location = new System.Drawing.Point(6, 36);
			this.lblSystemId.Name = "lblSystemId";
			this.lblSystemId.Size = new System.Drawing.Size(58, 13);
			this.lblSystemId.TabIndex = 10;
			this.lblSystemId.Text = "System ID:";
			// 
			// txtSystemName
			// 
			this.txtSystemName.Location = new System.Drawing.Point(105, 6);
			this.txtSystemName.Name = "txtSystemName";
			this.txtSystemName.Size = new System.Drawing.Size(182, 20);
			this.txtSystemName.TabIndex = 9;
			// 
			// lblSystemName
			// 
			this.lblSystemName.AutoSize = true;
			this.lblSystemName.Location = new System.Drawing.Point(6, 9);
			this.lblSystemName.Name = "lblSystemName";
			this.lblSystemName.Size = new System.Drawing.Size(75, 13);
			this.lblSystemName.TabIndex = 8;
			this.lblSystemName.Text = "System Name:";
			// 
			// tabCategories
			// 
			this.tabCategories.Controls.Add(this.btnCategoryUp);
			this.tabCategories.Controls.Add(this.listCategories);
			this.tabCategories.Controls.Add(this.btnCategoryDown);
			this.tabCategories.Controls.Add(this.btnCategoryAdd);
			this.tabCategories.Controls.Add(this.btnCategoryRemove);
			this.tabCategories.Controls.Add(this.btnCategoryEdit);
			this.tabCategories.Location = new System.Drawing.Point(4, 22);
			this.tabCategories.Name = "tabCategories";
			this.tabCategories.Padding = new System.Windows.Forms.Padding(3);
			this.tabCategories.Size = new System.Drawing.Size(582, 284);
			this.tabCategories.TabIndex = 1;
			this.tabCategories.Text = "Categories";
			this.tabCategories.UseVisualStyleBackColor = true;
			// 
			// btnCategoryUp
			// 
			this.btnCategoryUp.Location = new System.Drawing.Point(216, 121);
			this.btnCategoryUp.Name = "btnCategoryUp";
			this.btnCategoryUp.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryUp.TabIndex = 17;
			this.btnCategoryUp.Text = "Up";
			this.btnCategoryUp.UseVisualStyleBackColor = true;
			// 
			// listCategories
			// 
			this.listCategories.FormattingEnabled = true;
			this.listCategories.Location = new System.Drawing.Point(3, 6);
			this.listCategories.Name = "listCategories";
			this.listCategories.Size = new System.Drawing.Size(207, 225);
			this.listCategories.TabIndex = 12;
			// 
			// btnCategoryDown
			// 
			this.btnCategoryDown.Location = new System.Drawing.Point(216, 150);
			this.btnCategoryDown.Name = "btnCategoryDown";
			this.btnCategoryDown.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryDown.TabIndex = 16;
			this.btnCategoryDown.Text = "Down";
			this.btnCategoryDown.UseVisualStyleBackColor = true;
			// 
			// btnCategoryAdd
			// 
			this.btnCategoryAdd.Location = new System.Drawing.Point(216, 5);
			this.btnCategoryAdd.Name = "btnCategoryAdd";
			this.btnCategoryAdd.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryAdd.TabIndex = 13;
			this.btnCategoryAdd.Text = "Add";
			this.btnCategoryAdd.UseVisualStyleBackColor = true;
			// 
			// btnCategoryRemove
			// 
			this.btnCategoryRemove.Location = new System.Drawing.Point(216, 63);
			this.btnCategoryRemove.Name = "btnCategoryRemove";
			this.btnCategoryRemove.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryRemove.TabIndex = 15;
			this.btnCategoryRemove.Text = "Remove";
			this.btnCategoryRemove.UseVisualStyleBackColor = true;
			// 
			// btnCategoryEdit
			// 
			this.btnCategoryEdit.Location = new System.Drawing.Point(216, 34);
			this.btnCategoryEdit.Name = "btnCategoryEdit";
			this.btnCategoryEdit.Size = new System.Drawing.Size(62, 23);
			this.btnCategoryEdit.TabIndex = 14;
			this.btnCategoryEdit.Text = "Edit";
			this.btnCategoryEdit.UseVisualStyleBackColor = true;
			// 
			// tabStats
			// 
			this.tabStats.Controls.Add(this.btnStatsDefault);
			this.tabStats.Controls.Add(this.lvStats);
			this.tabStats.Controls.Add(this.btnStatsRemove);
			this.tabStats.Controls.Add(this.btnStatsEdit);
			this.tabStats.Controls.Add(this.btnStatsAdd);
			this.tabStats.Location = new System.Drawing.Point(4, 22);
			this.tabStats.Name = "tabStats";
			this.tabStats.Padding = new System.Windows.Forms.Padding(3);
			this.tabStats.Size = new System.Drawing.Size(582, 284);
			this.tabStats.TabIndex = 2;
			this.tabStats.Text = "Stat Lines";
			this.tabStats.UseVisualStyleBackColor = true;
			// 
			// btnStatsDefault
			// 
			this.btnStatsDefault.Location = new System.Drawing.Point(203, 122);
			this.btnStatsDefault.Name = "btnStatsDefault";
			this.btnStatsDefault.Size = new System.Drawing.Size(81, 23);
			this.btnStatsDefault.TabIndex = 11;
			this.btnStatsDefault.Text = "Make Default";
			this.btnStatsDefault.UseVisualStyleBackColor = true;
			// 
			// lvStats
			// 
			this.lvStats.Location = new System.Drawing.Point(6, 6);
			this.lvStats.Name = "lvStats";
			this.lvStats.Size = new System.Drawing.Size(188, 204);
			this.lvStats.TabIndex = 10;
			this.lvStats.UseCompatibleStateImageBehavior = false;
			// 
			// btnStatsRemove
			// 
			this.btnStatsRemove.Location = new System.Drawing.Point(203, 64);
			this.btnStatsRemove.Name = "btnStatsRemove";
			this.btnStatsRemove.Size = new System.Drawing.Size(81, 23);
			this.btnStatsRemove.TabIndex = 9;
			this.btnStatsRemove.Text = "Remove";
			this.btnStatsRemove.UseVisualStyleBackColor = true;
			// 
			// btnStatsEdit
			// 
			this.btnStatsEdit.Location = new System.Drawing.Point(203, 35);
			this.btnStatsEdit.Name = "btnStatsEdit";
			this.btnStatsEdit.Size = new System.Drawing.Size(81, 23);
			this.btnStatsEdit.TabIndex = 8;
			this.btnStatsEdit.Text = "Edit";
			this.btnStatsEdit.UseVisualStyleBackColor = true;
			// 
			// btnStatsAdd
			// 
			this.btnStatsAdd.Location = new System.Drawing.Point(203, 6);
			this.btnStatsAdd.Name = "btnStatsAdd";
			this.btnStatsAdd.Size = new System.Drawing.Size(81, 23);
			this.btnStatsAdd.TabIndex = 7;
			this.btnStatsAdd.Text = "Add";
			this.btnStatsAdd.UseVisualStyleBackColor = true;
			// 
			// lblDefaultSize
			// 
			this.lblDefaultSize.AutoSize = true;
			this.lblDefaultSize.Location = new System.Drawing.Point(6, 118);
			this.lblDefaultSize.Name = "lblDefaultSize";
			this.lblDefaultSize.Size = new System.Drawing.Size(93, 13);
			this.lblDefaultSize.TabIndex = 15;
			this.lblDefaultSize.Text = "Default Army Size:";
			// 
			// numDefaultSize
			// 
			this.numDefaultSize.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numDefaultSize.Location = new System.Drawing.Point(188, 116);
			this.numDefaultSize.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
			this.numDefaultSize.Name = "numDefaultSize";
			this.numDefaultSize.Size = new System.Drawing.Size(99, 20);
			this.numDefaultSize.TabIndex = 16;
			this.numDefaultSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// FrmSystem
			// 
			this.ClientSize = new System.Drawing.Size(615, 360);
			this.Controls.Add(this.tabSystem);
			this.Controls.Add(this.btnSystemClose);
			this.Controls.Add(this.btnSystemSave);
			this.Name = "FrmSystem";
			this.Text = "System";
			this.tabSystem.ResumeLayout(false);
			this.tabInfo.ResumeLayout(false);
			this.tabInfo.PerformLayout();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.tabCategories.ResumeLayout(false);
			this.tabStats.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).EndInit();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Button btnSystemSave;
		private System.Windows.Forms.Button btnSystemClose;
		private System.Windows.Forms.TabControl tabSystem;
		private System.Windows.Forms.TabPage tabInfo;
		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.Panel panel1;
		private System.Windows.Forms.RadioButton radSystemWarnNo;
		private System.Windows.Forms.RadioButton radSystemWarnYes;
		private System.Windows.Forms.Label lblSystemWarn;
		private System.Windows.Forms.Button btnGenerateSysId;
		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.TabPage tabCategories;
		private System.Windows.Forms.Button btnCategoryUp;
		private System.Windows.Forms.ListBox listCategories;
		private System.Windows.Forms.Button btnCategoryDown;
		private System.Windows.Forms.Button btnCategoryAdd;
		private System.Windows.Forms.Button btnCategoryRemove;
		private System.Windows.Forms.Button btnCategoryEdit;
		private System.Windows.Forms.TabPage tabStats;
		private System.Windows.Forms.Button btnStatsDefault;
		private System.Windows.Forms.ListView lvStats;
		private System.Windows.Forms.Button btnStatsRemove;
		private System.Windows.Forms.Button btnStatsEdit;
		private System.Windows.Forms.Button btnStatsAdd;
		private System.Windows.Forms.NumericUpDown numDefaultSize;
		private System.Windows.Forms.Label lblDefaultSize;

	}
}