diff 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 diff
--- a/FrmSystem.Designer.cs	Sat Dec 18 21:04:51 2010 -0600
+++ b/FrmSystem.Designer.cs	Wed Dec 22 18:35:52 2010 -0600
@@ -680,6 +680,7 @@
 			// 
 			// 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);
@@ -804,6 +805,7 @@
 			this.btnStatsAdd.TabIndex = 7;
 			this.btnStatsAdd.Text = "Add";
 			this.btnStatsAdd.UseVisualStyleBackColor = true;
+			this.btnStatsAdd.Click += new System.EventHandler(this.btnStatsAdd_Click);
 			// 
 			// FrmSystem
 			//