From 2fe13434046140565816dc5ab094c55b16b78ce7 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 9 May 2017 11:46:27 -0400 Subject: First Commit! --- YouTube TV/Form1.Designer.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'YouTube TV/Form1.Designer.cs') diff --git a/YouTube TV/Form1.Designer.cs b/YouTube TV/Form1.Designer.cs index b3ced49..23247ec 100644 --- a/YouTube TV/Form1.Designer.cs +++ b/YouTube TV/Form1.Designer.cs @@ -28,9 +28,17 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(611, 452); + this.Name = "Form1"; this.Text = "Form1"; + this.ResumeLayout(false); + } #endregion -- cgit v1.2.3