MainForm.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ribbon
  48. //
  49. this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  50. this.ribbon.ExpandCollapseItem.Id = 0;
  51. this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  52. this.ribbon.ExpandCollapseItem,
  53. this.btnTask,
  54. this.btnXl,
  55. this.btnSat,
  56. this.btnTx});
  57. this.ribbon.Location = new System.Drawing.Point(0, 0);
  58. this.ribbon.MaxItemId = 5;
  59. this.ribbon.Name = "ribbon";
  60. this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  61. this.ribbonPage1});
  62. this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
  63. this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
  64. this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
  65. this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
  66. this.ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
  67. this.ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
  68. this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
  69. this.ribbon.ShowQatLocationSelector = false;
  70. this.ribbon.ShowToolbarCustomizeItem = false;
  71. this.ribbon.Size = new System.Drawing.Size(1219, 126);
  72. this.ribbon.Toolbar.ShowCustomizeItem = false;
  73. //
  74. // btnTask
  75. //
  76. this.btnTask.Caption = "任务管理";
  77. this.btnTask.Id = 1;
  78. this.btnTask.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTask.ImageOptions.SvgImage")));
  79. this.btnTask.Name = "btnTask";
  80. this.btnTask.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
  81. //
  82. // btnXl
  83. //
  84. this.btnXl.Caption = "星历管理";
  85. this.btnXl.Id = 2;
  86. this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
  87. this.btnXl.Name = "btnXl";
  88. //
  89. // btnSat
  90. //
  91. this.btnSat.Caption = "卫星管理";
  92. this.btnSat.Id = 3;
  93. this.btnSat.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSat.ImageOptions.SvgImage")));
  94. this.btnSat.Name = "btnSat";
  95. //
  96. // btnTx
  97. //
  98. this.btnTx.Caption = "天线管理";
  99. this.btnTx.Id = 4;
  100. this.btnTx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTx.ImageOptions.SvgImage")));
  101. this.btnTx.Name = "btnTx";
  102. //
  103. // ribbonPage1
  104. //
  105. this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  106. this.ribbonPageGroup1,
  107. this.ribbonPageGroup2});
  108. this.ribbonPage1.Name = "ribbonPage1";
  109. this.ribbonPage1.Text = "主页";
  110. //
  111. // ribbonPageGroup1
  112. //
  113. this.ribbonPageGroup1.ItemLinks.Add(this.btnTask);
  114. this.ribbonPageGroup1.Name = "ribbonPageGroup1";
  115. //
  116. // ribbonPageGroup2
  117. //
  118. this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
  119. this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
  120. this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
  121. this.ribbonPageGroup2.Name = "ribbonPageGroup2";
  122. this.ribbonPageGroup2.Text = "ribbonPageGroup2";
  123. //
  124. // dockManager1
  125. //
  126. this.dockManager1.Form = this;
  127. this.dockManager1.TopZIndexControls.AddRange(new string[] {
  128. "DevExpress.XtraBars.BarDockControl",
  129. "DevExpress.XtraBars.StandaloneBarDockControl",
  130. "System.Windows.Forms.MenuStrip",
  131. "System.Windows.Forms.StatusStrip",
  132. "System.Windows.Forms.StatusBar",
  133. "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
  134. "DevExpress.XtraBars.Ribbon.RibbonControl",
  135. "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
  136. "DevExpress.XtraBars.Navigation.TileNavPane",
  137. "DevExpress.XtraBars.TabFormControl",
  138. "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
  139. "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
  140. //
  141. // documentManager1
  142. //
  143. this.documentManager1.ContainerControl = this;
  144. this.documentManager1.MenuManager = this.ribbon;
  145. this.documentManager1.View = this.tabbedView1;
  146. this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
  147. this.tabbedView1});
  148. //
  149. // MainForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(1219, 586);
  154. this.Controls.Add(this.ribbon);
  155. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  156. this.Name = "MainForm";
  157. this.Ribbon = this.ribbon;
  158. this.Text = "Form1";
  159. ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
  168. private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
  169. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
  170. private DevExpress.XtraBars.BarButtonItem btnTask;
  171. private DevExpress.XtraBars.BarButtonItem btnXl;
  172. private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
  173. private DevExpress.XtraBars.BarButtonItem btnSat;
  174. private DevExpress.XtraBars.BarButtonItem btnTx;
  175. private DevExpress.XtraBars.Docking.DockManager dockManager1;
  176. private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
  177. private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
  178. }
  179. }