namespace ScreenshotForm
{
partial class ScreenShotForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.Submit = new System.Windows.Forms.Button();
this.textBox = new System.Windows.Forms.TextBox();
this.label = new System.Windows.Forms.Label();
this.chromiumWebBrowser = new CefSharp.WinForms.ChromiumWebBrowser();
this.SuspendLayout();
//
// Submit
//
this.Submit.Location = new System.Drawing.Point(361, 16);
this.Submit.Name = "Submit";
this.Submit.Size = new System.Drawing.Size(75, 23);
this.Submit.TabIndex = 0;
this.Submit.Text = "Submit";
this.Submit.UseVisualStyleBackColor = true;
this.Submit.Click += new System.EventHandler(this.Submit_Click);
//
// textBox
//
this.textBox.Location = new System.Drawing.Point(13, 14);
this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(324, 20);
this.textBox.TabIndex = 2;
//
// label
//
this.label.AutoSize = true;
this.label.Location = new System.Drawing.Point(490, 26);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(0, 13);
this.label.TabIndex = 3;
//
// chromiumWebBrowser
//
this.chromiumWebBrowser.ActivateBrowserOnCreation = false;
this.chromiumWebBrowser.Location = new System.Drawing.Point(13, 55);
this.chromiumWebBrowser.Name = "chromiumWebBrowser";
this.chromiumWebBrowser.Size = new System.Drawing.Size(1416, 539);
this.chromiumWebBrowser.TabIndex = 4;
this.chromiumWebBrowser.LoadingStateChanged += new System.EventHandler(this.WebBrowser_LoadingStateChanged);
//
// ScreenShotForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1437, 602);
this.Controls.Add(this.chromiumWebBrowser);
this.Controls.Add(this.label);
this.Controls.Add(this.textBox);
this.Controls.Add(this.Submit);
this.Name = "ScreenShotForm";
this.Padding = new System.Windows.Forms.Padding(5);
this.Text = "ScreenShotForm";
this.Resize += new System.EventHandler(this.Submit_Click);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button Submit;
private System.Windows.Forms.Label label;
private CefSharp.WinForms.ChromiumWebBrowser chromiumWebBrowser;
private System.Windows.Forms.TextBox textBox;
}
}