bug
lu
4 天以前 daebf2c2a4f1cbbf310e9d739c2ed198cfc5865e
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -71,12 +71,12 @@
            this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnAll = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnGongZi = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnLianBan = new DevExpress.XtraBars.BarLargeButtonItem();
            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.btnGongZi = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnLianBan = new DevExpress.XtraBars.BarLargeButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
@@ -566,6 +566,24 @@
            this.btnAll.Name = "btnAll";
            this.btnAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnGongZi
            //
            this.btnGongZi.Caption = "计算工资";
            this.btnGongZi.Id = 69;
            this.btnGongZi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnGongZi.ImageOptions.Image")));
            this.btnGongZi.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnGongZi.ImageOptions.LargeImage")));
            this.btnGongZi.Name = "btnGongZi";
            this.btnGongZi.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // btnLianBan
            //
            this.btnLianBan.Caption = "设置连班";
            this.btnLianBan.Id = 70;
            this.btnLianBan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLianBan.ImageOptions.Image")));
            this.btnLianBan.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnLianBan.ImageOptions.LargeImage")));
            this.btnLianBan.Name = "btnLianBan";
            this.btnLianBan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
@@ -578,7 +596,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 294);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 68);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -588,7 +606,7 @@
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 142);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 152);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
            // 
            // barDockControlRight
            // 
@@ -596,23 +614,7 @@
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1543, 142);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 152);
            //
            // btnGongZi
            //
            this.btnGongZi.Caption = "计算工资";
            this.btnGongZi.Id = 69;
            this.btnGongZi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image")));
            this.btnGongZi.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage")));
            this.btnGongZi.Name = "btnGongZi";
            //
            // btnLianBan
            //
            this.btnLianBan.Caption = "设置连班";
            this.btnLianBan.Id = 70;
            this.btnLianBan.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.Image")));
            this.btnLianBan.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.LargeImage")));
            this.btnLianBan.Name = "btnLianBan";
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            // 
            // UcToolBarMenu
            // 
@@ -623,7 +625,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 294);
            this.Size = new System.Drawing.Size(1543, 68);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();