From 592189e4ef4cfb2164e203a32f5f5fc8c187e104 Mon Sep 17 00:00:00 2001 From: GabrielTK Date: Wed, 20 Jul 2016 09:23:30 -0400 Subject: [PATCH] Started Clean-Up --- .../Apps/Cheats.Designer.cs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs b/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs index 90bbc89..28aac47 100644 --- a/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Cheats.Designer.cs @@ -32,7 +32,6 @@ private void InitializeComponent() this.progressDisplay = new System.Windows.Forms.ProgressBar(); this.LogBox = new System.Windows.Forms.TextBox(); this.AddMoney = new System.Windows.Forms.Button(); - this.Online = new System.Windows.Forms.Button(); this.AddMoneyQty = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); @@ -78,17 +77,6 @@ private void InitializeComponent() this.AddMoney.UseVisualStyleBackColor = true; this.AddMoney.Click += new System.EventHandler(this.AddMoney_Click); // - // Online - // - this.Online.Enabled = false; - this.Online.Location = new System.Drawing.Point(12, 213); - this.Online.Name = "Online"; - this.Online.Size = new System.Drawing.Size(152, 23); - this.Online.TabIndex = 4; - this.Online.Text = "Win Online"; - this.Online.UseVisualStyleBackColor = true; - this.Online.Click += new System.EventHandler(this.button2_Click); - // // AddMoneyQty // this.AddMoneyQty.Location = new System.Drawing.Point(30, 96); @@ -112,7 +100,6 @@ private void InitializeComponent() this.ClientSize = new System.Drawing.Size(524, 386); this.Controls.Add(this.label1); this.Controls.Add(this.AddMoneyQty); - this.Controls.Add(this.Online); this.Controls.Add(this.AddMoney); this.Controls.Add(this.LogBox); this.Controls.Add(this.progressDisplay); @@ -132,8 +119,7 @@ private void InitializeComponent() private System.Windows.Forms.ProgressBar progressDisplay; private System.Windows.Forms.TextBox LogBox; private System.Windows.Forms.Button AddMoney; - private System.Windows.Forms.Button Online; private System.Windows.Forms.TextBox AddMoneyQty; private System.Windows.Forms.Label label1; } -} \ No newline at end of file +}