diff --git a/.vs/FloatToolGUI/v16/.suo b/.vs/FloatToolGUI/v16/.suo index ad038ba..a67960c 100644 Binary files a/.vs/FloatToolGUI/v16/.suo and b/.vs/FloatToolGUI/v16/.suo differ diff --git a/FloatToolGUI/Form1.Designer.cs b/FloatToolGUI/Form1.Designer.cs index db6375a..55e3dc6 100644 --- a/FloatToolGUI/Form1.Designer.cs +++ b/FloatToolGUI/Form1.Designer.cs @@ -62,7 +62,7 @@ private void InitializeComponent() // // textBox1 // - this.textBox1.Location = new System.Drawing.Point(336, 20); + this.textBox1.Location = new System.Drawing.Point(336, 50); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(267, 21); this.textBox1.TabIndex = 0; @@ -93,7 +93,7 @@ private void InitializeComponent() // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(215, 23); + this.label4.Location = new System.Drawing.Point(209, 53); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(114, 15); this.label4.TabIndex = 9; @@ -102,7 +102,7 @@ private void InitializeComponent() // checkBox1 // this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(252, 52); + this.checkBox1.Location = new System.Drawing.Point(251, 22); this.checkBox1.Name = "checkBox1"; this.checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.checkBox1.Size = new System.Drawing.Size(84, 19); @@ -115,7 +115,7 @@ private void InitializeComponent() // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(362, 53); + this.label3.Location = new System.Drawing.Point(357, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(70, 15); this.label3.TabIndex = 7; @@ -131,7 +131,7 @@ private void InitializeComponent() "Field-Tested", "Well-Worn", "Battle-Scarred"}); - this.comboBox3.Location = new System.Drawing.Point(433, 50); + this.comboBox3.Location = new System.Drawing.Point(433, 20); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(170, 23); this.comboBox3.TabIndex = 6; @@ -142,7 +142,7 @@ private void InitializeComponent() // this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand; this.comboBox2.FormattingEnabled = true; - this.comboBox2.Location = new System.Drawing.Point(105, 47); + this.comboBox2.Location = new System.Drawing.Point(61, 50); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(132, 23); this.comboBox2.TabIndex = 5; @@ -152,7 +152,7 @@ private void InitializeComponent() // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(14, 22); + this.label2.Location = new System.Drawing.Point(15, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 15); this.label2.TabIndex = 4; @@ -161,7 +161,7 @@ private void InitializeComponent() // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(14, 51); + this.label1.Location = new System.Drawing.Point(6, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 3; @@ -206,7 +206,7 @@ private void InitializeComponent() "UMP-45", "USP-S", "XM1014"}); - this.comboBox1.Location = new System.Drawing.Point(72, 19); + this.comboBox1.Location = new System.Drawing.Point(94, 20); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(132, 23); this.comboBox1.TabIndex = 2;