bug
lu
7 天以前 3ee759fb8ca911b0fa3c4ccb82d318ca8ee559ad
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -79,6 +79,7 @@
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
@@ -136,9 +137,10 @@
            this.btnGongZi,
            this.btnLianBan,
            this.btnGx,
            this.btnWeight});
            this.btnWeight,
            this.btnBaoGao});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 74;
            this.barManager1.MaxItemId = 76;
            // 
            // bar2
            // 
@@ -192,7 +194,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnWeight)});
            new DevExpress.XtraBars.LinkPersistInfo(this.btnWeight),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao)});
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
@@ -619,7 +622,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 68);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 206);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -639,6 +642,15 @@
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            // 
            // btnBaoGao
            //
            this.btnBaoGao.Caption = "生成报告";
            this.btnBaoGao.Id = 75;
            this.btnBaoGao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.Image")));
            this.btnBaoGao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.LargeImage")));
            this.btnBaoGao.Name = "btnBaoGao";
            this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // UcToolBarMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -648,7 +660,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 68);
            this.Size = new System.Drawing.Size(1543, 206);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -704,5 +716,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
        private DevExpress.XtraBars.BarLargeButtonItem btnGx;
        private DevExpress.XtraBars.BarLargeButtonItem btnWeight;
        private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
    }
}