diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-21 19:40:06 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-21 19:40:06 -0400 |
| commit | 273a4109e6d83fa495a3b28c17e704d9c58b6aab (patch) | |
| tree | 339edb72187f237fd1cc9b922bc4f0d4011e8536 /Smart TV for Windows/Form1.Designer.cs | |
| parent | e920cb949390a72a37ba0a95336ed44e1970343d (diff) | |
| download | Smart-TV-for-Windows-273a4109e6d83fa495a3b28c17e704d9c58b6aab.tar.gz Smart-TV-for-Windows-273a4109e6d83fa495a3b28c17e704d9c58b6aab.tar.bz2 Smart-TV-for-Windows-273a4109e6d83fa495a3b28c17e704d9c58b6aab.zip | |
Add project files.
Diffstat (limited to 'Smart TV for Windows/Form1.Designer.cs')
| -rw-r--r-- | Smart TV for Windows/Form1.Designer.cs | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Smart TV for Windows/Form1.Designer.cs b/Smart TV for Windows/Form1.Designer.cs new file mode 100644 index 0000000..9fc1a3c --- /dev/null +++ b/Smart TV for Windows/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Smart_TV_for_Windows +{ + 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 + } +} + |
