|
@@ -0,0 +1,308 @@
|
|
|
+namespace DataSimulation.Forms.EditForms
|
|
|
+{
|
|
|
+ partial class FlightImport
|
|
|
+ {
|
|
|
+ /// <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();
|
|
|
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
|
|
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ this.cbAll = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
+ this.btnImport = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.mapControl = new DevExpress.XtraMap.MapControl();
|
|
|
+ this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ this.txtSpeed = new DevExpress.XtraEditors.ButtonEdit();
|
|
|
+ this.txtFlightName = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
|
+ this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
+ this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
+ this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.所有航迹 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
+ this.layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.cbAll.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.所有航迹)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ this.layoutControl1.Controls.Add(this.cbAll);
|
|
|
+ this.layoutControl1.Controls.Add(this.btnImport);
|
|
|
+ this.layoutControl1.Controls.Add(this.mapControl);
|
|
|
+ this.layoutControl1.Controls.Add(this.btnSave);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtSpeed);
|
|
|
+ this.layoutControl1.Controls.Add(this.txtFlightName);
|
|
|
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControl1.Name = "layoutControl1";
|
|
|
+ this.layoutControl1.Root = this.Root;
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(1189, 509);
|
|
|
+ this.layoutControl1.TabIndex = 0;
|
|
|
+ this.layoutControl1.Text = "layoutControl1";
|
|
|
+ //
|
|
|
+ // cbAll
|
|
|
+ //
|
|
|
+ this.cbAll.Location = new System.Drawing.Point(12, 29);
|
|
|
+ this.cbAll.Name = "cbAll";
|
|
|
+ this.cbAll.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
+ this.cbAll.Size = new System.Drawing.Size(278, 20);
|
|
|
+ this.cbAll.StyleController = this.layoutControl1;
|
|
|
+ this.cbAll.TabIndex = 18;
|
|
|
+ this.cbAll.SelectedValueChanged += new System.EventHandler(this.cbAll_SelectedValueChanged);
|
|
|
+ //
|
|
|
+ // btnImport
|
|
|
+ //
|
|
|
+ this.btnImport.Location = new System.Drawing.Point(154, 475);
|
|
|
+ this.btnImport.Name = "btnImport";
|
|
|
+ this.btnImport.Size = new System.Drawing.Size(60, 22);
|
|
|
+ this.btnImport.StyleController = this.layoutControl1;
|
|
|
+ this.btnImport.TabIndex = 17;
|
|
|
+ this.btnImport.Text = "导入航迹";
|
|
|
+ this.btnImport.Click += new System.EventHandler(this.btnFlight_Click);
|
|
|
+ //
|
|
|
+ // mapControl
|
|
|
+ //
|
|
|
+ this.mapControl.Location = new System.Drawing.Point(304, 12);
|
|
|
+ this.mapControl.Name = "mapControl";
|
|
|
+ this.mapControl.Size = new System.Drawing.Size(873, 485);
|
|
|
+ this.mapControl.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // btnSave
|
|
|
+ //
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(218, 475);
|
|
|
+ this.btnSave.Name = "btnSave";
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(72, 22);
|
|
|
+ this.btnSave.StyleController = this.layoutControl1;
|
|
|
+ this.btnSave.TabIndex = 15;
|
|
|
+ this.btnSave.Text = "保存";
|
|
|
+ this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
+ //
|
|
|
+ // txtSpeed
|
|
|
+ //
|
|
|
+ this.txtSpeed.Location = new System.Drawing.Point(12, 111);
|
|
|
+ this.txtSpeed.MaximumSize = new System.Drawing.Size(0, 20);
|
|
|
+ this.txtSpeed.MinimumSize = new System.Drawing.Size(0, 20);
|
|
|
+ this.txtSpeed.Name = "txtSpeed";
|
|
|
+ this.txtSpeed.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "m/s", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
|
+ this.txtSpeed.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
+ this.txtSpeed.Properties.MaskSettings.Set("mask", "f3");
|
|
|
+ this.txtSpeed.Properties.MaxLength = 10;
|
|
|
+ this.txtSpeed.Size = new System.Drawing.Size(278, 20);
|
|
|
+ this.txtSpeed.StyleController = this.layoutControl1;
|
|
|
+ this.txtSpeed.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // txtFlightName
|
|
|
+ //
|
|
|
+ this.txtFlightName.Location = new System.Drawing.Point(12, 70);
|
|
|
+ this.txtFlightName.Name = "txtFlightName";
|
|
|
+ this.txtFlightName.Properties.MaxLength = 12;
|
|
|
+ this.txtFlightName.Size = new System.Drawing.Size(278, 20);
|
|
|
+ this.txtFlightName.StyleController = this.layoutControl1;
|
|
|
+ this.txtFlightName.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // Root
|
|
|
+ //
|
|
|
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ this.Root.GroupBordersVisible = false;
|
|
|
+ this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.layoutControlItem13,
|
|
|
+ this.layoutControlItem10,
|
|
|
+ this.splitterItem1,
|
|
|
+ this.emptySpaceItem1,
|
|
|
+ this.emptySpaceItem2,
|
|
|
+ this.layoutControlItem12,
|
|
|
+ this.layoutControlItem2,
|
|
|
+ this.所有航迹});
|
|
|
+ this.Root.Name = "Root";
|
|
|
+ this.Root.Size = new System.Drawing.Size(1189, 509);
|
|
|
+ this.Root.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.txtFlightName;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 41);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(282, 41);
|
|
|
+ this.layoutControlItem1.Text = "航迹名称";
|
|
|
+ this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ //
|
|
|
+ // layoutControlItem13
|
|
|
+ //
|
|
|
+ this.layoutControlItem13.Control = this.mapControl;
|
|
|
+ this.layoutControlItem13.Location = new System.Drawing.Point(292, 0);
|
|
|
+ this.layoutControlItem13.Name = "layoutControlItem13";
|
|
|
+ this.layoutControlItem13.Size = new System.Drawing.Size(877, 489);
|
|
|
+ this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem13.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem10
|
|
|
+ //
|
|
|
+ this.layoutControlItem10.Control = this.txtSpeed;
|
|
|
+ this.layoutControlItem10.Location = new System.Drawing.Point(0, 82);
|
|
|
+ this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
+ this.layoutControlItem10.Size = new System.Drawing.Size(282, 44);
|
|
|
+ this.layoutControlItem10.Text = "速度";
|
|
|
+ this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ //
|
|
|
+ // splitterItem1
|
|
|
+ //
|
|
|
+ this.splitterItem1.AllowHotTrack = true;
|
|
|
+ this.splitterItem1.Location = new System.Drawing.Point(282, 0);
|
|
|
+ this.splitterItem1.Name = "splitterItem1";
|
|
|
+ this.splitterItem1.Size = new System.Drawing.Size(10, 489);
|
|
|
+ //
|
|
|
+ // emptySpaceItem1
|
|
|
+ //
|
|
|
+ this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
+ this.emptySpaceItem1.Location = new System.Drawing.Point(0, 463);
|
|
|
+ this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
+ this.emptySpaceItem1.Size = new System.Drawing.Size(142, 26);
|
|
|
+ this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ //
|
|
|
+ // emptySpaceItem2
|
|
|
+ //
|
|
|
+ this.emptySpaceItem2.AllowHotTrack = false;
|
|
|
+ this.emptySpaceItem2.Location = new System.Drawing.Point(0, 126);
|
|
|
+ this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
|
+ this.emptySpaceItem2.Size = new System.Drawing.Size(282, 337);
|
|
|
+ this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ //
|
|
|
+ // layoutControlItem12
|
|
|
+ //
|
|
|
+ this.layoutControlItem12.Control = this.btnSave;
|
|
|
+ this.layoutControlItem12.Location = new System.Drawing.Point(206, 463);
|
|
|
+ this.layoutControlItem12.MaxSize = new System.Drawing.Size(76, 26);
|
|
|
+ this.layoutControlItem12.MinSize = new System.Drawing.Size(76, 26);
|
|
|
+ this.layoutControlItem12.Name = "layoutControlItem12";
|
|
|
+ this.layoutControlItem12.Size = new System.Drawing.Size(76, 26);
|
|
|
+ this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem12.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem2
|
|
|
+ //
|
|
|
+ this.layoutControlItem2.Control = this.btnImport;
|
|
|
+ this.layoutControlItem2.Location = new System.Drawing.Point(142, 463);
|
|
|
+ this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
+ this.layoutControlItem2.Size = new System.Drawing.Size(64, 26);
|
|
|
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem2.TextVisible = false;
|
|
|
+ //
|
|
|
+ // 所有航迹
|
|
|
+ //
|
|
|
+ this.所有航迹.Control = this.cbAll;
|
|
|
+ this.所有航迹.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.所有航迹.Name = "所有航迹";
|
|
|
+ this.所有航迹.Size = new System.Drawing.Size(282, 41);
|
|
|
+ this.所有航迹.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ this.所有航迹.TextSize = new System.Drawing.Size(48, 14);
|
|
|
+ //
|
|
|
+ // dxErrorProvider
|
|
|
+ //
|
|
|
+ this.dxErrorProvider.ContainerControl = this;
|
|
|
+ //
|
|
|
+ // FlightImport
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1189, 509);
|
|
|
+ this.Controls.Add(this.layoutControl1);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
+ this.Name = "FlightImport";
|
|
|
+ this.Text = "FlightEditor";
|
|
|
+ this.Load += new System.EventHandler(this.Editor_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
+ this.layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.cbAll.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtSpeed.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.txtFlightName.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.所有航迹)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
+ private DevExpress.XtraEditors.TextEdit txtFlightName;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
+ private DevExpress.XtraEditors.ButtonEdit txtSpeed;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
|
+ private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
|
|
|
+ private DevExpress.XtraMap.MapControl mapControl;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
|
+ private DevExpress.XtraLayout.SplitterItem splitterItem1;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnImport;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
+ private DevExpress.XtraEditors.ComboBoxEdit cbAll;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem 所有航迹;
|
|
|
+ }
|
|
|
+}
|