CtrlHome.Designer.cs 42 KB

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