CtrlHome.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. 
  2. using DevExpress.Utils;
  3. using DevExpress.XtraEditors;
  4. using System.IO;
  5. using System.Windows.Controls;
  6. namespace XdCxRhDW.App.UserControl
  7. {
  8. partial class CtrlHome
  9. {
  10. /// <summary>
  11. /// Required designer variable.
  12. /// </summary>
  13. private System.ComponentModel.IContainer components = null;
  14. /// <summary>
  15. /// Clean up any resources being used.
  16. /// </summary>
  17. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  18. protected override void Dispose(bool disposing)
  19. {
  20. if (disposing && (components != null))
  21. {
  22. components.Dispose();
  23. }
  24. base.Dispose(disposing);
  25. }
  26. #region Component Designer generated code
  27. /// <summary>
  28. /// Required method for Designer support - do not modify
  29. /// the contents of this method with the code editor.
  30. /// </summary>
  31. private void InitializeComponent()
  32. {
  33. this.components = new System.ComponentModel.Container();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
  35. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  36. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  37. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  38. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  39. DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
  40. DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
  41. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  42. DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
  43. DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
  44. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  45. this.txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
  46. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  47. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  48. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  49. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  50. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  51. this.btnStart = new DevExpress.XtraBars.BarButtonItem();
  52. this.btnStop = new DevExpress.XtraBars.BarButtonItem();
  53. this.btnDrawDto = new DevExpress.XtraBars.BarButtonItem();
  54. this.btnDrawDfo = new DevExpress.XtraBars.BarButtonItem();
  55. this.btnDrawCX = new DevExpress.XtraBars.BarButtonItem();
  56. this.btnGDOP = new DevExpress.XtraBars.BarButtonItem();
  57. this.btnShowCgRes = new DevExpress.XtraBars.BarButtonItem();
  58. this.btnShowCxRes = new DevExpress.XtraBars.BarButtonItem();
  59. this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
  60. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  61. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  62. this.mapControl1 = new DevExpress.XtraMap.MapControl();
  63. this.gridHomePosRes = new DevExpress.XtraGrid.GridControl();
  64. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  65. this.gridHomeTask = new DevExpress.XtraGrid.GridControl();
  66. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  67. this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
  68. this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
  69. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  70. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  71. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  72. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  73. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  74. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  75. this.layoutControlItemSearch = new DevExpress.XtraLayout.LayoutControlItem();
  76. this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
  77. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  78. this.layoutControlItemStartTime = new DevExpress.XtraLayout.LayoutControlItem();
  79. this.layoutControlItemEndTime = new DevExpress.XtraLayout.LayoutControlItem();
  80. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  81. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  82. this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
  83. this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components);
  84. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  85. this.htmlTemplateCollection1 = new DevExpress.Utils.Html.HtmlTemplateCollection();
  86. this.htmlTemplate1 = new DevExpress.Utils.Html.HtmlTemplate();
  87. this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
  88. this.btnPos = new DevExpress.XtraBars.BarButtonItem();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  90. this.layoutControl1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemSearch)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemStartTime)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemEndTime)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // layoutControl1
  123. //
  124. this.layoutControl1.Controls.Add(this.txtTimeCho);
  125. this.layoutControl1.Controls.Add(this.btnSearch);
  126. this.layoutControl1.Controls.Add(this.txtEndTime);
  127. this.layoutControl1.Controls.Add(this.txtStartTime);
  128. this.layoutControl1.Controls.Add(this.mapControl1);
  129. this.layoutControl1.Controls.Add(this.gridHomePosRes);
  130. this.layoutControl1.Controls.Add(this.gridHomeTask);
  131. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  133. this.layoutControl1.Name = "layoutControl1";
  134. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 144, 650, 400);
  135. this.layoutControl1.Root = this.Root;
  136. this.layoutControl1.Size = new System.Drawing.Size(1037, 523);
  137. this.layoutControl1.TabIndex = 0;
  138. this.layoutControl1.Text = "layoutControl1";
  139. //
  140. // txtTimeCho
  141. //
  142. this.txtTimeCho.EditValue = 1;
  143. this.txtTimeCho.Location = new System.Drawing.Point(245, 212);
  144. this.txtTimeCho.MenuManager = this.barManager1;
  145. this.txtTimeCho.Name = "txtTimeCho";
  146. this.txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  147. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  148. this.txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  149. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1),
  150. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1),
  151. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1),
  152. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1),
  153. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1),
  154. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1)});
  155. this.txtTimeCho.Size = new System.Drawing.Size(99, 20);
  156. this.txtTimeCho.StyleController = this.layoutControl1;
  157. this.txtTimeCho.TabIndex = 11;
  158. this.txtTimeCho.SelectedIndexChanged += new System.EventHandler(this.txtTimeCho_SelectedIndexChanged);
  159. //
  160. // barManager1
  161. //
  162. this.barManager1.DockControls.Add(this.barDockControlTop);
  163. this.barManager1.DockControls.Add(this.barDockControlBottom);
  164. this.barManager1.DockControls.Add(this.barDockControlLeft);
  165. this.barManager1.DockControls.Add(this.barDockControlRight);
  166. this.barManager1.Form = this;
  167. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  168. this.btnStart,
  169. this.btnStop,
  170. this.btnDrawDto,
  171. this.btnDrawDfo,
  172. this.btnDrawCX,
  173. this.btnGDOP,
  174. this.btnShowCgRes,
  175. this.btnShowCxRes,
  176. this.btnPos});
  177. this.barManager1.MaxItemId = 15;
  178. //
  179. // barDockControlTop
  180. //
  181. this.barDockControlTop.CausesValidation = false;
  182. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  183. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  184. this.barDockControlTop.Manager = this.barManager1;
  185. this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  186. this.barDockControlTop.Size = new System.Drawing.Size(1037, 0);
  187. //
  188. // barDockControlBottom
  189. //
  190. this.barDockControlBottom.CausesValidation = false;
  191. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  192. this.barDockControlBottom.Location = new System.Drawing.Point(0, 523);
  193. this.barDockControlBottom.Manager = this.barManager1;
  194. this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  195. this.barDockControlBottom.Size = new System.Drawing.Size(1037, 0);
  196. //
  197. // barDockControlLeft
  198. //
  199. this.barDockControlLeft.CausesValidation = false;
  200. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  201. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  202. this.barDockControlLeft.Manager = this.barManager1;
  203. this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  204. this.barDockControlLeft.Size = new System.Drawing.Size(0, 523);
  205. //
  206. // barDockControlRight
  207. //
  208. this.barDockControlRight.CausesValidation = false;
  209. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  210. this.barDockControlRight.Location = new System.Drawing.Point(1037, 0);
  211. this.barDockControlRight.Manager = this.barManager1;
  212. this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.barDockControlRight.Size = new System.Drawing.Size(0, 523);
  214. //
  215. // btnStart
  216. //
  217. this.btnStart.Caption = "启动任务";
  218. this.btnStart.Id = 0;
  219. this.btnStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStart.ImageOptions.SvgImage")));
  220. this.btnStart.Name = "btnStart";
  221. this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  222. //
  223. // btnStop
  224. //
  225. this.btnStop.Caption = "停止任务";
  226. this.btnStop.Id = 1;
  227. this.btnStop.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStop.ImageOptions.SvgImage")));
  228. this.btnStop.Name = "btnStop";
  229. this.btnStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  230. //
  231. // btnDrawDto
  232. //
  233. this.btnDrawDto.Caption = "绘制时差线";
  234. this.btnDrawDto.Id = 7;
  235. this.btnDrawDto.Name = "btnDrawDto";
  236. this.btnDrawDto.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDto_ItemClick);
  237. //
  238. // btnDrawDfo
  239. //
  240. this.btnDrawDfo.Caption = "绘制频差线";
  241. this.btnDrawDfo.Id = 8;
  242. this.btnDrawDfo.Name = "btnDrawDfo";
  243. this.btnDrawDfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDfo_ItemClick);
  244. //
  245. // btnDrawCX
  246. //
  247. this.btnDrawCX.Caption = "绘制测向线";
  248. this.btnDrawCX.Id = 9;
  249. this.btnDrawCX.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDrawCX.ImageOptions.SvgImage")));
  250. this.btnDrawCX.Name = "btnDrawCX";
  251. this.btnDrawCX.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawCX_ItemClick);
  252. //
  253. // btnGDOP
  254. //
  255. this.btnGDOP.Caption = "GDOP分析";
  256. this.btnGDOP.Id = 10;
  257. this.btnGDOP.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnGDOP.ImageOptions.SvgImage")));
  258. this.btnGDOP.Name = "btnGDOP";
  259. this.btnGDOP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGDOP_ItemClick);
  260. //
  261. // btnShowCgRes
  262. //
  263. this.btnShowCgRes.Caption = "查看参估";
  264. this.btnShowCgRes.Id = 11;
  265. this.btnShowCgRes.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnShowCgRes.ImageOptions.SvgImage")));
  266. this.btnShowCgRes.Name = "btnShowCgRes";
  267. this.btnShowCgRes.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowCgRes_ItemClick);
  268. //
  269. // btnShowCxRes
  270. //
  271. this.btnShowCxRes.Caption = "查看测向";
  272. this.btnShowCxRes.Id = 12;
  273. this.btnShowCxRes.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnShowCxRes.ImageOptions.SvgImage")));
  274. this.btnShowCxRes.Name = "btnShowCxRes";
  275. this.btnShowCxRes.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowCxRes_ItemClick);
  276. //
  277. // btnSearch
  278. //
  279. this.btnSearch.Location = new System.Drawing.Point(770, 212);
  280. this.btnSearch.Name = "btnSearch";
  281. this.btnSearch.Size = new System.Drawing.Size(84, 21);
  282. this.btnSearch.StyleController = this.layoutControl1;
  283. this.btnSearch.TabIndex = 9;
  284. this.btnSearch.Text = "查询";
  285. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  286. //
  287. // txtEndTime
  288. //
  289. this.txtEndTime.EditValue = null;
  290. this.txtEndTime.Location = new System.Drawing.Point(615, 212);
  291. this.txtEndTime.MenuManager = this.barManager1;
  292. this.txtEndTime.Name = "txtEndTime";
  293. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  294. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  295. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  296. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  297. this.txtEndTime.Size = new System.Drawing.Size(149, 20);
  298. this.txtEndTime.StyleController = this.layoutControl1;
  299. this.txtEndTime.TabIndex = 8;
  300. //
  301. // txtStartTime
  302. //
  303. this.txtStartTime.EditValue = null;
  304. this.txtStartTime.Location = new System.Drawing.Point(405, 212);
  305. this.txtStartTime.MenuManager = this.barManager1;
  306. this.txtStartTime.Name = "txtStartTime";
  307. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  308. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  309. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  310. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  311. this.txtStartTime.Size = new System.Drawing.Size(149, 20);
  312. this.txtStartTime.StyleController = this.layoutControl1;
  313. this.txtStartTime.TabIndex = 7;
  314. //
  315. // mapControl1
  316. //
  317. this.mapControl1.Location = new System.Drawing.Point(185, 2);
  318. this.mapControl1.Name = "mapControl1";
  319. this.mapControl1.Size = new System.Drawing.Size(850, 170);
  320. this.mapControl1.TabIndex = 6;
  321. //
  322. // gridHomePosRes
  323. //
  324. this.gridHomePosRes.Location = new System.Drawing.Point(186, 236);
  325. this.gridHomePosRes.MainView = this.gridView2;
  326. this.gridHomePosRes.Name = "gridHomePosRes";
  327. this.gridHomePosRes.Size = new System.Drawing.Size(848, 284);
  328. this.gridHomePosRes.TabIndex = 5;
  329. this.gridHomePosRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  330. this.gridView2});
  331. //
  332. // gridView2
  333. //
  334. this.gridView2.GridControl = this.gridHomePosRes;
  335. this.gridView2.Name = "gridView2";
  336. this.gridView2.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView2_RowClick);
  337. this.gridView2.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView2_PopupMenuShowing);
  338. //
  339. // gridHomeTask
  340. //
  341. this.gridHomeTask.Location = new System.Drawing.Point(3, 26);
  342. this.gridHomeTask.MainView = this.gridView1;
  343. this.gridHomeTask.Name = "gridHomeTask";
  344. this.gridHomeTask.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  345. this.repositoryItemImageEdit1});
  346. this.gridHomeTask.Size = new System.Drawing.Size(167, 494);
  347. this.gridHomeTask.TabIndex = 4;
  348. this.gridHomeTask.ToolTipController = this.toolTipController1;
  349. this.gridHomeTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  350. this.gridView1});
  351. //
  352. // gridView1
  353. //
  354. this.gridView1.GridControl = this.gridHomeTask;
  355. this.gridView1.Name = "gridView1";
  356. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  357. this.gridView1.CustomDrawEmptyForeground += new DevExpress.XtraGrid.Views.Base.CustomDrawEventHandler(this.gridView1_CustomDrawEmptyForeground);
  358. //
  359. // repositoryItemImageEdit1
  360. //
  361. this.repositoryItemImageEdit1.AutoHeight = false;
  362. this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  363. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  364. this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
  365. //
  366. // toolTipController1
  367. //
  368. this.toolTipController1.GetActiveObjectInfo += new DevExpress.Utils.ToolTipControllerGetActiveObjectInfoEventHandler(this.toolTipController1_GetActiveObjectInfo);
  369. //
  370. // Root
  371. //
  372. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  373. this.Root.GroupBordersVisible = false;
  374. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  375. this.layoutControlItem3,
  376. this.layoutControlGroup1,
  377. this.layoutControlGroup2,
  378. this.splitterItem1,
  379. this.splitterItem2});
  380. this.Root.Name = "Root";
  381. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  382. this.Root.Size = new System.Drawing.Size(1037, 523);
  383. this.Root.TextVisible = false;
  384. //
  385. // layoutControlItem3
  386. //
  387. this.layoutControlItem3.Control = this.mapControl1;
  388. this.layoutControlItem3.Location = new System.Drawing.Point(183, 0);
  389. this.layoutControlItem3.Name = "layoutControlItem3";
  390. this.layoutControlItem3.Size = new System.Drawing.Size(854, 174);
  391. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  392. this.layoutControlItem3.TextVisible = false;
  393. //
  394. // layoutControlGroup1
  395. //
  396. buttonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions1.SvgImage")));
  397. buttonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
  398. toolTipItem1.Text = "新建任务";
  399. superToolTip1.Items.Add(toolTipItem1);
  400. buttonImageOptions2.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions2.SvgImage")));
  401. buttonImageOptions2.SvgImageSize = new System.Drawing.Size(20, 20);
  402. toolTipItem2.Text = "编辑任务";
  403. superToolTip2.Items.Add(toolTipItem2);
  404. buttonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions3.SvgImage")));
  405. buttonImageOptions3.SvgImageSize = new System.Drawing.Size(20, 20);
  406. toolTipItem3.Text = "删除任务";
  407. superToolTip3.Items.Add(toolTipItem3);
  408. this.layoutControlGroup1.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
  409. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip1, true, false, true, null, -1),
  410. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip2, true, false, true, null, -1),
  411. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip3, true, false, true, null, -1)});
  412. this.layoutControlGroup1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  413. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  414. this.layoutControlItem1});
  415. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  416. this.layoutControlGroup1.Name = "layoutControlGroup1";
  417. this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  418. this.layoutControlGroup1.Size = new System.Drawing.Size(173, 523);
  419. this.layoutControlGroup1.Text = "任务管理";
  420. this.layoutControlGroup1.CustomButtonClick += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.layoutControlGroup1_CustomButtonClick);
  421. //
  422. // layoutControlItem1
  423. //
  424. this.layoutControlItem1.Control = this.gridHomeTask;
  425. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  426. this.layoutControlItem1.Name = "layoutControlItem1";
  427. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  428. this.layoutControlItem1.Size = new System.Drawing.Size(167, 494);
  429. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  430. this.layoutControlItem1.TextVisible = false;
  431. //
  432. // layoutControlGroup2
  433. //
  434. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  435. this.layoutControlItem2,
  436. this.layoutControlItemSearch,
  437. this.layoutControlGroup3,
  438. this.emptySpaceItem1});
  439. this.layoutControlGroup2.Location = new System.Drawing.Point(183, 184);
  440. this.layoutControlGroup2.Name = "layoutControlGroup2";
  441. this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  442. this.layoutControlGroup2.Size = new System.Drawing.Size(854, 339);
  443. this.layoutControlGroup2.Text = "定位结果";
  444. //
  445. // layoutControlItem2
  446. //
  447. this.layoutControlItem2.Control = this.gridHomePosRes;
  448. this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
  449. this.layoutControlItem2.Name = "layoutControlItem2";
  450. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  451. this.layoutControlItem2.Size = new System.Drawing.Size(848, 284);
  452. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  453. this.layoutControlItem2.TextVisible = false;
  454. //
  455. // layoutControlItemSearch
  456. //
  457. this.layoutControlItemSearch.Control = this.btnSearch;
  458. this.layoutControlItemSearch.Location = new System.Drawing.Point(580, 0);
  459. this.layoutControlItemSearch.MaxSize = new System.Drawing.Size(90, 26);
  460. this.layoutControlItemSearch.MinSize = new System.Drawing.Size(90, 26);
  461. this.layoutControlItemSearch.Name = "layoutControlItemSearch";
  462. this.layoutControlItemSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 4, 1);
  463. this.layoutControlItemSearch.Size = new System.Drawing.Size(90, 28);
  464. this.layoutControlItemSearch.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  465. this.layoutControlItemSearch.TextSize = new System.Drawing.Size(0, 0);
  466. this.layoutControlItemSearch.TextVisible = false;
  467. this.layoutControlItemSearch.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  468. //
  469. // layoutControlGroup3
  470. //
  471. this.layoutControlGroup3.GroupBordersVisible = false;
  472. this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  473. this.layoutControlItem8,
  474. this.layoutControlItemStartTime,
  475. this.layoutControlItemEndTime});
  476. this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
  477. this.layoutControlGroup3.Name = "layoutControlGroup3";
  478. this.layoutControlGroup3.Size = new System.Drawing.Size(580, 28);
  479. //
  480. // layoutControlItem8
  481. //
  482. this.layoutControlItem8.Control = this.txtTimeCho;
  483. this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
  484. this.layoutControlItem8.MaxSize = new System.Drawing.Size(160, 28);
  485. this.layoutControlItem8.MinSize = new System.Drawing.Size(160, 28);
  486. this.layoutControlItem8.Name = "layoutControlItem8";
  487. this.layoutControlItem8.Size = new System.Drawing.Size(160, 28);
  488. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  489. this.layoutControlItem8.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  490. this.layoutControlItem8.Text = "时间选择";
  491. this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  492. this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
  493. this.layoutControlItem8.TextToControlDistance = 5;
  494. //
  495. // layoutControlItemStartTime
  496. //
  497. this.layoutControlItemStartTime.Control = this.txtStartTime;
  498. this.layoutControlItemStartTime.Location = new System.Drawing.Point(160, 0);
  499. this.layoutControlItemStartTime.MaxSize = new System.Drawing.Size(210, 28);
  500. this.layoutControlItemStartTime.MinSize = new System.Drawing.Size(210, 28);
  501. this.layoutControlItemStartTime.Name = "layoutControlItemStartTime";
  502. this.layoutControlItemStartTime.Size = new System.Drawing.Size(210, 28);
  503. this.layoutControlItemStartTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  504. this.layoutControlItemStartTime.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  505. this.layoutControlItemStartTime.Text = "开始时间";
  506. this.layoutControlItemStartTime.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  507. this.layoutControlItemStartTime.TextSize = new System.Drawing.Size(48, 14);
  508. this.layoutControlItemStartTime.TextToControlDistance = 5;
  509. this.layoutControlItemStartTime.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  510. //
  511. // layoutControlItemEndTime
  512. //
  513. this.layoutControlItemEndTime.Control = this.txtEndTime;
  514. this.layoutControlItemEndTime.Location = new System.Drawing.Point(370, 0);
  515. this.layoutControlItemEndTime.MaxSize = new System.Drawing.Size(210, 28);
  516. this.layoutControlItemEndTime.MinSize = new System.Drawing.Size(210, 28);
  517. this.layoutControlItemEndTime.Name = "layoutControlItemEndTime";
  518. this.layoutControlItemEndTime.Size = new System.Drawing.Size(210, 28);
  519. this.layoutControlItemEndTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  520. this.layoutControlItemEndTime.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  521. this.layoutControlItemEndTime.Text = "结束时间";
  522. this.layoutControlItemEndTime.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  523. this.layoutControlItemEndTime.TextSize = new System.Drawing.Size(48, 14);
  524. this.layoutControlItemEndTime.TextToControlDistance = 5;
  525. this.layoutControlItemEndTime.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  526. //
  527. // emptySpaceItem1
  528. //
  529. this.emptySpaceItem1.AllowHotTrack = false;
  530. this.emptySpaceItem1.Location = new System.Drawing.Point(670, 0);
  531. this.emptySpaceItem1.Name = "emptySpaceItem1";
  532. this.emptySpaceItem1.Size = new System.Drawing.Size(178, 28);
  533. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  534. //
  535. // splitterItem1
  536. //
  537. this.splitterItem1.AllowHotTrack = true;
  538. this.splitterItem1.Location = new System.Drawing.Point(173, 0);
  539. this.splitterItem1.Name = "splitterItem1";
  540. this.splitterItem1.Size = new System.Drawing.Size(10, 523);
  541. //
  542. // splitterItem2
  543. //
  544. this.splitterItem2.AllowHotTrack = true;
  545. this.splitterItem2.Location = new System.Drawing.Point(183, 174);
  546. this.splitterItem2.Name = "splitterItem2";
  547. this.splitterItem2.Size = new System.Drawing.Size(854, 10);
  548. //
  549. // svgImageCollection1
  550. //
  551. this.svgImageCollection1.Add("CircleFill.svg", ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("svgImageCollection1.CircleFill.svg"))));
  552. //
  553. // popupMenu1
  554. //
  555. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  556. new DevExpress.XtraBars.LinkPersistInfo(this.btnStart),
  557. new DevExpress.XtraBars.LinkPersistInfo(this.btnStop)});
  558. this.popupMenu1.Manager = this.barManager1;
  559. this.popupMenu1.Name = "popupMenu1";
  560. //
  561. // htmlTemplateCollection1
  562. //
  563. this.htmlTemplateCollection1.AddRange(new DevExpress.Utils.Html.HtmlTemplate[] {
  564. this.htmlTemplate1});
  565. //
  566. // htmlTemplate1
  567. //
  568. this.htmlTemplate1.Name = "htmlTemplate1";
  569. this.htmlTemplate1.Styles = resources.GetString("htmlTemplate1.Styles");
  570. this.htmlTemplate1.Template = "\r\n<span>\r\n\t<h3 class=\"b\">点击 <span class=\"c\">+</span> 创建任务</h3>\r\n</span>";
  571. //
  572. // popupMenu2
  573. //
  574. this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  575. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDto),
  576. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDfo),
  577. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawCX),
  578. new DevExpress.XtraBars.LinkPersistInfo(this.btnGDOP),
  579. new DevExpress.XtraBars.LinkPersistInfo(this.btnShowCgRes),
  580. new DevExpress.XtraBars.LinkPersistInfo(this.btnShowCxRes),
  581. new DevExpress.XtraBars.LinkPersistInfo(this.btnPos)});
  582. this.popupMenu2.Manager = this.barManager1;
  583. this.popupMenu2.Name = "popupMenu2";
  584. //
  585. // btnPos
  586. //
  587. this.btnPos.Caption = "手动定位";
  588. this.btnPos.Id = 14;
  589. this.btnPos.Name = "btnPos";
  590. this.btnPos.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPos_ItemClick);
  591. //
  592. // CtrlHome
  593. //
  594. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  595. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  596. this.Controls.Add(this.layoutControl1);
  597. this.Controls.Add(this.barDockControlLeft);
  598. this.Controls.Add(this.barDockControlRight);
  599. this.Controls.Add(this.barDockControlBottom);
  600. this.Controls.Add(this.barDockControlTop);
  601. this.Name = "CtrlHome";
  602. this.Size = new System.Drawing.Size(1037, 523);
  603. this.Load += new System.EventHandler(this.CtrlHome_Load);
  604. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  605. this.layoutControl1.ResumeLayout(false);
  606. ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).EndInit();
  607. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  608. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  609. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  610. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  611. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  612. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
  613. ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).EndInit();
  614. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  615. ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  619. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  620. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  621. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  622. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  623. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemSearch)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemStartTime)).EndInit();
  628. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemEndTime)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
  633. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  634. ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
  635. this.ResumeLayout(false);
  636. this.PerformLayout();
  637. }
  638. #endregion
  639. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  640. private DevExpress.XtraGrid.GridControl gridHomeTask;
  641. private DevExpress.XtraLayout.LayoutControlGroup Root;
  642. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  643. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  644. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  645. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  646. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  647. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  648. private DevExpress.XtraLayout.SplitterItem splitterItem2;
  649. private DevExpress.Utils.SvgImageCollection svgImageCollection1;
  650. private DevExpress.Utils.ToolTipController toolTipController1;
  651. private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1;
  652. private DevExpress.XtraBars.BarManager barManager1;
  653. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  654. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  655. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  656. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  657. private DevExpress.XtraBars.BarButtonItem btnStart;
  658. private DevExpress.XtraBars.PopupMenu popupMenu1;
  659. private DevExpress.XtraBars.BarButtonItem btnStop;
  660. private DevExpress.Utils.Html.HtmlTemplateCollection htmlTemplateCollection1;
  661. private DevExpress.Utils.Html.HtmlTemplate htmlTemplate1;
  662. private DevExpress.XtraBars.PopupMenu popupMenu2;
  663. private DevExpress.XtraBars.BarButtonItem btnDrawDto;
  664. private DevExpress.XtraBars.BarButtonItem btnDrawDfo;
  665. private DevExpress.XtraBars.BarButtonItem btnDrawCX;
  666. private DevExpress.XtraBars.BarButtonItem btnGDOP;
  667. public DevExpress.XtraMap.MapControl mapControl1;
  668. public DevExpress.XtraGrid.GridControl gridHomePosRes;
  669. public DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  670. public DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  671. private SimpleButton btnSearch;
  672. private DateEdit txtEndTime;
  673. private DateEdit txtStartTime;
  674. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemStartTime;
  675. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemEndTime;
  676. private DevExpress.XtraLayout.LayoutControlItem layoutControlItemSearch;
  677. private ImageComboBoxEdit txtTimeCho;
  678. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  679. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
  680. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  681. private DevExpress.XtraBars.BarButtonItem btnShowCgRes;
  682. private DevExpress.XtraBars.BarButtonItem btnShowCxRes;
  683. private DevExpress.XtraBars.BarButtonItem btnPos;
  684. }
  685. }