diff options
Diffstat (limited to 'Smart TV for Windows/youtube.Designer.cs')
| -rw-r--r-- | Smart TV for Windows/youtube.Designer.cs | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/Smart TV for Windows/youtube.Designer.cs b/Smart TV for Windows/youtube.Designer.cs index 2fcaa5d..1261ba0 100644 --- a/Smart TV for Windows/youtube.Designer.cs +++ b/Smart TV for Windows/youtube.Designer.cs @@ -28,11 +28,40 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + 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(-1, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(337, 330); + this.panel1.TabIndex = 0; + this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); + // + // youtube + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(336, 330); + this.ControlBox = false; + this.Controls.Add(this.panel1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "youtube"; this.Text = "youtube"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.Load += new System.EventHandler(this.youtube_Load); + this.ResumeLayout(false); + } #endregion + + private System.Windows.Forms.Panel panel1; } }
\ No newline at end of file |
