CtrlHome.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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 buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
  31. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  32. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = 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.bar1 = new DevExpress.XtraBars.Bar();
  49. this.bar2 = new DevExpress.XtraBars.Bar();
  50. this.bar3 = new DevExpress.XtraBars.Bar();
  51. this.popupMenu = new DevExpress.XtraBars.PopupMenu(this.components);
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  53. this.layoutControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // layoutControl1
  68. //
  69. this.layoutControl1.Controls.Add(this.mapControl);
  70. this.layoutControl1.Controls.Add(this.gridControl);
  71. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.layoutControl1.Location = new System.Drawing.Point(0, 41);
  73. this.layoutControl1.Name = "layoutControl1";
  74. this.layoutControl1.Root = this.Root;
  75. this.layoutControl1.Size = new System.Drawing.Size(1170, 585);
  76. this.layoutControl1.TabIndex = 0;
  77. this.layoutControl1.Text = "layoutControl1";
  78. //
  79. // mapControl
  80. //
  81. this.mapControl.Location = new System.Drawing.Point(301, 12);
  82. this.mapControl.Name = "mapControl";
  83. this.mapControl.Size = new System.Drawing.Size(857, 561);
  84. this.mapControl.TabIndex = 5;
  85. //
  86. // gridControl
  87. //
  88. this.gridControl.Location = new System.Drawing.Point(15, 38);
  89. this.gridControl.MainView = this.gridView;
  90. this.gridControl.Name = "gridControl";
  91. this.gridControl.Size = new System.Drawing.Size(269, 532);
  92. this.gridControl.TabIndex = 4;
  93. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  94. this.gridView});
  95. //
  96. // gridView
  97. //
  98. this.gridView.GridControl = this.gridControl;
  99. this.gridView.Name = "gridView";
  100. //
  101. // Root
  102. //
  103. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  104. this.Root.GroupBordersVisible = false;
  105. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  106. this.layoutControlItem2,
  107. this.layoutControlGroup,
  108. this.splitterItem1});
  109. this.Root.Name = "Root";
  110. this.Root.Size = new System.Drawing.Size(1170, 585);
  111. this.Root.TextVisible = false;
  112. //
  113. // layoutControlItem2
  114. //
  115. this.layoutControlItem2.Control = this.mapControl;
  116. this.layoutControlItem2.Location = new System.Drawing.Point(289, 0);
  117. this.layoutControlItem2.Name = "layoutControlItem2";
  118. this.layoutControlItem2.Size = new System.Drawing.Size(861, 565);
  119. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  120. this.layoutControlItem2.TextVisible = false;
  121. //
  122. // layoutControlGroup
  123. //
  124. buttonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions1.SvgImage")));
  125. buttonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
  126. buttonImageOptions2.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions2.SvgImage")));
  127. buttonImageOptions2.SvgImageSize = new System.Drawing.Size(20, 20);
  128. buttonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions3.SvgImage")));
  129. buttonImageOptions3.SvgImageSize = new System.Drawing.Size(20, 20);
  130. this.layoutControlGroup.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
  131. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "新建任务", -1, true, null, true, false, true, null, -1),
  132. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "编辑任务", -1, true, null, true, false, true, null, -1),
  133. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "删除任务", -1, true, null, true, false, true, null, -1)});
  134. this.layoutControlGroup.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  135. this.layoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  136. this.layoutControlItem1});
  137. this.layoutControlGroup.Location = new System.Drawing.Point(0, 0);
  138. this.layoutControlGroup.Name = "layoutControlGroup";
  139. this.layoutControlGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  140. this.layoutControlGroup.Size = new System.Drawing.Size(279, 565);
  141. this.layoutControlGroup.Text = "任务管理";
  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, 536);
  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, 565);
  158. //
  159. // barManager
  160. //
  161. this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  162. this.bar1,
  163. this.bar2,
  164. this.bar3});
  165. this.barManager.DockControls.Add(this.barDockControlTop);
  166. this.barManager.DockControls.Add(this.barDockControlBottom);
  167. this.barManager.DockControls.Add(this.barDockControlLeft);
  168. this.barManager.DockControls.Add(this.barDockControlRight);
  169. this.barManager.Form = this;
  170. this.barManager.MainMenu = this.bar2;
  171. this.barManager.StatusBar = this.bar3;
  172. //
  173. // barDockControlTop
  174. //
  175. this.barDockControlTop.CausesValidation = false;
  176. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  177. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  178. this.barDockControlTop.Manager = this.barManager;
  179. this.barDockControlTop.Size = new System.Drawing.Size(1170, 41);
  180. //
  181. // barDockControlBottom
  182. //
  183. this.barDockControlBottom.CausesValidation = false;
  184. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  185. this.barDockControlBottom.Location = new System.Drawing.Point(0, 626);
  186. this.barDockControlBottom.Manager = this.barManager;
  187. this.barDockControlBottom.Size = new System.Drawing.Size(1170, 20);
  188. //
  189. // barDockControlLeft
  190. //
  191. this.barDockControlLeft.CausesValidation = false;
  192. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  193. this.barDockControlLeft.Location = new System.Drawing.Point(0, 41);
  194. this.barDockControlLeft.Manager = this.barManager;
  195. this.barDockControlLeft.Size = new System.Drawing.Size(0, 585);
  196. //
  197. // barDockControlRight
  198. //
  199. this.barDockControlRight.CausesValidation = false;
  200. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  201. this.barDockControlRight.Location = new System.Drawing.Point(1170, 41);
  202. this.barDockControlRight.Manager = this.barManager;
  203. this.barDockControlRight.Size = new System.Drawing.Size(0, 585);
  204. //
  205. // bar1
  206. //
  207. this.bar1.BarName = "Tools";
  208. this.bar1.DockCol = 0;
  209. this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  210. this.bar1.Text = "Tools";
  211. //
  212. // bar2
  213. //
  214. this.bar2.BarName = "Main menu";
  215. this.bar2.DockCol = 0;
  216. this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  217. this.bar2.OptionsBar.MultiLine = true;
  218. this.bar2.OptionsBar.UseWholeRow = true;
  219. this.bar2.Text = "Main menu";
  220. //
  221. // bar3
  222. //
  223. this.bar3.BarName = "Status bar";
  224. this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
  225. this.bar3.DockCol = 0;
  226. this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
  227. this.bar3.OptionsBar.AllowQuickCustomization = false;
  228. this.bar3.OptionsBar.DrawDragBorder = false;
  229. this.bar3.OptionsBar.UseWholeRow = true;
  230. this.bar3.Text = "Status bar";
  231. //
  232. // popupMenu
  233. //
  234. this.popupMenu.Manager = this.barManager;
  235. this.popupMenu.Name = "popupMenu";
  236. //
  237. // CtrlHome
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.Controls.Add(this.layoutControl1);
  242. this.Controls.Add(this.barDockControlLeft);
  243. this.Controls.Add(this.barDockControlRight);
  244. this.Controls.Add(this.barDockControlBottom);
  245. this.Controls.Add(this.barDockControlTop);
  246. this.Name = "CtrlHome";
  247. this.Size = new System.Drawing.Size(1170, 646);
  248. this.Load += new System.EventHandler(this.CtrlHome_Load);
  249. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  250. this.layoutControl1.ResumeLayout(false);
  251. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.popupMenu)).EndInit();
  262. this.ResumeLayout(false);
  263. this.PerformLayout();
  264. }
  265. #endregion
  266. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  267. private DevExpress.XtraLayout.LayoutControlGroup Root;
  268. private DevExpress.XtraGrid.GridControl gridControl;
  269. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  270. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  271. private DevExpress.XtraMap.MapControl mapControl;
  272. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  273. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup;
  274. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  275. private DevExpress.Utils.SvgImageCollection svgImageCollection1;
  276. private DevExpress.XtraBars.BarManager barManager;
  277. private DevExpress.XtraBars.Bar bar1;
  278. private DevExpress.XtraBars.Bar bar2;
  279. private DevExpress.XtraBars.Bar bar3;
  280. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  281. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  282. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  283. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  284. private DevExpress.XtraBars.PopupMenu popupMenu;
  285. }
  286. }