MainForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace DataSimulation.Forms
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
  31. this.btnTask = new DevExpress.XtraBars.BarButtonItem();
  32. this.btnXl = new DevExpress.XtraBars.BarButtonItem();
  33. this.btnSat = new DevExpress.XtraBars.BarButtonItem();
  34. this.btnTx = new DevExpress.XtraBars.BarButtonItem();
  35. this.btnRef = new DevExpress.XtraBars.BarButtonItem();
  36. this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  37. this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  38. this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  39. this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
  40. this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
  41. this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
  42. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // ribbon
  49. //
  50. this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  51. this.ribbon.ExpandCollapseItem.Id = 0;
  52. this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  53. this.ribbon.ExpandCollapseItem,
  54. this.btnTask,
  55. this.btnXl,
  56. this.btnSat,
  57. this.btnTx,
  58. this.btnRef});
  59. this.ribbon.Location = new System.Drawing.Point(0, 0);
  60. this.ribbon.MaxItemId = 6;
  61. this.ribbon.Name = "ribbon";
  62. this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  63. this.ribbonPage1});
  64. this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
  65. this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
  66. this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
  67. this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
  68. this.ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
  69. this.ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
  70. this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
  71. this.ribbon.ShowQatLocationSelector = false;
  72. this.ribbon.ShowToolbarCustomizeItem = false;
  73. this.ribbon.Size = new System.Drawing.Size(1219, 126);
  74. this.ribbon.Toolbar.ShowCustomizeItem = false;
  75. //
  76. // btnTask
  77. //
  78. this.btnTask.Caption = "任务管理";
  79. this.btnTask.Id = 1;
  80. this.btnTask.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTask.ImageOptions.SvgImage")));
  81. this.btnTask.Name = "btnTask";
  82. this.btnTask.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  83. //
  84. // btnXl
  85. //
  86. this.btnXl.Caption = "星历管理";
  87. this.btnXl.Id = 2;
  88. this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
  89. this.btnXl.Name = "btnXl";
  90. this.btnXl.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  91. //
  92. // btnSat
  93. //
  94. this.btnSat.Caption = "卫星管理";
  95. this.btnSat.Id = 3;
  96. this.btnSat.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSat.ImageOptions.SvgImage")));
  97. this.btnSat.Name = "btnSat";
  98. this.btnSat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  99. //
  100. // btnTx
  101. //
  102. this.btnTx.Caption = "天线管理";
  103. this.btnTx.Id = 4;
  104. this.btnTx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTx.ImageOptions.SvgImage")));
  105. this.btnTx.Name = "btnTx";
  106. this.btnTx.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  107. //
  108. // btnRef
  109. //
  110. this.btnRef.Caption = "参考站管理";
  111. this.btnRef.Id = 5;
  112. this.btnRef.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRef.ImageOptions.SvgImage")));
  113. this.btnRef.Name = "btnRef";
  114. this.btnRef.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  115. //
  116. // ribbonPage1
  117. //
  118. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  119. this.ribbonPageGroup1,
  120. this.ribbonPageGroup2});
  121. this.ribbonPage1.Name = "ribbonPage1";
  122. this.ribbonPage1.Text = "主页";
  123. //
  124. // ribbonPageGroup1
  125. //
  126. this.ribbonPageGroup1.ItemLinks.Add(this.btnTask);
  127. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  128. //
  129. // ribbonPageGroup2
  130. //
  131. this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
  132. this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
  133. this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
  134. this.ribbonPageGroup2.ItemLinks.Add(this.btnRef);
  135. this.ribbonPageGroup2.Name = "ribbonPageGroup2";
  136. this.ribbonPageGroup2.Text = "ribbonPageGroup2";
  137. //
  138. // dockManager1
  139. //
  140. this.dockManager1.Form = this;
  141. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  142. "DevExpress.XtraBars.BarDockControl",
  143. "DevExpress.XtraBars.StandaloneBarDockControl",
  144. "System.Windows.Forms.MenuStrip",
  145. "System.Windows.Forms.StatusStrip",
  146. "System.Windows.Forms.StatusBar",
  147. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  148. "DevExpress.XtraBars.Ribbon.RibbonControl",
  149. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  150. "DevExpress.XtraBars.Navigation.TileNavPane",
  151. "DevExpress.XtraBars.TabFormControl",
  152. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  153. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  154. //
  155. // documentManager1
  156. //
  157. this.documentManager1.ContainerControl = this;
  158. this.documentManager1.MenuManager = this.ribbon;
  159. this.documentManager1.View = this.tabbedView1;
  160. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  161. this.tabbedView1});
  162. //
  163. // MainForm
  164. //
  165. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  166. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  167. this.ClientSize = new System.Drawing.Size(1219, 586);
  168. this.Controls.Add(this.ribbon);
  169. this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("MainForm.IconOptions.SvgImage")));
  170. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  171. this.Name = "MainForm";
  172. this.Ribbon = this.ribbon;
  173. this.Text = "数据仿真";
  174. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  178. this.ResumeLayout(false);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
  183. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  184. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  185. private DevExpress.XtraBars.BarButtonItem btnTask;
  186. private DevExpress.XtraBars.BarButtonItem btnXl;
  187. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
  188. private DevExpress.XtraBars.BarButtonItem btnSat;
  189. private DevExpress.XtraBars.BarButtonItem btnTx;
  190. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  191. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  192. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  193. private DevExpress.XtraBars.BarButtonItem btnRef;
  194. }
  195. }