view FrmSystem.Designer.cs @ 10:43d88f50c712

Continued work on Category Tab Up and Down buttons adjust category position.
author Tsudico
date Fri, 17 Dec 2010 22:02:04 -0600
parents 0dadaa315430
children 372f921c20fc
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.numDefaultSize = new System.Windows.Forms.NumericUpDown();
			this.lblDefaultSize = new System.Windows.Forms.Label();
			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.gbCategoryLimits = new System.Windows.Forms.GroupBox();
			this.lblPercentLimit = new System.Windows.Forms.Label();
			this.cbPercentMax = new System.Windows.Forms.CheckBox();
			this.numPercentMax = new System.Windows.Forms.NumericUpDown();
			this.cbPercentMin = new System.Windows.Forms.CheckBox();
			this.numPercentMin = new System.Windows.Forms.NumericUpDown();
			this.cbPointMax = new System.Windows.Forms.CheckBox();
			this.numPointMax = new System.Windows.Forms.NumericUpDown();
			this.cbPointMin = new System.Windows.Forms.CheckBox();
			this.numPointMin = new System.Windows.Forms.NumericUpDown();
			this.lblPointLimit = new System.Windows.Forms.Label();
			this.btnGenerateCatID = new System.Windows.Forms.Button();
			this.txtCategoryID = new System.Windows.Forms.TextBox();
			this.lblCategoryID = new System.Windows.Forms.Label();
			this.txtCategoryName = new System.Windows.Forms.TextBox();
			this.lblCategoryName = new System.Windows.Forms.Label();
			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.btnCategoryApply = 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.tabSystem.SuspendLayout();
			this.tabInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).BeginInit();
			this.panel2.SuspendLayout();
			this.panel1.SuspendLayout();
			this.tabCategories.SuspendLayout();
			this.gbCategoryLimits.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPercentMax)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPercentMin)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPointMax)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPointMin)).BeginInit();
			this.tabStats.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnSystemSave
			// 
			this.btnSystemSave.Location = new System.Drawing.Point(517, 328);
			this.btnSystemSave.Name = "btnSystemSave";
			this.btnSystemSave.Size = new System.Drawing.Size(85, 23);
			this.btnSystemSave.TabIndex = 2;
			this.btnSystemSave.Text = "Save";
			this.btnSystemSave.UseVisualStyleBackColor = true;
			// 
			// btnSystemClose
			// 
			this.btnSystemClose.Location = new System.Drawing.Point(426, 328);
			this.btnSystemClose.Name = "btnSystemClose";
			this.btnSystemClose.Size = new System.Drawing.Size(85, 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;
			// 
			// 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;
			// 
			// 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:";
			// 
			// 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.gbCategoryLimits);
			this.tabCategories.Controls.Add(this.btnGenerateCatID);
			this.tabCategories.Controls.Add(this.txtCategoryID);
			this.tabCategories.Controls.Add(this.lblCategoryID);
			this.tabCategories.Controls.Add(this.txtCategoryName);
			this.tabCategories.Controls.Add(this.lblCategoryName);
			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.btnCategoryApply);
			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;
			// 
			// gbCategoryLimits
			// 
			this.gbCategoryLimits.Controls.Add(this.lblPercentLimit);
			this.gbCategoryLimits.Controls.Add(this.cbPercentMax);
			this.gbCategoryLimits.Controls.Add(this.numPercentMax);
			this.gbCategoryLimits.Controls.Add(this.cbPercentMin);
			this.gbCategoryLimits.Controls.Add(this.numPercentMin);
			this.gbCategoryLimits.Controls.Add(this.cbPointMax);
			this.gbCategoryLimits.Controls.Add(this.numPointMax);
			this.gbCategoryLimits.Controls.Add(this.cbPointMin);
			this.gbCategoryLimits.Controls.Add(this.numPointMin);
			this.gbCategoryLimits.Controls.Add(this.lblPointLimit);
			this.gbCategoryLimits.Location = new System.Drawing.Point(298, 63);
			this.gbCategoryLimits.Name = "gbCategoryLimits";
			this.gbCategoryLimits.Size = new System.Drawing.Size(277, 130);
			this.gbCategoryLimits.TabIndex = 23;
			this.gbCategoryLimits.TabStop = false;
			this.gbCategoryLimits.Text = "Category Limits";
			// 
			// lblPercentLimit
			// 
			this.lblPercentLimit.AutoSize = true;
			this.lblPercentLimit.Location = new System.Drawing.Point(6, 73);
			this.lblPercentLimit.Name = "lblPercentLimit";
			this.lblPercentLimit.Size = new System.Drawing.Size(76, 13);
			this.lblPercentLimit.TabIndex = 11;
			this.lblPercentLimit.Text = "Percent Limits:";
			// 
			// cbPercentMax
			// 
			this.cbPercentMax.AutoSize = true;
			this.cbPercentMax.Location = new System.Drawing.Point(97, 98);
			this.cbPercentMax.Name = "cbPercentMax";
			this.cbPercentMax.Size = new System.Drawing.Size(73, 17);
			this.cbPercentMax.TabIndex = 10;
			this.cbPercentMax.Text = "Maximum:";
			this.cbPercentMax.UseVisualStyleBackColor = true;
			this.cbPercentMax.CheckedChanged += new System.EventHandler(this.cbPercentMax_CheckedChanged);
			// 
			// numPercentMax
			// 
			this.numPercentMax.Enabled = false;
			this.numPercentMax.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
			this.numPercentMax.Location = new System.Drawing.Point(229, 97);
			this.numPercentMax.Name = "numPercentMax";
			this.numPercentMax.Size = new System.Drawing.Size(42, 20);
			this.numPercentMax.TabIndex = 9;
			this.numPercentMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPercentMax.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numPercentMax.ValueChanged += new System.EventHandler(this.numPercentMax_ValueChanged);
			// 
			// cbPercentMin
			// 
			this.cbPercentMin.AutoSize = true;
			this.cbPercentMin.Location = new System.Drawing.Point(97, 72);
			this.cbPercentMin.Name = "cbPercentMin";
			this.cbPercentMin.Size = new System.Drawing.Size(70, 17);
			this.cbPercentMin.TabIndex = 8;
			this.cbPercentMin.Text = "Minimum:";
			this.cbPercentMin.UseVisualStyleBackColor = true;
			this.cbPercentMin.CheckedChanged += new System.EventHandler(this.cbPercentMin_CheckedChanged);
			// 
			// numPercentMin
			// 
			this.numPercentMin.Enabled = false;
			this.numPercentMin.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
			this.numPercentMin.Location = new System.Drawing.Point(229, 71);
			this.numPercentMin.Name = "numPercentMin";
			this.numPercentMin.Size = new System.Drawing.Size(42, 20);
			this.numPercentMin.TabIndex = 7;
			this.numPercentMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPercentMin.ValueChanged += new System.EventHandler(this.numPercentMin_ValueChanged);
			// 
			// cbPointMax
			// 
			this.cbPointMax.AutoSize = true;
			this.cbPointMax.Location = new System.Drawing.Point(97, 46);
			this.cbPointMax.Name = "cbPointMax";
			this.cbPointMax.Size = new System.Drawing.Size(73, 17);
			this.cbPointMax.TabIndex = 6;
			this.cbPointMax.Text = "Maximum:";
			this.cbPointMax.UseVisualStyleBackColor = true;
			this.cbPointMax.CheckedChanged += new System.EventHandler(this.cbPointMax_CheckedChanged);
			// 
			// numPointMax
			// 
			this.numPointMax.Enabled = false;
			this.numPointMax.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numPointMax.Location = new System.Drawing.Point(202, 45);
			this.numPointMax.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
			this.numPointMax.Name = "numPointMax";
			this.numPointMax.Size = new System.Drawing.Size(69, 20);
			this.numPointMax.TabIndex = 5;
			this.numPointMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPointMax.ValueChanged += new System.EventHandler(this.numPointMax_ValueChanged);
			// 
			// cbPointMin
			// 
			this.cbPointMin.AutoSize = true;
			this.cbPointMin.Location = new System.Drawing.Point(97, 20);
			this.cbPointMin.Name = "cbPointMin";
			this.cbPointMin.Size = new System.Drawing.Size(70, 17);
			this.cbPointMin.TabIndex = 4;
			this.cbPointMin.Text = "Minimum:";
			this.cbPointMin.UseVisualStyleBackColor = true;
			this.cbPointMin.CheckedChanged += new System.EventHandler(this.cbPointMin_CheckedChanged);
			// 
			// numPointMin
			// 
			this.numPointMin.Enabled = false;
			this.numPointMin.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
			this.numPointMin.Location = new System.Drawing.Point(202, 19);
			this.numPointMin.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
			this.numPointMin.Name = "numPointMin";
			this.numPointMin.Size = new System.Drawing.Size(69, 20);
			this.numPointMin.TabIndex = 2;
			this.numPointMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPointMin.ValueChanged += new System.EventHandler(this.numPointMin_ValueChanged);
			// 
			// lblPointLimit
			// 
			this.lblPointLimit.AutoSize = true;
			this.lblPointLimit.Location = new System.Drawing.Point(6, 21);
			this.lblPointLimit.Name = "lblPointLimit";
			this.lblPointLimit.Size = new System.Drawing.Size(63, 13);
			this.lblPointLimit.TabIndex = 0;
			this.lblPointLimit.Text = "Point Limits:";
			// 
			// btnGenerateCatID
			// 
			this.btnGenerateCatID.Location = new System.Drawing.Point(500, 34);
			this.btnGenerateCatID.Name = "btnGenerateCatID";
			this.btnGenerateCatID.Size = new System.Drawing.Size(76, 23);
			this.btnGenerateCatID.TabIndex = 22;
			this.btnGenerateCatID.Text = "Generate ID";
			this.btnGenerateCatID.UseVisualStyleBackColor = true;
			this.btnGenerateCatID.Click += new System.EventHandler(this.btnGenerateCatID_Click);
			// 
			// txtCategoryID
			// 
			this.txtCategoryID.Location = new System.Drawing.Point(395, 36);
			this.txtCategoryID.Name = "txtCategoryID";
			this.txtCategoryID.Size = new System.Drawing.Size(99, 20);
			this.txtCategoryID.TabIndex = 21;
			this.txtCategoryID.TextChanged += new System.EventHandler(this.txtCategoryID_TextChanged);
			// 
			// lblCategoryID
			// 
			this.lblCategoryID.AutoSize = true;
			this.lblCategoryID.Location = new System.Drawing.Point(295, 39);
			this.lblCategoryID.Name = "lblCategoryID";
			this.lblCategoryID.Size = new System.Drawing.Size(66, 13);
			this.lblCategoryID.TabIndex = 20;
			this.lblCategoryID.Text = "Category ID:";
			// 
			// txtCategoryName
			// 
			this.txtCategoryName.Location = new System.Drawing.Point(394, 7);
			this.txtCategoryName.Name = "txtCategoryName";
			this.txtCategoryName.Size = new System.Drawing.Size(182, 20);
			this.txtCategoryName.TabIndex = 19;
			this.txtCategoryName.TextChanged += new System.EventHandler(this.txtCategoryName_TextChanged);
			// 
			// lblCategoryName
			// 
			this.lblCategoryName.AutoSize = true;
			this.lblCategoryName.Location = new System.Drawing.Point(295, 10);
			this.lblCategoryName.Name = "lblCategoryName";
			this.lblCategoryName.Size = new System.Drawing.Size(83, 13);
			this.lblCategoryName.TabIndex = 18;
			this.lblCategoryName.Text = "Category Name:";
			// 
			// btnCategoryUp
			// 
			this.btnCategoryUp.Location = new System.Drawing.Point(216, 92);
			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;
			this.btnCategoryUp.Click += new System.EventHandler(this.btnCategoryUp_Click);
			// 
			// 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, 264);
			this.listCategories.TabIndex = 12;
			this.listCategories.SelectedIndexChanged += new System.EventHandler(this.listCategories_SelectedIndexChanged);
			// 
			// btnCategoryDown
			// 
			this.btnCategoryDown.Location = new System.Drawing.Point(216, 121);
			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;
			this.btnCategoryDown.Click += new System.EventHandler(this.btnCategoryDown_Click);
			// 
			// 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;
			this.btnCategoryAdd.Click += new System.EventHandler(this.btnCategoryAdd_Click);
			// 
			// btnCategoryRemove
			// 
			this.btnCategoryRemove.Location = new System.Drawing.Point(216, 34);
			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;
			this.btnCategoryRemove.Click += new System.EventHandler(this.btnCategoryRemove_Click);
			// 
			// btnCategoryApply
			// 
			this.btnCategoryApply.Enabled = false;
			this.btnCategoryApply.Location = new System.Drawing.Point(500, 199);
			this.btnCategoryApply.Name = "btnCategoryApply";
			this.btnCategoryApply.Size = new System.Drawing.Size(76, 23);
			this.btnCategoryApply.TabIndex = 14;
			this.btnCategoryApply.Text = "Apply";
			this.btnCategoryApply.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;
			// 
			// 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();
			((System.ComponentModel.ISupportInitialize)(this.numDefaultSize)).EndInit();
			this.panel2.ResumeLayout(false);
			this.panel2.PerformLayout();
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.tabCategories.ResumeLayout(false);
			this.tabCategories.PerformLayout();
			this.gbCategoryLimits.ResumeLayout(false);
			this.gbCategoryLimits.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPercentMax)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPercentMin)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPointMax)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPointMin)).EndInit();
			this.tabStats.ResumeLayout(false);
			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 btnCategoryApply;
		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;
		private System.Windows.Forms.Button btnGenerateCatID;
		private System.Windows.Forms.TextBox txtCategoryID;
		private System.Windows.Forms.Label lblCategoryID;
		private System.Windows.Forms.TextBox txtCategoryName;
		private System.Windows.Forms.Label lblCategoryName;
		private System.Windows.Forms.GroupBox gbCategoryLimits;
		private System.Windows.Forms.Label lblPointLimit;
		private System.Windows.Forms.NumericUpDown numPointMin;
		private System.Windows.Forms.CheckBox cbPointMin;
		private System.Windows.Forms.CheckBox cbPointMax;
		private System.Windows.Forms.NumericUpDown numPointMax;
		private System.Windows.Forms.CheckBox cbPercentMax;
		private System.Windows.Forms.NumericUpDown numPercentMax;
		private System.Windows.Forms.CheckBox cbPercentMin;
		private System.Windows.Forms.NumericUpDown numPercentMin;
		private System.Windows.Forms.Label lblPercentLimit;

	}
}