CtrlHome.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHome));
  30. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  31. DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
  32. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  33. this.mapControl = new DevExpress.XtraMap.MapControl();
  34. this.gridControl = new DevExpress.XtraGrid.GridControl();
  35. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  37. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup();
  39. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
  41. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  42. this.layoutControl1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // layoutControl1
  54. //
  55. this.layoutControl1.Controls.Add(this.mapControl);
  56. this.layoutControl1.Controls.Add(this.gridControl);
  57. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  59. this.layoutControl1.Name = "layoutControl1";
  60. this.layoutControl1.Root = this.Root;
  61. this.layoutControl1.Size = new System.Drawing.Size(1170, 646);
  62. this.layoutControl1.TabIndex = 0;
  63. this.layoutControl1.Text = "layoutControl1";
  64. //
  65. // mapControl
  66. //
  67. this.mapControl.Location = new System.Drawing.Point(301, 12);
  68. this.mapControl.Name = "mapControl";
  69. this.mapControl.Size = new System.Drawing.Size(857, 622);
  70. this.mapControl.TabIndex = 5;
  71. //
  72. // gridControl
  73. //
  74. this.gridControl.Location = new System.Drawing.Point(15, 38);
  75. this.gridControl.MainView = this.gridView;
  76. this.gridControl.Name = "gridControl";
  77. this.gridControl.Size = new System.Drawing.Size(269, 593);
  78. this.gridControl.TabIndex = 4;
  79. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  80. this.gridView});
  81. //
  82. // gridView
  83. //
  84. this.gridView.GridControl = this.gridControl;
  85. this.gridView.Name = "gridView";
  86. //
  87. // Root
  88. //
  89. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  90. this.Root.GroupBordersVisible = false;
  91. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  92. this.layoutControlItem2,
  93. this.layoutControlGroup,
  94. this.splitterItem1});
  95. this.Root.Name = "Root";
  96. this.Root.Size = new System.Drawing.Size(1170, 646);
  97. this.Root.TextVisible = false;
  98. //
  99. // layoutControlItem2
  100. //
  101. this.layoutControlItem2.Control = this.mapControl;
  102. this.layoutControlItem2.Location = new System.Drawing.Point(289, 0);
  103. this.layoutControlItem2.Name = "layoutControlItem2";
  104. this.layoutControlItem2.Size = new System.Drawing.Size(861, 626);
  105. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  106. this.layoutControlItem2.TextVisible = false;
  107. //
  108. // layoutControlGroup
  109. //
  110. buttonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions1.SvgImage")));
  111. buttonImageOptions1.SvgImageSize = new System.Drawing.Size(20, 20);
  112. buttonImageOptions2.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions2.SvgImage")));
  113. buttonImageOptions2.SvgImageSize = new System.Drawing.Size(20, 20);
  114. buttonImageOptions3.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions3.SvgImage")));
  115. buttonImageOptions3.SvgImageSize = new System.Drawing.Size(20, 20);
  116. this.layoutControlGroup.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
  117. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("新建任务", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "新建任务", -1, true, null, true, false, true, null, -1),
  118. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("编辑任务", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "编辑任务", -1, true, null, true, false, true, null, -1),
  119. new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除任务", false, buttonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "删除任务", -1, true, null, true, false, true, null, -1)});
  120. this.layoutControlGroup.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
  121. this.layoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  122. this.layoutControlItem1});
  123. this.layoutControlGroup.Location = new System.Drawing.Point(0, 0);
  124. this.layoutControlGroup.Name = "layoutControlGroup";
  125. this.layoutControlGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  126. this.layoutControlGroup.Size = new System.Drawing.Size(279, 626);
  127. this.layoutControlGroup.Text = "任务管理";
  128. //
  129. // layoutControlItem1
  130. //
  131. this.layoutControlItem1.Control = this.gridControl;
  132. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  133. this.layoutControlItem1.Name = "layoutControlItem1";
  134. this.layoutControlItem1.Size = new System.Drawing.Size(273, 597);
  135. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  136. this.layoutControlItem1.TextVisible = false;
  137. //
  138. // splitterItem1
  139. //
  140. this.splitterItem1.AllowHotTrack = true;
  141. this.splitterItem1.Location = new System.Drawing.Point(279, 0);
  142. this.splitterItem1.Name = "splitterItem1";
  143. this.splitterItem1.Size = new System.Drawing.Size(10, 626);
  144. //
  145. // CtrlHome
  146. //
  147. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  149. this.Controls.Add(this.layoutControl1);
  150. this.Name = "CtrlHome";
  151. this.Size = new System.Drawing.Size(1170, 646);
  152. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  153. this.layoutControl1.ResumeLayout(false);
  154. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  166. private DevExpress.XtraLayout.LayoutControlGroup Root;
  167. private DevExpress.XtraGrid.GridControl gridControl;
  168. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  169. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  170. private DevExpress.XtraMap.MapControl mapControl;
  171. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  172. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup;
  173. private DevExpress.XtraLayout.SplitterItem splitterItem1;
  174. }
  175. }