namespace CefSharp.WinForms.Example.Minimal
{
partial class TabulationDemoForm
{
///
/// 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.txtURL = new System.Windows.Forms.TextBox();
this.btnGO = new System.Windows.Forms.Button();
this.grpBrowser = new System.Windows.Forms.GroupBox();
this.txtDummy = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// txtURL
//
this.txtURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtURL.Location = new System.Drawing.Point(11, 14);
this.txtURL.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtURL.Name = "txtURL";
this.txtURL.Size = new System.Drawing.Size(1031, 22);
this.txtURL.TabIndex = 0;
this.txtURL.Text = "http://indrasnet.public.spaceid.art";
this.txtURL.Enter += new System.EventHandler(this.TxtUrlEnter);
this.txtURL.Leave += new System.EventHandler(this.TxtUrlLeave);
//
// btnGO
//
this.btnGO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnGO.Location = new System.Drawing.Point(1043, 11);
this.btnGO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnGO.Name = "btnGO";
this.btnGO.Size = new System.Drawing.Size(44, 28);
this.btnGO.TabIndex = 1;
this.btnGO.Text = "GO";
this.btnGO.UseVisualStyleBackColor = true;
this.btnGO.Click += new System.EventHandler(this.BtnGoClick);
//
// grpBrowser
//
this.grpBrowser.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.grpBrowser.Location = new System.Drawing.Point(11, 46);
this.grpBrowser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.grpBrowser.Name = "grpBrowser";
this.grpBrowser.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.grpBrowser.Size = new System.Drawing.Size(1076, 699);
this.grpBrowser.TabIndex = 2;
this.grpBrowser.TabStop = false;
this.grpBrowser.Text = "inBROWSER";
//
// txtDummy
//
this.txtDummy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDummy.Location = new System.Drawing.Point(11, 753);
this.txtDummy.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtDummy.Name = "txtDummy";
this.txtDummy.Size = new System.Drawing.Size(1075, 22);
this.txtDummy.TabIndex = 3;
this.txtDummy.Text = "Dummy Text";
//
// TabulationDemoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1103, 790);
this.Controls.Add(this.txtDummy);
this.Controls.Add(this.grpBrowser);
this.Controls.Add(this.btnGO);
this.Controls.Add(this.txtURL);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "TabulationDemoForm";
this.Text = "inTABULATION Demo";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtURL;
private System.Windows.Forms.Button btnGO;
private System.Windows.Forms.GroupBox grpBrowser;
private System.Windows.Forms.TextBox txtDummy;
}
}