diff options
| author | Alee14 <alee14498@gmail.com> | 2017-05-09 11:41:06 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-05-09 11:41:06 -0400 |
| commit | 2d610816f4ffbde63f3ee346c7c56167c7d71e8c (patch) | |
| tree | 778d53a3338f8ad9b0cf28d248b43389928aba90 /YouTube TV/Form1.Designer.cs | |
| parent | 1eff754245a1a5c58a3b56237ad6ce1591649d1e (diff) | |
| download | YouTube-TV-2d610816f4ffbde63f3ee346c7c56167c7d71e8c.tar.gz YouTube-TV-2d610816f4ffbde63f3ee346c7c56167c7d71e8c.tar.bz2 YouTube-TV-2d610816f4ffbde63f3ee346c7c56167c7d71e8c.zip | |
Add project files.
Diffstat (limited to 'YouTube TV/Form1.Designer.cs')
| -rw-r--r-- | YouTube TV/Form1.Designer.cs | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/YouTube TV/Form1.Designer.cs b/YouTube TV/Form1.Designer.cs new file mode 100644 index 0000000..b3ced49 --- /dev/null +++ b/YouTube TV/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace YouTube_TV +{ + partial class Form1 + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Text = "Form1"; + } + + #endregion + } +} + |
