namespace Ips.Sps.Tools.HandPoses
{
partial class HandPosForm
{
///
/// 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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.mapControl = new DevExpress.XtraMap.MapControl();
this.mapSvgList = new DevExpress.Utils.SvgImageCollection(this.components);
this.layerDefault = new DevExpress.XtraMap.VectorItemsLayer();
this.defaultItemStore = new DevExpress.XtraMap.MapItemStorage();
this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.btnDrawDistinct = new DevExpress.XtraBars.BarButtonItem();
this.btnDrawPoint = new DevExpress.XtraBars.BarButtonItem();
this.btnClearAll = new DevExpress.XtraBars.BarButtonItem();
this.popMap = new DevExpress.XtraBars.PopupMenu(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
this.splitContainerControl1.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.popMap)).BeginInit();
this.SuspendLayout();
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
//
// splitContainerControl1.Panel1
//
this.splitContainerControl1.Panel1.Controls.Add(this.mapControl);
this.splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(995, 555);
this.splitContainerControl1.SplitterPosition = 408;
this.splitContainerControl1.TabIndex = 0;
//
// mapControl
//
this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.mapControl.ImageList = this.mapSvgList;
this.mapControl.Layers.Add(this.layerDefault);
this.mapControl.Location = new System.Drawing.Point(0, 0);
this.mapControl.Name = "mapControl";
this.mapControl.Size = new System.Drawing.Size(577, 555);
this.mapControl.TabIndex = 0;
this.mapControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl_MouseDown);
//
// mapSvgList
//
this.mapSvgList.Add("mapit", "image://svgimages/outlook inspired/mapit.svg");
this.layerDefault.Data = this.defaultItemStore;
//
// bmgMain
//
this.bmgMain.DockControls.Add(this.barDockControlTop);
this.bmgMain.DockControls.Add(this.barDockControlBottom);
this.bmgMain.DockControls.Add(this.barDockControlLeft);
this.bmgMain.DockControls.Add(this.barDockControlRight);
this.bmgMain.Form = this;
this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnDrawDistinct,
this.btnDrawPoint,
this.btnClearAll});
this.bmgMain.MaxItemId = 3;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.bmgMain;
this.barDockControlTop.Size = new System.Drawing.Size(995, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 555);
this.barDockControlBottom.Manager = this.bmgMain;
this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Manager = this.bmgMain;
this.barDockControlLeft.Size = new System.Drawing.Size(0, 555);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(995, 0);
this.barDockControlRight.Manager = this.bmgMain;
this.barDockControlRight.Size = new System.Drawing.Size(0, 555);
//
// btnDrawDistinct
//
this.btnDrawDistinct.Caption = "测距";
this.btnDrawDistinct.Id = 0;
this.btnDrawDistinct.ImageOptions.ImageUri.Uri = "richedit/rulerhorizontal";
this.btnDrawDistinct.Name = "btnDrawDistinct";
this.btnDrawDistinct.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDistinct_ItemClick);
//
// btnDrawPoint
//
this.btnDrawPoint.Caption = "标点";
this.btnDrawPoint.Id = 1;
this.btnDrawPoint.ImageOptions.ImageUri.Uri = "icon%20builder/travel_mappointer";
this.btnDrawPoint.Name = "btnDrawPoint";
this.btnDrawPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPoint_ItemClick);
//
// btnClearAll
//
this.btnClearAll.Caption = "清除";
this.btnClearAll.Id = 2;
this.btnClearAll.ImageOptions.ImageUri.Uri = "Clear";
this.btnClearAll.Name = "btnClearAll";
this.btnClearAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearAll_ItemClick);
//
// popMap
//
this.popMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.btnClearAll),
new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDistinct),
new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawPoint)});
this.popMap.Manager = this.bmgMain;
this.popMap.Name = "popMap";
//
// HandPosForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(995, 555);
this.Controls.Add(this.splitContainerControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.IconOptions.ShowIcon = false;
this.Name = "HandPosForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "手动定位工具";
this.Load += new System.EventHandler(this.HandPosForm_Load);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
this.splitContainerControl1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.popMap)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraMap.MapControl mapControl;
private DevExpress.XtraBars.BarManager bmgMain;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem btnDrawDistinct;
private DevExpress.XtraBars.BarButtonItem btnDrawPoint;
private DevExpress.XtraBars.PopupMenu popMap;
private DevExpress.Utils.SvgImageCollection mapSvgList;
private DevExpress.XtraMap.VectorItemsLayer layerDefault;
private DevExpress.XtraMap.MapItemStorage defaultItemStore;
private DevExpress.XtraBars.BarButtonItem btnClearAll;
}
}