FormMonitor.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. namespace SIASUN.Autopilot.View
  2. {
  3. partial class FormMonitor
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMonitor));
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.btn_Big = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Small = new DevExpress.XtraEditors.SimpleButton();
  33. this.btn_Action = new DevExpress.XtraEditors.SimpleButton();
  34. this.btn_Stop = new DevExpress.XtraEditors.SimpleButton();
  35. this.lookUp_Path = new DevExpress.XtraEditors.LookUpEdit();
  36. this.gridControl_Car = new DevExpress.XtraGrid.GridControl();
  37. this.gridView_Car = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. this.gridControl_RobotStatus = new DevExpress.XtraGrid.GridControl();
  39. this.gridView_RobotStatus = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.picExControl1 = new SIASUN.Autopilot.View.PicExControl();
  41. this.gridControl__Directive = new DevExpress.XtraGrid.GridControl();
  42. this.gridView__Directive = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.text_Directive = new DevExpress.XtraEditors.TextEdit();
  46. this.gridControl_RobotAct = new DevExpress.XtraGrid.GridControl();
  47. this.gridView_RobotAct = new DevExpress.XtraGrid.Views.Grid.GridView();
  48. this.label_Time = new DevExpress.XtraEditors.LabelControl();
  49. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  50. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  52. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  54. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
  56. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
  59. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
  61. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  62. this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
  63. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  64. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  67. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.toolTip_Message = new DevExpress.Utils.ToolTipController(this.components);
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  72. this.layoutControl1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Car)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.gridView_Car)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotStatus)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotStatus)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.gridControl__Directive)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.gridView__Directive)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.text_Directive.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotAct)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotAct)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  104. this.SuspendLayout();
  105. //
  106. // layoutControl1
  107. //
  108. this.layoutControl1.Controls.Add(this.btn_Big);
  109. this.layoutControl1.Controls.Add(this.btn_Small);
  110. this.layoutControl1.Controls.Add(this.btn_Action);
  111. this.layoutControl1.Controls.Add(this.btn_Stop);
  112. this.layoutControl1.Controls.Add(this.lookUp_Path);
  113. this.layoutControl1.Controls.Add(this.gridControl_Car);
  114. this.layoutControl1.Controls.Add(this.gridControl_RobotStatus);
  115. this.layoutControl1.Controls.Add(this.picExControl1);
  116. this.layoutControl1.Controls.Add(this.gridControl__Directive);
  117. this.layoutControl1.Controls.Add(this.text_Directive);
  118. this.layoutControl1.Controls.Add(this.gridControl_RobotAct);
  119. this.layoutControl1.Controls.Add(this.label_Time);
  120. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  122. this.layoutControl1.Name = "layoutControl1";
  123. this.layoutControl1.Root = this.layoutControlGroup1;
  124. this.layoutControl1.Size = new System.Drawing.Size(1264, 662);
  125. this.layoutControl1.TabIndex = 0;
  126. this.layoutControl1.Text = "layoutControl1";
  127. //
  128. // btn_Big
  129. //
  130. this.btn_Big.Image = ((System.Drawing.Image)(resources.GetObject("btn_Big.Image")));
  131. this.btn_Big.Location = new System.Drawing.Point(1076, 71);
  132. this.btn_Big.Name = "btn_Big";
  133. this.btn_Big.Size = new System.Drawing.Size(81, 22);
  134. this.btn_Big.StyleController = this.layoutControl1;
  135. this.btn_Big.TabIndex = 10;
  136. this.btn_Big.Text = "放大";
  137. this.btn_Big.Click += new System.EventHandler(this.btn_Big_Click);
  138. //
  139. // btn_Small
  140. //
  141. this.btn_Small.Image = ((System.Drawing.Image)(resources.GetObject("btn_Small.Image")));
  142. this.btn_Small.Location = new System.Drawing.Point(1161, 71);
  143. this.btn_Small.Name = "btn_Small";
  144. this.btn_Small.Size = new System.Drawing.Size(79, 22);
  145. this.btn_Small.StyleController = this.layoutControl1;
  146. this.btn_Small.TabIndex = 9;
  147. this.btn_Small.Text = "缩小";
  148. this.btn_Small.Click += new System.EventHandler(this.btn_Small_Click);
  149. //
  150. // btn_Action
  151. //
  152. this.btn_Action.Image = ((System.Drawing.Image)(resources.GetObject("btn_Action.Image")));
  153. this.btn_Action.Location = new System.Drawing.Point(1006, 12);
  154. this.btn_Action.Name = "btn_Action";
  155. this.btn_Action.Size = new System.Drawing.Size(87, 22);
  156. this.btn_Action.StyleController = this.layoutControl1;
  157. this.btn_Action.TabIndex = 8;
  158. this.btn_Action.Text = "开始";
  159. this.btn_Action.Click += new System.EventHandler(this.btn_Action_Click);
  160. //
  161. // btn_Stop
  162. //
  163. this.btn_Stop.Image = ((System.Drawing.Image)(resources.GetObject("btn_Stop.Image")));
  164. this.btn_Stop.Location = new System.Drawing.Point(1097, 12);
  165. this.btn_Stop.Name = "btn_Stop";
  166. this.btn_Stop.Size = new System.Drawing.Size(87, 22);
  167. this.btn_Stop.StyleController = this.layoutControl1;
  168. this.btn_Stop.TabIndex = 7;
  169. this.btn_Stop.Text = "停止";
  170. this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
  171. //
  172. // lookUp_Path
  173. //
  174. this.lookUp_Path.Location = new System.Drawing.Point(41, 12);
  175. this.lookUp_Path.Name = "lookUp_Path";
  176. this.lookUp_Path.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  177. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
  178. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
  179. this.lookUp_Path.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  180. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RULE_NAME", "路径名称")});
  181. this.lookUp_Path.Size = new System.Drawing.Size(176, 20);
  182. this.lookUp_Path.StyleController = this.layoutControl1;
  183. this.lookUp_Path.TabIndex = 6;
  184. this.lookUp_Path.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUp_Path_ButtonClick);
  185. this.lookUp_Path.EditValueChanged += new System.EventHandler(this.lookUp_Path_EditValueChanged);
  186. //
  187. // gridControl_Car
  188. //
  189. this.gridControl_Car.Location = new System.Drawing.Point(853, 407);
  190. this.gridControl_Car.MainView = this.gridView_Car;
  191. this.gridControl_Car.Name = "gridControl_Car";
  192. this.gridControl_Car.Size = new System.Drawing.Size(387, 231);
  193. this.gridControl_Car.TabIndex = 5;
  194. this.gridControl_Car.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  195. this.gridView_Car});
  196. //
  197. // gridView_Car
  198. //
  199. this.gridView_Car.GridControl = this.gridControl_Car;
  200. this.gridView_Car.Name = "gridView_Car";
  201. this.gridView_Car.OptionsBehavior.Editable = false;
  202. this.gridView_Car.OptionsBehavior.ReadOnly = true;
  203. this.gridView_Car.OptionsView.ShowColumnHeaders = false;
  204. this.gridView_Car.OptionsView.ShowGroupPanel = false;
  205. this.gridView_Car.OptionsView.ShowIndicator = false;
  206. //
  207. // gridControl_RobotStatus
  208. //
  209. this.gridControl_RobotStatus.Location = new System.Drawing.Point(438, 407);
  210. this.gridControl_RobotStatus.MainView = this.gridView_RobotStatus;
  211. this.gridControl_RobotStatus.Name = "gridControl_RobotStatus";
  212. this.gridControl_RobotStatus.Size = new System.Drawing.Size(387, 231);
  213. this.gridControl_RobotStatus.TabIndex = 5;
  214. this.gridControl_RobotStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  215. this.gridView_RobotStatus});
  216. //
  217. // gridView_RobotStatus
  218. //
  219. this.gridView_RobotStatus.GridControl = this.gridControl_RobotStatus;
  220. this.gridView_RobotStatus.Name = "gridView_RobotStatus";
  221. this.gridView_RobotStatus.OptionsBehavior.Editable = false;
  222. this.gridView_RobotStatus.OptionsBehavior.ReadOnly = true;
  223. this.gridView_RobotStatus.OptionsView.ShowColumnHeaders = false;
  224. this.gridView_RobotStatus.OptionsView.ShowGroupPanel = false;
  225. this.gridView_RobotStatus.OptionsView.ShowIndicator = false;
  226. //
  227. // picExControl1
  228. //
  229. this.picExControl1.AllawDraw = false;
  230. this.picExControl1.BIsStretch = false;
  231. this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  232. this.picExControl1.IsFirstZoom = true;
  233. this.picExControl1.Location = new System.Drawing.Point(438, 97);
  234. this.picExControl1.Name = "picExControl1";
  235. this.picExControl1.RectColor = System.Drawing.Color.Red;
  236. this.picExControl1.Size = new System.Drawing.Size(802, 263);
  237. this.picExControl1.StartPoint = ((System.Drawing.PointF)(resources.GetObject("picExControl1.StartPoint")));
  238. this.picExControl1.TabIndex = 4;
  239. this.picExControl1.MouseLeave += new System.EventHandler(this.picExControl1_MouseLeave);
  240. //
  241. // gridControl__Directive
  242. //
  243. this.gridControl__Directive.Location = new System.Drawing.Point(24, 95);
  244. this.gridControl__Directive.MainView = this.gridView__Directive;
  245. this.gridControl__Directive.Name = "gridControl__Directive";
  246. this.gridControl__Directive.Size = new System.Drawing.Size(386, 265);
  247. this.gridControl__Directive.TabIndex = 2;
  248. this.gridControl__Directive.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  249. this.gridView__Directive});
  250. //
  251. // gridView__Directive
  252. //
  253. this.gridView__Directive.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  254. this.gridColumn1,
  255. this.gridColumn2});
  256. this.gridView__Directive.GridControl = this.gridControl__Directive;
  257. this.gridView__Directive.Name = "gridView__Directive";
  258. this.gridView__Directive.OptionsBehavior.Editable = false;
  259. this.gridView__Directive.OptionsBehavior.ReadOnly = true;
  260. this.gridView__Directive.OptionsView.ShowColumnHeaders = false;
  261. this.gridView__Directive.OptionsView.ShowGroupPanel = false;
  262. this.gridView__Directive.OptionsView.ShowIndicator = false;
  263. this.gridView__Directive.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView__Directive_RowCellStyle);
  264. this.gridView__Directive.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView__Directive_CustomColumnDisplayText);
  265. //
  266. // gridColumn1
  267. //
  268. this.gridColumn1.Caption = "指令";
  269. this.gridColumn1.FieldName = "DirectiveInfo";
  270. this.gridColumn1.Name = "gridColumn1";
  271. this.gridColumn1.Visible = true;
  272. this.gridColumn1.VisibleIndex = 0;
  273. //
  274. // gridColumn2
  275. //
  276. this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
  277. this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  278. this.gridColumn2.Caption = "执行结果";
  279. this.gridColumn2.FieldName = "DirectiveResult";
  280. this.gridColumn2.Name = "gridColumn2";
  281. this.gridColumn2.Visible = true;
  282. this.gridColumn2.VisibleIndex = 1;
  283. //
  284. // text_Directive
  285. //
  286. this.text_Directive.Location = new System.Drawing.Point(103, 71);
  287. this.text_Directive.Name = "text_Directive";
  288. this.text_Directive.Size = new System.Drawing.Size(307, 20);
  289. this.text_Directive.StyleController = this.layoutControl1;
  290. this.text_Directive.TabIndex = 0;
  291. //
  292. // gridControl_RobotAct
  293. //
  294. this.gridControl_RobotAct.Location = new System.Drawing.Point(24, 407);
  295. this.gridControl_RobotAct.MainView = this.gridView_RobotAct;
  296. this.gridControl_RobotAct.Name = "gridControl_RobotAct";
  297. this.gridControl_RobotAct.Size = new System.Drawing.Size(386, 231);
  298. this.gridControl_RobotAct.TabIndex = 3;
  299. this.gridControl_RobotAct.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  300. this.gridView_RobotAct});
  301. //
  302. // gridView_RobotAct
  303. //
  304. this.gridView_RobotAct.GridControl = this.gridControl_RobotAct;
  305. this.gridView_RobotAct.Name = "gridView_RobotAct";
  306. this.gridView_RobotAct.OptionsBehavior.Editable = false;
  307. this.gridView_RobotAct.OptionsBehavior.ReadOnly = true;
  308. this.gridView_RobotAct.OptionsView.ShowColumnHeaders = false;
  309. this.gridView_RobotAct.OptionsView.ShowGroupPanel = false;
  310. this.gridView_RobotAct.OptionsView.ShowIndicator = false;
  311. //
  312. // label_Time
  313. //
  314. this.label_Time.Location = new System.Drawing.Point(1188, 22);
  315. this.label_Time.Name = "label_Time";
  316. this.label_Time.Size = new System.Drawing.Size(64, 14);
  317. this.label_Time.StyleController = this.layoutControl1;
  318. this.label_Time.TabIndex = 1;
  319. this.label_Time.Text = "2019-06-11";
  320. //
  321. // layoutControlGroup1
  322. //
  323. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  324. this.layoutControlGroup1.GroupBordersVisible = false;
  325. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  326. this.layoutControlItem3,
  327. this.emptySpaceItem1,
  328. this.emptySpaceItem3,
  329. this.layoutControlGroup2,
  330. this.layoutControlGroup5,
  331. this.layoutControlGroup3,
  332. this.layoutControlGroup4,
  333. this.layoutControlGroup6,
  334. this.layoutControlItem2,
  335. this.layoutControlItem9,
  336. this.layoutControlItem10});
  337. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  338. this.layoutControlGroup1.Name = "layoutControlGroup1";
  339. this.layoutControlGroup1.Size = new System.Drawing.Size(1264, 662);
  340. this.layoutControlGroup1.TextVisible = false;
  341. //
  342. // layoutControlItem3
  343. //
  344. this.layoutControlItem3.Control = this.label_Time;
  345. this.layoutControlItem3.Location = new System.Drawing.Point(1176, 10);
  346. this.layoutControlItem3.Name = "layoutControlItem3";
  347. this.layoutControlItem3.Size = new System.Drawing.Size(68, 18);
  348. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  349. this.layoutControlItem3.TextVisible = false;
  350. //
  351. // emptySpaceItem1
  352. //
  353. this.emptySpaceItem1.AllowHotTrack = false;
  354. this.emptySpaceItem1.Location = new System.Drawing.Point(1176, 0);
  355. this.emptySpaceItem1.Name = "emptySpaceItem1";
  356. this.emptySpaceItem1.Size = new System.Drawing.Size(68, 10);
  357. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  358. //
  359. // emptySpaceItem3
  360. //
  361. this.emptySpaceItem3.AllowHotTrack = false;
  362. this.emptySpaceItem3.Location = new System.Drawing.Point(209, 0);
  363. this.emptySpaceItem3.Name = "emptySpaceItem3";
  364. this.emptySpaceItem3.Size = new System.Drawing.Size(785, 28);
  365. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  366. //
  367. // layoutControlGroup2
  368. //
  369. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  370. this.layoutControlItem6});
  371. this.layoutControlGroup2.Location = new System.Drawing.Point(0, 364);
  372. this.layoutControlGroup2.Name = "layoutControlGroup2";
  373. this.layoutControlGroup2.Size = new System.Drawing.Size(414, 278);
  374. this.layoutControlGroup2.Text = "机器人动作信息";
  375. //
  376. // layoutControlItem6
  377. //
  378. this.layoutControlItem6.Control = this.gridControl_RobotAct;
  379. this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
  380. this.layoutControlItem6.Name = "layoutControlItem6";
  381. this.layoutControlItem6.Size = new System.Drawing.Size(390, 235);
  382. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  383. this.layoutControlItem6.TextVisible = false;
  384. //
  385. // layoutControlGroup5
  386. //
  387. this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  388. this.layoutControlItem1,
  389. this.layoutControlItem4});
  390. this.layoutControlGroup5.Location = new System.Drawing.Point(0, 28);
  391. this.layoutControlGroup5.Name = "layoutControlGroup5";
  392. this.layoutControlGroup5.Size = new System.Drawing.Size(414, 336);
  393. this.layoutControlGroup5.Text = "指令信息";
  394. //
  395. // layoutControlItem1
  396. //
  397. this.layoutControlItem1.Control = this.text_Directive;
  398. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  399. this.layoutControlItem1.Name = "layoutControlItem1";
  400. this.layoutControlItem1.Size = new System.Drawing.Size(390, 24);
  401. this.layoutControlItem1.Text = "当前执行动作:";
  402. this.layoutControlItem1.TextSize = new System.Drawing.Size(76, 14);
  403. //
  404. // layoutControlItem4
  405. //
  406. this.layoutControlItem4.Control = this.gridControl__Directive;
  407. this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
  408. this.layoutControlItem4.Name = "layoutControlItem4";
  409. this.layoutControlItem4.Size = new System.Drawing.Size(390, 269);
  410. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  411. this.layoutControlItem4.TextVisible = false;
  412. //
  413. // layoutControlGroup3
  414. //
  415. this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  416. this.layoutControlItem7});
  417. this.layoutControlGroup3.Location = new System.Drawing.Point(414, 364);
  418. this.layoutControlGroup3.Name = "layoutControlGroup3";
  419. this.layoutControlGroup3.Size = new System.Drawing.Size(415, 278);
  420. this.layoutControlGroup3.Text = "机器人状态信息";
  421. //
  422. // layoutControlItem7
  423. //
  424. this.layoutControlItem7.Control = this.gridControl_RobotStatus;
  425. this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
  426. this.layoutControlItem7.Name = "layoutControlItem7";
  427. this.layoutControlItem7.Size = new System.Drawing.Size(391, 235);
  428. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  429. this.layoutControlItem7.TextVisible = false;
  430. //
  431. // layoutControlGroup4
  432. //
  433. this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  434. this.layoutControlItem8});
  435. this.layoutControlGroup4.Location = new System.Drawing.Point(829, 364);
  436. this.layoutControlGroup4.Name = "layoutControlGroup4";
  437. this.layoutControlGroup4.Size = new System.Drawing.Size(415, 278);
  438. this.layoutControlGroup4.Text = "车辆状态信息";
  439. //
  440. // layoutControlItem8
  441. //
  442. this.layoutControlItem8.Control = this.gridControl_Car;
  443. this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
  444. this.layoutControlItem8.Name = "layoutControlItem8";
  445. this.layoutControlItem8.Size = new System.Drawing.Size(391, 235);
  446. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  447. this.layoutControlItem8.TextVisible = false;
  448. //
  449. // layoutControlGroup6
  450. //
  451. this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  452. this.layoutControlItem5,
  453. this.layoutControlItem11,
  454. this.layoutControlItem12,
  455. this.emptySpaceItem2});
  456. this.layoutControlGroup6.Location = new System.Drawing.Point(414, 28);
  457. this.layoutControlGroup6.Name = "layoutControlGroup6";
  458. this.layoutControlGroup6.Size = new System.Drawing.Size(830, 336);
  459. this.layoutControlGroup6.Text = "地图";
  460. //
  461. // layoutControlItem5
  462. //
  463. this.layoutControlItem5.Control = this.picExControl1;
  464. this.layoutControlItem5.Location = new System.Drawing.Point(0, 26);
  465. this.layoutControlItem5.Name = "layoutControlItem5";
  466. this.layoutControlItem5.Size = new System.Drawing.Size(806, 267);
  467. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  468. this.layoutControlItem5.TextVisible = false;
  469. //
  470. // layoutControlItem11
  471. //
  472. this.layoutControlItem11.Control = this.btn_Small;
  473. this.layoutControlItem11.Location = new System.Drawing.Point(723, 0);
  474. this.layoutControlItem11.Name = "layoutControlItem11";
  475. this.layoutControlItem11.Size = new System.Drawing.Size(83, 26);
  476. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  477. this.layoutControlItem11.TextVisible = false;
  478. //
  479. // layoutControlItem12
  480. //
  481. this.layoutControlItem12.Control = this.btn_Big;
  482. this.layoutControlItem12.Location = new System.Drawing.Point(638, 0);
  483. this.layoutControlItem12.Name = "layoutControlItem12";
  484. this.layoutControlItem12.Size = new System.Drawing.Size(85, 26);
  485. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  486. this.layoutControlItem12.TextVisible = false;
  487. //
  488. // emptySpaceItem2
  489. //
  490. this.emptySpaceItem2.AllowHotTrack = false;
  491. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
  492. this.emptySpaceItem2.Name = "emptySpaceItem2";
  493. this.emptySpaceItem2.Size = new System.Drawing.Size(638, 26);
  494. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  495. //
  496. // layoutControlItem2
  497. //
  498. this.layoutControlItem2.Control = this.lookUp_Path;
  499. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  500. this.layoutControlItem2.Name = "layoutControlItem2";
  501. this.layoutControlItem2.Size = new System.Drawing.Size(209, 28);
  502. this.layoutControlItem2.Text = "路径";
  503. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  504. this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14);
  505. this.layoutControlItem2.TextToControlDistance = 5;
  506. //
  507. // layoutControlItem9
  508. //
  509. this.layoutControlItem9.Control = this.btn_Stop;
  510. this.layoutControlItem9.Location = new System.Drawing.Point(1085, 0);
  511. this.layoutControlItem9.Name = "layoutControlItem9";
  512. this.layoutControlItem9.Size = new System.Drawing.Size(91, 28);
  513. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  514. this.layoutControlItem9.TextVisible = false;
  515. //
  516. // layoutControlItem10
  517. //
  518. this.layoutControlItem10.Control = this.btn_Action;
  519. this.layoutControlItem10.Location = new System.Drawing.Point(994, 0);
  520. this.layoutControlItem10.Name = "layoutControlItem10";
  521. this.layoutControlItem10.Size = new System.Drawing.Size(91, 28);
  522. this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
  523. this.layoutControlItem10.TextVisible = false;
  524. //
  525. // toolTip_Message
  526. //
  527. this.toolTip_Message.Rounded = true;
  528. this.toolTip_Message.ShowBeak = true;
  529. this.toolTip_Message.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop;
  530. //
  531. // FormMonitor
  532. //
  533. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  534. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  535. this.ClientSize = new System.Drawing.Size(1264, 662);
  536. this.Controls.Add(this.layoutControl1);
  537. this.Name = "FormMonitor";
  538. this.Text = "车辆监控";
  539. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDeviceManagement_FormClosing);
  540. this.Load += new System.EventHandler(this.FormDeviceManagement_Load);
  541. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  542. this.layoutControl1.ResumeLayout(false);
  543. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Car)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.gridView_Car)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotStatus)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotStatus)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.gridControl__Directive)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.gridView__Directive)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.text_Directive.Properties)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.gridControl_RobotAct)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.gridView_RobotAct)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  554. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  555. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  556. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  559. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
  560. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  561. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  562. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
  563. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  564. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
  565. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  566. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
  567. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  568. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  569. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  574. this.ResumeLayout(false);
  575. }
  576. #endregion
  577. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  578. private DevExpress.XtraEditors.LabelControl label_Time;
  579. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  580. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  581. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  582. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  583. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  584. private DevExpress.XtraEditors.TextEdit text_Directive;
  585. private DevExpress.XtraGrid.GridControl gridControl_RobotAct;
  586. private DevExpress.XtraGrid.Views.Grid.GridView gridView_RobotAct;
  587. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  588. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
  589. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
  590. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  591. private SIASUN.Autopilot.View.PicExControl picExControl1;
  592. private DevExpress.XtraGrid.GridControl gridControl__Directive;
  593. private DevExpress.XtraGrid.Views.Grid.GridView gridView__Directive;
  594. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
  595. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  596. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
  597. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  598. private DevExpress.XtraGrid.GridControl gridControl_Car;
  599. private DevExpress.XtraGrid.Views.Grid.GridView gridView_Car;
  600. private DevExpress.XtraGrid.GridControl gridControl_RobotStatus;
  601. private DevExpress.XtraGrid.Views.Grid.GridView gridView_RobotStatus;
  602. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  603. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  604. private DevExpress.Utils.ToolTipController toolTip_Message;
  605. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  606. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  607. private DevExpress.XtraEditors.SimpleButton btn_Action;
  608. private DevExpress.XtraEditors.SimpleButton btn_Stop;
  609. private DevExpress.XtraEditors.LookUpEdit lookUp_Path;
  610. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  611. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  612. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  613. private DevExpress.XtraEditors.SimpleButton btn_Big;
  614. private DevExpress.XtraEditors.SimpleButton btn_Small;
  615. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  616. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  617. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  618. }
  619. }