ShareX/UploadersLib/Forms/OAuthWebForm.Designer.cs
2014-06-25 23:45:57 +03:00

128 lines
5.3 KiB
C#

namespace UploadersLib.GUI
{
partial class OAuthWebForm
{
/// <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.wbMain = new System.Windows.Forms.WebBrowser();
this.tscMain = new System.Windows.Forms.ToolStripContainer();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tslURL = new System.Windows.Forms.ToolStripLabel();
this.tstbURL = new System.Windows.Forms.ToolStripTextBox();
this.tscMain.ContentPanel.SuspendLayout();
this.tscMain.TopToolStripPanel.SuspendLayout();
this.tscMain.SuspendLayout();
this.tsMain.SuspendLayout();
this.SuspendLayout();
//
// wbMain
//
this.wbMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbMain.Location = new System.Drawing.Point(0, 0);
this.wbMain.MinimumSize = new System.Drawing.Size(20, 20);
this.wbMain.Name = "wbMain";
this.wbMain.ScriptErrorsSuppressed = true;
this.wbMain.Size = new System.Drawing.Size(1056, 545);
this.wbMain.TabIndex = 0;
this.wbMain.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.wbMain_Navigated);
//
// tscMain
//
//
// tscMain.ContentPanel
//
this.tscMain.ContentPanel.Controls.Add(this.wbMain);
this.tscMain.ContentPanel.Size = new System.Drawing.Size(1056, 545);
this.tscMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tscMain.Location = new System.Drawing.Point(0, 0);
this.tscMain.Name = "tscMain";
this.tscMain.Size = new System.Drawing.Size(1056, 574);
this.tscMain.TabIndex = 2;
this.tscMain.Text = "toolStripContainer1";
//
// tscMain.TopToolStripPanel
//
this.tscMain.TopToolStripPanel.Controls.Add(this.tsMain);
//
// tsMain
//
this.tsMain.Dock = System.Windows.Forms.DockStyle.None;
this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslURL,
this.tstbURL});
this.tsMain.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.tsMain.Location = new System.Drawing.Point(0, 0);
this.tsMain.Name = "tsMain";
this.tsMain.Padding = new System.Windows.Forms.Padding(3);
this.tsMain.Size = new System.Drawing.Size(1056, 29);
this.tsMain.Stretch = true;
this.tsMain.TabIndex = 0;
//
// tslURL
//
this.tslURL.Name = "tslURL";
this.tslURL.Size = new System.Drawing.Size(31, 20);
this.tslURL.Text = "URL:";
//
// tstbURL
//
this.tstbURL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tstbURL.Name = "tstbURL";
this.tstbURL.Size = new System.Drawing.Size(800, 23);
//
// OAuthWebForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1056, 574);
this.Controls.Add(this.tscMain);
this.Name = "OAuthWebForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Authorization";
this.tscMain.ContentPanel.ResumeLayout(false);
this.tscMain.TopToolStripPanel.ResumeLayout(false);
this.tscMain.TopToolStripPanel.PerformLayout();
this.tscMain.ResumeLayout(false);
this.tscMain.PerformLayout();
this.tsMain.ResumeLayout(false);
this.tsMain.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.WebBrowser wbMain;
private System.Windows.Forms.ToolStripContainer tscMain;
private System.Windows.Forms.ToolStrip tsMain;
private System.Windows.Forms.ToolStripLabel tslURL;
private System.Windows.Forms.ToolStripTextBox tstbURL;
}
}