www.pudn.com > ArcgisMapOperation.rar > MainForm.Designer.cs
namespace ArcgisMapOperation
{
partial class MainForm
{
///
/// 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)
{
//Ensures that any ESRI libraries that have been used are unloaded in the correct order.
//Failure to do this may result in random crashes on exit due to the operating system unloading
//the libraries in the incorrect order.
ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown();
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(MainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.menuFile = new System.Windows.Forms.ToolStripMenuItem();
this.menuNewDoc = new System.Windows.Forms.ToolStripMenuItem();
this.menuOpenDoc = new System.Windows.Forms.ToolStripMenuItem();
this.menuSaveDoc = new System.Windows.Forms.ToolStripMenuItem();
this.menuSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.menuSeparator = new System.Windows.Forms.ToolStripSeparator();
this.menuExitApp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDataBase = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLoadData = new System.Windows.Forms.ToolStripMenuItem();
this.spatialFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFilterTest = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQuery = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiQueryTest = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAddNewRecord = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLayer = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiColorSetting = new System.Windows.Forms.ToolStripMenuItem();
this.axMapControlMain = new ESRI.ArcGIS.Controls.AxMapControl();
this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
this.axTOCControlLegend = new ESRI.ArcGIS.Controls.AxTOCControl();
this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusBarXY = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.splitter1 = new System.Windows.Forms.Splitter();
this.axMapControlOverview = new ESRI.ArcGIS.Controls.AxMapControl();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axMapControlMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axTOCControlLegend)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
this.statusStrip1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axMapControlOverview)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuFile,
this.tsmiDataBase,
this.spatialFilterToolStripMenuItem,
this.tsmiQuery,
this.tsmiLayer});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(859, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// menuFile
//
this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuNewDoc,
this.menuOpenDoc,
this.menuSaveDoc,
this.menuSaveAs,
this.menuSeparator,
this.menuExitApp});
this.menuFile.Name = "menuFile";
this.menuFile.Size = new System.Drawing.Size(35, 20);
this.menuFile.Text = "File";
//
// menuNewDoc
//
this.menuNewDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuNewDoc.Image")));
this.menuNewDoc.ImageTransparentColor = System.Drawing.Color.White;
this.menuNewDoc.Name = "menuNewDoc";
this.menuNewDoc.Size = new System.Drawing.Size(163, 22);
this.menuNewDoc.Text = "New Document";
this.menuNewDoc.Click += new System.EventHandler(this.menuNewDoc_Click);
//
// menuOpenDoc
//
this.menuOpenDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuOpenDoc.Image")));
this.menuOpenDoc.ImageTransparentColor = System.Drawing.Color.White;
this.menuOpenDoc.Name = "menuOpenDoc";
this.menuOpenDoc.Size = new System.Drawing.Size(163, 22);
this.menuOpenDoc.Text = "Open Document...";
this.menuOpenDoc.Click += new System.EventHandler(this.menuOpenDoc_Click);
//
// menuSaveDoc
//
this.menuSaveDoc.Image = ((System.Drawing.Image)(resources.GetObject("menuSaveDoc.Image")));
this.menuSaveDoc.ImageTransparentColor = System.Drawing.Color.White;
this.menuSaveDoc.Name = "menuSaveDoc";
this.menuSaveDoc.Size = new System.Drawing.Size(163, 22);
this.menuSaveDoc.Text = "SaveDocument";
this.menuSaveDoc.Click += new System.EventHandler(this.menuSaveDoc_Click);
//
// menuSaveAs
//
this.menuSaveAs.Name = "menuSaveAs";
this.menuSaveAs.Size = new System.Drawing.Size(163, 22);
this.menuSaveAs.Text = "Save As...";
this.menuSaveAs.Click += new System.EventHandler(this.menuSaveAs_Click);
//
// menuSeparator
//
this.menuSeparator.Name = "menuSeparator";
this.menuSeparator.Size = new System.Drawing.Size(160, 6);
//
// menuExitApp
//
this.menuExitApp.Name = "menuExitApp";
this.menuExitApp.Size = new System.Drawing.Size(163, 22);
this.menuExitApp.Text = "Exit";
this.menuExitApp.Click += new System.EventHandler(this.menuExitApp_Click);
//
// tsmiDataBase
//
this.tsmiDataBase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiLoadData});
this.tsmiDataBase.Name = "tsmiDataBase";
this.tsmiDataBase.Size = new System.Drawing.Size(65, 20);
this.tsmiDataBase.Text = "DataBase";
//
// tsmiLoadData
//
this.tsmiLoadData.Name = "tsmiLoadData";
this.tsmiLoadData.Size = new System.Drawing.Size(152, 22);
this.tsmiLoadData.Text = "LoadData...";
this.tsmiLoadData.Click += new System.EventHandler(this.tsmiLoadData_Click);
//
// spatialFilterToolStripMenuItem
//
this.spatialFilterToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFilterTest});
this.spatialFilterToolStripMenuItem.Name = "spatialFilterToolStripMenuItem";
this.spatialFilterToolStripMenuItem.Size = new System.Drawing.Size(75, 20);
this.spatialFilterToolStripMenuItem.Text = "SpatialFilter";
//
// tsmiFilterTest
//
this.tsmiFilterTest.Name = "tsmiFilterTest";
this.tsmiFilterTest.Size = new System.Drawing.Size(152, 22);
this.tsmiFilterTest.Text = "testFilter";
this.tsmiFilterTest.Click += new System.EventHandler(this.tsmiFilterTest_Click);
//
// tsmiQuery
//
this.tsmiQuery.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiQueryTest,
this.tsmiAddNewRecord});
this.tsmiQuery.Name = "tsmiQuery";
this.tsmiQuery.Size = new System.Drawing.Size(49, 20);
this.tsmiQuery.Text = "Query";
//
// tsmiQueryTest
//
this.tsmiQueryTest.Name = "tsmiQueryTest";
this.tsmiQueryTest.Size = new System.Drawing.Size(152, 22);
this.tsmiQueryTest.Text = "QueryTest";
this.tsmiQueryTest.Click += new System.EventHandler(this.tsmiQueryTest_Click);
//
// tsmiAddNewRecord
//
this.tsmiAddNewRecord.Name = "tsmiAddNewRecord";
this.tsmiAddNewRecord.Size = new System.Drawing.Size(152, 22);
this.tsmiAddNewRecord.Text = "AddNewRecord";
this.tsmiAddNewRecord.Click += new System.EventHandler(this.tsmiAddNewRecord_Click);
//
// tsmiLayer
//
this.tsmiLayer.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiColorSetting});
this.tsmiLayer.Name = "tsmiLayer";
this.tsmiLayer.Size = new System.Drawing.Size(46, 20);
this.tsmiLayer.Text = "Layer";
//
// tsmiColorSetting
//
this.tsmiColorSetting.Name = "tsmiColorSetting";
this.tsmiColorSetting.Size = new System.Drawing.Size(152, 22);
this.tsmiColorSetting.Text = "ColorSetting";
this.tsmiColorSetting.Click += new System.EventHandler(this.tsmiColorSetting_Click);
//
// axMapControlMain
//
this.axMapControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.axMapControlMain.Location = new System.Drawing.Point(0, 0);
this.axMapControlMain.Name = "axMapControlMain";
this.axMapControlMain.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControlMain.OcxState")));
this.axMapControlMain.Size = new System.Drawing.Size(618, 355);
this.axMapControlMain.TabIndex = 2;
this.axMapControlMain.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControlMain_OnMouseDown);
this.axMapControlMain.OnAfterScreenDraw += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnAfterScreenDrawEventHandler(this.axMapControlMain_OnAfterScreenDraw);
this.axMapControlMain.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControlMain_OnMouseMove);
this.axMapControlMain.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.axMapControlMain_OnMapReplaced);
this.axMapControlMain.OnMouseUp += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseUpEventHandler(this.axMapControlMain_OnMouseUp);
//
// axToolbarControl1
//
this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.axToolbarControl1.Location = new System.Drawing.Point(0, 24);
this.axToolbarControl1.Name = "axToolbarControl1";
this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
this.axToolbarControl1.Size = new System.Drawing.Size(859, 28);
this.axToolbarControl1.TabIndex = 3;
//
// axTOCControlLegend
//
this.axTOCControlLegend.Dock = System.Windows.Forms.DockStyle.Left;
this.axTOCControlLegend.Location = new System.Drawing.Point(0, 0);
this.axTOCControlLegend.Name = "axTOCControlLegend";
this.axTOCControlLegend.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControlLegend.OcxState")));
this.axTOCControlLegend.Size = new System.Drawing.Size(238, 355);
this.axTOCControlLegend.TabIndex = 4;
//
// axLicenseControl1
//
this.axLicenseControl1.Enabled = true;
this.axLicenseControl1.Location = new System.Drawing.Point(312, 27);
this.axLicenseControl1.Name = "axLicenseControl1";
this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
this.axLicenseControl1.TabIndex = 5;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusBarXY});
this.statusStrip1.Location = new System.Drawing.Point(0, 541);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(859, 22);
this.statusStrip1.Stretch = false;
this.statusStrip1.TabIndex = 7;
this.statusStrip1.Text = "statusBar1";
//
// statusBarXY
//
this.statusBarXY.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
this.statusBarXY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.statusBarXY.Name = "statusBarXY";
this.statusBarXY.Size = new System.Drawing.Size(49, 17);
this.statusBarXY.Text = "Test 123";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 52);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
this.splitContainer1.Panel1.Controls.Add(this.splitter1);
this.splitContainer1.Panel1.Controls.Add(this.axTOCControlLegend);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.axMapControlOverview);
this.splitContainer1.Size = new System.Drawing.Size(859, 489);
this.splitContainer1.SplitterDistance = 355;
this.splitContainer1.TabIndex = 8;
//
// panel1
//
this.panel1.Controls.Add(this.axMapControlMain);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(241, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(618, 355);
this.panel1.TabIndex = 6;
//
// splitter1
//
this.splitter1.Location = new System.Drawing.Point(238, 0);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(3, 355);
this.splitter1.TabIndex = 5;
this.splitter1.TabStop = false;
//
// axMapControlOverview
//
this.axMapControlOverview.Dock = System.Windows.Forms.DockStyle.Left;
this.axMapControlOverview.Location = new System.Drawing.Point(0, 0);
this.axMapControlOverview.Name = "axMapControlOverview";
this.axMapControlOverview.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControlOverview.OcxState")));
this.axMapControlOverview.Size = new System.Drawing.Size(238, 130);
this.axMapControlOverview.TabIndex = 0;
this.axMapControlOverview.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControlOverview_OnMouseDown);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(859, 563);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.axLicenseControl1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.axToolbarControl1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.Text = "ArcEngine Controls Application";
this.Load += new System.EventHandler(this.MainForm_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axMapControlMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axTOCControlLegend)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.axMapControlOverview)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuFile;
private System.Windows.Forms.ToolStripMenuItem menuNewDoc;
private System.Windows.Forms.ToolStripMenuItem menuOpenDoc;
private System.Windows.Forms.ToolStripMenuItem menuSaveDoc;
private System.Windows.Forms.ToolStripMenuItem menuSaveAs;
private System.Windows.Forms.ToolStripMenuItem menuExitApp;
private System.Windows.Forms.ToolStripSeparator menuSeparator;
private ESRI.ArcGIS.Controls.AxMapControl axMapControlMain;
private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
private ESRI.ArcGIS.Controls.AxTOCControl axTOCControlLegend;
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel statusBarXY;
private System.Windows.Forms.ToolStripMenuItem tsmiDataBase;
private System.Windows.Forms.ToolStripMenuItem tsmiLoadData;
private System.Windows.Forms.SplitContainer splitContainer1;
private ESRI.ArcGIS.Controls.AxMapControl axMapControlOverview;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStripMenuItem spatialFilterToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsmiFilterTest;
private System.Windows.Forms.ToolStripMenuItem tsmiQuery;
private System.Windows.Forms.ToolStripMenuItem tsmiQueryTest;
private System.Windows.Forms.ToolStripMenuItem tsmiAddNewRecord;
private System.Windows.Forms.ToolStripMenuItem tsmiLayer;
private System.Windows.Forms.ToolStripMenuItem tsmiColorSetting;
}
}