namespace XdDw { 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.btnXdDw = new DevExpress.XtraBars.BarButtonItem(); this.btnWCPJ = 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.btnXdDw, this.btnWCPJ, this.btnXl, this.btnSet}); 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.btnXdDw), new DevExpress.XtraBars.LinkPersistInfo(this.btnWCPJ), 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"; // // btnXdDw // this.btnXdDw.Caption = "星地协同定位"; this.btnXdDw.Id = 4; this.btnXdDw.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnXdDw.ImageOptions.SvgImage"))); this.btnXdDw.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.btnXdDw.Name = "btnXdDw"; this.btnXdDw.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnXdDw.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick); // // btnWCPJ // this.btnWCPJ.Caption = "误差评估"; this.btnWCPJ.Id = 6; this.btnWCPJ.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWCPJ.ImageOptions.SvgImage"))); this.btnWCPJ.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.btnWCPJ.Name = "btnWCPJ"; this.btnWCPJ.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnWCPJ.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.Size = new System.Drawing.Size(1347, 51); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 712); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1347, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 51); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 661); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1347, 51); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 661); // // 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(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1347, 712); 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.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 btnXdDw; private DevExpress.XtraBars.BarButtonItem btnWCPJ; private DevExpress.XtraBars.BarButtonItem btnXl; private DevExpress.XtraBars.BarButtonItem btnSet; } }