namespace SIASUN.Autopilot.View { partial class FormMonitor { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMonitor)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btn_Big = new DevExpress.XtraEditors.SimpleButton(); this.btn_Small = new DevExpress.XtraEditors.SimpleButton(); this.btn_Action = new DevExpress.XtraEditors.SimpleButton(); this.btn_Stop = new DevExpress.XtraEditors.SimpleButton(); this.lookUp_Path = new DevExpress.XtraEditors.LookUpEdit(); this.gridControl_Car = new DevExpress.XtraGrid.GridControl(); this.gridView_Car = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridControl_RobotStatus = new DevExpress.XtraGrid.GridControl(); this.gridView_RobotStatus = new DevExpress.XtraGrid.Views.Grid.GridView(); this.picExControl1 = new SIASUN.Autopilot.View.PicExControl(); this.gridControl__Directive = new DevExpress.XtraGrid.GridControl(); this.gridView__Directive = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.text_Directive = new DevExpress.XtraEditors.TextEdit(); this.gridControl_RobotAct = new DevExpress.XtraGrid.GridControl(); this.gridView_RobotAct = new DevExpress.XtraGrid.Views.Grid.GridView(); this.label_Time = new DevExpress.XtraEditors.LabelControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.toolTip_Message = new DevExpress.Utils.ToolTipController(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Car)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Car)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl__Directive)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView__Directive)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.text_Directive.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotAct)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotAct)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btn_Big); this.layoutControl1.Controls.Add(this.btn_Small); this.layoutControl1.Controls.Add(this.btn_Action); this.layoutControl1.Controls.Add(this.btn_Stop); this.layoutControl1.Controls.Add(this.lookUp_Path); this.layoutControl1.Controls.Add(this.gridControl_Car); this.layoutControl1.Controls.Add(this.gridControl_RobotStatus); this.layoutControl1.Controls.Add(this.picExControl1); this.layoutControl1.Controls.Add(this.gridControl__Directive); this.layoutControl1.Controls.Add(this.text_Directive); this.layoutControl1.Controls.Add(this.gridControl_RobotAct); this.layoutControl1.Controls.Add(this.label_Time); 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.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(1264, 662); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // btn_Big // this.btn_Big.Image = ((System.Drawing.Image)(resources.GetObject("btn_Big.Image"))); this.btn_Big.Location = new System.Drawing.Point(1076, 71); this.btn_Big.Name = "btn_Big"; this.btn_Big.Size = new System.Drawing.Size(81, 22); this.btn_Big.StyleController = this.layoutControl1; this.btn_Big.TabIndex = 10; this.btn_Big.Text = "放大"; this.btn_Big.Click += new System.EventHandler(this.btn_Big_Click); // // btn_Small // this.btn_Small.Image = ((System.Drawing.Image)(resources.GetObject("btn_Small.Image"))); this.btn_Small.Location = new System.Drawing.Point(1161, 71); this.btn_Small.Name = "btn_Small"; this.btn_Small.Size = new System.Drawing.Size(79, 22); this.btn_Small.StyleController = this.layoutControl1; this.btn_Small.TabIndex = 9; this.btn_Small.Text = "缩小"; this.btn_Small.Click += new System.EventHandler(this.btn_Small_Click); // // btn_Action // this.btn_Action.Image = ((System.Drawing.Image)(resources.GetObject("btn_Action.Image"))); this.btn_Action.Location = new System.Drawing.Point(1006, 12); this.btn_Action.Name = "btn_Action"; this.btn_Action.Size = new System.Drawing.Size(87, 22); this.btn_Action.StyleController = this.layoutControl1; this.btn_Action.TabIndex = 8; this.btn_Action.Text = "开始"; this.btn_Action.Click += new System.EventHandler(this.btn_Action_Click); // // btn_Stop // this.btn_Stop.Image = ((System.Drawing.Image)(resources.GetObject("btn_Stop.Image"))); this.btn_Stop.Location = new System.Drawing.Point(1097, 12); this.btn_Stop.Name = "btn_Stop"; this.btn_Stop.Size = new System.Drawing.Size(87, 22); this.btn_Stop.StyleController = this.layoutControl1; this.btn_Stop.TabIndex = 7; this.btn_Stop.Text = "停止"; this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click); // // lookUp_Path // this.lookUp_Path.Location = new System.Drawing.Point(41, 12); this.lookUp_Path.Name = "lookUp_Path"; this.lookUp_Path.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)}); this.lookUp_Path.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RULE_NAME", "路径名称")}); this.lookUp_Path.Size = new System.Drawing.Size(176, 20); this.lookUp_Path.StyleController = this.layoutControl1; this.lookUp_Path.TabIndex = 6; this.lookUp_Path.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUp_Path_ButtonClick); this.lookUp_Path.EditValueChanged += new System.EventHandler(this.lookUp_Path_EditValueChanged); // // gridControl_Car // this.gridControl_Car.Location = new System.Drawing.Point(853, 407); this.gridControl_Car.MainView = this.gridView_Car; this.gridControl_Car.Name = "gridControl_Car"; this.gridControl_Car.Size = new System.Drawing.Size(387, 231); this.gridControl_Car.TabIndex = 5; this.gridControl_Car.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Car}); // // gridView_Car // this.gridView_Car.GridControl = this.gridControl_Car; this.gridView_Car.Name = "gridView_Car"; this.gridView_Car.OptionsBehavior.Editable = false; this.gridView_Car.OptionsBehavior.ReadOnly = true; this.gridView_Car.OptionsView.ShowColumnHeaders = false; this.gridView_Car.OptionsView.ShowGroupPanel = false; this.gridView_Car.OptionsView.ShowIndicator = false; // // gridControl_RobotStatus // this.gridControl_RobotStatus.Location = new System.Drawing.Point(438, 407); this.gridControl_RobotStatus.MainView = this.gridView_RobotStatus; this.gridControl_RobotStatus.Name = "gridControl_RobotStatus"; this.gridControl_RobotStatus.Size = new System.Drawing.Size(387, 231); this.gridControl_RobotStatus.TabIndex = 5; this.gridControl_RobotStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_RobotStatus}); // // gridView_RobotStatus // this.gridView_RobotStatus.GridControl = this.gridControl_RobotStatus; this.gridView_RobotStatus.Name = "gridView_RobotStatus"; this.gridView_RobotStatus.OptionsBehavior.Editable = false; this.gridView_RobotStatus.OptionsBehavior.ReadOnly = true; this.gridView_RobotStatus.OptionsView.ShowColumnHeaders = false; this.gridView_RobotStatus.OptionsView.ShowGroupPanel = false; this.gridView_RobotStatus.OptionsView.ShowIndicator = false; // // 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(438, 97); this.picExControl1.Name = "picExControl1"; this.picExControl1.RectColor = System.Drawing.Color.Red; this.picExControl1.Size = new System.Drawing.Size(802, 263); this.picExControl1.StartPoint = ((System.Drawing.PointF)(resources.GetObject("picExControl1.StartPoint"))); this.picExControl1.TabIndex = 4; this.picExControl1.MouseLeave += new System.EventHandler(this.picExControl1_MouseLeave); // // gridControl__Directive // this.gridControl__Directive.Location = new System.Drawing.Point(24, 95); this.gridControl__Directive.MainView = this.gridView__Directive; this.gridControl__Directive.Name = "gridControl__Directive"; this.gridControl__Directive.Size = new System.Drawing.Size(386, 265); this.gridControl__Directive.TabIndex = 2; this.gridControl__Directive.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView__Directive}); // // gridView__Directive // this.gridView__Directive.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2}); this.gridView__Directive.GridControl = this.gridControl__Directive; this.gridView__Directive.Name = "gridView__Directive"; this.gridView__Directive.OptionsBehavior.Editable = false; this.gridView__Directive.OptionsBehavior.ReadOnly = true; this.gridView__Directive.OptionsView.ShowColumnHeaders = false; this.gridView__Directive.OptionsView.ShowGroupPanel = false; this.gridView__Directive.OptionsView.ShowIndicator = false; this.gridView__Directive.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView__Directive_RowCellStyle); this.gridView__Directive.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView__Directive_CustomColumnDisplayText); // // gridColumn1 // this.gridColumn1.Caption = "指令"; this.gridColumn1.FieldName = "DirectiveInfo"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "执行结果"; this.gridColumn2.FieldName = "DirectiveResult"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // text_Directive // this.text_Directive.Location = new System.Drawing.Point(103, 71); this.text_Directive.Name = "text_Directive"; this.text_Directive.Size = new System.Drawing.Size(307, 20); this.text_Directive.StyleController = this.layoutControl1; this.text_Directive.TabIndex = 0; // // gridControl_RobotAct // this.gridControl_RobotAct.Location = new System.Drawing.Point(24, 407); this.gridControl_RobotAct.MainView = this.gridView_RobotAct; this.gridControl_RobotAct.Name = "gridControl_RobotAct"; this.gridControl_RobotAct.Size = new System.Drawing.Size(386, 231); this.gridControl_RobotAct.TabIndex = 3; this.gridControl_RobotAct.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_RobotAct}); // // gridView_RobotAct // this.gridView_RobotAct.GridControl = this.gridControl_RobotAct; this.gridView_RobotAct.Name = "gridView_RobotAct"; this.gridView_RobotAct.OptionsBehavior.Editable = false; this.gridView_RobotAct.OptionsBehavior.ReadOnly = true; this.gridView_RobotAct.OptionsView.ShowColumnHeaders = false; this.gridView_RobotAct.OptionsView.ShowGroupPanel = false; this.gridView_RobotAct.OptionsView.ShowIndicator = false; // // label_Time // this.label_Time.Location = new System.Drawing.Point(1188, 22); this.label_Time.Name = "label_Time"; this.label_Time.Size = new System.Drawing.Size(64, 14); this.label_Time.StyleController = this.layoutControl1; this.label_Time.TabIndex = 1; this.label_Time.Text = "2019-06-11"; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.emptySpaceItem1, this.emptySpaceItem3, this.layoutControlGroup2, this.layoutControlGroup5, this.layoutControlGroup3, this.layoutControlGroup4, this.layoutControlGroup6, this.layoutControlItem2, this.layoutControlItem9, this.layoutControlItem10}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(1264, 662); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.label_Time; this.layoutControlItem3.Location = new System.Drawing.Point(1176, 10); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(68, 18); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(1176, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(68, 10); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(209, 0); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(785, 28); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // layoutControlGroup2 // this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem6}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 364); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(414, 278); this.layoutControlGroup2.Text = "机器人动作信息"; // // layoutControlItem6 // this.layoutControlItem6.Control = this.gridControl_RobotAct; this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(390, 235); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlGroup5 // this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem4}); this.layoutControlGroup5.Location = new System.Drawing.Point(0, 28); this.layoutControlGroup5.Name = "layoutControlGroup5"; this.layoutControlGroup5.Size = new System.Drawing.Size(414, 336); this.layoutControlGroup5.Text = "指令信息"; // // layoutControlItem1 // this.layoutControlItem1.Control = this.text_Directive; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(390, 24); this.layoutControlItem1.Text = "当前执行动作:"; this.layoutControlItem1.TextSize = new System.Drawing.Size(76, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.gridControl__Directive; this.layoutControlItem4.Location = new System.Drawing.Point(0, 24); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(390, 269); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlGroup3 // this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem7}); this.layoutControlGroup3.Location = new System.Drawing.Point(414, 364); this.layoutControlGroup3.Name = "layoutControlGroup3"; this.layoutControlGroup3.Size = new System.Drawing.Size(415, 278); this.layoutControlGroup3.Text = "机器人状态信息"; // // layoutControlItem7 // this.layoutControlItem7.Control = this.gridControl_RobotStatus; this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(391, 235); this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlGroup4 // this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem8}); this.layoutControlGroup4.Location = new System.Drawing.Point(829, 364); this.layoutControlGroup4.Name = "layoutControlGroup4"; this.layoutControlGroup4.Size = new System.Drawing.Size(415, 278); this.layoutControlGroup4.Text = "车辆状态信息"; // // layoutControlItem8 // this.layoutControlItem8.Control = this.gridControl_Car; this.layoutControlItem8.Location = new System.Drawing.Point(0, 0); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(391, 235); this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // layoutControlGroup6 // this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem5, this.layoutControlItem11, this.layoutControlItem12, this.emptySpaceItem2}); this.layoutControlGroup6.Location = new System.Drawing.Point(414, 28); this.layoutControlGroup6.Name = "layoutControlGroup6"; this.layoutControlGroup6.Size = new System.Drawing.Size(830, 336); this.layoutControlGroup6.Text = "地图"; // // layoutControlItem5 // this.layoutControlItem5.Control = this.picExControl1; this.layoutControlItem5.Location = new System.Drawing.Point(0, 26); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(806, 267); this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem11 // this.layoutControlItem11.Control = this.btn_Small; this.layoutControlItem11.Location = new System.Drawing.Point(723, 0); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Size = new System.Drawing.Size(83, 26); this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; // // layoutControlItem12 // this.layoutControlItem12.Control = this.btn_Big; this.layoutControlItem12.Location = new System.Drawing.Point(638, 0); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.Size = new System.Drawing.Size(85, 26); this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem12.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(638, 26); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.lookUp_Path; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(209, 28); this.layoutControlItem2.Text = "路径"; this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14); this.layoutControlItem2.TextToControlDistance = 5; // // layoutControlItem9 // this.layoutControlItem9.Control = this.btn_Stop; this.layoutControlItem9.Location = new System.Drawing.Point(1085, 0); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(91, 28); this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // layoutControlItem10 // this.layoutControlItem10.Control = this.btn_Action; this.layoutControlItem10.Location = new System.Drawing.Point(994, 0); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(91, 28); this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // toolTip_Message // this.toolTip_Message.Rounded = true; this.toolTip_Message.ShowBeak = true; this.toolTip_Message.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop; // // FormMonitor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1264, 662); this.Controls.Add(this.layoutControl1); this.Name = "FormMonitor"; this.Text = "车辆监控"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDeviceManagement_FormClosing); this.Load += new System.EventHandler(this.FormDeviceManagement_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Car)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Car)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl__Directive)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView__Directive)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.text_Directive.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotAct)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotAct)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.LabelControl label_Time; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraEditors.TextEdit text_Directive; private DevExpress.XtraGrid.GridControl gridControl_RobotAct; private DevExpress.XtraGrid.Views.Grid.GridView gridView_RobotAct; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private SIASUN.Autopilot.View.PicExControl picExControl1; private DevExpress.XtraGrid.GridControl gridControl__Directive; private DevExpress.XtraGrid.Views.Grid.GridView gridView__Directive; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraGrid.GridControl gridControl_Car; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Car; private DevExpress.XtraGrid.GridControl gridControl_RobotStatus; private DevExpress.XtraGrid.Views.Grid.GridView gridView_RobotStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.Utils.ToolTipController toolTip_Message; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraEditors.SimpleButton btn_Action; private DevExpress.XtraEditors.SimpleButton btn_Stop; private DevExpress.XtraEditors.LookUpEdit lookUp_Path; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.SimpleButton btn_Big; private DevExpress.XtraEditors.SimpleButton btn_Small; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; } }