namespace XzXdDw
{
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.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.bar1 = new DevExpress.XtraBars.Bar();
this.btnXzDw = new DevExpress.XtraBars.BarButtonItem();
this.btnSingle = new DevExpress.XtraBars.BarButtonItem();
this.btnXl = new DevExpress.XtraBars.BarButtonItem();
this.btnSet = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
this.SuspendLayout();
//
// documentManager1
//
this.documentManager1.MdiParent = this;
this.documentManager1.MenuManager = this.barManager1;
this.documentManager1.View = this.tabbedView1;
this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
this.tabbedView1});
//
// barManager1
//
this.barManager1.AllowCustomization = false;
this.barManager1.AllowQuickCustomization = false;
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.DockManager = this.dockManager1;
this.barManager1.Form = this;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnXzDw,
this.btnXl,
this.btnSet,
this.btnSingle});
this.barManager1.MainMenu = this.bar1;
this.barManager1.MaxItemId = 10;
//
// bar1
//
this.bar1.BarName = "Custom 2";
this.bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.btnXzDw),
new DevExpress.XtraBars.LinkPersistInfo(this.btnSingle),
new DevExpress.XtraBars.LinkPersistInfo(this.btnXl),
new DevExpress.XtraBars.LinkPersistInfo(this.btnSet)});
this.bar1.OptionsBar.AllowQuickCustomization = false;
this.bar1.OptionsBar.DisableClose = true;
this.bar1.OptionsBar.DisableCustomization = true;
this.bar1.OptionsBar.DistanceBetweenItems = 20;
this.bar1.OptionsBar.DrawBorder = false;
this.bar1.OptionsBar.DrawDragBorder = false;
this.bar1.OptionsBar.MinHeight = 40;
this.bar1.OptionsBar.MultiLine = true;
this.bar1.OptionsBar.UseWholeRow = true;
this.bar1.Text = "Custom 2";
//
// btnXzDw
//
this.btnXzDw.Caption = "星座协同定位";
this.btnXzDw.Id = 3;
this.btnXzDw.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXzDw.ImageOptions.SvgImage")));
this.btnXzDw.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
this.btnXzDw.Name = "btnXzDw";
this.btnXzDw.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnXzDw.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnSingle
//
this.btnSingle.Caption = "单星协同定位";
this.btnSingle.Id = 9;
this.btnSingle.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSingle.ImageOptions.SvgImage")));
this.btnSingle.ImageOptions.SvgImageSize = new System.Drawing.Size(30, 30);
this.btnSingle.Name = "btnSingle";
this.btnSingle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnSingle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnXl
//
this.btnXl.Caption = "星历管理";
this.btnXl.Id = 7;
this.btnXl.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXl.ImageOptions.SvgImage")));
this.btnXl.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
this.btnXl.Name = "btnXl";
this.btnXl.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnXl.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// btnSet
//
this.btnSet.Caption = "系统设置";
this.btnSet.Id = 8;
this.btnSet.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSet.ImageOptions.SvgImage")));
this.btnSet.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32);
this.btnSet.Name = "btnSet";
this.btnSet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.barDockControlTop.Size = new System.Drawing.Size(1924, 75);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 1062);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.barDockControlBottom.Size = new System.Drawing.Size(1924, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 75);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 987);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1924, 75);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.barDockControlRight.Size = new System.Drawing.Size(0, 987);
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.MenuManager = this.barManager1;
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"});
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1924, 1062);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainForm.IconOptions.Icon")));
this.IsMdiContainer = true;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "MainForm";
this.Text = "多模式融合定位平台";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.Bar bar1;
private DevExpress.XtraBars.BarButtonItem btnXzDw;
private DevExpress.XtraBars.BarButtonItem btnXl;
private DevExpress.XtraBars.BarButtonItem btnSet;
private DevExpress.XtraBars.BarButtonItem btnSingle;
}
}