namespace AppliedDataBindingSample {
partial class SupplierBrowserForm {
///
/// 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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SupplierBrowserForm));
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.backToolStripButton = new System.Windows.Forms.ToolStripButton();
this.forwardToolStripButton = new System.Windows.Forms.ToolStripButton();
this.stopToolStripButton = new System.Windows.Forms.ToolStripButton();
this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
this.homeToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.addressToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.goToolStripButton = new System.Windows.Forms.ToolStripButton();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.toolStrip.SuspendLayout();
this.SuspendLayout();
//
// toolStrip
//
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.backToolStripButton,
this.forwardToolStripButton,
this.stopToolStripButton,
this.refreshToolStripButton,
this.homeToolStripButton,
this.toolStripSeparator1,
this.toolStripLabel1,
this.addressToolStripTextBox,
this.goToolStripButton});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(571, 25);
this.toolStrip.TabIndex = 2;
this.toolStrip.Text = "toolStrip1";
//
// backToolStripButton
//
this.backToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.backToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("backToolStripButton.Image")));
this.backToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.backToolStripButton.Name = "backToolStripButton";
this.backToolStripButton.ToolTipText = "Back";
this.backToolStripButton.Click += new System.EventHandler(this.backToolStripButton_Click);
//
// forwardToolStripButton
//
this.forwardToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.forwardToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardToolStripButton.Image")));
this.forwardToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.forwardToolStripButton.Name = "forwardToolStripButton";
this.forwardToolStripButton.ToolTipText = "Forward";
this.forwardToolStripButton.Click += new System.EventHandler(this.forwardToolStripButton_Click);
//
// stopToolStripButton
//
this.stopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.stopToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("stopToolStripButton.Image")));
this.stopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.stopToolStripButton.Name = "stopToolStripButton";
this.stopToolStripButton.ToolTipText = "Stop";
this.stopToolStripButton.Click += new System.EventHandler(this.stopToolStripButton_Click);
//
// refreshToolStripButton
//
this.refreshToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.refreshToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripButton.Image")));
this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshToolStripButton.Name = "refreshToolStripButton";
this.refreshToolStripButton.ToolTipText = "Refresh";
this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
//
// homeToolStripButton
//
this.homeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.homeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("homeToolStripButton.Image")));
this.homeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.homeToolStripButton.Name = "homeToolStripButton";
this.homeToolStripButton.ToolTipText = "Home";
this.homeToolStripButton.Click += new System.EventHandler(this.homeToolStripButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Text = "Address:";
//
// addressToolStripTextBox
//
this.addressToolStripTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.addressToolStripTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
this.addressToolStripTextBox.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
this.addressToolStripTextBox.Name = "addressToolStripTextBox";
this.addressToolStripTextBox.Size = new System.Drawing.Size(200, 25);
//
// goToolStripButton
//
this.goToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("goToolStripButton.Image")));
this.goToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.goToolStripButton.Name = "goToolStripButton";
this.goToolStripButton.Text = "Go";
this.goToolStripButton.Click += new System.EventHandler(this.goToolStripButton_Click);
//
// webBrowser
//
this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser.Location = new System.Drawing.Point(0, 25);
this.webBrowser.Name = "webBrowser";
this.webBrowser.Size = new System.Drawing.Size(571, 394);
this.webBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser_Navigated);
//
// WebBrowserForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 419);
this.Controls.Add(this.webBrowser);
this.Controls.Add(this.toolStrip);
this.Name = "WebBrowserForm";
this.Text = "Supplier Browser";
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton backToolStripButton;
private System.Windows.Forms.ToolStripButton forwardToolStripButton;
private System.Windows.Forms.ToolStripButton stopToolStripButton;
private System.Windows.Forms.ToolStripButton refreshToolStripButton;
private System.Windows.Forms.ToolStripButton homeToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton goToolStripButton;
private System.Windows.Forms.ToolStripTextBox addressToolStripTextBox;
private System.Windows.Forms.WebBrowser webBrowser;
}
}