namespace DrawTool
{
partial class DrawToolForm
{
///
/// 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.components = new System.ComponentModel.Container();
this.geWebBrowser1 = new FC.GEPluginCtrls.GEWebBrowser();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.geStatusStrip1 = new FC.GEPluginCtrls.GEStatusStrip();
this.geToolStrip1 = new FC.GEPluginCtrls.GEToolStrip();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.nodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.junctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.endToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.button3 = new System.Windows.Forms.Button();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// geWebBrowser1
//
this.geWebBrowser1.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.geWebBrowser1.ImageryBase = FC.GEPluginCtrls.ImageryBase.Earth;
this.geWebBrowser1.IsWebBrowserContextMenuEnabled = false;
this.geWebBrowser1.Location = new System.Drawing.Point(0, 28);
this.geWebBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.geWebBrowser1.Name = "geWebBrowser1";
this.geWebBrowser1.RedirectLinksToSystemBrowser = false;
this.geWebBrowser1.ScrollBarsEnabled = false;
this.geWebBrowser1.Size = new System.Drawing.Size(878, 539);
this.geWebBrowser1.TabIndex = 2;
this.geWebBrowser1.WebBrowserShortcutsEnabled = false;
this.geWebBrowser1.PluginReady += new System.EventHandler(this.geWebBrowser1_PluginReady);
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(803, 573);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "Home";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(722, 573);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// geStatusStrip1
//
this.geStatusStrip1.Enabled = false;
this.geStatusStrip1.Interval = 250;
this.geStatusStrip1.Location = new System.Drawing.Point(0, 599);
this.geStatusStrip1.Name = "geStatusStrip1";
this.geStatusStrip1.Size = new System.Drawing.Size(878, 22);
this.geStatusStrip1.TabIndex = 6;
this.geStatusStrip1.Text = "geStatusStrip1";
//
// geToolStrip1
//
this.geToolStrip1.Enabled = false;
this.geToolStrip1.Location = new System.Drawing.Point(0, 0);
this.geToolStrip1.Name = "geToolStrip1";
this.geToolStrip1.Size = new System.Drawing.Size(878, 25);
this.geToolStrip1.TabIndex = 7;
this.geToolStrip1.Text = "geToolStrip1";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.nodeToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(100, 26);
//
// nodeToolStripMenuItem
//
this.nodeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startToolStripMenuItem1,
this.junctionToolStripMenuItem,
this.endToolStripMenuItem1});
this.nodeToolStripMenuItem.Name = "nodeToolStripMenuItem";
this.nodeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.nodeToolStripMenuItem.Text = "Node";
//
// startToolStripMenuItem1
//
this.startToolStripMenuItem1.Name = "startToolStripMenuItem1";
this.startToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.startToolStripMenuItem1.Text = "Source";
this.startToolStripMenuItem1.Click += new System.EventHandler(this.startToolStripMenuItem1_Click);
//
// junctionToolStripMenuItem
//
this.junctionToolStripMenuItem.Name = "junctionToolStripMenuItem";
this.junctionToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.junctionToolStripMenuItem.Text = "Junction";
this.junctionToolStripMenuItem.Click += new System.EventHandler(this.junctionToolStripMenuItem_Click);
//
// endToolStripMenuItem1
//
this.endToolStripMenuItem1.Name = "endToolStripMenuItem1";
this.endToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.endToolStripMenuItem1.Text = "Destination";
this.endToolStripMenuItem1.Click += new System.EventHandler(this.endToolStripMenuItem1_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Location = new System.Drawing.Point(641, 573);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 8;
this.button3.Text = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// DrawToolForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(878, 621);
this.Controls.Add(this.button3);
this.Controls.Add(this.geWebBrowser1);
this.Controls.Add(this.geToolStrip1);
this.Controls.Add(this.geStatusStrip1);
this.Controls.Add(this.button1);
this.Controls.Add(this.button2);
this.Name = "DrawToolForm";
this.Text = "Draw Map Tool";
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private FC.GEPluginCtrls.GEWebBrowser geWebBrowser1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private FC.GEPluginCtrls.GEStatusStrip geStatusStrip1;
private FC.GEPluginCtrls.GEToolStrip geToolStrip1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem nodeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem junctionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem endToolStripMenuItem1;
private System.Windows.Forms.Button button3;
}
}