CtrlHome.Designer.cs 49 KB

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