changeset 1:e56ba22f7240

Changed System form to tabular setup: General tab now holds what was in the Info pane Categories tab for Categories Stat Lines for Statistic Lines
author Tsudico
date Tue, 07 Dec 2010 20:51:18 -0600
parents 91b5550eff31
children 51e8cd3be231
files FrmSystem.Designer.cs IBBoard.WarFoundry.Forge.WinForms.suo bin/Debug/IBBoard.WarFoundry.Forge.WinForms.exe bin/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb obj/Debug/IBBoard.WarFoundry.Forge.WinForms.csproj.GenerateResource.Cache obj/Debug/IBBoard.WarFoundry.Forge.WinForms.exe obj/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb
diffstat 7 files changed, 201 insertions(+), 197 deletions(-) [+]
line wrap: on
line diff
--- a/FrmSystem.Designer.cs	Tue Dec 07 20:06:17 2010 -0600
+++ b/FrmSystem.Designer.cs	Tue Dec 07 20:51:18 2010 -0600
@@ -28,7 +28,10 @@
 		/// </summary>
 		private void InitializeComponent()
 		{
-			this.gbSystemInfo = new System.Windows.Forms.GroupBox();
+			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();
@@ -42,60 +45,88 @@
 			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.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.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.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.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.tabSystem.SuspendLayout();
+			this.tabInfo.SuspendLayout();
 			this.panel2.SuspendLayout();
 			this.panel1.SuspendLayout();
-			this.gbSystemCategories.SuspendLayout();
-			this.gbSystemStats.SuspendLayout();
+			this.tabCategories.SuspendLayout();
+			this.tabStats.SuspendLayout();
 			this.SuspendLayout();
 			// 
-			// gbSystemInfo
+			// 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.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";
+			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.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(223, 45);
+			this.panel2.Location = new System.Drawing.Point(2, 86);
 			this.panel2.Name = "panel2";
-			this.panel2.Size = new System.Drawing.Size(197, 24);
-			this.panel2.TabIndex = 6;
+			this.panel2.Size = new System.Drawing.Size(202, 24);
+			this.panel2.TabIndex = 14;
 			// 
 			// radSystemAlliesNo
 			// 
 			this.radSystemAlliesNo.AutoSize = true;
-			this.radSystemAlliesNo.Location = new System.Drawing.Point(155, 4);
+			this.radSystemAlliesNo.Location = new System.Drawing.Point(162, 4);
 			this.radSystemAlliesNo.Name = "radSystemAlliesNo";
 			this.radSystemAlliesNo.Size = new System.Drawing.Size(39, 17);
 			this.radSystemAlliesNo.TabIndex = 2;
@@ -106,7 +137,7 @@
 			// radSystemAlliesYes
 			// 
 			this.radSystemAlliesYes.AutoSize = true;
-			this.radSystemAlliesYes.Location = new System.Drawing.Point(106, 4);
+			this.radSystemAlliesYes.Location = new System.Drawing.Point(113, 4);
 			this.radSystemAlliesYes.Name = "radSystemAlliesYes";
 			this.radSystemAlliesYes.Size = new System.Drawing.Size(43, 17);
 			this.radSystemAlliesYes.TabIndex = 1;
@@ -117,7 +148,7 @@
 			// lblSystemAllies
 			// 
 			this.lblSystemAllies.AutoSize = true;
-			this.lblSystemAllies.Location = new System.Drawing.Point(3, 6);
+			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;
@@ -128,10 +159,10 @@
 			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.Location = new System.Drawing.Point(2, 59);
 			this.panel1.Name = "panel1";
-			this.panel1.Size = new System.Drawing.Size(211, 24);
-			this.panel1.TabIndex = 5;
+			this.panel1.Size = new System.Drawing.Size(202, 24);
+			this.panel1.TabIndex = 13;
 			// 
 			// radSystemWarnNo
 			// 
@@ -166,254 +197,227 @@
 			// 
 			// btnGenerateSysId
 			// 
-			this.btnGenerateSysId.Location = new System.Drawing.Point(500, 17);
+			this.btnGenerateSysId.Location = new System.Drawing.Point(211, 31);
 			this.btnGenerateSysId.Name = "btnGenerateSysId";
-			this.btnGenerateSysId.Size = new System.Drawing.Size(81, 23);
-			this.btnGenerateSysId.TabIndex = 4;
+			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(364, 19);
+			this.txtSystemId.Location = new System.Drawing.Point(84, 33);
 			this.txtSystemId.Name = "txtSystemId";
-			this.txtSystemId.Size = new System.Drawing.Size(130, 20);
-			this.txtSystemId.TabIndex = 3;
+			this.txtSystemId.Size = new System.Drawing.Size(120, 20);
+			this.txtSystemId.TabIndex = 11;
 			// 
 			// lblSystemId
 			// 
 			this.lblSystemId.AutoSize = true;
-			this.lblSystemId.Location = new System.Drawing.Point(300, 22);
+			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 = 2;
+			this.lblSystemId.TabIndex = 10;
 			this.lblSystemId.Text = "System ID:";
 			// 
 			// txtSystemName
 			// 
-			this.txtSystemName.Location = new System.Drawing.Point(88, 19);
+			this.txtSystemName.Location = new System.Drawing.Point(84, 6);
 			this.txtSystemName.Name = "txtSystemName";
 			this.txtSystemName.Size = new System.Drawing.Size(203, 20);
-			this.txtSystemName.TabIndex = 1;
+			this.txtSystemName.TabIndex = 9;
 			// 
 			// lblSystemName
 			// 
 			this.lblSystemName.AutoSize = true;
-			this.lblSystemName.Location = new System.Drawing.Point(7, 22);
+			this.lblSystemName.Location = new System.Drawing.Point(3, 9);
 			this.lblSystemName.Name = "lblSystemName";
 			this.lblSystemName.Size = new System.Drawing.Size(75, 13);
-			this.lblSystemName.TabIndex = 0;
+			this.lblSystemName.TabIndex = 8;
 			this.lblSystemName.Text = "System Name:";
 			// 
-			// gbSystemCategories
+			// 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;
 			// 
-			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";
+			// 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(223, 77);
+			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 = 3;
+			this.btnCategoryRemove.TabIndex = 15;
 			this.btnCategoryRemove.Text = "Remove";
 			this.btnCategoryRemove.UseVisualStyleBackColor = true;
 			// 
 			// btnCategoryEdit
 			// 
-			this.btnCategoryEdit.Location = new System.Drawing.Point(223, 48);
+			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 = 2;
+			this.btnCategoryEdit.TabIndex = 14;
 			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;
+			// tabStats
 			// 
-			// listCategories
+			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;
 			// 
-			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
+			// btnStatsDefault
 			// 
-			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;
+			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;
 			// 
-			// btnSystemClose
+			// lvStats
 			// 
-			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.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;
 			// 
-			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";
+			// 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, 48);
+			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 = 3;
+			this.btnStatsEdit.TabIndex = 8;
 			this.btnStatsEdit.Text = "Edit";
 			this.btnStatsEdit.UseVisualStyleBackColor = true;
 			// 
 			// btnStatsAdd
 			// 
-			this.btnStatsAdd.Location = new System.Drawing.Point(203, 19);
+			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 = 2;
+			this.btnStatsAdd.TabIndex = 7;
 			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.tabSystem);
 			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.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.gbSystemCategories.ResumeLayout(false);
-			this.gbSystemStats.ResumeLayout(false);
+			this.tabCategories.ResumeLayout(false);
+			this.tabStats.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.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.GroupBox gbSystemCategories;
+		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.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.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.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;
 
 	}
 }
Binary file IBBoard.WarFoundry.Forge.WinForms.suo has changed
Binary file bin/Debug/IBBoard.WarFoundry.Forge.WinForms.exe has changed
Binary file bin/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb has changed
Binary file obj/Debug/IBBoard.WarFoundry.Forge.WinForms.csproj.GenerateResource.Cache has changed
Binary file obj/Debug/IBBoard.WarFoundry.Forge.WinForms.exe has changed
Binary file obj/Debug/IBBoard.WarFoundry.Forge.WinForms.pdb has changed