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 +++- YouTube TV/Form1.resx | 120 +++++++++++++++++++++++++++++++++++++++++++ YouTube TV/YouTube TV.csproj | 3 ++ 3 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 YouTube TV/Form1.resx (limited to 'YouTube TV') 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 diff --git a/YouTube TV/Form1.resx b/YouTube TV/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/YouTube TV/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/YouTube TV/YouTube TV.csproj b/YouTube TV/YouTube TV.csproj index be32a33..af2518d 100644 --- a/YouTube TV/YouTube TV.csproj +++ b/YouTube TV/YouTube TV.csproj @@ -54,6 +54,9 @@ + + Form1.cs + ResXFileCodeGenerator Resources.Designer.cs -- cgit v1.2.3