CtrlHome.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. 
  2. using DevExpress.Utils;
  3. using System.IO;
  4. using System.Windows.Controls;
  5. namespace XdCxRhDW.App.UserControl
  6. {
  7. partial class CtrlHome
  8. {
  9. /// <summary>
  10. /// Required designer variable.
  11. /// </summary>
  12. private System.ComponentModel.IContainer components = null;
  13. /// <summary>
  14. /// Clean up any resources being used.
  15. /// </summary>
  16. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  17. protected override void Dispose(bool disposing)
  18. {
  19. Directory.CreateDirectory("Layout");
  20. gridHomeTask.MainView?.SaveLayoutToXml($"Layout\\{gridHomeTask.Name}.xml", OptionsLayoutBase.FullLayout);
  21. gridHomePosRes.MainView?.SaveLayoutToXml($"Layout\\{gridHomePosRes.Name}.xml", OptionsLayoutBase.FullLayout);
  22. if (disposing && (components != null))
  23. {
  24. components.Dispose();
  25. }
  26. base.Dispose(disposing);
  27. }
  28. #region Component Designer generated code
  29. /// <summary>
  30. /// Required method for Designer support - do not modify
  31. /// the contents of this method with the code editor.
  32. /// </summary>
  33. private void InitializeComponent()
  34. {
  35. this.components = new System.ComponentModel.Container();
  36. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
  38. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  39. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  40. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  41. DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
  42. DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
  43. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  44. DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
  45. DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
  46. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  47. this.mapControl1 = new DevExpress.XtraMap.MapControl();
  48. this.gridHomePosRes = new DevExpress.XtraGrid.GridControl();
  49. this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
  50. this.gridHomeTask = new DevExpress.XtraGrid.GridControl();
  51. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  52. this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
  53. this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
  54. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  55. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  57. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  59. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  61. this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
  62. this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components);
  63. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  64. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  65. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  66. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  67. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  68. this.btnStart = new DevExpress.XtraBars.BarButtonItem();
  69. this.btnStop = new DevExpress.XtraBars.BarButtonItem();
  70. this.btnDelPos = new DevExpress.XtraBars.BarButtonItem();
  71. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  72. this.htmlTemplateCollection1 = new DevExpress.Utils.Html.HtmlTemplateCollection();
  73. this.htmlTemplate1 = new DevExpress.Utils.Html.HtmlTemplate();
  74. this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  76. this.layoutControl1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // layoutControl1
  98. //
  99. this.layoutControl1.Controls.Add(this.mapControl1);
  100. this.layoutControl1.Controls.Add(this.gridHomePosRes);
  101. this.layoutControl1.Controls.Add(this.gridHomeTask);
  102. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  104. this.layoutControl1.Name = "layoutControl1";
  105. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 144, 650, 400);
  106. this.layoutControl1.Root = this.Root;
  107. this.layoutControl1.Size = new System.Drawing.Size(822, 560);
  108. this.layoutControl1.TabIndex = 0;
  109. this.layoutControl1.Text = "layoutControl1";
  110. //
  111. // mapControl1
  112. //
  113. this.mapControl1.Location = new System.Drawing.Point(226, 2);
  114. this.mapControl1.Name = "mapControl1";
  115. this.mapControl1.Size = new System.Drawing.Size(594, 262);
  116. this.mapControl1.TabIndex = 6;
  117. //
  118. // gridHomePosRes
  119. //
  120. this.gridHomePosRes.Location = new System.Drawing.Point(227, 301);
  121. this.gridHomePosRes.MainView = this.gridView2;
  122. this.gridHomePosRes.Name = "gridHomePosRes";
  123. this.gridHomePosRes.Size = new System.Drawing.Size(592, 256);
  124. this.gridHomePosRes.TabIndex = 5;
  125. this.gridHomePosRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  126. this.gridView2});
  127. //
  128. // gridView2
  129. //
  130. this.gridView2.DetailHeight = 375;
  131. this.gridView2.GridControl = this.gridHomePosRes;
  132. this.gridView2.Name = "gridView2";
  133. this.gridView2.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView2_RowClick);
  134. this.gridView2.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView2_PopupMenuShowing);
  135. //
  136. // gridHomeTask
  137. //
  138. this.gridHomeTask.Location = new System.Drawing.Point(3, 26);
  139. this.gridHomeTask.MainView = this.gridView1;
  140. this.gridHomeTask.Name = "gridHomeTask";
  141. this.gridHomeTask.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  142. this.repositoryItemImageEdit1});
  143. this.gridHomeTask.Size = new System.Drawing.Size(206, 531);
  144. this.gridHomeTask.TabIndex = 4;
  145. this.gridHomeTask.ToolTipController = this.toolTipController1;
  146. this.gridHomeTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  147. this.gridView1});
  148. //
  149. // gridView1
  150. //
  151. this.gridView1.DetailHeight = 375;
  152. this.gridView1.GridControl = this.gridHomeTask;
  153. this.gridView1.Name = "gridView1";
  154. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  155. this.gridView1.CustomDrawEmptyForeground += new DevExpress.XtraGrid.Views.Base.CustomDrawEventHandler(this.gridView1_CustomDrawEmptyForeground);
  156. //
  157. // repositoryItemImageEdit1
  158. //
  159. this.repositoryItemImageEdit1.AutoHeight = false;
  160. this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  161. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  162. this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
  163. //
  164. // toolTipController1
  165. //
  166. this.toolTipController1.GetActiveObjectInfo += new DevExpress.Utils.ToolTipControllerGetActiveObjectInfoEventHandler(this.toolTipController1_GetActiveObjectInfo);
  167. //
  168. // Root
  169. //
  170. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  171. this.Root.GroupBordersVisible = false;
  172. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  173. this.layoutControlItem3,
  174. this.layoutControlGroup1,
  175. this.layoutControlGroup2,
  176. this.splitterItem1,
  177. this.splitterItem2});
  178. this.Root.Name = "Root";
  179. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  180. this.Root.Size = new System.Drawing.Size(822, 560);
  181. this.Root.TextVisible = false;
  182. //
  183. // layoutControlItem3
  184. //
  185. this.layoutControlItem3.Control = this.mapControl1;
  186. this.layoutControlItem3.Location = new System.Drawing.Point(224, 0);
  187. this.layoutControlItem3.Name = "layoutControlItem3";
  188. this.layoutControlItem3.Size = new System.Drawing.Size(598, 266);
  189. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  190. this.layoutControlItem3.TextVisible = false;
  191. //
  192. // layoutControlGroup1
  193. //
  194. buttonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions1.SvgImage")));
  195. buttonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
  196. toolTipItem1.Text = "新建任务";
  197. superToolTip1.Items.Add(toolTipItem1);
  198. buttonImageOptions2.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions2.SvgImage")));
  199. buttonImageOptions2.SvgImageSize = new System.Drawing.Size(20, 20);
  200. toolTipItem2.Text = "编辑任务";
  201. superToolTip2.Items.Add(toolTipItem2);
  202. buttonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions3.SvgImage")));
  203. buttonImageOptions3.SvgImageSize = new System.Drawing.Size(20, 20);
  204. toolTipItem3.Text = "删除任务";
  205. superToolTip3.Items.Add(toolTipItem3);
  206. this.layoutControlGroup1.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
  207. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip1, true, false, true, null, -1),
  208. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip2, true, false, true, null, -1),
  209. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, superToolTip3, true, false, true, null, -1)});
  210. this.layoutControlGroup1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  211. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  212. this.layoutControlItem1});
  213. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  214. this.layoutControlGroup1.Name = "layoutControlGroup1";
  215. this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  216. this.layoutControlGroup1.Size = new System.Drawing.Size(212, 560);
  217. this.layoutControlGroup1.Text = "任务管理";
  218. this.layoutControlGroup1.CustomButtonClick += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.layoutControlGroup1_CustomButtonClick);
  219. //
  220. // layoutControlItem1
  221. //
  222. this.layoutControlItem1.Control = this.gridHomeTask;
  223. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  224. this.layoutControlItem1.Name = "layoutControlItem1";
  225. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  226. this.layoutControlItem1.Size = new System.Drawing.Size(206, 531);
  227. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  228. this.layoutControlItem1.TextVisible = false;
  229. //
  230. // layoutControlGroup2
  231. //
  232. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  233. this.layoutControlItem2});
  234. this.layoutControlGroup2.Location = new System.Drawing.Point(224, 278);
  235. this.layoutControlGroup2.Name = "layoutControlGroup2";
  236. this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  237. this.layoutControlGroup2.Size = new System.Drawing.Size(598, 282);
  238. this.layoutControlGroup2.Text = "定位结果";
  239. //
  240. // layoutControlItem2
  241. //
  242. this.layoutControlItem2.Control = this.gridHomePosRes;
  243. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  244. this.layoutControlItem2.Name = "layoutControlItem2";
  245. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  246. this.layoutControlItem2.Size = new System.Drawing.Size(592, 256);
  247. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  248. this.layoutControlItem2.TextVisible = false;
  249. //
  250. // splitterItem1
  251. //
  252. this.splitterItem1.AllowHotTrack = true;
  253. this.splitterItem1.Location = new System.Drawing.Point(212, 0);
  254. this.splitterItem1.Name = "splitterItem1";
  255. this.splitterItem1.Size = new System.Drawing.Size(12, 560);
  256. //
  257. // splitterItem2
  258. //
  259. this.splitterItem2.AllowHotTrack = true;
  260. this.splitterItem2.Location = new System.Drawing.Point(224, 266);
  261. this.splitterItem2.Name = "splitterItem2";
  262. this.splitterItem2.Size = new System.Drawing.Size(598, 12);
  263. //
  264. // svgImageCollection1
  265. //
  266. this.svgImageCollection1.Add("CircleFill.svg", ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("svgImageCollection1.CircleFill.svg"))));
  267. //
  268. // barManager1
  269. //
  270. this.barManager1.DockControls.Add(this.barDockControlTop);
  271. this.barManager1.DockControls.Add(this.barDockControlBottom);
  272. this.barManager1.DockControls.Add(this.barDockControlLeft);
  273. this.barManager1.DockControls.Add(this.barDockControlRight);
  274. this.barManager1.Form = this;
  275. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  276. this.btnStart,
  277. this.btnStop,
  278. this.btnDelPos});
  279. this.barManager1.MaxItemId = 3;
  280. //
  281. // barDockControlTop
  282. //
  283. this.barDockControlTop.CausesValidation = false;
  284. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  285. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  286. this.barDockControlTop.Manager = this.barManager1;
  287. this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  288. this.barDockControlTop.Size = new System.Drawing.Size(822, 0);
  289. //
  290. // barDockControlBottom
  291. //
  292. this.barDockControlBottom.CausesValidation = false;
  293. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  294. this.barDockControlBottom.Location = new System.Drawing.Point(0, 560);
  295. this.barDockControlBottom.Manager = this.barManager1;
  296. this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  297. this.barDockControlBottom.Size = new System.Drawing.Size(822, 0);
  298. //
  299. // barDockControlLeft
  300. //
  301. this.barDockControlLeft.CausesValidation = false;
  302. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  303. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  304. this.barDockControlLeft.Manager = this.barManager1;
  305. this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  306. this.barDockControlLeft.Size = new System.Drawing.Size(0, 560);
  307. //
  308. // barDockControlRight
  309. //
  310. this.barDockControlRight.CausesValidation = false;
  311. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  312. this.barDockControlRight.Location = new System.Drawing.Point(822, 0);
  313. this.barDockControlRight.Manager = this.barManager1;
  314. this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  315. this.barDockControlRight.Size = new System.Drawing.Size(0, 560);
  316. //
  317. // btnStart
  318. //
  319. this.btnStart.Caption = "启动任务";
  320. this.btnStart.Id = 0;
  321. this.btnStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStart.ImageOptions.SvgImage")));
  322. this.btnStart.Name = "btnStart";
  323. this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  324. //
  325. // btnStop
  326. //
  327. this.btnStop.Caption = "停止任务";
  328. this.btnStop.Id = 1;
  329. this.btnStop.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStop.ImageOptions.SvgImage")));
  330. this.btnStop.Name = "btnStop";
  331. this.btnStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  332. //
  333. // btnDelPos
  334. //
  335. this.btnDelPos.Caption = "删除";
  336. this.btnDelPos.Id = 2;
  337. this.btnDelPos.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDelPos.ImageOptions.SvgImage")));
  338. this.btnDelPos.Name = "btnDelPos";
  339. this.btnDelPos.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelPos_ItemClick);
  340. //
  341. // popupMenu1
  342. //
  343. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  344. new DevExpress.XtraBars.LinkPersistInfo(this.btnStart),
  345. new DevExpress.XtraBars.LinkPersistInfo(this.btnStop)});
  346. this.popupMenu1.Manager = this.barManager1;
  347. this.popupMenu1.Name = "popupMenu1";
  348. //
  349. // htmlTemplateCollection1
  350. //
  351. this.htmlTemplateCollection1.AddRange(new DevExpress.Utils.Html.HtmlTemplate[] {
  352. this.htmlTemplate1});
  353. //
  354. // htmlTemplate1
  355. //
  356. this.htmlTemplate1.Name = "htmlTemplate1";
  357. this.htmlTemplate1.Styles = resources.GetString("htmlTemplate1.Styles");
  358. this.htmlTemplate1.Template = "\r\n<span>\r\n\t<h3 class=\"b\">点击 <span class=\"c\">+</span> 创建任务</h3>\r\n</span>";
  359. //
  360. // popupMenu2
  361. //
  362. this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  363. new DevExpress.XtraBars.LinkPersistInfo(this.btnDelPos)});
  364. this.popupMenu2.Manager = this.barManager1;
  365. this.popupMenu2.Name = "popupMenu2";
  366. //
  367. // CtrlHome
  368. //
  369. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  370. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  371. this.Controls.Add(this.layoutControl1);
  372. this.Controls.Add(this.barDockControlLeft);
  373. this.Controls.Add(this.barDockControlRight);
  374. this.Controls.Add(this.barDockControlBottom);
  375. this.Controls.Add(this.barDockControlTop);
  376. this.Name = "CtrlHome";
  377. this.Size = new System.Drawing.Size(822, 560);
  378. this.Load += new System.EventHandler(this.CtrlHome_Load);
  379. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  380. this.layoutControl1.ResumeLayout(false);
  381. ((System.ComponentModel.ISupportInitialize)(this.mapControl1)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.gridHomePosRes)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.gridHomeTask)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  398. ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
  399. this.ResumeLayout(false);
  400. this.PerformLayout();
  401. }
  402. #endregion
  403. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  404. private DevExpress.XtraMap.MapControl mapControl1;
  405. private DevExpress.XtraGrid.GridControl gridHomePosRes;
  406. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  407. private DevExpress.XtraGrid.GridControl gridHomeTask;
  408. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  409. private DevExpress.XtraLayout.LayoutControlGroup Root;
  410. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  411. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  412. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  413. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  414. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  415. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  416. private DevExpress.XtraLayout.SplitterItem splitterItem2;
  417. private DevExpress.Utils.SvgImageCollection svgImageCollection1;
  418. private DevExpress.Utils.ToolTipController toolTipController1;
  419. private DevExpress.XtraEditors.Repository.RepositoryItemImageEdit repositoryItemImageEdit1;
  420. private DevExpress.XtraBars.BarManager barManager1;
  421. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  422. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  423. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  424. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  425. private DevExpress.XtraBars.BarButtonItem btnStart;
  426. private DevExpress.XtraBars.PopupMenu popupMenu1;
  427. private DevExpress.XtraBars.BarButtonItem btnStop;
  428. private DevExpress.Utils.Html.HtmlTemplateCollection htmlTemplateCollection1;
  429. private DevExpress.Utils.Html.HtmlTemplate htmlTemplate1;
  430. private DevExpress.XtraBars.BarButtonItem btnDelPos;
  431. private DevExpress.XtraBars.PopupMenu popupMenu2;
  432. }
  433. }