MainForm.Designer.cs 11 KB

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