lu
6 天以前 5a7f68bf4dbbdca1abbb939bd43e1fb695bc7c0b
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -74,7 +74,7 @@
            this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnWeight = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -136,9 +136,9 @@
            this.btnGongZi,
            this.btnLianBan,
            this.btnGx,
            this.btnWeight});
            this.btnBaoGao});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 74;
            this.barManager1.MaxItemId = 76;
            // 
            // bar2
            // 
@@ -192,7 +192,7 @@
            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.btnBaoGao)});
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
@@ -598,14 +598,14 @@
            this.barLargeButtonItem4.Tag = "Never";
            this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnWeight
            // btnBaoGao
            // 
            this.btnWeight.Caption = "称重";
            this.btnWeight.Id = 73;
            this.btnWeight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.Image")));
            this.btnWeight.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.LargeImage")));
            this.btnWeight.Name = "btnWeight";
            this.btnWeight.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            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;
            // 
            // barDockControlTop
            // 
@@ -703,6 +703,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnGongZi;
        private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
        private DevExpress.XtraBars.BarLargeButtonItem btnGx;
        private DevExpress.XtraBars.BarLargeButtonItem btnWeight;
        private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
    }
}