FormRoutePlan.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. namespace SIASUN.Autopilot.View
  2. {
  3. partial class FormRoutePlan
  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(FormRoutePlan));
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.btn_Small = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Big = new DevExpress.XtraEditors.SimpleButton();
  33. this.btn_Stop = new DevExpress.XtraEditors.SimpleButton();
  34. this.txt_PathName = new DevExpress.XtraEditors.TextEdit();
  35. this.label_Message = new DevExpress.XtraEditors.LabelControl();
  36. this.btn_Draw = new DevExpress.XtraEditors.SimpleButton();
  37. this.btn_Ok = new DevExpress.XtraEditors.SimpleButton();
  38. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  39. this.btn_DrivePath = new DevExpress.XtraEditors.SimpleButton();
  40. this.lookUp_Path = new DevExpress.XtraEditors.LookUpEdit();
  41. this.btn_DrawCancel = new DevExpress.XtraEditors.SimpleButton();
  42. this.btn_SavePath = new DevExpress.XtraEditors.SimpleButton();
  43. this.btn_DrawPath = new DevExpress.XtraEditors.SimpleButton();
  44. this.btn_Rdo = new DevExpress.XtraEditors.SimpleButton();
  45. this.btn_Udo = new DevExpress.XtraEditors.SimpleButton();
  46. this.btn_DrawBezier = new DevExpress.XtraEditors.SimpleButton();
  47. this.gridControl_Path = new DevExpress.XtraGrid.GridControl();
  48. this.gridView_Path = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.label_PathName = new DevExpress.XtraEditors.LabelControl();
  55. this.picExControl1 = new SIASUN.Autopilot.View.PicExControl();
  56. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  57. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  58. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
  62. this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
  63. this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
  64. this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
  65. this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
  66. this.layoutControl_DrawBezier = new DevExpress.XtraLayout.LayoutControlItem();
  67. this.layoutControl_Cancel = new DevExpress.XtraLayout.LayoutControlItem();
  68. this.layoutControl_Udo = new DevExpress.XtraLayout.LayoutControlItem();
  69. this.layoutControl_Rdo = new DevExpress.XtraLayout.LayoutControlItem();
  70. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  72. this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControl_Ok = new DevExpress.XtraLayout.LayoutControlItem();
  74. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  76. this.layoutControl_Draw = new DevExpress.XtraLayout.LayoutControlItem();
  77. this.layoutControl_Name = new DevExpress.XtraLayout.LayoutControlItem();
  78. this.layoutControl_Stop = new DevExpress.XtraLayout.LayoutControlItem();
  79. this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
  80. this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
  81. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  82. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  83. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  84. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  85. this.toolTip_Message = new DevExpress.Utils.ToolTipController(this.components);
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  87. this.layoutControl1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.txt_PathName.Properties)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Path)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.gridView_Path)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_DrawBezier)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Cancel)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Udo)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Rdo)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Ok)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Draw)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Name)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Stop)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  121. this.SuspendLayout();
  122. //
  123. // layoutControl1
  124. //
  125. this.layoutControl1.Controls.Add(this.btn_Small);
  126. this.layoutControl1.Controls.Add(this.btn_Big);
  127. this.layoutControl1.Controls.Add(this.btn_Stop);
  128. this.layoutControl1.Controls.Add(this.txt_PathName);
  129. this.layoutControl1.Controls.Add(this.label_Message);
  130. this.layoutControl1.Controls.Add(this.btn_Draw);
  131. this.layoutControl1.Controls.Add(this.btn_Ok);
  132. this.layoutControl1.Controls.Add(this.btn_Cancel);
  133. this.layoutControl1.Controls.Add(this.btn_DrivePath);
  134. this.layoutControl1.Controls.Add(this.lookUp_Path);
  135. this.layoutControl1.Controls.Add(this.btn_DrawCancel);
  136. this.layoutControl1.Controls.Add(this.btn_SavePath);
  137. this.layoutControl1.Controls.Add(this.btn_DrawPath);
  138. this.layoutControl1.Controls.Add(this.btn_Rdo);
  139. this.layoutControl1.Controls.Add(this.btn_Udo);
  140. this.layoutControl1.Controls.Add(this.btn_DrawBezier);
  141. this.layoutControl1.Controls.Add(this.gridControl_Path);
  142. this.layoutControl1.Controls.Add(this.label_PathName);
  143. this.layoutControl1.Controls.Add(this.picExControl1);
  144. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  146. this.layoutControl1.Name = "layoutControl1";
  147. this.layoutControl1.Root = this.layoutControlGroup1;
  148. this.layoutControl1.Size = new System.Drawing.Size(1264, 662);
  149. this.layoutControl1.TabIndex = 0;
  150. this.layoutControl1.Text = "layoutControl1";
  151. //
  152. // btn_Small
  153. //
  154. this.btn_Small.Image = ((System.Drawing.Image)(resources.GetObject("btn_Small.Image")));
  155. this.btn_Small.Location = new System.Drawing.Point(633, 43);
  156. this.btn_Small.Name = "btn_Small";
  157. this.btn_Small.Size = new System.Drawing.Size(81, 22);
  158. this.btn_Small.StyleController = this.layoutControl1;
  159. this.btn_Small.TabIndex = 39;
  160. this.btn_Small.Text = "缩小";
  161. this.btn_Small.Click += new System.EventHandler(this.btn_Small_Click);
  162. //
  163. // btn_Big
  164. //
  165. this.btn_Big.Image = ((System.Drawing.Image)(resources.GetObject("btn_Big.Image")));
  166. this.btn_Big.Location = new System.Drawing.Point(554, 43);
  167. this.btn_Big.Name = "btn_Big";
  168. this.btn_Big.Size = new System.Drawing.Size(75, 22);
  169. this.btn_Big.StyleController = this.layoutControl1;
  170. this.btn_Big.TabIndex = 38;
  171. this.btn_Big.Text = "放大";
  172. this.btn_Big.Click += new System.EventHandler(this.btn_Big_Click);
  173. //
  174. // btn_Stop
  175. //
  176. this.btn_Stop.Image = ((System.Drawing.Image)(resources.GetObject("btn_Stop.Image")));
  177. this.btn_Stop.Location = new System.Drawing.Point(873, 69);
  178. this.btn_Stop.Name = "btn_Stop";
  179. this.btn_Stop.Size = new System.Drawing.Size(54, 22);
  180. this.btn_Stop.StyleController = this.layoutControl1;
  181. this.btn_Stop.TabIndex = 35;
  182. this.btn_Stop.Text = "停止";
  183. this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
  184. //
  185. // txt_PathName
  186. //
  187. this.txt_PathName.Location = new System.Drawing.Point(793, 69);
  188. this.txt_PathName.Name = "txt_PathName";
  189. this.txt_PathName.Size = new System.Drawing.Size(76, 20);
  190. this.txt_PathName.StyleController = this.layoutControl1;
  191. this.txt_PathName.TabIndex = 34;
  192. this.txt_PathName.TextChanged += new System.EventHandler(this.txt_PathName_TextChanged);
  193. //
  194. // label_Message
  195. //
  196. this.label_Message.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  197. this.label_Message.Appearance.Options.UseFont = true;
  198. this.label_Message.Location = new System.Drawing.Point(742, 95);
  199. this.label_Message.Name = "label_Message";
  200. this.label_Message.Size = new System.Drawing.Size(148, 23);
  201. this.label_Message.StyleController = this.layoutControl1;
  202. this.label_Message.TabIndex = 33;
  203. //
  204. // btn_Draw
  205. //
  206. this.btn_Draw.Image = ((System.Drawing.Image)(resources.GetObject("btn_Draw.Image")));
  207. this.btn_Draw.Location = new System.Drawing.Point(894, 95);
  208. this.btn_Draw.Name = "btn_Draw";
  209. this.btn_Draw.Size = new System.Drawing.Size(81, 22);
  210. this.btn_Draw.StyleController = this.layoutControl1;
  211. this.btn_Draw.TabIndex = 32;
  212. this.btn_Draw.Text = "描点结束";
  213. this.btn_Draw.Click += new System.EventHandler(this.btn_Draw_Click);
  214. //
  215. // btn_Ok
  216. //
  217. this.btn_Ok.Image = ((System.Drawing.Image)(resources.GetObject("btn_Ok.Image")));
  218. this.btn_Ok.Location = new System.Drawing.Point(1002, 69);
  219. this.btn_Ok.Name = "btn_Ok";
  220. this.btn_Ok.Size = new System.Drawing.Size(54, 22);
  221. this.btn_Ok.StyleController = this.layoutControl1;
  222. this.btn_Ok.TabIndex = 31;
  223. this.btn_Ok.Text = "确定";
  224. this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
  225. //
  226. // btn_Cancel
  227. //
  228. this.btn_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.Image")));
  229. this.btn_Cancel.Location = new System.Drawing.Point(1186, 43);
  230. this.btn_Cancel.Name = "btn_Cancel";
  231. this.btn_Cancel.Size = new System.Drawing.Size(54, 22);
  232. this.btn_Cancel.StyleController = this.layoutControl1;
  233. this.btn_Cancel.TabIndex = 30;
  234. this.btn_Cancel.Text = "取消";
  235. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click_1);
  236. //
  237. // btn_DrivePath
  238. //
  239. this.btn_DrivePath.Image = ((System.Drawing.Image)(resources.GetObject("btn_DrivePath.Image")));
  240. this.btn_DrivePath.Location = new System.Drawing.Point(893, 43);
  241. this.btn_DrivePath.Name = "btn_DrivePath";
  242. this.btn_DrivePath.Size = new System.Drawing.Size(107, 22);
  243. this.btn_DrivePath.StyleController = this.layoutControl1;
  244. this.btn_DrivePath.TabIndex = 20;
  245. this.btn_DrivePath.Text = "驾车绘制路径";
  246. this.btn_DrivePath.Click += new System.EventHandler(this.btn_DrivePath_Click);
  247. //
  248. // lookUp_Path
  249. //
  250. this.lookUp_Path.Location = new System.Drawing.Point(771, 43);
  251. this.lookUp_Path.Name = "lookUp_Path";
  252. this.lookUp_Path.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  253. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
  254. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
  255. this.lookUp_Path.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
  256. new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RULE_NAME", "路径名称")});
  257. this.lookUp_Path.Size = new System.Drawing.Size(118, 20);
  258. this.lookUp_Path.StyleController = this.layoutControl1;
  259. this.lookUp_Path.TabIndex = 19;
  260. this.lookUp_Path.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.lookUp_Path_ButtonClick);
  261. this.lookUp_Path.EditValueChanged += new System.EventHandler(this.lookUp_Path_EditValueChanged);
  262. //
  263. // btn_DrawCancel
  264. //
  265. this.btn_DrawCancel.Image = ((System.Drawing.Image)(resources.GetObject("btn_DrawCancel.Image")));
  266. this.btn_DrawCancel.Location = new System.Drawing.Point(1060, 69);
  267. this.btn_DrawCancel.Name = "btn_DrawCancel";
  268. this.btn_DrawCancel.Size = new System.Drawing.Size(54, 22);
  269. this.btn_DrawCancel.StyleController = this.layoutControl1;
  270. this.btn_DrawCancel.TabIndex = 18;
  271. this.btn_DrawCancel.Text = "取消";
  272. this.btn_DrawCancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  273. //
  274. // btn_SavePath
  275. //
  276. this.btn_SavePath.Image = ((System.Drawing.Image)(resources.GetObject("btn_SavePath.Image")));
  277. this.btn_SavePath.Location = new System.Drawing.Point(1102, 43);
  278. this.btn_SavePath.Name = "btn_SavePath";
  279. this.btn_SavePath.Size = new System.Drawing.Size(80, 22);
  280. this.btn_SavePath.StyleController = this.layoutControl1;
  281. this.btn_SavePath.TabIndex = 16;
  282. this.btn_SavePath.Text = "保存路径";
  283. this.btn_SavePath.Click += new System.EventHandler(this.btn_SavePath_Click);
  284. //
  285. // btn_DrawPath
  286. //
  287. this.btn_DrawPath.Image = ((System.Drawing.Image)(resources.GetObject("btn_DrawPath.Image")));
  288. this.btn_DrawPath.Location = new System.Drawing.Point(1004, 43);
  289. this.btn_DrawPath.Name = "btn_DrawPath";
  290. this.btn_DrawPath.Size = new System.Drawing.Size(94, 22);
  291. this.btn_DrawPath.StyleController = this.layoutControl1;
  292. this.btn_DrawPath.TabIndex = 15;
  293. this.btn_DrawPath.Text = "自定义路径";
  294. this.btn_DrawPath.Click += new System.EventHandler(this.btn_DrawPath_Click);
  295. //
  296. // btn_Rdo
  297. //
  298. this.btn_Rdo.Image = ((System.Drawing.Image)(resources.GetObject("btn_Rdo.Image")));
  299. this.btn_Rdo.Location = new System.Drawing.Point(1177, 69);
  300. this.btn_Rdo.Name = "btn_Rdo";
  301. this.btn_Rdo.Size = new System.Drawing.Size(53, 22);
  302. this.btn_Rdo.StyleController = this.layoutControl1;
  303. this.btn_Rdo.TabIndex = 13;
  304. this.btn_Rdo.Text = "重做";
  305. this.btn_Rdo.Click += new System.EventHandler(this.btn_Rdo_Click);
  306. //
  307. // btn_Udo
  308. //
  309. this.btn_Udo.Image = ((System.Drawing.Image)(resources.GetObject("btn_Udo.Image")));
  310. this.btn_Udo.Location = new System.Drawing.Point(1118, 69);
  311. this.btn_Udo.Name = "btn_Udo";
  312. this.btn_Udo.Size = new System.Drawing.Size(55, 22);
  313. this.btn_Udo.StyleController = this.layoutControl1;
  314. this.btn_Udo.TabIndex = 12;
  315. this.btn_Udo.Text = "撤销";
  316. this.btn_Udo.Click += new System.EventHandler(this.btn_Udo_Click);
  317. //
  318. // btn_DrawBezier
  319. //
  320. this.btn_DrawBezier.Image = ((System.Drawing.Image)(resources.GetObject("btn_DrawBezier.Image")));
  321. this.btn_DrawBezier.Location = new System.Drawing.Point(931, 69);
  322. this.btn_DrawBezier.Name = "btn_DrawBezier";
  323. this.btn_DrawBezier.Size = new System.Drawing.Size(67, 22);
  324. this.btn_DrawBezier.StyleController = this.layoutControl1;
  325. this.btn_DrawBezier.TabIndex = 10;
  326. this.btn_DrawBezier.Text = "画曲线";
  327. this.btn_DrawBezier.Click += new System.EventHandler(this.btn_DrawBezier_Click);
  328. //
  329. // gridControl_Path
  330. //
  331. this.gridControl_Path.Location = new System.Drawing.Point(742, 241);
  332. this.gridControl_Path.MainView = this.gridView_Path;
  333. this.gridControl_Path.Name = "gridControl_Path";
  334. this.gridControl_Path.Size = new System.Drawing.Size(498, 397);
  335. this.gridControl_Path.TabIndex = 6;
  336. this.gridControl_Path.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  337. this.gridView_Path});
  338. //
  339. // gridView_Path
  340. //
  341. this.gridView_Path.Appearance.HeaderPanel.Options.UseTextOptions = true;
  342. this.gridView_Path.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  343. this.gridView_Path.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  344. this.gridColumn1,
  345. this.gridColumn2,
  346. this.gridColumn3,
  347. this.gridColumn4,
  348. this.gridColumn5});
  349. this.gridView_Path.GridControl = this.gridControl_Path;
  350. this.gridView_Path.Name = "gridView_Path";
  351. this.gridView_Path.OptionsView.ShowGroupPanel = false;
  352. this.gridView_Path.OptionsView.ShowIndicator = false;
  353. //
  354. // gridColumn1
  355. //
  356. this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
  357. this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  358. this.gridColumn1.Caption = "Id";
  359. this.gridColumn1.FieldName = "LocatonId";
  360. this.gridColumn1.Name = "gridColumn1";
  361. this.gridColumn1.OptionsColumn.AllowEdit = false;
  362. this.gridColumn1.OptionsColumn.ReadOnly = true;
  363. this.gridColumn1.Visible = true;
  364. this.gridColumn1.VisibleIndex = 0;
  365. //
  366. // gridColumn2
  367. //
  368. this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
  369. this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  370. this.gridColumn2.Caption = "经度";
  371. this.gridColumn2.DisplayFormat.FormatString = "N6";
  372. this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  373. this.gridColumn2.FieldName = "LocationLon";
  374. this.gridColumn2.Name = "gridColumn2";
  375. this.gridColumn2.OptionsColumn.AllowEdit = false;
  376. this.gridColumn2.OptionsColumn.ReadOnly = true;
  377. this.gridColumn2.Visible = true;
  378. this.gridColumn2.VisibleIndex = 1;
  379. //
  380. // gridColumn3
  381. //
  382. this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
  383. this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  384. this.gridColumn3.Caption = "纬度";
  385. this.gridColumn3.DisplayFormat.FormatString = "N6";
  386. this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  387. this.gridColumn3.FieldName = "LocationLat";
  388. this.gridColumn3.Name = "gridColumn3";
  389. this.gridColumn3.OptionsColumn.AllowEdit = false;
  390. this.gridColumn3.OptionsColumn.ReadOnly = true;
  391. this.gridColumn3.Visible = true;
  392. this.gridColumn3.VisibleIndex = 2;
  393. //
  394. // gridColumn4
  395. //
  396. this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
  397. this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  398. this.gridColumn4.Caption = "高度";
  399. this.gridColumn4.DisplayFormat.FormatString = "N6";
  400. this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  401. this.gridColumn4.FieldName = "LocationHeight";
  402. this.gridColumn4.Name = "gridColumn4";
  403. this.gridColumn4.OptionsColumn.AllowEdit = false;
  404. this.gridColumn4.OptionsColumn.ReadOnly = true;
  405. this.gridColumn4.Visible = true;
  406. this.gridColumn4.VisibleIndex = 3;
  407. //
  408. // gridColumn5
  409. //
  410. this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
  411. this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  412. this.gridColumn5.Caption = "速度";
  413. this.gridColumn5.FieldName = "LocationSpeed";
  414. this.gridColumn5.Name = "gridColumn5";
  415. this.gridColumn5.Visible = true;
  416. this.gridColumn5.VisibleIndex = 4;
  417. //
  418. // label_PathName
  419. //
  420. this.label_PathName.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  421. this.label_PathName.Appearance.Options.UseFont = true;
  422. this.label_PathName.Location = new System.Drawing.Point(959, 212);
  423. this.label_PathName.Name = "label_PathName";
  424. this.label_PathName.Size = new System.Drawing.Size(84, 25);
  425. this.label_PathName.StyleController = this.layoutControl1;
  426. this.label_PathName.TabIndex = 5;
  427. this.label_PathName.Text = "路径名称";
  428. //
  429. // picExControl1
  430. //
  431. this.picExControl1.AllawDraw = false;
  432. this.picExControl1.BIsStretch = false;
  433. this.picExControl1.ImageRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  434. this.picExControl1.IsFirstZoom = true;
  435. this.picExControl1.Location = new System.Drawing.Point(24, 69);
  436. this.picExControl1.Name = "picExControl1";
  437. this.picExControl1.RectColor = System.Drawing.Color.Red;
  438. this.picExControl1.Size = new System.Drawing.Size(690, 569);
  439. this.picExControl1.StartPoint = ((System.Drawing.PointF)(resources.GetObject("picExControl1.StartPoint")));
  440. this.picExControl1.TabIndex = 4;
  441. this.picExControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picExControl1_MouseClick);
  442. this.picExControl1.MouseLeave += new System.EventHandler(this.picExControl1_MouseLeave);
  443. //
  444. // layoutControlGroup1
  445. //
  446. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  447. this.layoutControlGroup1.GroupBordersVisible = false;
  448. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  449. this.layoutControlGroup2,
  450. this.layoutControlGroup3,
  451. this.layoutControlGroup4});
  452. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  453. this.layoutControlGroup1.Name = "layoutControlGroup1";
  454. this.layoutControlGroup1.Size = new System.Drawing.Size(1264, 662);
  455. this.layoutControlGroup1.TextVisible = false;
  456. //
  457. // layoutControlGroup2
  458. //
  459. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  460. this.layoutControlItem1,
  461. this.layoutControlItem9,
  462. this.layoutControlItem10,
  463. this.emptySpaceItem6});
  464. this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
  465. this.layoutControlGroup2.Name = "layoutControlGroup2";
  466. this.layoutControlGroup2.Size = new System.Drawing.Size(718, 642);
  467. this.layoutControlGroup2.Text = "地图";
  468. //
  469. // layoutControlItem1
  470. //
  471. this.layoutControlItem1.Control = this.picExControl1;
  472. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  473. this.layoutControlItem1.Name = "layoutControlItem1";
  474. this.layoutControlItem1.Size = new System.Drawing.Size(694, 573);
  475. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  476. this.layoutControlItem1.TextVisible = false;
  477. //
  478. // layoutControlItem9
  479. //
  480. this.layoutControlItem9.Control = this.btn_Big;
  481. this.layoutControlItem9.Location = new System.Drawing.Point(530, 0);
  482. this.layoutControlItem9.Name = "layoutControlItem9";
  483. this.layoutControlItem9.Size = new System.Drawing.Size(79, 26);
  484. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  485. this.layoutControlItem9.TextVisible = false;
  486. //
  487. // layoutControlItem10
  488. //
  489. this.layoutControlItem10.Control = this.btn_Small;
  490. this.layoutControlItem10.Location = new System.Drawing.Point(609, 0);
  491. this.layoutControlItem10.Name = "layoutControlItem10";
  492. this.layoutControlItem10.Size = new System.Drawing.Size(85, 26);
  493. this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
  494. this.layoutControlItem10.TextVisible = false;
  495. //
  496. // emptySpaceItem6
  497. //
  498. this.emptySpaceItem6.AllowHotTrack = false;
  499. this.emptySpaceItem6.Location = new System.Drawing.Point(0, 0);
  500. this.emptySpaceItem6.Name = "emptySpaceItem6";
  501. this.emptySpaceItem6.Size = new System.Drawing.Size(530, 26);
  502. this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
  503. //
  504. // layoutControlGroup3
  505. //
  506. this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  507. this.emptySpaceItem4,
  508. this.layoutControlItem12,
  509. this.layoutControlItem13,
  510. this.layoutControl_DrawBezier,
  511. this.layoutControl_Cancel,
  512. this.layoutControl_Udo,
  513. this.layoutControl_Rdo,
  514. this.layoutControlItem7,
  515. this.layoutControlItem4,
  516. this.layoutControlItem16,
  517. this.layoutControl_Ok,
  518. this.layoutControlItem5,
  519. this.emptySpaceItem2,
  520. this.layoutControl_Draw,
  521. this.layoutControl_Name,
  522. this.layoutControl_Stop,
  523. this.emptySpaceItem5});
  524. this.layoutControlGroup3.Location = new System.Drawing.Point(718, 0);
  525. this.layoutControlGroup3.Name = "layoutControlGroup3";
  526. this.layoutControlGroup3.Size = new System.Drawing.Size(526, 169);
  527. this.layoutControlGroup3.Text = "操作栏";
  528. //
  529. // emptySpaceItem4
  530. //
  531. this.emptySpaceItem4.AllowHotTrack = false;
  532. this.emptySpaceItem4.Location = new System.Drawing.Point(0, 79);
  533. this.emptySpaceItem4.Name = "emptySpaceItem4";
  534. this.emptySpaceItem4.Size = new System.Drawing.Size(502, 47);
  535. this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
  536. //
  537. // layoutControlItem12
  538. //
  539. this.layoutControlItem12.Control = this.btn_DrawPath;
  540. this.layoutControlItem12.Location = new System.Drawing.Point(262, 0);
  541. this.layoutControlItem12.Name = "layoutControlItem12";
  542. this.layoutControlItem12.Size = new System.Drawing.Size(98, 26);
  543. this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
  544. this.layoutControlItem12.TextVisible = false;
  545. //
  546. // layoutControlItem13
  547. //
  548. this.layoutControlItem13.Control = this.btn_SavePath;
  549. this.layoutControlItem13.Location = new System.Drawing.Point(360, 0);
  550. this.layoutControlItem13.Name = "layoutControlItem13";
  551. this.layoutControlItem13.Size = new System.Drawing.Size(84, 26);
  552. this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
  553. this.layoutControlItem13.TextVisible = false;
  554. //
  555. // layoutControl_DrawBezier
  556. //
  557. this.layoutControl_DrawBezier.Control = this.btn_DrawBezier;
  558. this.layoutControl_DrawBezier.Location = new System.Drawing.Point(189, 26);
  559. this.layoutControl_DrawBezier.Name = "layoutControl_DrawBezier";
  560. this.layoutControl_DrawBezier.Size = new System.Drawing.Size(71, 26);
  561. this.layoutControl_DrawBezier.TextSize = new System.Drawing.Size(0, 0);
  562. this.layoutControl_DrawBezier.TextVisible = false;
  563. //
  564. // layoutControl_Cancel
  565. //
  566. this.layoutControl_Cancel.Control = this.btn_DrawCancel;
  567. this.layoutControl_Cancel.Location = new System.Drawing.Point(318, 26);
  568. this.layoutControl_Cancel.Name = "layoutControl_Cancel";
  569. this.layoutControl_Cancel.Size = new System.Drawing.Size(58, 26);
  570. this.layoutControl_Cancel.TextSize = new System.Drawing.Size(0, 0);
  571. this.layoutControl_Cancel.TextVisible = false;
  572. //
  573. // layoutControl_Udo
  574. //
  575. this.layoutControl_Udo.Control = this.btn_Udo;
  576. this.layoutControl_Udo.Location = new System.Drawing.Point(376, 26);
  577. this.layoutControl_Udo.Name = "layoutControl_Udo";
  578. this.layoutControl_Udo.Size = new System.Drawing.Size(59, 26);
  579. this.layoutControl_Udo.TextSize = new System.Drawing.Size(0, 0);
  580. this.layoutControl_Udo.TextVisible = false;
  581. //
  582. // layoutControl_Rdo
  583. //
  584. this.layoutControl_Rdo.Control = this.btn_Rdo;
  585. this.layoutControl_Rdo.Location = new System.Drawing.Point(435, 26);
  586. this.layoutControl_Rdo.Name = "layoutControl_Rdo";
  587. this.layoutControl_Rdo.Size = new System.Drawing.Size(57, 26);
  588. this.layoutControl_Rdo.TextSize = new System.Drawing.Size(0, 0);
  589. this.layoutControl_Rdo.TextVisible = false;
  590. //
  591. // layoutControlItem7
  592. //
  593. this.layoutControlItem7.Control = this.lookUp_Path;
  594. this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
  595. this.layoutControlItem7.Name = "layoutControlItem7";
  596. this.layoutControlItem7.Size = new System.Drawing.Size(151, 26);
  597. this.layoutControlItem7.Text = "路径";
  598. this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
  599. this.layoutControlItem7.TextSize = new System.Drawing.Size(24, 14);
  600. this.layoutControlItem7.TextToControlDistance = 5;
  601. //
  602. // layoutControlItem4
  603. //
  604. this.layoutControlItem4.Control = this.btn_DrivePath;
  605. this.layoutControlItem4.Location = new System.Drawing.Point(151, 0);
  606. this.layoutControlItem4.Name = "layoutControlItem4";
  607. this.layoutControlItem4.Size = new System.Drawing.Size(111, 26);
  608. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  609. this.layoutControlItem4.TextVisible = false;
  610. //
  611. // layoutControlItem16
  612. //
  613. this.layoutControlItem16.Control = this.btn_Cancel;
  614. this.layoutControlItem16.Location = new System.Drawing.Point(444, 0);
  615. this.layoutControlItem16.Name = "layoutControlItem16";
  616. this.layoutControlItem16.Size = new System.Drawing.Size(58, 26);
  617. this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
  618. this.layoutControlItem16.TextVisible = false;
  619. //
  620. // layoutControl_Ok
  621. //
  622. this.layoutControl_Ok.Control = this.btn_Ok;
  623. this.layoutControl_Ok.Location = new System.Drawing.Point(260, 26);
  624. this.layoutControl_Ok.Name = "layoutControl_Ok";
  625. this.layoutControl_Ok.Size = new System.Drawing.Size(58, 26);
  626. this.layoutControl_Ok.TextSize = new System.Drawing.Size(0, 0);
  627. this.layoutControl_Ok.TextVisible = false;
  628. //
  629. // layoutControlItem5
  630. //
  631. this.layoutControlItem5.Control = this.label_Message;
  632. this.layoutControlItem5.Location = new System.Drawing.Point(0, 52);
  633. this.layoutControlItem5.Name = "layoutControlItem5";
  634. this.layoutControlItem5.Size = new System.Drawing.Size(152, 27);
  635. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  636. this.layoutControlItem5.TextVisible = false;
  637. //
  638. // emptySpaceItem2
  639. //
  640. this.emptySpaceItem2.AllowHotTrack = false;
  641. this.emptySpaceItem2.Location = new System.Drawing.Point(237, 52);
  642. this.emptySpaceItem2.Name = "emptySpaceItem2";
  643. this.emptySpaceItem2.Size = new System.Drawing.Size(265, 27);
  644. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  645. //
  646. // layoutControl_Draw
  647. //
  648. this.layoutControl_Draw.Control = this.btn_Draw;
  649. this.layoutControl_Draw.Location = new System.Drawing.Point(152, 52);
  650. this.layoutControl_Draw.Name = "layoutControl_Draw";
  651. this.layoutControl_Draw.Size = new System.Drawing.Size(85, 27);
  652. this.layoutControl_Draw.TextSize = new System.Drawing.Size(0, 0);
  653. this.layoutControl_Draw.TextVisible = false;
  654. this.layoutControl_Draw.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  655. //
  656. // layoutControl_Name
  657. //
  658. this.layoutControl_Name.Control = this.txt_PathName;
  659. this.layoutControl_Name.Location = new System.Drawing.Point(0, 26);
  660. this.layoutControl_Name.Name = "layoutControl_Name";
  661. this.layoutControl_Name.Size = new System.Drawing.Size(131, 26);
  662. this.layoutControl_Name.Text = "路径名称";
  663. this.layoutControl_Name.TextSize = new System.Drawing.Size(48, 14);
  664. //
  665. // layoutControl_Stop
  666. //
  667. this.layoutControl_Stop.Control = this.btn_Stop;
  668. this.layoutControl_Stop.Location = new System.Drawing.Point(131, 26);
  669. this.layoutControl_Stop.Name = "layoutControl_Stop";
  670. this.layoutControl_Stop.Size = new System.Drawing.Size(58, 26);
  671. this.layoutControl_Stop.TextSize = new System.Drawing.Size(0, 0);
  672. this.layoutControl_Stop.TextVisible = false;
  673. //
  674. // emptySpaceItem5
  675. //
  676. this.emptySpaceItem5.AllowHotTrack = false;
  677. this.emptySpaceItem5.Location = new System.Drawing.Point(492, 26);
  678. this.emptySpaceItem5.Name = "emptySpaceItem5";
  679. this.emptySpaceItem5.Size = new System.Drawing.Size(10, 26);
  680. this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
  681. //
  682. // layoutControlGroup4
  683. //
  684. this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  685. this.layoutControlItem2,
  686. this.emptySpaceItem1,
  687. this.emptySpaceItem3,
  688. this.layoutControlItem3});
  689. this.layoutControlGroup4.Location = new System.Drawing.Point(718, 169);
  690. this.layoutControlGroup4.Name = "layoutControlGroup4";
  691. this.layoutControlGroup4.Size = new System.Drawing.Size(526, 473);
  692. this.layoutControlGroup4.Text = "路径信息";
  693. //
  694. // layoutControlItem2
  695. //
  696. this.layoutControlItem2.Control = this.label_PathName;
  697. this.layoutControlItem2.Location = new System.Drawing.Point(217, 0);
  698. this.layoutControlItem2.Name = "layoutControlItem2";
  699. this.layoutControlItem2.Size = new System.Drawing.Size(88, 29);
  700. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  701. this.layoutControlItem2.TextVisible = false;
  702. //
  703. // emptySpaceItem1
  704. //
  705. this.emptySpaceItem1.AllowHotTrack = false;
  706. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
  707. this.emptySpaceItem1.Name = "emptySpaceItem1";
  708. this.emptySpaceItem1.Size = new System.Drawing.Size(217, 29);
  709. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  710. //
  711. // emptySpaceItem3
  712. //
  713. this.emptySpaceItem3.AllowHotTrack = false;
  714. this.emptySpaceItem3.Location = new System.Drawing.Point(305, 0);
  715. this.emptySpaceItem3.Name = "emptySpaceItem3";
  716. this.emptySpaceItem3.Size = new System.Drawing.Size(197, 29);
  717. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  718. //
  719. // layoutControlItem3
  720. //
  721. this.layoutControlItem3.Control = this.gridControl_Path;
  722. this.layoutControlItem3.Location = new System.Drawing.Point(0, 29);
  723. this.layoutControlItem3.Name = "layoutControlItem3";
  724. this.layoutControlItem3.Size = new System.Drawing.Size(502, 401);
  725. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  726. this.layoutControlItem3.TextVisible = false;
  727. //
  728. // toolTip_Message
  729. //
  730. this.toolTip_Message.Rounded = true;
  731. this.toolTip_Message.ShowBeak = true;
  732. this.toolTip_Message.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightTop;
  733. //
  734. // FormRoutePlan
  735. //
  736. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  737. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  738. this.ClientSize = new System.Drawing.Size(1264, 662);
  739. this.Controls.Add(this.layoutControl1);
  740. this.Name = "FormRoutePlan";
  741. this.Text = "路径规划";
  742. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRouteManagement_FormClosing);
  743. this.Load += new System.EventHandler(this.FormRouteManagement_Load);
  744. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  745. this.layoutControl1.ResumeLayout(false);
  746. ((System.ComponentModel.ISupportInitialize)(this.txt_PathName.Properties)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Path.Properties)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.gridControl_Path)).EndInit();
  749. ((System.ComponentModel.ISupportInitialize)(this.gridView_Path)).EndInit();
  750. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  751. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  752. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  753. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
  756. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
  757. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
  758. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
  759. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
  760. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_DrawBezier)).EndInit();
  761. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Cancel)).EndInit();
  762. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Udo)).EndInit();
  763. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Rdo)).EndInit();
  764. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Ok)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  769. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  770. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Draw)).EndInit();
  771. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Name)).EndInit();
  772. ((System.ComponentModel.ISupportInitialize)(this.layoutControl_Stop)).EndInit();
  773. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  779. this.ResumeLayout(false);
  780. }
  781. #endregion
  782. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  783. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  784. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  785. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
  786. private SIASUN.Autopilot.View.PicExControl picExControl1;
  787. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  788. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
  789. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  790. private DevExpress.XtraGrid.GridControl gridControl_Path;
  791. private DevExpress.XtraGrid.Views.Grid.GridView gridView_Path;
  792. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  793. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  794. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  795. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  796. private DevExpress.XtraEditors.LabelControl label_PathName;
  797. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  798. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  799. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  800. private DevExpress.XtraEditors.SimpleButton btn_Rdo;
  801. private DevExpress.XtraEditors.SimpleButton btn_Udo;
  802. private DevExpress.XtraEditors.SimpleButton btn_DrawBezier;
  803. private DevExpress.XtraLayout.LayoutControlItem layoutControl_DrawBezier;
  804. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Udo;
  805. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Rdo;
  806. private DevExpress.XtraEditors.SimpleButton btn_DrawPath;
  807. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
  808. private DevExpress.XtraEditors.SimpleButton btn_SavePath;
  809. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
  810. private DevExpress.XtraEditors.SimpleButton btn_DrawCancel;
  811. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Cancel;
  812. private DevExpress.XtraEditors.LookUpEdit lookUp_Path;
  813. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  814. private DevExpress.XtraEditors.SimpleButton btn_DrivePath;
  815. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  816. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  817. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
  818. private DevExpress.XtraEditors.SimpleButton btn_Ok;
  819. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Ok;
  820. private DevExpress.XtraEditors.SimpleButton btn_Draw;
  821. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Draw;
  822. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  823. private DevExpress.XtraEditors.LabelControl label_Message;
  824. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
  825. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  826. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  827. private DevExpress.XtraEditors.TextEdit txt_PathName;
  828. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Name;
  829. private DevExpress.Utils.ToolTipController toolTip_Message;
  830. private DevExpress.XtraEditors.SimpleButton btn_Stop;
  831. private DevExpress.XtraLayout.LayoutControlItem layoutControl_Stop;
  832. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
  833. private DevExpress.XtraEditors.SimpleButton btn_Small;
  834. private DevExpress.XtraEditors.SimpleButton btn_Big;
  835. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  836. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  837. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
  838. }
  839. }