395 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			395 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.wms.win | |||
|  | { | |||
|  |     partial class main | |||
|  |     { | |||
|  |         /// <summary> | |||
|  |         /// Required designer variable. | |||
|  |         /// </summary> | |||
|  |         private System.ComponentModel.IContainer components = null; | |||
|  | 
 | |||
|  |         /// <summary> | |||
|  |         /// Clean up any resources being used. | |||
|  |         /// </summary> | |||
|  |         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | |||
|  |         protected override void Dispose(bool disposing) | |||
|  |         { | |||
|  |             if (disposing && (components != null)) | |||
|  |             { | |||
|  |                 components.Dispose(); | |||
|  |             } | |||
|  |             base.Dispose(disposing); | |||
|  |         } | |||
|  | 
 | |||
|  |         #region Windows Form Designer generated code | |||
|  | 
 | |||
|  |         /// <summary> | |||
|  |         /// Required method for Designer support - do not modify | |||
|  |         /// the contents of this method with the code editor. | |||
|  |         /// </summary> | |||
|  |         private void InitializeComponent() | |||
|  |         { | |||
|  |             this.components = new System.ComponentModel.Container(); | |||
|  |             DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup(); | |||
|  |             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(main)); | |||
|  |             this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); | |||
|  |             this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem(); | |||
|  |             this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); | |||
|  |             this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem(); | |||
|  |             this.btnConn = new DevExpress.XtraBars.BarButtonItem(); | |||
|  |             this.btnValid = new DevExpress.XtraBars.BarButtonItem(); | |||
|  |             this.ribbonPageSkin = 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.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); | |||
|  |             this.toolStrip1 = new System.Windows.Forms.ToolStrip(); | |||
|  |             this.lbvsersion = new System.Windows.Forms.ToolStripLabel(); | |||
|  |             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | |||
|  |             this.lbOnline = 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(); | |||
|  |             this.toolStrip1.SuspendLayout(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // ribbonControl1 | |||
|  |             //  | |||
|  |             this.ribbonControl1.AutoHideEmptyItems = true; | |||
|  |             this.ribbonControl1.ExpandCollapseItem.Id = 0; | |||
|  |             this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { | |||
|  |             this.ribbonControl1.ExpandCollapseItem, | |||
|  |             this.ribbonGalleryBarItem1, | |||
|  |             this.barButtonItem2, | |||
|  |             this.skinRibbonGalleryBarItem1, | |||
|  |             this.btnConn, | |||
|  |             this.btnValid}); | |||
|  |             this.ribbonControl1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); | |||
|  |             this.ribbonControl1.MaxItemId = 14; | |||
|  |             this.ribbonControl1.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always; | |||
|  |             this.ribbonControl1.Name = "ribbonControl1"; | |||
|  |             this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { | |||
|  |             this.ribbonPageSkin, | |||
|  |             this.ribbonPageEdit, | |||
|  |             this.ribbonPageSystem}); | |||
|  |             this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010; | |||
|  |             this.ribbonControl1.Size = new System.Drawing.Size(1954, 225); | |||
|  |             this.ribbonControl1.Merge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.ribbonControl1_Merge); | |||
|  |             this.ribbonControl1.UnMerge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.ribbonControl1_UnMerge); | |||
|  |             //  | |||
|  |             // ribbonGalleryBarItem1 | |||
|  |             //  | |||
|  |             this.ribbonGalleryBarItem1.Caption = "InplaceGallery1"; | |||
|  |             //  | |||
|  |             //  | |||
|  |             //  | |||
|  |             galleryItemGroup2.Caption = "Group2"; | |||
|  |             this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] { | |||
|  |             galleryItemGroup2}); | |||
|  |             this.ribbonGalleryBarItem1.Id = 4; | |||
|  |             this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1"; | |||
|  |             //  | |||
|  |             // 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); | |||
|  |             //  | |||
|  |             // skinRibbonGalleryBarItem1 | |||
|  |             //  | |||
|  |             this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1"; | |||
|  |             this.skinRibbonGalleryBarItem1.Id = 11; | |||
|  |             this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1"; | |||
|  |             this.skinRibbonGalleryBarItem1.GalleryItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.skinRibbonGalleryBarItem1_Gallery_ItemClick); | |||
|  |             this.skinRibbonGalleryBarItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.skinRibbonGalleryBarItem1_Gallery_ItemClick); | |||
|  |             //  | |||
|  |             // btnConn | |||
|  |             //  | |||
|  |             this.btnConn.Caption = "数据库"; | |||
|  |             this.btnConn.Id = 12; | |||
|  |             this.btnConn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnConn.ImageOptions.Image"))); | |||
|  |             this.btnConn.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnConn.ImageOptions.LargeImage"))); | |||
|  |             this.btnConn.Name = "btnConn"; | |||
|  |             this.btnConn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnConn_ItemClick); | |||
|  |             //  | |||
|  |             // btnValid | |||
|  |             //  | |||
|  |             this.btnValid.Caption = "验证"; | |||
|  |             this.btnValid.Id = 13; | |||
|  |             this.btnValid.ImageOptions.ImageUri.Uri = "SwitchTimeScalesTo;Size32x32"; | |||
|  |             this.btnValid.Name = "btnValid"; | |||
|  |             this.btnValid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnValid_ItemClick); | |||
|  |             //  | |||
|  |             // ribbonPageSkin | |||
|  |             //  | |||
|  |             this.ribbonPageSkin.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { | |||
|  |             this.ribbonPageGroup3}); | |||
|  |             this.ribbonPageSkin.Name = "ribbonPageSkin"; | |||
|  |             this.ribbonPageSkin.Text = "皮肤"; | |||
|  |             this.ribbonPageSkin.Visible = false; | |||
|  |             //  | |||
|  |             // ribbonPageGroup3 | |||
|  |             //  | |||
|  |             this.ribbonPageGroup3.ItemLinks.Add(this.skinRibbonGalleryBarItem1); | |||
|  |             this.ribbonPageGroup3.Name = "ribbonPageGroup3"; | |||
|  |             this.ribbonPageGroup3.Text = "更改皮肤"; | |||
|  |             //  | |||
|  |             // ribbonPageEdit | |||
|  |             //  | |||
|  |             this.ribbonPageEdit.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { | |||
|  |             this.ribbonPageGroup1}); | |||
|  |             this.ribbonPageEdit.Name = "ribbonPageEdit"; | |||
|  |             this.ribbonPageEdit.Text = "编辑"; | |||
|  |             //  | |||
|  |             // ribbonPageGroup1 | |||
|  |             //  | |||
|  |             this.ribbonPageGroup1.Name = "ribbonPageGroup1"; | |||
|  |             this.ribbonPageGroup1.Text = "编辑"; | |||
|  |             //  | |||
|  |             // 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.btnConn); | |||
|  |             this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem2); | |||
|  |             this.ribbonPageGroup2.ItemLinks.Add(this.btnValid); | |||
|  |             this.ribbonPageGroup2.Name = "ribbonPageGroup2"; | |||
|  |             this.ribbonPageGroup2.Text = "系统菜单"; | |||
|  |             //  | |||
|  |             // 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, 225); | |||
|  |             this.dockPanel1.Margin = new System.Windows.Forms.Padding(4, 16, 21, 5); | |||
|  |             this.dockPanel1.Name = "dockPanel1"; | |||
|  |             this.dockPanel1.OriginalSize = new System.Drawing.Size(144, 200); | |||
|  |             this.dockPanel1.Size = new System.Drawing.Size(144, 993); | |||
|  |             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, 5, 4, 5); | |||
|  |             this.dockPanel1_Container.Name = "dockPanel1_Container"; | |||
|  |             this.dockPanel1_Container.Size = new System.Drawing.Size(129, 952); | |||
|  |             this.dockPanel1_Container.TabIndex = 0; | |||
|  |             //  | |||
|  |             // navBarControl1 | |||
|  |             //  | |||
|  |             this.navBarControl1.ActiveGroup = this.navBarGroup3; | |||
|  |             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, 5, 4, 5); | |||
|  |             this.navBarControl1.Name = "navBarControl1"; | |||
|  |             this.navBarControl1.OptionsNavPane.ExpandedWidth = 151; | |||
|  |             this.navBarControl1.Size = new System.Drawing.Size(151, 475); | |||
|  |             this.navBarControl1.TabIndex = 0; | |||
|  |             this.navBarControl1.Text = "navBarControl1"; | |||
|  |             this.navBarControl1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl1_LinkClicked); | |||
|  |             //  | |||
|  |             // navBarGroup3 | |||
|  |             //  | |||
|  |             this.navBarGroup3.Caption = "授权菜单"; | |||
|  |             this.navBarGroup3.Expanded = true; | |||
|  |             this.navBarGroup3.Name = "navBarGroup3"; | |||
|  |             //  | |||
|  |             // 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"; | |||
|  |             //  | |||
|  |             // ribbonPage2 | |||
|  |             //  | |||
|  |             this.ribbonPage2.Name = "ribbonPage2"; | |||
|  |             this.ribbonPage2.Text = "ribbonPage2"; | |||
|  |             //  | |||
|  |             // toolStrip1 | |||
|  |             //  | |||
|  |             this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; | |||
|  |             this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); | |||
|  |             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |||
|  |             this.lbvsersion, | |||
|  |             this.toolStripSeparator1, | |||
|  |             this.lbOnline}); | |||
|  |             this.toolStrip1.Location = new System.Drawing.Point(144, 1189); | |||
|  |             this.toolStrip1.Name = "toolStrip1"; | |||
|  |             this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0); | |||
|  |             this.toolStrip1.Size = new System.Drawing.Size(1810, 29); | |||
|  |             this.toolStrip1.TabIndex = 4; | |||
|  |             this.toolStrip1.Text = "toolStrip1"; | |||
|  |             //  | |||
|  |             // lbvsersion | |||
|  |             //  | |||
|  |             this.lbvsersion.Name = "lbvsersion"; | |||
|  |             this.lbvsersion.Size = new System.Drawing.Size(56, 24); | |||
|  |             this.lbvsersion.Text = "v1.80"; | |||
|  |             //  | |||
|  |             // toolStripSeparator1 | |||
|  |             //  | |||
|  |             this.toolStripSeparator1.Name = "toolStripSeparator1"; | |||
|  |             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29); | |||
|  |             //  | |||
|  |             // lbOnline | |||
|  |             //  | |||
|  |             this.lbOnline.Name = "lbOnline"; | |||
|  |             this.lbOnline.Size = new System.Drawing.Size(106, 24); | |||
|  |             this.lbOnline.Text = "onelineInfo"; | |||
|  |             //  | |||
|  |             // main | |||
|  |             //  | |||
|  |             this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False; | |||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); | |||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |||
|  |             this.ClientSize = new System.Drawing.Size(1954, 1218); | |||
|  |             this.Controls.Add(this.toolStrip1); | |||
|  |             this.Controls.Add(this.dockPanel1); | |||
|  |             this.Controls.Add(this.ribbonControl1); | |||
|  |             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); | |||
|  |             this.IsMdiContainer = true; | |||
|  |             this.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); | |||
|  |             this.Name = "main"; | |||
|  |             this.Ribbon = this.ribbonControl1; | |||
|  |             this.Text = ""; | |||
|  |             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(); | |||
|  |             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.RibbonGalleryBarItem ribbonGalleryBarItem1; | |||
|  |         private DevExpress.XtraBars.BarButtonItem barButtonItem2; | |||
|  |         private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem1; | |||
|  |         private DevExpress.XtraBars.BarButtonItem btnConn; | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageSkin; | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3; | |||
|  |         private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2; | |||
|  |         private System.Windows.Forms.ToolStrip toolStrip1; | |||
|  |         private System.Windows.Forms.ToolStripLabel lbvsersion; | |||
|  |         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; | |||
|  |         private System.Windows.Forms.ToolStripLabel lbOnline; | |||
|  |         private DevExpress.XtraBars.BarButtonItem btnValid; | |||
|  |     } | |||
|  | } | |||
|  | 
 |