| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- namespace Ips.Sps.Tools.HandPoses
- {
- partial class HandPosForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|