namespace SIASUN.Autopilot.View { partial class FormInitMap { /// /// 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.picExControl1 = new SIASUN.Autopilot.View.PicExControl(); this.toolTip_Message = new DevExpress.Utils.ToolTipController(this.components); this.txt_X1 = new DevExpress.XtraEditors.TextEdit(); this.txt_Y1 = new DevExpress.XtraEditors.TextEdit(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_Lon1 = new DevExpress.XtraEditors.TextEdit(); this.txt_Lat1 = new DevExpress.XtraEditors.TextEdit(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txt_Lon2 = new DevExpress.XtraEditors.TextEdit(); this.txt_Lat2 = new DevExpress.XtraEditors.TextEdit(); this.txt_X2 = new DevExpress.XtraEditors.TextEdit(); this.txt_Y2 = new DevExpress.XtraEditors.TextEdit(); this.btn_Clear = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txt_MapId = new DevExpress.XtraEditors.TextEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.txt_X1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Y1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lon1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lat1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lon2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lat2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_X2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Y2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_MapId.Properties)).BeginInit(); this.SuspendLayout(); // // picExControl1 // this.picExControl1.AllawDraw = false; this.picExControl1.BIsStretch = false; this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.picExControl1.IsFirstZoom = true; this.picExControl1.Location = new System.Drawing.Point(0, 0); this.picExControl1.Name = "picExControl1"; this.picExControl1.RectColor = System.Drawing.Color.Red; this.picExControl1.Size = new System.Drawing.Size(690, 595); this.picExControl1.TabIndex = 0; this.picExControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picExControl1_MouseClick); this.picExControl1.MouseLeave += new System.EventHandler(this.picExControl1_MouseLeave); // // toolTip_Message // this.toolTip_Message.Rounded = true; this.toolTip_Message.ShowBeak = true; this.toolTip_Message.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop; // // txt_X1 // this.txt_X1.Location = new System.Drawing.Point(48, 36); this.txt_X1.Name = "txt_X1"; this.txt_X1.Size = new System.Drawing.Size(100, 20); this.txt_X1.TabIndex = 1; // // txt_Y1 // this.txt_Y1.Location = new System.Drawing.Point(193, 36); this.txt_Y1.Name = "txt_Y1"; this.txt_Y1.Size = new System.Drawing.Size(100, 20); this.txt_Y1.TabIndex = 2; // // groupControl1 // this.groupControl1.Controls.Add(this.labelControl4); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.txt_Lon1); this.groupControl1.Controls.Add(this.txt_Lat1); this.groupControl1.Controls.Add(this.txt_X1); this.groupControl1.Controls.Add(this.txt_Y1); this.groupControl1.Location = new System.Drawing.Point(731, 60); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(315, 117); this.groupControl1.TabIndex = 3; this.groupControl1.Text = "点一"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(162, 81); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(28, 14); this.labelControl4.TabIndex = 3; this.labelControl4.Text = "纬度:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(170, 39); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(12, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "Y:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(18, 81); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(28, 14); this.labelControl3.TabIndex = 3; this.labelControl3.Text = "经度:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(27, 39); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(11, 14); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "X:"; // // txt_Lon1 // this.txt_Lon1.Location = new System.Drawing.Point(48, 78); this.txt_Lon1.Name = "txt_Lon1"; this.txt_Lon1.Size = new System.Drawing.Size(100, 20); this.txt_Lon1.TabIndex = 1; // // txt_Lat1 // this.txt_Lat1.Location = new System.Drawing.Point(193, 78); this.txt_Lat1.Name = "txt_Lat1"; this.txt_Lat1.Size = new System.Drawing.Size(100, 20); this.txt_Lat1.TabIndex = 2; // // groupControl2 // this.groupControl2.Controls.Add(this.labelControl5); this.groupControl2.Controls.Add(this.labelControl6); this.groupControl2.Controls.Add(this.labelControl7); this.groupControl2.Controls.Add(this.labelControl8); this.groupControl2.Controls.Add(this.txt_Lon2); this.groupControl2.Controls.Add(this.txt_Lat2); this.groupControl2.Controls.Add(this.txt_X2); this.groupControl2.Controls.Add(this.txt_Y2); this.groupControl2.Location = new System.Drawing.Point(731, 206); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(315, 117); this.groupControl2.TabIndex = 3; this.groupControl2.Text = "点二"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(162, 81); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(28, 14); this.labelControl5.TabIndex = 3; this.labelControl5.Text = "纬度:"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(162, 39); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(12, 14); this.labelControl6.TabIndex = 3; this.labelControl6.Text = "Y:"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(18, 81); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(28, 14); this.labelControl7.TabIndex = 3; this.labelControl7.Text = "经度:"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(27, 39); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(11, 14); this.labelControl8.TabIndex = 3; this.labelControl8.Text = "X:"; // // txt_Lon2 // this.txt_Lon2.Location = new System.Drawing.Point(48, 78); this.txt_Lon2.Name = "txt_Lon2"; this.txt_Lon2.Size = new System.Drawing.Size(100, 20); this.txt_Lon2.TabIndex = 1; // // txt_Lat2 // this.txt_Lat2.Location = new System.Drawing.Point(193, 78); this.txt_Lat2.Name = "txt_Lat2"; this.txt_Lat2.Size = new System.Drawing.Size(100, 20); this.txt_Lat2.TabIndex = 2; // // txt_X2 // this.txt_X2.Location = new System.Drawing.Point(48, 36); this.txt_X2.Name = "txt_X2"; this.txt_X2.Size = new System.Drawing.Size(100, 20); this.txt_X2.TabIndex = 1; // // txt_Y2 // this.txt_Y2.Location = new System.Drawing.Point(193, 36); this.txt_Y2.Name = "txt_Y2"; this.txt_Y2.Size = new System.Drawing.Size(100, 20); this.txt_Y2.TabIndex = 2; // // btn_Clear // this.btn_Clear.Location = new System.Drawing.Point(971, 392); this.btn_Clear.Name = "btn_Clear"; this.btn_Clear.Size = new System.Drawing.Size(75, 23); this.btn_Clear.TabIndex = 5; this.btn_Clear.Text = "清零"; this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(847, 392); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(75, 23); this.btn_Save.TabIndex = 6; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(735, 22); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(52, 14); this.labelControl9.TabIndex = 7; this.labelControl9.Text = "地图名称:"; // // txt_MapId // this.txt_MapId.Location = new System.Drawing.Point(795, 19); this.txt_MapId.Name = "txt_MapId"; this.txt_MapId.Size = new System.Drawing.Size(100, 20); this.txt_MapId.TabIndex = 8; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(731, 341); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(219, 14); this.labelControl10.TabIndex = 7; this.labelControl10.Text = "提示:点击鼠标左键选择点X坐标和Y坐标"; // // FormInitMap // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1068, 596); this.Controls.Add(this.txt_MapId); this.Controls.Add(this.labelControl10); this.Controls.Add(this.labelControl9); this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Clear); this.Controls.Add(this.groupControl2); this.Controls.Add(this.groupControl1); this.Controls.Add(this.picExControl1); this.Name = "FormInitMap"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "初始化地图"; this.Load += new System.EventHandler(this.FormInitMap_Load); ((System.ComponentModel.ISupportInitialize)(this.txt_X1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Y1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lon1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lat1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lon2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Lat2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_X2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Y2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_MapId.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private SIASUN.Autopilot.View.PicExControl picExControl1; private DevExpress.Utils.ToolTipController toolTip_Message; private DevExpress.XtraEditors.TextEdit txt_X1; private DevExpress.XtraEditors.TextEdit txt_Y1; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txt_Lon1; private DevExpress.XtraEditors.TextEdit txt_Lat1; private DevExpress.XtraEditors.GroupControl groupControl2; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TextEdit txt_Lon2; private DevExpress.XtraEditors.TextEdit txt_Lat2; private DevExpress.XtraEditors.TextEdit txt_X2; private DevExpress.XtraEditors.TextEdit txt_Y2; private DevExpress.XtraEditors.SimpleButton btn_Clear; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.TextEdit txt_MapId; private DevExpress.XtraEditors.LabelControl labelControl10; } }