Files
MultitabBrowser/Form1.Designer.cs
2014-07-05 15:42:31 +00:00

178 lines
7.0 KiB
C#

namespace MultitabBrowser
{
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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.webBrowser3 = new System.Windows.Forms.WebBrowser();
this.webBrowser4 = new System.Windows.Forms.WebBrowser();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.webBrowser1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(848, 614);
this.splitContainer1.SplitterDistance = 203;
this.splitContainer1.TabIndex = 0;
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(0, 0);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(203, 614);
this.webBrowser1.TabIndex = 0;
this.webBrowser1.Url = new System.Uri("http://www.gagalive.kr/livechatr.swf", System.UriKind.Absolute);
this.webBrowser1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser1_PreviewKeyDown);
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.webBrowser2);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer2.Size = new System.Drawing.Size(641, 614);
this.splitContainer2.SplitterDistance = 219;
this.splitContainer2.TabIndex = 0;
//
// webBrowser2
//
this.webBrowser2.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser2.Location = new System.Drawing.Point(0, 0);
this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.Size = new System.Drawing.Size(219, 614);
this.webBrowser2.TabIndex = 0;
this.webBrowser2.Url = new System.Uri("http://www.gagalive.kr/livechatr.swf", System.UriKind.Absolute);
this.webBrowser2.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser2_PreviewKeyDown);
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.webBrowser3);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.webBrowser4);
this.splitContainer3.Size = new System.Drawing.Size(418, 614);
this.splitContainer3.SplitterDistance = 214;
this.splitContainer3.TabIndex = 0;
//
// webBrowser3
//
this.webBrowser3.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser3.Location = new System.Drawing.Point(0, 0);
this.webBrowser3.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser3.Name = "webBrowser3";
this.webBrowser3.Size = new System.Drawing.Size(214, 614);
this.webBrowser3.TabIndex = 0;
this.webBrowser3.Url = new System.Uri("http://www.gagalive.kr/livechatr.swf", System.UriKind.Absolute);
this.webBrowser3.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser3_PreviewKeyDown);
//
// webBrowser4
//
this.webBrowser4.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser4.Location = new System.Drawing.Point(0, 0);
this.webBrowser4.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser4.Name = "webBrowser4";
this.webBrowser4.Size = new System.Drawing.Size(200, 614);
this.webBrowser4.TabIndex = 0;
this.webBrowser4.Url = new System.Uri("http://www.gagalive.kr/livechatr.swf", System.UriKind.Absolute);
this.webBrowser4.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser4_PreviewKeyDown);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(848, 614);
this.Controls.Add(this.splitContainer1);
this.Name = "Form1";
this.Text = "Multi Viewer";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
this.splitContainer3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.WebBrowser webBrowser3;
private System.Windows.Forms.WebBrowser webBrowser4;
}
}