namespace CG { 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.btnCg = new DevExpress.XtraBars.BarButtonItem(); this.btnUserCheck = new DevExpress.XtraBars.BarButtonItem(); this.btnDto = 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.btnCg, this.btnUserCheck, this.btnDto, 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.btnCg), new DevExpress.XtraBars.LinkPersistInfo(this.btnUserCheck), new DevExpress.XtraBars.LinkPersistInfo(this.btnDto), 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"; // // btnCg // this.btnCg.Caption = "参数估计"; this.btnCg.Id = 2; this.btnCg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCg.ImageOptions.SvgImage"))); this.btnCg.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.btnCg.Name = "btnCg"; this.btnCg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnCg.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick); // // btnUserCheck // this.btnUserCheck.Caption = "用户识别"; this.btnUserCheck.Id = 5; this.btnUserCheck.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnUserCheck.ImageOptions.SvgImage"))); this.btnUserCheck.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.btnUserCheck.Name = "btnUserCheck"; this.btnUserCheck.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnUserCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_ItemClick); // // btnDto // this.btnDto.Caption = "时差初值预估"; this.btnDto.Id = 6; this.btnDto.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWCPJ.ImageOptions.SvgImage"))); this.btnDto.ImageOptions.SvgImageSize = new System.Drawing.Size(32, 32); this.btnDto.Name = "btnDto"; this.btnDto.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.btnDto.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 btnCg; private DevExpress.XtraBars.BarButtonItem btnUserCheck; private DevExpress.XtraBars.BarButtonItem btnDto; private DevExpress.XtraBars.BarButtonItem btnSet; } }