kyy
2025-11-12 4b1b24b7b57a4fe4a1b24a65b821b17c3267ea4c
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -76,6 +76,7 @@
            this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnTBPrint = new DevExpress.XtraBars.BarLargeButtonItem();
            this.btnRefuse = new DevExpress.XtraBars.BarLargeButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -139,9 +140,10 @@
            this.btnLianBan,
            this.btnGx,
            this.btnBaoGao,
            this.btnTBPrint});
            this.btnTBPrint,
            this.btnRefuse});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 76;
            this.barManager1.MaxItemId = 77;
            // 
            // bar2
            // 
@@ -196,7 +198,8 @@
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnTBPrint)});
            new DevExpress.XtraBars.LinkPersistInfo(this.btnTBPrint),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnRefuse)});
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
@@ -620,48 +623,62 @@
            this.btnTBPrint.Name = "btnTBPrint";
            this.btnTBPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // btnRefuse
            //
            this.btnRefuse.Caption = "拒签";
            this.btnRefuse.Id = 76;
            this.btnRefuse.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRefuse.ImageOptions.Image")));
            this.btnRefuse.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnRefuse.ImageOptions.LargeImage")));
            this.btnRefuse.Name = "btnRefuse";
            this.btnRefuse.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Manager = this.barManager1;
            this.barDockControlTop.Size = new System.Drawing.Size(1543, 213);
            this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(1350, 114);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 226);
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 176);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.barDockControlBottom.Size = new System.Drawing.Size(1350, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 213);
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 114);
            this.barDockControlLeft.Manager = this.barManager1;
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 13);
            this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 62);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1543, 213);
            this.barDockControlRight.Location = new System.Drawing.Point(1350, 114);
            this.barDockControlRight.Manager = this.barManager1;
            this.barDockControlRight.Size = new System.Drawing.Size(0, 13);
            this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 62);
            // 
            // UcToolBarMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "UcToolBarMenu";
            this.Size = new System.Drawing.Size(1543, 226);
            this.Size = new System.Drawing.Size(1350, 176);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -718,5 +735,6 @@
        private DevExpress.XtraBars.BarLargeButtonItem btnGx;
        private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
        private DevExpress.XtraBars.BarLargeButtonItem btnTBPrint;
        private DevExpress.XtraBars.BarLargeButtonItem btnRefuse;
    }
}