diff options
| author | Alee14 <alee14498@gmail.com> | 2017-07-02 19:45:52 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-07-02 20:07:29 -0400 |
| commit | ec552fb640dce9bb7ef46d143edffaaa585f219e (patch) | |
| tree | a32fb47ffe0820ea60a2bb0f4486512a08f0dc95 /YouTube TV/Form2.Designer.cs | |
| parent | 591f24fe8a4facbcedc794819b3063e778345c14 (diff) | |
| download | YouTube-TV-ec552fb640dce9bb7ef46d143edffaaa585f219e.tar.gz YouTube-TV-ec552fb640dce9bb7ef46d143edffaaa585f219e.tar.bz2 YouTube-TV-ec552fb640dce9bb7ef46d143edffaaa585f219e.zip | |
New update
Diffstat (limited to 'YouTube TV/Form2.Designer.cs')
| -rw-r--r-- | YouTube TV/Form2.Designer.cs | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/YouTube TV/Form2.Designer.cs b/YouTube TV/Form2.Designer.cs new file mode 100644 index 0000000..9a496f9 --- /dev/null +++ b/YouTube TV/Form2.Designer.cs @@ -0,0 +1,67 @@ +namespace YouTube_TV +{ + partial class Form2 + { + /// <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.panel1 = new System.Windows.Forms.Panel(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(514, 421); + this.panel1.TabIndex = 0; + // + // Form2 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoSize = true; + this.ClientSize = new System.Drawing.Size(511, 421); + this.Controls.Add(this.panel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "Form2"; + this.Text = "Form2"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.Load += new System.EventHandler(this.Form1_Load); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + } +} + |
