mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-22 17:22:14 +00:00
Started Clean-Up
This commit is contained in:
parent
8e40410b80
commit
592189e4ef
1 changed files with 1 additions and 15 deletions
|
@ -32,7 +32,6 @@ private void InitializeComponent()
|
||||||
this.progressDisplay = new System.Windows.Forms.ProgressBar();
|
this.progressDisplay = new System.Windows.Forms.ProgressBar();
|
||||||
this.LogBox = new System.Windows.Forms.TextBox();
|
this.LogBox = new System.Windows.Forms.TextBox();
|
||||||
this.AddMoney = new System.Windows.Forms.Button();
|
this.AddMoney = new System.Windows.Forms.Button();
|
||||||
this.Online = new System.Windows.Forms.Button();
|
|
||||||
this.AddMoneyQty = new System.Windows.Forms.TextBox();
|
this.AddMoneyQty = new System.Windows.Forms.TextBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -78,17 +77,6 @@ private void InitializeComponent()
|
||||||
this.AddMoney.UseVisualStyleBackColor = true;
|
this.AddMoney.UseVisualStyleBackColor = true;
|
||||||
this.AddMoney.Click += new System.EventHandler(this.AddMoney_Click);
|
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
|
// AddMoneyQty
|
||||||
//
|
//
|
||||||
this.AddMoneyQty.Location = new System.Drawing.Point(30, 96);
|
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.ClientSize = new System.Drawing.Size(524, 386);
|
||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.Controls.Add(this.AddMoneyQty);
|
this.Controls.Add(this.AddMoneyQty);
|
||||||
this.Controls.Add(this.Online);
|
|
||||||
this.Controls.Add(this.AddMoney);
|
this.Controls.Add(this.AddMoney);
|
||||||
this.Controls.Add(this.LogBox);
|
this.Controls.Add(this.LogBox);
|
||||||
this.Controls.Add(this.progressDisplay);
|
this.Controls.Add(this.progressDisplay);
|
||||||
|
@ -132,8 +119,7 @@ private void InitializeComponent()
|
||||||
private System.Windows.Forms.ProgressBar progressDisplay;
|
private System.Windows.Forms.ProgressBar progressDisplay;
|
||||||
private System.Windows.Forms.TextBox LogBox;
|
private System.Windows.Forms.TextBox LogBox;
|
||||||
private System.Windows.Forms.Button AddMoney;
|
private System.Windows.Forms.Button AddMoney;
|
||||||
private System.Windows.Forms.Button Online;
|
|
||||||
private System.Windows.Forms.TextBox AddMoneyQty;
|
private System.Windows.Forms.TextBox AddMoneyQty;
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue