bug
lu
6 天以前 8fd2d3aafe3a464219fec1806c3f06c3b6d69f1f
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -66,6 +66,7 @@
            this.btnAll = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnGongZi = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnLianBan = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnGx = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnLayout = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnFont = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnHelp = new DevExpress.XtraBars.BarLargeButtonItem();
@@ -73,7 +74,7 @@
            this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnGx = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnWeight = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -134,9 +135,10 @@
            this.btnAll,
            this.btnGongZi,
            this.btnLianBan,
            this.btnGx});
            this.btnGx,
            this.btnWeight});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 72;
            this.barManager1.MaxItemId = 74;
            // 
            // bar2
            // 
@@ -189,8 +191,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4)});
            this.bar2.OptionsBar.DrawBorder = false;
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnWeight)});
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
@@ -519,6 +521,15 @@
            this.btnLianBan.Name = "btnLianBan";
            this.btnLianBan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnGx
            //
            this.btnGx.Caption = "工序变更";
            this.btnGx.Id = 71;
            this.btnGx.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnGx.ImageOptions.Image")));
            this.btnGx.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnGx.ImageOptions.LargeImage")));
            this.btnGx.Name = "btnGx";
            this.btnGx.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // btnLayout
            // 
            this.btnLayout.Caption = "版面";
@@ -587,14 +598,14 @@
            this.barLargeButtonItem4.Tag = "Never";
            this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnGx
            // btnWeight
            // 
            this.btnGx.Caption = "工序变更";
            this.btnGx.Id = 71;
            this.btnGx.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnGx.ImageOptions.Image")));
            this.btnGx.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnGx.ImageOptions.LargeImage")));
            this.btnGx.Name = "btnGx";
            this.btnGx.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            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;
            // 
            // barDockControlTop
            // 
@@ -608,7 +619,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 67);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 68);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -637,7 +648,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 67);
            this.Size = new System.Drawing.Size(1543, 68);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -692,5 +703,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnGongZi;
        private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
        private DevExpress.XtraBars.BarLargeButtonItem btnGx;
        private DevExpress.XtraBars.BarLargeButtonItem btnWeight;
    }
}