diff options
| -rw-r--r-- | Smart TV for Windows/menu.Designer.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Smart TV for Windows/menu.Designer.cs b/Smart TV for Windows/menu.Designer.cs index 9b2f5ff..6006e95 100644 --- a/Smart TV for Windows/menu.Designer.cs +++ b/Smart TV for Windows/menu.Designer.cs @@ -59,7 +59,7 @@ // // button1 // - this.button1.Location = new System.Drawing.Point(42, 119); + this.button1.Location = new System.Drawing.Point(30, 105); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 38); this.button1.TabIndex = 2; @@ -69,7 +69,7 @@ // // button2 // - this.button2.Location = new System.Drawing.Point(199, 119); + this.button2.Location = new System.Drawing.Point(199, 105); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(87, 38); this.button2.TabIndex = 3; @@ -79,7 +79,7 @@ // // button3 // - this.button3.Location = new System.Drawing.Point(106, 200); + this.button3.Location = new System.Drawing.Point(106, 163); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(97, 33); this.button3.TabIndex = 4; @@ -90,22 +90,22 @@ // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(12, 220); + this.label3.Location = new System.Drawing.Point(10, 223); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(69, 13); + this.label3.Size = new System.Drawing.Size(61, 13); this.label3.TabIndex = 5; - this.label3.Text = "Version 0.0.1"; + this.label3.Text = "Alpha 0.0.1"; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(227, 220); + this.label4.Location = new System.Drawing.Point(227, 223); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(94, 13); this.label4.TabIndex = 6; this.label4.Text = "Made by AleeCorp"; // - // Form1 + // menu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -117,7 +117,7 @@ this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); - this.Name = "Form1"; + this.Name = "menu"; this.Text = "Smart TV for Windows"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); |
