diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-30 14:55:41 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-30 14:55:53 -0400 |
| commit | 70cfb0145084a140b8432950f59fb2d65c148213 (patch) | |
| tree | 3ba319de2957ae4a33e1a7f29a56445a93bb9e17 | |
| parent | 6623209a89a33a44d0a2b7f784f0a9e1d67f1744 (diff) | |
| download | Smart-TV-for-Windows-70cfb0145084a140b8432950f59fb2d65c148213.tar.gz Smart-TV-for-Windows-70cfb0145084a140b8432950f59fb2d65c148213.tar.bz2 Smart-TV-for-Windows-70cfb0145084a140b8432950f59fb2d65c148213.zip | |
Visual updates to the menu
| -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); |
