lu
2024-11-20 7cc8ddb14177acb8a5aff6a0ecf02e15dd077e08
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -64,11 +64,11 @@
            this.btnDkg = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnZanTing = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnBdll = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnWg = 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.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
@@ -108,14 +108,14 @@
            this.btnBoHui,
            this.btnJieAn,
            this.btnFjieAn,
            this.barLargeButtonItem1,
            this.btnTzbl,
            this.btnKg,
            this.btnDkg,
            this.btnZanTing,
            this.btnBdll});
            this.btnBdll,
            this.btnWg});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 46;
            this.barManager1.MaxItemId = 47;
            // 
            // bar2
            // 
@@ -154,7 +154,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.btnKg),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnDkg),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnZanTing),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnBdll)});
            new DevExpress.XtraBars.LinkPersistInfo(this.btnBdll),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnWg)});
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
@@ -463,6 +464,13 @@
            this.btnBdll.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnBdll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnWg
            //
            this.btnWg.Caption = "手动完工";
            this.btnWg.Id = 46;
            this.btnWg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWg.ImageOptions.SvgImage")));
            this.btnWg.Name = "btnWg";
            //
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
@@ -475,7 +483,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 76);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 285);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -485,7 +493,7 @@
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 145);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 140);
            // 
            // barDockControlRight
            // 
@@ -493,14 +501,7 @@
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1543, 145);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            //
            // barLargeButtonItem1
            //
            this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
            this.barLargeButtonItem1.Id = 40;
            this.barLargeButtonItem1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.add_32x32;
            this.barLargeButtonItem1.Name = "barLargeButtonItem1";
            this.barDockControlRight.Size = new System.Drawing.Size(0, 140);
            // 
            // UcToolBarMenu
            // 
@@ -511,7 +512,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 76);
            this.Size = new System.Drawing.Size(1543, 285);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -551,11 +552,11 @@
        private DevExpress.XtraBars.BarDockControl barDockControlRight;
        private DevExpress.XtraBars.BarLargeButtonItem btnJieAn;
        private DevExpress.XtraBars.BarLargeButtonItem btnFjieAn;
        private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
        private DevExpress.XtraBars.BarLargeButtonItem btnTzbl;
        private DevExpress.XtraBars.BarLargeButtonItem btnKg;
        private DevExpress.XtraBars.BarLargeButtonItem btnDkg;
        private DevExpress.XtraBars.BarLargeButtonItem btnZanTing;
        private DevExpress.XtraBars.BarLargeButtonItem btnBdll;
        private DevExpress.XtraBars.BarLargeButtonItem btnWg;
    }
}