namespace DeiNiu.wms.win { partial class main { /// /// 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(main)); DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup(); this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem(); this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.bbiAbout = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageEdit = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageSystem = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl(); this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup(); this.nbAuthDic = new DevExpress.XtraNavBar.NavBarItem(); this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem(); this.navBarSeparatorItem1 = new DevExpress.XtraNavBar.NavBarSeparatorItem(); this.navBarItem3 = new DevExpress.XtraNavBar.NavBarItem(); this.navBarItem4 = new DevExpress.XtraNavBar.NavBarItem(); this.navBarItem5 = new DevExpress.XtraNavBar.NavBarItem(); this.galleryDropDown1 = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.lbAccount = new System.Windows.Forms.ToolStripLabel(); this.lbcompany = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.lbVersion = new System.Windows.Forms.ToolStripLabel(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.dockPanel1.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // ribbonControl1 // this.ribbonControl1.AutoHideEmptyItems = true; this.ribbonControl1.ExpandCollapseItem.Id = 0; this.ribbonControl1.ForeColor = System.Drawing.Color.White; this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl1.ExpandCollapseItem, this.barButtonItem1, this.ribbonGalleryBarItem1, this.skinRibbonGalleryBarItem1, this.barButtonItem2, this.bbiAbout, this.barButtonItem3}); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.ribbonControl1.MaxItemId = 13; this.ribbonControl1.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1, this.ribbonPageEdit, this.ribbonPageSystem}); this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice; this.ribbonControl1.Size = new System.Drawing.Size(1376, 203); this.ribbonControl1.Merge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.ribbonControl1_Merge); this.ribbonControl1.UnMerge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.ribbonControl1_UnMerge); // // barButtonItem1 // this.barButtonItem1.Caption = "登录"; this.barButtonItem1.Id = 2; this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // ribbonGalleryBarItem1 // this.ribbonGalleryBarItem1.Caption = "InplaceGallery1"; // // // galleryItemGroup1.Caption = "Group2"; this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] { galleryItemGroup1}); this.ribbonGalleryBarItem1.Id = 4; this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1"; // // skinRibbonGalleryBarItem1 // this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1"; // // // this.skinRibbonGalleryBarItem1.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.skinRibbonGalleryBarItem1_Gallery_ItemClick); this.skinRibbonGalleryBarItem1.Id = 5; this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "退出"; this.barButtonItem2.Id = 7; this.barButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image"))); this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage"))); this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // bbiAbout // this.bbiAbout.Caption = "关于"; this.bbiAbout.Id = 11; this.bbiAbout.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiAbout.ImageOptions.Image"))); this.bbiAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiAbout.ImageOptions.LargeImage"))); this.bbiAbout.Name = "bbiAbout"; this.bbiAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiAbout_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "打印设置"; this.barButtonItem3.Id = 12; this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image"))); this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage"))); this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup3}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "主题"; // // ribbonPageGroup3 // this.ribbonPageGroup3.ItemLinks.Add(this.skinRibbonGalleryBarItem1); this.ribbonPageGroup3.Name = "ribbonPageGroup3"; this.ribbonPageGroup3.ShowCaptionButton = false; this.ribbonPageGroup3.Visible = false; // // ribbonPageEdit // this.ribbonPageEdit.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPageEdit.Name = "ribbonPageEdit"; this.ribbonPageEdit.Text = "编辑"; // // ribbonPageGroup1 // this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem3); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.ShowCaptionButton = false; // // ribbonPageSystem // this.ribbonPageSystem.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup2}); this.ribbonPageSystem.Name = "ribbonPageSystem"; this.ribbonPageSystem.Text = "系统"; // // ribbonPageGroup2 // this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem1); this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem2); this.ribbonPageGroup2.ItemLinks.Add(this.bbiAbout); this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.Text = "得牛WMS"; // // xtraTabbedMdiManager1 // this.xtraTabbedMdiManager1.MdiParent = this; this.xtraTabbedMdiManager1.RightToLeftLayout = DevExpress.Utils.DefaultBoolean.True; this.xtraTabbedMdiManager1.PageRemoved += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.xtraTabbedMdiManager1_PageRemoved); // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.dockPanel1}); this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl"}); // // dockPanel1 // this.dockPanel1.Controls.Add(this.dockPanel1_Container); this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.dockPanel1.ID = new System.Guid("c220a1da-de5b-4159-8111-5a9181ecdaa5"); this.dockPanel1.Location = new System.Drawing.Point(0, 203); this.dockPanel1.Margin = new System.Windows.Forms.Padding(4, 11, 19, 3); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.OriginalSize = new System.Drawing.Size(188, 200); this.dockPanel1.Size = new System.Drawing.Size(188, 1138); this.dockPanel1.Text = "功能导航"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.navBarControl1); this.dockPanel1_Container.Location = new System.Drawing.Point(6, 35); this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(173, 1097); this.dockPanel1_Container.TabIndex = 0; // // navBarControl1 // this.navBarControl1.ActiveGroup = this.navBarGroup3; this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left; this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] { this.navBarGroup3}); this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] { this.nbAuthDic, this.navBarItem2, this.navBarSeparatorItem1, this.navBarItem3, this.navBarItem4, this.navBarItem5}); this.navBarControl1.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl; this.navBarControl1.Location = new System.Drawing.Point(0, 0); this.navBarControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.navBarControl1.Name = "navBarControl1"; this.navBarControl1.OptionsNavPane.ExpandedWidth = 443; this.navBarControl1.Size = new System.Drawing.Size(443, 1097); this.navBarControl1.TabIndex = 0; this.navBarControl1.Text = "navBarControl1"; this.navBarControl1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl1_LinkClicked); // // navBarGroup3 // this.navBarGroup3.AppearanceHotTracked.ForeColor = System.Drawing.Color.White; this.navBarGroup3.AppearanceHotTracked.Options.UseForeColor = true; this.navBarGroup3.Caption = "授权菜单"; this.navBarGroup3.Expanded = true; this.navBarGroup3.Name = "navBarGroup3"; this.navBarGroup3.NavigationPaneVisible = false; // // nbAuthDic // this.nbAuthDic.Caption = "权限字典"; this.nbAuthDic.Name = "nbAuthDic"; // // navBarItem2 // this.navBarItem2.Caption = "navBarItem2"; this.navBarItem2.Name = "navBarItem2"; // // navBarSeparatorItem1 // this.navBarSeparatorItem1.CanDrag = false; this.navBarSeparatorItem1.Enabled = false; this.navBarSeparatorItem1.Hint = null; this.navBarSeparatorItem1.LargeImageIndex = 0; this.navBarSeparatorItem1.LargeImageSize = new System.Drawing.Size(0, 0); this.navBarSeparatorItem1.Name = "navBarSeparatorItem1"; this.navBarSeparatorItem1.SmallImageIndex = 0; this.navBarSeparatorItem1.SmallImageSize = new System.Drawing.Size(0, 0); // // navBarItem3 // this.navBarItem3.Caption = "navBarItem3"; this.navBarItem3.Name = "navBarItem3"; // // navBarItem4 // this.navBarItem4.Caption = "navBarItem4"; this.navBarItem4.Name = "navBarItem4"; // // navBarItem5 // this.navBarItem5.Caption = "navBarItem5"; this.navBarItem5.Name = "navBarItem5"; // // galleryDropDown1 // this.galleryDropDown1.Name = "galleryDropDown1"; this.galleryDropDown1.Ribbon = this.ribbonControl1; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 7F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lbAccount, this.lbcompany, this.toolStripSeparator2, this.lbVersion}); this.toolStrip1.Location = new System.Drawing.Point(188, 1316); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1188, 25); this.toolStrip1.TabIndex = 3; this.toolStrip1.Text = "toolStrip1"; // // lbAccount // this.lbAccount.Name = "lbAccount"; this.lbAccount.Size = new System.Drawing.Size(0, 20); // // lbcompany // this.lbcompany.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.lbcompany.Name = "lbcompany"; this.lbcompany.Size = new System.Drawing.Size(243, 20); this.lbcompany.Text = "DeiNiuSoft Ltd. All Rights Reserved"; // // toolStripSeparator2 // this.toolStripSeparator2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // lbVersion // this.lbVersion.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.lbVersion.Name = "lbVersion"; this.lbVersion.Size = new System.Drawing.Size(89, 20); this.lbVersion.Text = "wmsVersion"; // // main // this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1376, 1341); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.dockPanel1); this.Controls.Add(this.ribbonControl1); this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "main"; this.Ribbon = this.ribbonControl1; this.Text = "得牛WMS"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.main_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.main_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.dockPanel1.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private DevExpress.XtraNavBar.NavBarControl navBarControl1; private DevExpress.XtraNavBar.NavBarItem nbAuthDic; private DevExpress.XtraNavBar.NavBarItem navBarItem2; private DevExpress.XtraNavBar.NavBarSeparatorItem navBarSeparatorItem1; private DevExpress.XtraNavBar.NavBarItem navBarItem3; private DevExpress.XtraNavBar.NavBarItem navBarItem4; private DevExpress.XtraNavBar.NavBarItem navBarItem5; private DevExpress.XtraNavBar.NavBarGroup navBarGroup3; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageEdit; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageSystem; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.RibbonGalleryBarItem ribbonGalleryBarItem1; private DevExpress.XtraBars.Ribbon.GalleryDropDown galleryDropDown1; private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem1; private DevExpress.XtraBars.BarButtonItem barButtonItem2; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3; private DevExpress.XtraBars.BarButtonItem bbiAbout; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripLabel lbVersion; private System.Windows.Forms.ToolStripLabel lbAccount; private System.Windows.Forms.ToolStripLabel lbcompany; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private DevExpress.XtraBars.BarButtonItem barButtonItem3; } }