Mercurial > repos > WarFoundryForge
view FrmSystem.Designer.cs @ 15:3a347947ecea
Updates to Categories and Stat Lines
Categories
Adjusted some things behind the scenes.
Stat Lines
Added functionality of already existing buttons.
author | Tsudico |
---|---|
date | Wed, 22 Dec 2010 18:35:52 -0600 |
parents | 26f7f6d2b4f8 |
children | 489d36b167a6 |
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.btnStatListDown = new System.Windows.Forms.Button(); this.btnStatListUp = new System.Windows.Forms.Button(); this.btnStatListRemove = new System.Windows.Forms.Button(); this.btnStatListAdd = new System.Windows.Forms.Button(); this.gbStats = new System.Windows.Forms.GroupBox(); this.listStatNames = new System.Windows.Forms.ListBox(); this.txtStatName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtStatLineID = new System.Windows.Forms.TextBox(); this.lblStatLineID = new System.Windows.Forms.Label(); this.lviewStatPreview = new System.Windows.Forms.ListView(); this.btnStatLineApply = new System.Windows.Forms.Button(); this.lblStatLinePreview = new System.Windows.Forms.Label(); this.btnStatsDefault = new System.Windows.Forms.Button(); this.lviewStats = new System.Windows.Forms.ListView(); this.chStatsID = new System.Windows.Forms.ColumnHeader(); this.chStatsDefault = new System.Windows.Forms.ColumnHeader(); this.btnStatsRemove = 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.gbStats.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.Enabled = false; 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.Enabled = false; 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; this.btnCategoryApply.Click += new System.EventHandler(this.btnCategoryApply_Click); // // tabStats // this.tabStats.Controls.Add(this.btnStatListDown); this.tabStats.Controls.Add(this.btnStatListUp); this.tabStats.Controls.Add(this.btnStatListRemove); this.tabStats.Controls.Add(this.btnStatListAdd); this.tabStats.Controls.Add(this.gbStats); this.tabStats.Controls.Add(this.txtStatName); this.tabStats.Controls.Add(this.label1); this.tabStats.Controls.Add(this.txtStatLineID); this.tabStats.Controls.Add(this.lblStatLineID); this.tabStats.Controls.Add(this.lviewStatPreview); this.tabStats.Controls.Add(this.btnStatLineApply); this.tabStats.Controls.Add(this.lblStatLinePreview); this.tabStats.Controls.Add(this.btnStatsDefault); this.tabStats.Controls.Add(this.lviewStats); this.tabStats.Controls.Add(this.btnStatsRemove); 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; // // btnStatListDown // this.btnStatListDown.Enabled = false; this.btnStatListDown.Location = new System.Drawing.Point(500, 205); this.btnStatListDown.Name = "btnStatListDown"; this.btnStatListDown.Size = new System.Drawing.Size(76, 23); this.btnStatListDown.TabIndex = 25; this.btnStatListDown.Text = "Down"; this.btnStatListDown.UseVisualStyleBackColor = true; this.btnStatListDown.Click += new System.EventHandler(this.btnStatListDown_Click); // // btnStatListUp // this.btnStatListUp.Enabled = false; this.btnStatListUp.Location = new System.Drawing.Point(500, 176); this.btnStatListUp.Name = "btnStatListUp"; this.btnStatListUp.Size = new System.Drawing.Size(76, 23); this.btnStatListUp.TabIndex = 24; this.btnStatListUp.Text = "Up"; this.btnStatListUp.UseVisualStyleBackColor = true; this.btnStatListUp.Click += new System.EventHandler(this.btnStatListUp_Click); // // btnStatListRemove // this.btnStatListRemove.Enabled = false; this.btnStatListRemove.Location = new System.Drawing.Point(500, 147); this.btnStatListRemove.Name = "btnStatListRemove"; this.btnStatListRemove.Size = new System.Drawing.Size(76, 23); this.btnStatListRemove.TabIndex = 23; this.btnStatListRemove.Text = "Remove"; this.btnStatListRemove.UseVisualStyleBackColor = true; this.btnStatListRemove.Click += new System.EventHandler(this.btnStatListRemove_Click); // // btnStatListAdd // this.btnStatListAdd.Enabled = false; this.btnStatListAdd.Location = new System.Drawing.Point(500, 118); this.btnStatListAdd.Name = "btnStatListAdd"; this.btnStatListAdd.Size = new System.Drawing.Size(76, 23); this.btnStatListAdd.TabIndex = 22; this.btnStatListAdd.Text = "Add"; this.btnStatListAdd.UseVisualStyleBackColor = true; this.btnStatListAdd.Click += new System.EventHandler(this.btnStatListAdd_Click); // // gbStats // this.gbStats.Controls.Add(this.listStatNames); this.gbStats.Location = new System.Drawing.Point(290, 146); this.gbStats.Name = "gbStats"; this.gbStats.Size = new System.Drawing.Size(204, 103); this.gbStats.TabIndex = 21; this.gbStats.TabStop = false; this.gbStats.Text = "Stat Names"; // // listStatNames // this.listStatNames.FormattingEnabled = true; this.listStatNames.Location = new System.Drawing.Point(7, 20); this.listStatNames.Name = "listStatNames"; this.listStatNames.Size = new System.Drawing.Size(191, 69); this.listStatNames.TabIndex = 0; this.listStatNames.SelectedIndexChanged += new System.EventHandler(this.listStatNames_SelectedIndexChanged); // // txtStatName // this.txtStatName.Enabled = false; this.txtStatName.Location = new System.Drawing.Point(368, 120); this.txtStatName.Name = "txtStatName"; this.txtStatName.Size = new System.Drawing.Size(126, 20); this.txtStatName.TabIndex = 20; this.txtStatName.TextChanged += new System.EventHandler(this.txtStatName_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(290, 123); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 19; this.label1.Text = "Stat Name:"; // // txtStatLineID // this.txtStatLineID.Location = new System.Drawing.Point(368, 93); this.txtStatLineID.Name = "txtStatLineID"; this.txtStatLineID.Size = new System.Drawing.Size(126, 20); this.txtStatLineID.TabIndex = 18; this.txtStatLineID.TextChanged += new System.EventHandler(this.txtStatLineID_TextChanged); // // lblStatLineID // this.lblStatLineID.AutoSize = true; this.lblStatLineID.Location = new System.Drawing.Point(290, 96); this.lblStatLineID.Name = "lblStatLineID"; this.lblStatLineID.Size = new System.Drawing.Size(66, 13); this.lblStatLineID.TabIndex = 17; this.lblStatLineID.Text = "Stat Line ID:"; // // lviewStatPreview // this.lviewStatPreview.GridLines = true; this.lviewStatPreview.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lviewStatPreview.Location = new System.Drawing.Point(290, 27); this.lviewStatPreview.MultiSelect = false; this.lviewStatPreview.Name = "lviewStatPreview"; this.lviewStatPreview.Size = new System.Drawing.Size(286, 60); this.lviewStatPreview.TabIndex = 16; this.lviewStatPreview.UseCompatibleStateImageBehavior = false; this.lviewStatPreview.View = System.Windows.Forms.View.Details; // // btnStatLineApply // this.btnStatLineApply.Enabled = false; this.btnStatLineApply.Location = new System.Drawing.Point(500, 255); this.btnStatLineApply.Name = "btnStatLineApply"; this.btnStatLineApply.Size = new System.Drawing.Size(76, 23); this.btnStatLineApply.TabIndex = 15; this.btnStatLineApply.Text = "Apply"; this.btnStatLineApply.UseVisualStyleBackColor = true; this.btnStatLineApply.Click += new System.EventHandler(this.btnStatLineApply_Click); // // lblStatLinePreview // this.lblStatLinePreview.AutoSize = true; this.lblStatLinePreview.Location = new System.Drawing.Point(290, 11); this.lblStatLinePreview.Name = "lblStatLinePreview"; this.lblStatLinePreview.Size = new System.Drawing.Size(93, 13); this.lblStatLinePreview.TabIndex = 12; this.lblStatLinePreview.Text = "Stat Line Preview:"; // // btnStatsDefault // this.btnStatsDefault.Enabled = false; this.btnStatsDefault.Location = new System.Drawing.Point(203, 64); 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; this.btnStatsDefault.Click += new System.EventHandler(this.btnStatsDefault_Click); // // lviewStats // this.lviewStats.AutoArrange = false; this.lviewStats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chStatsID, this.chStatsDefault}); this.lviewStats.FullRowSelect = true; this.lviewStats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lviewStats.HideSelection = false; this.lviewStats.Location = new System.Drawing.Point(6, 6); this.lviewStats.MultiSelect = false; this.lviewStats.Name = "lviewStats"; this.lviewStats.Size = new System.Drawing.Size(188, 272); this.lviewStats.TabIndex = 10; this.lviewStats.UseCompatibleStateImageBehavior = false; this.lviewStats.View = System.Windows.Forms.View.Details; this.lviewStats.SelectedIndexChanged += new System.EventHandler(this.lviewStats_SelectedIndexChanged); // // chStatsID // this.chStatsID.Text = "ID"; this.chStatsID.Width = 134; // // chStatsDefault // this.chStatsDefault.Text = "Default"; this.chStatsDefault.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.chStatsDefault.Width = 50; // // btnStatsRemove // this.btnStatsRemove.Enabled = false; this.btnStatsRemove.Location = new System.Drawing.Point(203, 35); 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; this.btnStatsRemove.Click += new System.EventHandler(this.btnStatsRemove_Click); // // btnStatsAdd // this.btnStatsAdd.Enabled = false; 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; this.btnStatsAdd.Click += new System.EventHandler(this.btnStatsAdd_Click); // // 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.tabStats.PerformLayout(); this.gbStats.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 lviewStats; private System.Windows.Forms.Button btnStatsRemove; 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; private System.Windows.Forms.ColumnHeader chStatsID; private System.Windows.Forms.ColumnHeader chStatsDefault; private System.Windows.Forms.Label lblStatLinePreview; private System.Windows.Forms.ListView lviewStatPreview; private System.Windows.Forms.Button btnStatLineApply; private System.Windows.Forms.TextBox txtStatName; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtStatLineID; private System.Windows.Forms.Label lblStatLineID; private System.Windows.Forms.Button btnStatListRemove; private System.Windows.Forms.Button btnStatListAdd; private System.Windows.Forms.GroupBox gbStats; private System.Windows.Forms.Button btnStatListDown; private System.Windows.Forms.Button btnStatListUp; private System.Windows.Forms.ListBox listStatNames; } }