MainForm.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
  36. this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  37. this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  38. this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
  39. this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
  40. this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
  41. this.btnRef = new DevExpress.XtraBars.BarButtonItem();
  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. //
  91. // btnSat
  92. //
  93. this.btnSat.Caption = "卫星管理";
  94. this.btnSat.Id = 3;
  95. this.btnSat.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSat.ImageOptions.SvgImage")));
  96. this.btnSat.Name = "btnSat";
  97. //
  98. // btnTx
  99. //
  100. this.btnTx.Caption = "天线管理";
  101. this.btnTx.Id = 4;
  102. this.btnTx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTx.ImageOptions.SvgImage")));
  103. this.btnTx.Name = "btnTx";
  104. //
  105. // ribbonPage1
  106. //
  107. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  108. this.ribbonPageGroup1,
  109. this.ribbonPageGroup2});
  110. this.ribbonPage1.Name = "ribbonPage1";
  111. this.ribbonPage1.Text = "主页";
  112. //
  113. // ribbonPageGroup1
  114. //
  115. this.ribbonPageGroup1.ItemLinks.Add(this.btnTask);
  116. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  117. //
  118. // ribbonPageGroup2
  119. //
  120. this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
  121. this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
  122. this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
  123. this.ribbonPageGroup2.ItemLinks.Add(this.btnRef);
  124. this.ribbonPageGroup2.Name = "ribbonPageGroup2";
  125. this.ribbonPageGroup2.Text = "ribbonPageGroup2";
  126. //
  127. // dockManager1
  128. //
  129. this.dockManager1.Form = this;
  130. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  131. "DevExpress.XtraBars.BarDockControl",
  132. "DevExpress.XtraBars.StandaloneBarDockControl",
  133. "System.Windows.Forms.MenuStrip",
  134. "System.Windows.Forms.StatusStrip",
  135. "System.Windows.Forms.StatusBar",
  136. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  137. "DevExpress.XtraBars.Ribbon.RibbonControl",
  138. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  139. "DevExpress.XtraBars.Navigation.TileNavPane",
  140. "DevExpress.XtraBars.TabFormControl",
  141. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  142. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  143. //
  144. // documentManager1
  145. //
  146. this.documentManager1.ContainerControl = this;
  147. this.documentManager1.MenuManager = this.ribbon;
  148. this.documentManager1.View = this.tabbedView1;
  149. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  150. this.tabbedView1});
  151. //
  152. // btnRef
  153. //
  154. this.btnRef.Caption = "参考站管理";
  155. this.btnRef.Id = 5;
  156. this.btnRef.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRef.ImageOptions.SvgImage")));
  157. this.btnRef.Name = "btnRef";
  158. //
  159. // MainForm
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1219, 586);
  164. this.Controls.Add(this.ribbon);
  165. this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("MainForm.IconOptions.SvgImage")));
  166. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  167. this.Name = "MainForm";
  168. this.Ribbon = this.ribbon;
  169. this.Text = "数据仿真";
  170. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
  179. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  180. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  181. private DevExpress.XtraBars.BarButtonItem btnTask;
  182. private DevExpress.XtraBars.BarButtonItem btnXl;
  183. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
  184. private DevExpress.XtraBars.BarButtonItem btnSat;
  185. private DevExpress.XtraBars.BarButtonItem btnTx;
  186. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  187. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  188. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  189. private DevExpress.XtraBars.BarButtonItem btnRef;
  190. }
  191. }