CtrlHome.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace DataSimulation.Forms.UserControl
  2. {
  3. partial class CtrlHome
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions4 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
  31. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions5 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  32. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions6 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  33. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  34. this.mapControl = new DevExpress.XtraMap.MapControl();
  35. this.gridControl = new DevExpress.XtraGrid.GridControl();
  36. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  38. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.layoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup();
  40. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  42. this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components);
  43. this.barManager = new DevExpress.XtraBars.BarManager(this.components);
  44. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  45. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  46. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  47. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  48. this.popupMenu = new DevExpress.XtraBars.PopupMenu(this.components);
  49. this.btnStart = new DevExpress.XtraBars.BarButtonItem();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  51. this.layoutControl1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // layoutControl1
  66. //
  67. this.layoutControl1.Controls.Add(this.mapControl);
  68. this.layoutControl1.Controls.Add(this.gridControl);
  69. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  71. this.layoutControl1.Name = "layoutControl1";
  72. this.layoutControl1.Root = this.Root;
  73. this.layoutControl1.Size = new System.Drawing.Size(1170, 646);
  74. this.layoutControl1.TabIndex = 0;
  75. this.layoutControl1.Text = "layoutControl1";
  76. //
  77. // mapControl
  78. //
  79. this.mapControl.Location = new System.Drawing.Point(301, 12);
  80. this.mapControl.Name = "mapControl";
  81. this.mapControl.Size = new System.Drawing.Size(857, 622);
  82. this.mapControl.TabIndex = 5;
  83. //
  84. // gridControl
  85. //
  86. this.gridControl.Location = new System.Drawing.Point(15, 38);
  87. this.gridControl.MainView = this.gridView;
  88. this.gridControl.Name = "gridControl";
  89. this.gridControl.Size = new System.Drawing.Size(269, 593);
  90. this.gridControl.TabIndex = 4;
  91. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  92. this.gridView});
  93. //
  94. // gridView
  95. //
  96. this.gridView.GridControl = this.gridControl;
  97. this.gridView.Name = "gridView";
  98. this.gridView.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_CustomColumnDisplayText);
  99. //
  100. // Root
  101. //
  102. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  103. this.Root.GroupBordersVisible = false;
  104. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  105. this.layoutControlItem2,
  106. this.layoutControlGroup,
  107. this.splitterItem1});
  108. this.Root.Name = "Root";
  109. this.Root.Size = new System.Drawing.Size(1170, 646);
  110. this.Root.TextVisible = false;
  111. //
  112. // layoutControlItem2
  113. //
  114. this.layoutControlItem2.Control = this.mapControl;
  115. this.layoutControlItem2.Location = new System.Drawing.Point(289, 0);
  116. this.layoutControlItem2.Name = "layoutControlItem2";
  117. this.layoutControlItem2.Size = new System.Drawing.Size(861, 626);
  118. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  119. this.layoutControlItem2.TextVisible = false;
  120. //
  121. // layoutControlGroup
  122. //
  123. buttonImageOptions4.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions4.SvgImage")));
  124. buttonImageOptions4.SvgImageSize = new System.Drawing.Size(20, 20);
  125. buttonImageOptions5.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions5.SvgImage")));
  126. buttonImageOptions5.SvgImageSize = new System.Drawing.Size(20, 20);
  127. buttonImageOptions6.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions6.SvgImage")));
  128. buttonImageOptions6.SvgImageSize = new System.Drawing.Size(20, 20);
  129. this.layoutControlGroup.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
  130. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions4, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "新建任务", -1, true, null, true, false, true, null, -1),
  131. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions5, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "编辑任务", -1, true, null, true, false, true, null, -1),
  132. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions6, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "删除任务", -1, true, null, true, false, true, null, -1)});
  133. this.layoutControlGroup.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  134. this.layoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  135. this.layoutControlItem1});
  136. this.layoutControlGroup.Location = new System.Drawing.Point(0, 0);
  137. this.layoutControlGroup.Name = "layoutControlGroup";
  138. this.layoutControlGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  139. this.layoutControlGroup.Size = new System.Drawing.Size(279, 626);
  140. this.layoutControlGroup.Text = "任务管理";
  141. this.layoutControlGroup.CustomButtonClick += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.layoutControlGroup_CustomButtonClick);
  142. //
  143. // layoutControlItem1
  144. //
  145. this.layoutControlItem1.Control = this.gridControl;
  146. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  147. this.layoutControlItem1.Name = "layoutControlItem1";
  148. this.layoutControlItem1.Size = new System.Drawing.Size(273, 597);
  149. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  150. this.layoutControlItem1.TextVisible = false;
  151. //
  152. // splitterItem1
  153. //
  154. this.splitterItem1.AllowHotTrack = true;
  155. this.splitterItem1.Location = new System.Drawing.Point(279, 0);
  156. this.splitterItem1.Name = "splitterItem1";
  157. this.splitterItem1.Size = new System.Drawing.Size(10, 626);
  158. //
  159. // barManager
  160. //
  161. this.barManager.DockControls.Add(this.barDockControlTop);
  162. this.barManager.DockControls.Add(this.barDockControlBottom);
  163. this.barManager.DockControls.Add(this.barDockControlLeft);
  164. this.barManager.DockControls.Add(this.barDockControlRight);
  165. this.barManager.Form = this;
  166. this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  167. this.btnStart});
  168. this.barManager.MaxItemId = 1;
  169. //
  170. // barDockControlTop
  171. //
  172. this.barDockControlTop.CausesValidation = false;
  173. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  174. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  175. this.barDockControlTop.Manager = this.barManager;
  176. this.barDockControlTop.Size = new System.Drawing.Size(1170, 0);
  177. //
  178. // barDockControlBottom
  179. //
  180. this.barDockControlBottom.CausesValidation = false;
  181. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  182. this.barDockControlBottom.Location = new System.Drawing.Point(0, 646);
  183. this.barDockControlBottom.Manager = this.barManager;
  184. this.barDockControlBottom.Size = new System.Drawing.Size(1170, 0);
  185. //
  186. // barDockControlLeft
  187. //
  188. this.barDockControlLeft.CausesValidation = false;
  189. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  190. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  191. this.barDockControlLeft.Manager = this.barManager;
  192. this.barDockControlLeft.Size = new System.Drawing.Size(0, 646);
  193. //
  194. // barDockControlRight
  195. //
  196. this.barDockControlRight.CausesValidation = false;
  197. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  198. this.barDockControlRight.Location = new System.Drawing.Point(1170, 0);
  199. this.barDockControlRight.Manager = this.barManager;
  200. this.barDockControlRight.Size = new System.Drawing.Size(0, 646);
  201. //
  202. // popupMenu
  203. //
  204. this.popupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  205. new DevExpress.XtraBars.LinkPersistInfo(this.btnStart)});
  206. this.popupMenu.Manager = this.barManager;
  207. this.popupMenu.Name = "popupMenu";
  208. //
  209. // btnStart
  210. //
  211. this.btnStart.Caption = "启动任务";
  212. this.btnStart.Id = 0;
  213. this.btnStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnStart.ImageOptions.SvgImage")));
  214. this.btnStart.Name = "btnStart";
  215. this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStart_ItemClick);
  216. //
  217. // CtrlHome
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.Controls.Add(this.layoutControl1);
  222. this.Controls.Add(this.barDockControlLeft);
  223. this.Controls.Add(this.barDockControlRight);
  224. this.Controls.Add(this.barDockControlBottom);
  225. this.Controls.Add(this.barDockControlTop);
  226. this.Name = "CtrlHome";
  227. this.Size = new System.Drawing.Size(1170, 646);
  228. this.Load += new System.EventHandler(this.CtrlHome_Load);
  229. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  230. this.layoutControl1.ResumeLayout(false);
  231. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).EndInit();
  242. this.ResumeLayout(false);
  243. this.PerformLayout();
  244. }
  245. #endregion
  246. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  247. private DevExpress.XtraLayout.LayoutControlGroup Root;
  248. private DevExpress.XtraGrid.GridControl gridControl;
  249. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  250. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  251. private DevExpress.XtraMap.MapControl mapControl;
  252. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  253. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup;
  254. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  255. private DevExpress.Utils.SvgImageCollection svgImageCollection1;
  256. private DevExpress.XtraBars.BarManager barManager;
  257. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  258. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  259. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  260. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  261. private DevExpress.XtraBars.PopupMenu popupMenu;
  262. private DevExpress.XtraBars.BarButtonItem btnStart;
  263. }
  264. }