123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- namespace DataSimulation.Forms.EditForms
- {
- partial class FlightEditor
- {
- /// <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 editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- 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.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
- this.btnDraw = new DevExpress.XtraEditors.SimpleButton();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((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.dxErrorProvider)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- this.SuspendLayout();
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.btnDraw);
- 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";
- //
- // 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, 70);
- 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, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", 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, 23);
- this.txtSpeed.StyleController = this.layoutControl1;
- this.txtSpeed.TabIndex = 13;
- //
- // txtFlightName
- //
- this.txtFlightName.Location = new System.Drawing.Point(12, 29);
- 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.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, 0);
- 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, 41);
- 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, 85);
- this.emptySpaceItem2.Name = "emptySpaceItem2";
- this.emptySpaceItem2.Size = new System.Drawing.Size(282, 378);
- 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;
- //
- // dxErrorProvider
- //
- this.dxErrorProvider.ContainerControl = this;
- //
- // btnDraw
- //
- this.btnDraw.Location = new System.Drawing.Point(154, 475);
- this.btnDraw.Name = "btnDraw";
- this.btnDraw.Size = new System.Drawing.Size(60, 22);
- this.btnDraw.StyleController = this.layoutControl1;
- this.btnDraw.TabIndex = 17;
- this.btnDraw.Text = "绘制航迹";
- this.btnDraw.Click += new System.EventHandler(this.btnFlight_Click);
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.btnDraw;
- 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;
- //
- // FlightEditor
- //
- 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 = "FlightEditor";
- 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.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.dxErrorProvider)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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 btnDraw;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- }
- }
|