namespace DataSimulation.Forms
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.btnTask = new DevExpress.XtraBars.BarButtonItem();
this.btnXl = new DevExpress.XtraBars.BarButtonItem();
this.btnSat = new DevExpress.XtraBars.BarButtonItem();
this.btnTx = new DevExpress.XtraBars.BarButtonItem();
this.btnRef = new DevExpress.XtraBars.BarButtonItem();
this.btnHistoryTask = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.btnFlight = new DevExpress.XtraBars.BarButtonItem();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbon.ExpandCollapseItem,
this.btnTask,
this.btnXl,
this.btnSat,
this.btnTx,
this.btnRef,
this.btnHistoryTask,
this.btnFlight});
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.MaxItemId = 8;
this.ribbon.Name = "ribbon";
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
this.ribbon.ShowQatLocationSelector = false;
this.ribbon.ShowToolbarCustomizeItem = false;
this.ribbon.Size = new System.Drawing.Size(1219, 126);
this.ribbon.Toolbar.ShowCustomizeItem = false;
//
// btnTask
//
this.btnTask.Caption = "任务管理";
this.btnTask.Id = 1;
this.btnTask.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTask.ImageOptions.SvgImage")));
this.btnTask.Name = "btnTask";
this.btnTask.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnXl
//
this.btnXl.Caption = "星历管理";
this.btnXl.Id = 2;
this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
this.btnXl.Name = "btnXl";
this.btnXl.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnSat
//
this.btnSat.Caption = "卫星管理";
this.btnSat.Id = 3;
this.btnSat.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSat.ImageOptions.SvgImage")));
this.btnSat.Name = "btnSat";
this.btnSat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnTx
//
this.btnTx.Caption = "天线管理";
this.btnTx.Id = 4;
this.btnTx.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnTx.ImageOptions.SvgImage")));
this.btnTx.Name = "btnTx";
this.btnTx.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnRef
//
this.btnRef.Caption = "参考站管理";
this.btnRef.Id = 5;
this.btnRef.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRef.ImageOptions.SvgImage")));
this.btnRef.Name = "btnRef";
this.btnRef.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnHistoryTask
//
this.btnHistoryTask.Caption = "历史任务";
this.btnHistoryTask.Id = 6;
this.btnHistoryTask.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnHistoryTask.ImageOptions.SvgImage")));
this.btnHistoryTask.Name = "btnHistoryTask";
this.btnHistoryTask.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1,
this.ribbonPageGroup2});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "主页";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.btnTask);
this.ribbonPageGroup1.ItemLinks.Add(this.btnHistoryTask);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
//
// ribbonPageGroup2
//
this.ribbonPageGroup2.ItemLinks.Add(this.btnXl);
this.ribbonPageGroup2.ItemLinks.Add(this.btnSat);
this.ribbonPageGroup2.ItemLinks.Add(this.btnTx);
this.ribbonPageGroup2.ItemLinks.Add(this.btnRef);
this.ribbonPageGroup2.ItemLinks.Add(this.btnFlight);
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
this.ribbonPageGroup2.Text = "ribbonPageGroup2";
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"System.Windows.Forms.StatusBar",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
//
// documentManager1
//
this.documentManager1.ContainerControl = this;
this.documentManager1.MenuManager = this.ribbon;
this.documentManager1.View = this.tabbedView1;
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
this.tabbedView1});
//
// btnFlight
//
this.btnFlight.Caption = "航迹管理";
this.btnFlight.Id = 7;
this.btnFlight.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnFlight.ImageOptions.SvgImage")));
this.btnFlight.Name = "btnFlight";
this.btnFlight.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1219, 586);
this.Controls.Add(this.ribbon);
this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("MainForm.IconOptions.SvgImage")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "MainForm";
this.Ribbon = this.ribbon;
this.Text = "数据仿真";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.BarButtonItem btnTask;
private DevExpress.XtraBars.BarButtonItem btnXl;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraBars.BarButtonItem btnSat;
private DevExpress.XtraBars.BarButtonItem btnTx;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
private DevExpress.XtraBars.BarButtonItem btnRef;
private DevExpress.XtraBars.BarButtonItem btnHistoryTask;
private DevExpress.XtraBars.BarButtonItem btnFlight;
}
}