using System.Windows.Forms; namespace WMS.Frm { partial class FrmSysFrame { /// /// 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(); DevExpress.XtraBars.Docking.DockPanel dockPanel1; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSysFrame)); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.MenuBar = new DevExpress.XtraNavBar.NavBarControl(); this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components); this.imageCollection3 = new DevExpress.Utils.ImageCollection(this.components); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); this.FunRibbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem(); this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonButton = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.repositoryItemHyperLinkEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.repositoryItemHyperLinkEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.repositoryItemHyperLinkEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.backstageViewTabItem1 = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.lkb_StorName = new System.Windows.Forms.LinkLabel(); this.lkb_UserName = new System.Windows.Forms.LinkLabel(); this.lblTimeNow = new DevExpress.XtraEditors.LabelControl(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.labelControl19 = new DevExpress.XtraEditors.LabelControl(); this.tab_list = new DevExpress.XtraTab.XtraTabControl(); this.imageCollection4 = new DevExpress.Utils.ImageCollection(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.barAndDockingController = new DevExpress.XtraBars.BarAndDockingController(this.components); this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer(); dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MenuBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FunRibbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit5)).BeginInit(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab_list)).BeginInit(); this.tab_list.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).BeginInit(); this.SuspendLayout(); // // dockPanel1 // dockPanel1.AllowBorderColorBlending = true; dockPanel1.AllowCustomHeaderButtonsGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; dockPanel1.Controls.Add(this.dockPanel1_Container); dockPanel1.Cursor = System.Windows.Forms.Cursors.Hand; dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; dockPanel1.FloatSize = new System.Drawing.Size(200, 444); dockPanel1.ID = new System.Guid("05b91482-a58b-4c98-bc5a-4a952607dfb3"); dockPanel1.Location = new System.Drawing.Point(0, 107); dockPanel1.Name = "dockPanel1"; dockPanel1.Options.ShowCloseButton = false; dockPanel1.OriginalSize = new System.Drawing.Size(170, 200); dockPanel1.Size = new System.Drawing.Size(170, 672); dockPanel1.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Left; dockPanel1.Text = "菜单"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.MenuBar); this.dockPanel1_Container.Location = new System.Drawing.Point(4, 39); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(161, 629); this.dockPanel1_Container.TabIndex = 0; // // MenuBar // this.MenuBar.ActiveGroup = null; this.MenuBar.Appearance.Background.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.Background.Options.UseFont = true; this.MenuBar.Appearance.Button.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.Button.Options.UseFont = true; this.MenuBar.Appearance.ButtonDisabled.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ButtonDisabled.Options.UseFont = true; this.MenuBar.Appearance.ButtonHotTracked.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ButtonHotTracked.Options.UseFont = true; this.MenuBar.Appearance.ButtonPressed.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ButtonPressed.Options.UseFont = true; this.MenuBar.Appearance.GroupBackground.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.GroupBackground.Options.UseFont = true; this.MenuBar.Appearance.GroupHeader.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.MenuBar.Appearance.GroupHeader.Options.UseFont = true; this.MenuBar.Appearance.GroupHeaderActive.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.MenuBar.Appearance.GroupHeaderActive.Options.UseFont = true; this.MenuBar.Appearance.GroupHeaderHotTracked.Font = new System.Drawing.Font("微软雅黑", 10F); this.MenuBar.Appearance.GroupHeaderHotTracked.Options.UseFont = true; this.MenuBar.Appearance.GroupHeaderPressed.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.MenuBar.Appearance.GroupHeaderPressed.Options.UseFont = true; this.MenuBar.Appearance.Hint.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.Hint.Options.UseFont = true; this.MenuBar.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 11F); this.MenuBar.Appearance.Item.Options.UseFont = true; this.MenuBar.Appearance.ItemActive.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ItemActive.Options.UseFont = true; this.MenuBar.Appearance.ItemDisabled.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ItemDisabled.Options.UseFont = true; this.MenuBar.Appearance.ItemHotTracked.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ItemHotTracked.Options.UseFont = true; this.MenuBar.Appearance.ItemPressed.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.ItemPressed.Options.UseFont = true; this.MenuBar.Appearance.LinkDropTarget.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.LinkDropTarget.Options.UseFont = true; this.MenuBar.Appearance.NavigationPaneHeader.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.NavigationPaneHeader.Options.UseFont = true; this.MenuBar.Appearance.NavPaneContentButton.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.NavPaneContentButton.Options.UseFont = true; this.MenuBar.Appearance.NavPaneContentButtonHotTracked.Font = new System.Drawing.Font("宋体", 10F); this.MenuBar.Appearance.NavPaneContentButtonHotTracked.Options.UseFont = true; this.MenuBar.Dock = System.Windows.Forms.DockStyle.Fill; this.MenuBar.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.Default; this.MenuBar.Font = new System.Drawing.Font("微软雅黑", 10F); this.MenuBar.LargeImages = this.imageCollection1; this.MenuBar.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl; this.MenuBar.Location = new System.Drawing.Point(0, 0); this.MenuBar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MenuBar.MaximumSize = new System.Drawing.Size(258, 0); this.MenuBar.Name = "MenuBar"; this.MenuBar.NavigationPaneGroupClientHeight = 240; this.MenuBar.NavigationPaneMaxVisibleGroups = 100; this.MenuBar.NavigationPaneOverflowPanelUseSmallImages = false; this.MenuBar.OptionsNavPane.ExpandedWidth = 161; this.MenuBar.OptionsNavPane.ShowExpandButton = false; this.MenuBar.OptionsNavPane.ShowOverflowButton = false; this.MenuBar.OptionsNavPane.ShowOverflowPanel = false; this.MenuBar.OptionsNavPane.ShowSplitter = false; this.MenuBar.SelectLinkOnPress = false; this.MenuBar.Size = new System.Drawing.Size(161, 629); this.MenuBar.SmallImages = this.imageCollection3; this.MenuBar.TabIndex = 27; this.MenuBar.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinNavigationPaneViewInfoRegistrator("DevExpress Style"); this.MenuBar.Leave += new System.EventHandler(this.MenuBar_Leave); // // imageCollection1 // this.imageCollection1.ImageSize = new System.Drawing.Size(32, 32); this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream"))); this.imageCollection1.Images.SetKeyName(0, "系统管理-01.png"); this.imageCollection1.Images.SetKeyName(1, "基础资料-01.png"); this.imageCollection1.Images.SetKeyName(2, "入库管理.png"); this.imageCollection1.Images.SetKeyName(3, "订单管理.png"); this.imageCollection1.Images.SetKeyName(4, "出库管理.png"); this.imageCollection1.Images.SetKeyName(5, "View_32x32.png"); this.imageCollection1.Images.SetKeyName(6, "退货管理.png"); this.imageCollection1.Images.SetKeyName(7, "库存管理.png"); this.imageCollection1.Images.SetKeyName(8, "财务管理.png"); this.imageCollection1.Images.SetKeyName(9, "绩效管理.png"); this.imageCollection1.Images.SetKeyName(10, "报表管理.png"); this.imageCollection1.Images.SetKeyName(11, "Categories_32x32.png"); this.imageCollection1.Images.SetKeyName(12, "article_32x32.png"); this.imageCollection1.Images.SetKeyName(13, "home_32x32.png"); this.imageCollection1.Images.SetKeyName(14, "paste_32x32.png"); this.imageCollection1.Images.SetKeyName(15, "loadfrom_32x32.png"); this.imageCollection1.Images.SetKeyName(16, "Storage.png"); this.imageCollection1.Images.SetKeyName(17, "Messenger.png"); this.imageCollection1.Images.SetKeyName(18, "png0007.png"); this.imageCollection1.Images.SetKeyName(19, "png1119.png"); this.imageCollection1.Images.SetKeyName(20, "金钱.png"); this.imageCollection1.Images.SetKeyName(21, "生产管理.png"); this.imageCollection1.InsertImage(global::WMS.Frm.Properties.Resources.物流公司信息, "物流公司信息", typeof(global::WMS.Frm.Properties.Resources), 22); this.imageCollection1.Images.SetKeyName(22, "物流公司信息"); this.imageCollection1.Images.SetKeyName(23, "Common_Basic.png"); this.imageCollection1.Images.SetKeyName(24, "Common_List.png"); this.imageCollection1.Images.SetKeyName(25, "Common_Other.png"); this.imageCollection1.Images.SetKeyName(26, "Common_Report.png"); this.imageCollection1.Images.SetKeyName(27, "D.png"); this.imageCollection1.Images.SetKeyName(28, "Feedback.png"); this.imageCollection1.Images.SetKeyName(29, "icon-point-2.0cbabec8.png"); this.imageCollection1.Images.SetKeyName(30, "icon-point-3.3a8e473a.png"); this.imageCollection1.Images.SetKeyName(31, "J.png"); this.imageCollection1.Images.SetKeyName(32, "Lesson.png"); this.imageCollection1.Images.SetKeyName(33, "Taste.png"); this.imageCollection1.Images.SetKeyName(34, "icon-point-2.0cbabec8.png"); // // imageCollection3 // this.imageCollection3.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection3.ImageStream"))); this.imageCollection3.InsertImage(global::WMS.Frm.Properties.Resources.字典类型对照信息_01, "字典类型对照信息_01", typeof(global::WMS.Frm.Properties.Resources), 0); this.imageCollection3.Images.SetKeyName(0, "字典类型对照信息_01"); this.imageCollection3.Images.SetKeyName(1, "供应商类型.png"); this.imageCollection3.Images.SetKeyName(2, "预计到货单.png"); this.imageCollection3.Images.SetKeyName(3, "物流公司配送范围.png"); this.imageCollection3.Images.SetKeyName(4, "客户分组.png"); this.imageCollection3.Images.SetKeyName(5, "区县信息.png"); this.imageCollection3.Images.SetKeyName(6, "地区信息.png"); this.imageCollection3.Images.SetKeyName(7, "省份信息.png"); this.imageCollection3.Images.SetKeyName(8, "库存管理 (2).png"); this.imageCollection3.Images.SetKeyName(9, "物流公司信息.png"); this.imageCollection3.Images.SetKeyName(10, "商品分类.png"); this.imageCollection3.Images.SetKeyName(11, "供应商.png"); this.imageCollection3.Images.SetKeyName(12, "仓库信息.png"); this.imageCollection3.Images.SetKeyName(13, "物流公司配送范围.png"); this.imageCollection3.Images.SetKeyName(14, "库位信息.png"); this.imageCollection3.Images.SetKeyName(15, "类型字典信息.png"); this.imageCollection3.Images.SetKeyName(16, "出库单.png"); this.imageCollection3.Images.SetKeyName(17, "库区信息.png"); this.imageCollection3.Images.SetKeyName(18, "订单称重-01.png"); this.imageCollection3.Images.SetKeyName(19, "订单审核.png"); this.imageCollection3.InsertGalleryImage("cards_16x16.png", "images/grid/cards_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/grid/cards_16x16.png"), 20); this.imageCollection3.Images.SetKeyName(20, "cards_16x16.png"); this.imageCollection3.Images.SetKeyName(21, "订单审核.png"); this.imageCollection3.Images.SetKeyName(22, "入库单管理.png"); this.imageCollection3.Images.SetKeyName(23, "库区信息.png"); this.imageCollection3.Images.SetKeyName(24, "入库管理.png"); this.imageCollection3.Images.SetKeyName(25, "到货单管理.png"); this.imageCollection3.Images.SetKeyName(26, "库存调整.png"); this.imageCollection3.Images.SetKeyName(27, "仓库类型信息.png"); this.imageCollection3.Images.SetKeyName(28, "基础资料-01.png"); this.imageCollection3.Images.SetKeyName(29, "库存盘点-01.png"); this.imageCollection3.Images.SetKeyName(30, "供应商.png"); this.imageCollection3.Images.SetKeyName(31, "差异库存2-01.png"); this.imageCollection3.Images.SetKeyName(32, "库存调整.png"); this.imageCollection3.Images.SetKeyName(33, "上架单管理.png"); this.imageCollection3.Images.SetKeyName(34, "订单管理.png"); this.imageCollection3.Images.SetKeyName(35, "类型字典信息.png"); this.imageCollection3.Images.SetKeyName(36, "系统设置-01.png"); this.imageCollection3.Images.SetKeyName(37, "用户信息.png"); this.imageCollection3.Images.SetKeyName(38, "组织机构.png"); this.imageCollection3.Images.SetKeyName(39, "权限管理-01.png"); this.imageCollection3.Images.SetKeyName(40, "供应商类型.png"); this.imageCollection3.Images.SetKeyName(41, "店铺信息.png"); this.imageCollection3.Images.SetKeyName(42, "库位商品表.png"); this.imageCollection3.Images.SetKeyName(43, "采购计划单.png"); this.imageCollection3.Images.SetKeyName(44, "发货扫描 (2).png"); this.imageCollection3.Images.SetKeyName(45, "计划制定.png"); this.imageCollection3.Images.SetKeyName(46, "上架作业.png"); this.imageCollection3.Images.SetKeyName(47, "绿叶.png"); this.imageCollection3.Images.SetKeyName(48, "领取计划.png"); this.imageCollection3.Images.SetKeyName(49, "加工过程.png"); this.imageCollection3.InsertGalleryImage("参数设置_16x16.png", "images/setup/properties_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/setup/properties_16x16.png"), 50); this.imageCollection3.Images.SetKeyName(50, "参数设置_16x16.png"); this.imageCollection3.InsertGalleryImage("SJCL", "images/reports/addgroupheader_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/reports/addgroupheader_16x16.png"), 51); this.imageCollection3.Images.SetKeyName(51, "SJCL"); this.imageCollection3.InsertGalleryImage("XJCL", "images/reports/addgroupfooter_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/reports/addgroupfooter_16x16.png"), 52); this.imageCollection3.Images.SetKeyName(52, "XJCL"); this.imageCollection3.InsertGalleryImage("ZPRW", "images/mail/contact_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/mail/contact_16x16.png"), 53); this.imageCollection3.Images.SetKeyName(53, "ZPRW"); this.imageCollection3.InsertGalleryImage("KQBH", "images/reports/groupheader_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/reports/groupheader_16x16.png"), 54); this.imageCollection3.Images.SetKeyName(54, "KQBH"); this.imageCollection3.InsertGalleryImage("BHCL", "images/reports/addfooter_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/reports/addfooter_16x16.png"), 55); this.imageCollection3.Images.SetKeyName(55, "BHCL"); this.imageCollection3.InsertGalleryImage("报表1", "images/chart/fullstackedline_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/chart/fullstackedline_16x16.png"), 56); this.imageCollection3.Images.SetKeyName(56, "报表1"); this.imageCollection3.InsertGalleryImage("库存分布", "images/chart/chartsshowlegend_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/chart/chartsshowlegend_16x16.png"), 57); this.imageCollection3.Images.SetKeyName(57, "库存分布"); this.imageCollection3.InsertGalleryImage("加工计划", "images/scheduling/today_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/scheduling/today_16x16.png"), 58); this.imageCollection3.Images.SetKeyName(58, "加工计划"); this.imageCollection3.InsertGalleryImage("任务分配", "images/people/assignto_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/people/assignto_16x16.png"), 59); this.imageCollection3.Images.SetKeyName(59, "任务分配"); this.imageCollection3.Images.SetKeyName(60, "Feedback.png"); this.imageCollection3.Images.SetKeyName(61, "Common_Basic.png"); this.imageCollection3.Images.SetKeyName(62, "Common_List.png"); this.imageCollection3.Images.SetKeyName(63, "Common_Other.png"); this.imageCollection3.Images.SetKeyName(64, "Common_Report.png"); this.imageCollection3.Images.SetKeyName(65, "D.png"); this.imageCollection3.Images.SetKeyName(66, "icon-point-2.0cbabec8.png"); this.imageCollection3.Images.SetKeyName(67, "icon-point-3.3a8e473a.png"); this.imageCollection3.Images.SetKeyName(68, "J.png"); // // ribbonPageGroup1 // this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "ribbonPageGroup1"; // // defaultLookAndFeel1 // this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; // // FunRibbon // this.FunRibbon.Cursor = System.Windows.Forms.Cursors.Hand; this.FunRibbon.DrawGroupsBorder = false; this.FunRibbon.ExpandCollapseItem.CloseRadialMenuOnItemClick = true; this.FunRibbon.ExpandCollapseItem.Id = 0; this.FunRibbon.Font = new System.Drawing.Font("宋体", 10F); this.FunRibbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.FunRibbon.ExpandCollapseItem, this.skinRibbonGalleryBarItem1}); this.FunRibbon.LargeImages = this.imageCollection2; this.FunRibbon.Location = new System.Drawing.Point(0, 0); this.FunRibbon.Margin = new System.Windows.Forms.Padding(4); this.FunRibbon.MaxItemId = 21; this.FunRibbon.Name = "FunRibbon"; this.FunRibbon.OptionsCustomizationForm.AllowEditBarItemPopups = true; this.FunRibbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.FunRibbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemHyperLinkEdit1, this.repositoryItemHyperLinkEdit2, this.repositoryItemHyperLinkEdit3, this.repositoryItemHyperLinkEdit4, this.repositoryItemHyperLinkEdit5}); this.FunRibbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.FunRibbon.ShowCategoryInCaption = false; this.FunRibbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; this.FunRibbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; this.FunRibbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False; this.FunRibbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.FunRibbon.ShowQatLocationSelector = false; this.FunRibbon.ShowToolbarCustomizeItem = false; this.FunRibbon.Size = new System.Drawing.Size(1298, 107); this.FunRibbon.Toolbar.ShowCustomizeItem = false; this.FunRibbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; this.FunRibbon.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FunRibbon_MouseMove); // // skinRibbonGalleryBarItem1 // this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1"; this.skinRibbonGalleryBarItem1.Id = 18; this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1"; // // imageCollection2 // this.imageCollection2.ImageSize = new System.Drawing.Size(32, 32); this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream"))); // // ribbonPage1 // this.ribbonPage1.Appearance.BackColor = System.Drawing.Color.PaleGreen; this.ribbonPage1.Appearance.Font = new System.Drawing.Font("微软雅黑", 11F); this.ribbonPage1.Appearance.Options.UseBackColor = true; this.ribbonPage1.Appearance.Options.UseFont = true; this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonButton}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "服务"; // // ribbonButton // this.ribbonButton.ImageIndex = 0; this.ribbonButton.Name = "ribbonButton"; this.ribbonButton.ShowCaptionButton = false; // // repositoryItemHyperLinkEdit1 // this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1"; // // repositoryItemHyperLinkEdit2 // this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2"; // // repositoryItemHyperLinkEdit3 // this.repositoryItemHyperLinkEdit3.AutoHeight = false; this.repositoryItemHyperLinkEdit3.Name = "repositoryItemHyperLinkEdit3"; // // repositoryItemHyperLinkEdit4 // this.repositoryItemHyperLinkEdit4.AutoHeight = false; this.repositoryItemHyperLinkEdit4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.repositoryItemHyperLinkEdit4.Name = "repositoryItemHyperLinkEdit4"; this.repositoryItemHyperLinkEdit4.NullText = "111"; // // repositoryItemHyperLinkEdit5 // this.repositoryItemHyperLinkEdit5.AutoHeight = false; this.repositoryItemHyperLinkEdit5.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.repositoryItemHyperLinkEdit5.Name = "repositoryItemHyperLinkEdit5"; // // backstageViewTabItem1 // this.backstageViewTabItem1.Caption = "backstageViewTabItem1"; this.backstageViewTabItem1.Name = "backstageViewTabItem1"; this.backstageViewTabItem1.Selected = false; // // xtraTabPage1 // this.xtraTabPage1.Appearance.Header.Font = new System.Drawing.Font("宋体", 10F); this.xtraTabPage1.Appearance.Header.Options.UseFont = true; this.xtraTabPage1.Controls.Add(this.panelControl1); this.xtraTabPage1.Controls.Add(this.panelControl2); this.xtraTabPage1.Cursor = System.Windows.Forms.Cursors.Default; this.xtraTabPage1.ImageIndex = 41; this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False; this.xtraTabPage1.Size = new System.Drawing.Size(1126, 628); this.xtraTabPage1.TabPageWidth = 120; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.panelControl1.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleRight; this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1126, 628); this.panelControl1.TabIndex = 0; this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint); // // panelControl2 // this.panelControl2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal; this.panelControl2.Controls.Add(this.lkb_StorName); this.panelControl2.Controls.Add(this.lkb_UserName); this.panelControl2.Controls.Add(this.lblTimeNow); this.panelControl2.Controls.Add(this.labelControl18); this.panelControl2.Controls.Add(this.labelControl19); this.panelControl2.Location = new System.Drawing.Point(130, 0); this.panelControl2.Margin = new System.Windows.Forms.Padding(4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1083, 30); this.panelControl2.TabIndex = 86; this.panelControl2.Visible = false; // // lkb_StorName // this.lkb_StorName.AutoSize = true; this.lkb_StorName.BackColor = System.Drawing.Color.Transparent; this.lkb_StorName.Font = new System.Drawing.Font("宋体", 13F); this.lkb_StorName.LinkColor = System.Drawing.Color.SteelBlue; this.lkb_StorName.Location = new System.Drawing.Point(451, 8); this.lkb_StorName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lkb_StorName.Name = "lkb_StorName"; this.lkb_StorName.Size = new System.Drawing.Size(98, 18); this.lkb_StorName.TabIndex = 4; this.lkb_StorName.TabStop = true; this.lkb_StorName.Text = "linkLabel1"; this.lkb_StorName.Visible = false; // // lkb_UserName // this.lkb_UserName.AutoEllipsis = true; this.lkb_UserName.AutoSize = true; this.lkb_UserName.BackColor = System.Drawing.Color.Transparent; this.lkb_UserName.Font = new System.Drawing.Font("宋体", 13F); this.lkb_UserName.LinkColor = System.Drawing.Color.SteelBlue; this.lkb_UserName.Location = new System.Drawing.Point(126, 9); this.lkb_UserName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lkb_UserName.Name = "lkb_UserName"; this.lkb_UserName.Size = new System.Drawing.Size(98, 18); this.lkb_UserName.TabIndex = 4; this.lkb_UserName.TabStop = true; this.lkb_UserName.Text = "linkLabel1"; this.lkb_UserName.Visible = false; this.lkb_UserName.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lkb_UserName_MouseClick); // // lblTimeNow // this.lblTimeNow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblTimeNow.Appearance.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Bold); this.lblTimeNow.Appearance.ForeColor = System.Drawing.Color.Goldenrod; this.lblTimeNow.Appearance.Options.UseFont = true; this.lblTimeNow.Appearance.Options.UseForeColor = true; this.lblTimeNow.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lblTimeNow.LineColor = System.Drawing.Color.Red; this.lblTimeNow.LineLocation = DevExpress.XtraEditors.LineLocation.Center; this.lblTimeNow.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.lblTimeNow.LineVisible = true; this.lblTimeNow.Location = new System.Drawing.Point(776, 4); this.lblTimeNow.Margin = new System.Windows.Forms.Padding(4); this.lblTimeNow.Name = "lblTimeNow"; this.lblTimeNow.Size = new System.Drawing.Size(218, 28); this.lblTimeNow.TabIndex = 1; this.lblTimeNow.Text = "2013-01-03 13:47:50"; this.lblTimeNow.Visible = false; // // labelControl18 // this.labelControl18.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl18.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl18.Appearance.Image"))); this.labelControl18.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.labelControl18.Appearance.Options.UseFont = true; this.labelControl18.Appearance.Options.UseForeColor = true; this.labelControl18.Appearance.Options.UseImage = true; this.labelControl18.Appearance.Options.UseImageAlign = true; this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl18.Location = new System.Drawing.Point(358, 4); this.labelControl18.Margin = new System.Windows.Forms.Padding(4); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(99, 29); this.labelControl18.TabIndex = 2; this.labelControl18.Text = " 仓库:"; this.labelControl18.Visible = false; // // labelControl19 // this.labelControl19.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl19.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl19.Appearance.Image"))); this.labelControl19.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.labelControl19.Appearance.Options.UseFont = true; this.labelControl19.Appearance.Options.UseForeColor = true; this.labelControl19.Appearance.Options.UseImage = true; this.labelControl19.Appearance.Options.UseImageAlign = true; this.labelControl19.AutoEllipsis = true; this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl19.Location = new System.Drawing.Point(14, 3); this.labelControl19.Margin = new System.Windows.Forms.Padding(4); this.labelControl19.Name = "labelControl19"; this.labelControl19.Size = new System.Drawing.Size(115, 29); this.labelControl19.TabIndex = 2; this.labelControl19.Text = " 登录人:"; this.labelControl19.Visible = false; // // tab_list // this.tab_list.AppearancePage.Header.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold); this.tab_list.AppearancePage.Header.Options.UseFont = true; this.tab_list.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tab_list.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageAndTabControlHeader; this.tab_list.Cursor = System.Windows.Forms.Cursors.Default; this.tab_list.Dock = System.Windows.Forms.DockStyle.Fill; this.tab_list.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next) | DevExpress.XtraTab.TabButtons.Close) | DevExpress.XtraTab.TabButtons.Default))); this.tab_list.Images = this.imageCollection4; this.tab_list.Location = new System.Drawing.Point(170, 107); this.tab_list.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tab_list.Name = "tab_list"; this.tab_list.SelectedTabPage = this.xtraTabPage1; this.tab_list.Size = new System.Drawing.Size(1128, 672); this.tab_list.TabIndex = 29; this.tab_list.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1}); this.tab_list.CloseButtonClick += new System.EventHandler(this.tab_list_CloseButtonClick); this.tab_list.MouseHover += new System.EventHandler(this.tab_list_MouseHover); // // imageCollection4 // this.imageCollection4.ImageSize = new System.Drawing.Size(32, 32); this.imageCollection4.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection4.ImageStream"))); this.imageCollection4.Images.SetKeyName(0, "字典类型对照信息-01.png"); this.imageCollection4.Images.SetKeyName(1, "供应商类型.png"); this.imageCollection4.Images.SetKeyName(2, "预计到货单.png"); this.imageCollection4.Images.SetKeyName(3, "物流公司配送范围.png"); this.imageCollection4.Images.SetKeyName(4, "客户分组.png"); this.imageCollection4.Images.SetKeyName(5, "区县信息.png"); this.imageCollection4.Images.SetKeyName(6, "地区信息.png"); this.imageCollection4.Images.SetKeyName(7, "省份信息.png"); this.imageCollection4.Images.SetKeyName(8, "库存调整.png"); this.imageCollection4.Images.SetKeyName(9, "物流公司信息.png"); this.imageCollection4.Images.SetKeyName(10, "商品分类.png"); this.imageCollection4.Images.SetKeyName(11, "供应商.png"); this.imageCollection4.Images.SetKeyName(12, "仓库信息.png"); this.imageCollection4.Images.SetKeyName(13, "物流公司配送范围.png"); this.imageCollection4.Images.SetKeyName(14, "库区信息.png"); this.imageCollection4.Images.SetKeyName(15, "类型字典信息.png"); this.imageCollection4.Images.SetKeyName(16, "出库单.png"); this.imageCollection4.Images.SetKeyName(17, "库区信息.png"); this.imageCollection4.Images.SetKeyName(18, "订单称重-01.png"); this.imageCollection4.Images.SetKeyName(19, "订单审核.png"); this.imageCollection4.Images.SetKeyName(20, "字典类型对照信息-01.png"); this.imageCollection4.Images.SetKeyName(21, "报表管理.png"); this.imageCollection4.Images.SetKeyName(22, "入库单管理.png"); this.imageCollection4.Images.SetKeyName(23, "库区信息.png"); this.imageCollection4.Images.SetKeyName(24, "入库管理.png"); this.imageCollection4.Images.SetKeyName(25, "到货单管理.png"); this.imageCollection4.Images.SetKeyName(26, "库存调整.png"); this.imageCollection4.Images.SetKeyName(27, "仓库类型信息.png"); this.imageCollection4.Images.SetKeyName(28, "基础资料-01.png"); this.imageCollection4.Images.SetKeyName(29, "库存盘点-01.png"); this.imageCollection4.Images.SetKeyName(30, "供应商.png"); this.imageCollection4.Images.SetKeyName(31, "差异库存2-01.png"); this.imageCollection4.Images.SetKeyName(32, "库存调整.png"); this.imageCollection4.Images.SetKeyName(33, "上架单管理.png"); this.imageCollection4.Images.SetKeyName(34, "订单管理.png"); this.imageCollection4.Images.SetKeyName(35, "类型字典信息.png"); this.imageCollection4.Images.SetKeyName(36, "系统设置-01.png"); this.imageCollection4.Images.SetKeyName(37, "用户信息.png"); this.imageCollection4.Images.SetKeyName(38, "组织机构.png"); this.imageCollection4.Images.SetKeyName(39, "权限管理-01.png"); this.imageCollection4.Images.SetKeyName(40, "供应商类型.png"); this.imageCollection4.Images.SetKeyName(41, "店铺信息.png"); this.imageCollection4.Images.SetKeyName(42, "库位商品表.png"); this.imageCollection4.Images.SetKeyName(43, "采购计划单.png"); this.imageCollection4.Images.SetKeyName(44, "发货扫描 (2).png"); this.imageCollection4.Images.SetKeyName(45, "计划制定.png"); this.imageCollection4.Images.SetKeyName(46, "上架作业.png"); this.imageCollection4.Images.SetKeyName(47, "绿叶.png"); this.imageCollection4.Images.SetKeyName(48, "领取计划.png"); this.imageCollection4.Images.SetKeyName(49, "加工过程.png"); this.imageCollection4.InsertGalleryImage("参数设置_32x32.png", "images/setup/properties_32x32.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/setup/properties_32x32.png"), 50); this.imageCollection4.Images.SetKeyName(50, "参数设置_32x32.png"); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; // // dockManager1 // this.dockManager1.AutoHideSpeed = 10; this.dockManager1.Controller = this.barAndDockingController; this.dockManager1.DockingOptions.HideImmediatelyOnAutoHide = true; this.dockManager1.DockingOptions.ShowCloseButton = false; this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { 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"}); // // barAndDockingController // this.barAndDockingController.LookAndFeel.FormTouchScaleFactor = 1F; this.barAndDockingController.PaintStyleName = "Skin"; this.barAndDockingController.PropertiesBar.AllowLinkLighting = false; this.barAndDockingController.PropertiesBar.DefaultGlyphSize = new System.Drawing.Size(16, 16); this.barAndDockingController.PropertiesBar.DefaultLargeGlyphSize = new System.Drawing.Size(32, 32); // // hideContainerLeft // this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(219)))), ((int)(((byte)(233))))); this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left; this.hideContainerLeft.Location = new System.Drawing.Point(0, 130); this.hideContainerLeft.Name = "hideContainerLeft"; this.hideContainerLeft.Size = new System.Drawing.Size(38, 482); // // FrmSysFrame // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1298, 779); this.Controls.Add(this.tab_list); this.Controls.Add(dockPanel1); this.Controls.Add(this.FunRibbon); this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FrmSysFrame"; this.Ribbon = this.FunRibbon; this.ShowIcon = false; this.Text = "WMS"; this.Load += new System.EventHandler(this.FrmSysFrame_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmSysFrame_KeyDown); dockPanel1.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MenuBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FunRibbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit5)).EndInit(); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab_list)).EndInit(); this.tab_list.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.imageCollection4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; private DevExpress.XtraBars.Ribbon.BackstageViewTabItem backstageViewTabItem1; private DevExpress.Utils.ImageCollection imageCollection1; private DevExpress.XtraBars.Ribbon.RibbonControl FunRibbon; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonButton; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private DevExpress.XtraTab.XtraTabControl tab_list; private DevExpress.XtraNavBar.NavBarControl MenuBar; private DevExpress.Utils.ImageCollection imageCollection2; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.Utils.ImageCollection imageCollection3; private Timer timer1; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit2; private DevExpress.Utils.ImageCollection imageCollection4; private DevExpress.XtraEditors.PanelControl panelControl2; private LinkLabel lkb_StorName; private LinkLabel lkb_UserName; private DevExpress.XtraEditors.LabelControl labelControl18; private DevExpress.XtraEditors.LabelControl labelControl19; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit3; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit4; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit5; private DevExpress.XtraEditors.LabelControl lblTimeNow; private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem1; private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private DevExpress.XtraBars.Docking.AutoHideContainer hideContainerLeft; private DevExpress.XtraBars.BarAndDockingController barAndDockingController; } }