From 9295cd253cf99eb97b7103e704919ad3d0de1a95 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期五, 19 十二月 2025 13:17:40 +0800
Subject: [PATCH] cgrk复选框开启可编辑

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs |  153 +++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 141 insertions(+), 12 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 2f0c056..bdfbf5f 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -77,10 +77,20 @@
             this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
             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.btnQueryChk = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnQueryFchk = 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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
+            this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.barLargeButtonItem6 = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.barLargeButtonItem7 = new DevExpress.XtraBars.BarLargeButtonItem();
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
             this.SuspendLayout();
             // 
@@ -141,9 +151,16 @@
             this.btnGx,
             this.btnBaoGao,
             this.btnPingZhi,
-            this.btnFPingZhi});
+            this.btnFPingZhi,
+            this.btnBDLingLiao,
+            this.btnWj,
+            this.barButtonItem1,
+            this.btnPCcxpx,
+            this.btnRiJiHua,
+            this.btnQueryChk,
+            this.btnQueryFchk});
             this.barManager1.MainMenu = this.bar2;
-            this.barManager1.MaxItemId = 78;
+            this.barManager1.MaxItemId = 84;
             // 
             // bar2
             // 
@@ -199,7 +216,13 @@
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
             new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
-            new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao)});
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao),
+            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(this.btnQueryChk),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnQueryFchk)});
             this.bar2.OptionsBar.DrawDragBorder = false;
             this.bar2.OptionsBar.MultiLine = true;
             this.bar2.OptionsBar.UseWholeRow = true;
@@ -633,48 +656,144 @@
             this.btnBaoGao.Name = "btnBaoGao";
             this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 
+            // btnBDLingLiao
+            // 
+            this.btnBDLingLiao.Caption = "澶囧崟棰嗘枡";
+            this.btnBDLingLiao.Id = 78;
+            this.btnBDLingLiao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBDLingLiao.ImageOptions.Image")));
+            this.btnBDLingLiao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBDLingLiao.ImageOptions.LargeImage")));
+            this.btnBDLingLiao.Name = "btnBDLingLiao";
+            this.btnBDLingLiao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnWj
+            // 
+            this.btnWj.Caption = "瀹岀粨";
+            this.btnWj.Id = 79;
+            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;
+            // 
+            // btnQueryChk
+            // 
+            this.btnQueryChk.Caption = "鏌ヨ宸插畬鎴�";
+            this.btnQueryChk.Id = 82;
+            this.btnQueryChk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQueryChk.ImageOptions.Image")));
+            this.btnQueryChk.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnQueryChk.ImageOptions.LargeImage")));
+            this.btnQueryChk.Name = "btnQueryChk";
+            this.btnQueryChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnQueryFchk
+            // 
+            this.btnQueryFchk.Caption = "鏌ヨ鏈畬鎴�";
+            this.btnQueryFchk.Id = 83;
+            this.btnQueryFchk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQueryFchk.ImageOptions.Image")));
+            this.btnQueryFchk.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnQueryFchk.ImageOptions.LargeImage")));
+            this.btnQueryFchk.Name = "btnQueryFchk";
+            this.btnQueryFchk.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, 70);
+            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, 0);
+            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, 0);
+            this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.barDockControlRight.Size = new System.Drawing.Size(0, 75);
+            // 
+            // barButtonItem1
+            // 
+            this.barButtonItem1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
+            this.barButtonItem1.Caption = "閲嶆柊鎺掑簭";
+            this.barButtonItem1.Id = 79;
+            this.barButtonItem1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dclusteredcolumn_32x32;
+            this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
+            this.barButtonItem1.ImageToTextAlignment = DevExpress.XtraBars.BarItemImageToTextAlignment.AfterText;
+            this.barButtonItem1.Name = "barButtonItem1";
+            // 
+            // barLargeButtonItem5
+            // 
+            this.barLargeButtonItem5.Caption = "澶囧崟棰嗘枡";
+            this.barLargeButtonItem5.Id = 78;
+            this.barLargeButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image")));
+            this.barLargeButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage")));
+            this.barLargeButtonItem5.Name = "barLargeButtonItem5";
+            this.barLargeButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // barLargeButtonItem6
+            // 
+            this.barLargeButtonItem6.Caption = "澶囧崟棰嗘枡";
+            this.barLargeButtonItem6.Id = 78;
+            this.barLargeButtonItem6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.Image")));
+            this.barLargeButtonItem6.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.LargeImage")));
+            this.barLargeButtonItem6.Name = "barLargeButtonItem6";
+            this.barLargeButtonItem6.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // barLargeButtonItem7
+            // 
+            this.barLargeButtonItem7.Caption = "澶囧崟棰嗘枡";
+            this.barLargeButtonItem7.Id = 78;
+            this.barLargeButtonItem7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem7.ImageOptions.Image")));
+            this.barLargeButtonItem7.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem7.ImageOptions.LargeImage")));
+            this.barLargeButtonItem7.Name = "barLargeButtonItem7";
+            this.barLargeButtonItem7.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, 70);
+            this.Size = new System.Drawing.Size(1350, 246);
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();
@@ -732,5 +851,15 @@
         private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
         private DevExpress.XtraBars.BarLargeButtonItem btnPingZhi;
         private DevExpress.XtraBars.BarLargeButtonItem btnFPingZhi;
+        private DevExpress.XtraBars.BarLargeButtonItem btnBDLingLiao;
+        private DevExpress.XtraBars.BarLargeButtonItem btnWj;
+        private DevExpress.XtraBars.BarButtonItem barButtonItem1;
+        private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem5;
+        private DevExpress.XtraBars.BarLargeButtonItem btnPCcxpx;
+        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