From ebc92c534291a81c6bc8e365f89799d7cfae0e5d Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 18 十二月 2025 19:43:08 +0800
Subject: [PATCH] 1、更新查询审核和未审核单据
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 91 ++++++++++++++++++++++++++++++---------------
1 files changed, 61 insertions(+), 30 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 8536b36..071ee44 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -79,6 +79,8 @@
this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnBDLingLiao = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnWj = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnPCcxpx = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnRiJiHua = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -87,8 +89,8 @@
this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem6 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem7 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnPCcxpx = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnRiJiHua = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnQueryChk = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnQueryFchk = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -154,9 +156,11 @@
this.btnWj,
this.barButtonItem1,
this.btnPCcxpx,
- this.btnRiJiHua});
+ this.btnRiJiHua,
+ this.btnQueryChk,
+ this.btnQueryFchk});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 82;
+ this.barManager1.MaxItemId = 84;
//
// bar2
//
@@ -216,7 +220,9 @@
new DevExpress.XtraBars.LinkPersistInfo(this.btnBDLingLiao),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnWj, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPCcxpx, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
- new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnRiJiHua, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
+ new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnRiJiHua, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnQueryChk),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnQueryFchk)});
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
@@ -666,37 +672,61 @@
this.btnWj.Name = "btnWj";
this.btnWj.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
+ // btnPCcxpx
+ //
+ this.btnPCcxpx.Caption = "閲嶆柊鎺掑簭";
+ this.btnPCcxpx.Id = 80;
+ this.btnPCcxpx.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sortasc_16x16;
+ this.btnPCcxpx.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sortasc_32x32;
+ this.btnPCcxpx.Name = "btnPCcxpx";
+ this.btnPCcxpx.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnPCcxpx.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnRiJiHua
+ //
+ this.btnRiJiHua.Caption = "鐢熸垚鏃ヨ鍒�";
+ this.btnRiJiHua.Id = 81;
+ this.btnRiJiHua.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.dayview_16x16;
+ this.btnRiJiHua.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.dayview_32x32;
+ this.btnRiJiHua.Name = "btnRiJiHua";
+ this.btnRiJiHua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnRiJiHua.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, 171);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 316);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 246);
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, 171);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 103);
+ this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 75);
//
// 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, 171);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 103);
+ this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 75);
//
// barButtonItem1
//
@@ -735,36 +765,35 @@
this.barLargeButtonItem7.Name = "barLargeButtonItem7";
this.barLargeButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // btnPCcxpx
+ // btnQueryChk
//
- this.btnPCcxpx.Caption = "閲嶆柊鎺掑簭";
- this.btnPCcxpx.Id = 80;
- this.btnPCcxpx.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sortasc_16x16;
- this.btnPCcxpx.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sortasc_32x32;
- this.btnPCcxpx.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- this.btnPCcxpx.Name = "btnPCcxpx";
- this.btnPCcxpx.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ this.btnQueryChk.Caption = "鏌ヨ瀹℃牳";
+ this.btnQueryChk.Id = 82;
+ this.btnQueryChk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem8.ImageOptions.Image")));
+ this.btnQueryChk.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem8.ImageOptions.LargeImage")));
+ this.btnQueryChk.Name = "btnQueryChk";
+ this.btnQueryChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // btnRiJiHua
+ // btnQueryFchk
//
- this.btnRiJiHua.Caption = "鐢熸垚鏃ヨ鍒�";
- this.btnRiJiHua.Id = 81;
- this.btnRiJiHua.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.dayview_16x16;
- this.btnRiJiHua.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.dayview_32x32;
- this.btnRiJiHua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- this.btnRiJiHua.Name = "btnRiJiHua";
- this.btnRiJiHua.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ this.btnQueryFchk.Caption = "鏌ヨ鏈鏍�";
+ this.btnQueryFchk.Id = 83;
+ this.btnQueryFchk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem9.ImageOptions.Image")));
+ this.btnQueryFchk.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem9.ImageOptions.LargeImage")));
+ this.btnQueryFchk.Name = "btnQueryFchk";
+ this.btnQueryFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// 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, 316);
+ this.Size = new System.Drawing.Size(1350, 246);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -830,5 +859,7 @@
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem6;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem7;
private DevExpress.XtraBars.BarLargeButtonItem btnRiJiHua;
+ private DevExpress.XtraBars.BarLargeButtonItem btnQueryChk;
+ private DevExpress.XtraBars.BarLargeButtonItem btnQueryFchk;
}
}
--
Gitblit v1.9.3