1
lu
2024-11-20 0d17767e55e30467f5a96947f5db89abf4834dd8
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -69,6 +69,7 @@
            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();
            // 
@@ -113,9 +114,10 @@
            this.btnDkg,
            this.btnZanTing,
            this.btnBdll,
            this.btnWg});
            this.btnWg,
            this.barLargeButtonItem1});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 47;
            this.barManager1.MaxItemId = 48;
            // 
            // bar2
            // 
@@ -432,7 +434,7 @@
            this.btnKg.Caption = "开工";
            this.btnKg.Id = 42;
            this.btnKg.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
            this.btnKg.ImageOptions.ImageUri.Uri = "business%20objects/bo_security_permission_navigate";
            this.btnKg.ImageOptions.ImageUri.Uri = "Open";
            this.btnKg.Name = "btnKg";
            this.btnKg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnKg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -442,6 +444,7 @@
            this.btnDkg.Caption = "待开工";
            this.btnDkg.Id = 43;
            this.btnDkg.ImageOptions.ImageUri.Uri = "NavigationBar";
            this.btnDkg.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.open2;
            this.btnDkg.Name = "btnDkg";
            this.btnDkg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnDkg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -450,7 +453,7 @@
            // 
            this.btnZanTing.Caption = "工单暂停";
            this.btnZanTing.Id = 44;
            this.btnZanTing.ImageOptions.ImageUri.Uri = "business%20objects/bo_rules";
            this.btnZanTing.ImageOptions.ImageUri.Uri = "Up";
            this.btnZanTing.Name = "btnZanTing";
            this.btnZanTing.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.btnZanTing.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -470,6 +473,7 @@
            this.btnWg.Id = 46;
            this.btnWg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWg.ImageOptions.SvgImage")));
            this.btnWg.Name = "btnWg";
            this.btnWg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barDockControlTop
            // 
@@ -483,7 +487,7 @@
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 285);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 75);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -493,7 +497,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, 140);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
            // 
            // barDockControlRight
            // 
@@ -501,7 +505,13 @@
            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, 140);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            //
            // barLargeButtonItem1
            //
            this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
            this.barLargeButtonItem1.Id = 47;
            this.barLargeButtonItem1.Name = "barLargeButtonItem1";
            // 
            // UcToolBarMenu
            // 
@@ -512,7 +522,7 @@
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 285);
            this.Size = new System.Drawing.Size(1543, 75);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -558,5 +568,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnZanTing;
        private DevExpress.XtraBars.BarLargeButtonItem btnBdll;
        private DevExpress.XtraBars.BarLargeButtonItem btnWg;
        private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
    }
}