From d6cdb910172d43f58cde3de1bc8728831bad0574 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 30 十月 2024 12:03:17 +0800
Subject: [PATCH] 质量反审核

---
 DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs |  101 +++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 75 insertions(+), 26 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index ebf6582..bc83ad9 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -31,8 +31,6 @@
         {
             this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcToolBarMenu));
-            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
-            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
             this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
             this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
             this.bar2 = new DevExpress.XtraBars.Bar();
@@ -56,29 +54,24 @@
             this.btnDesign = new DevExpress.XtraBars.BarLargeButtonItem();
             this.btnJianYan = new DevExpress.XtraBars.BarLargeButtonItem();
             this.btnFjianYan = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnPiZhun = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnZhiLiangChk = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnZhiLiangFchk = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnCaiGouChk = new DevExpress.XtraBars.BarLargeButtonItem();
+            this.btnCaiGouFchk = new DevExpress.XtraBars.BarLargeButtonItem();
             this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
             this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
             this.SuspendLayout();
             // 
-            // barButtonItem2
-            // 
-            this.barButtonItem2.Id = 25;
-            this.barButtonItem2.Name = "barButtonItem2";
-            // 
-            // barButtonItem1
-            // 
-            this.barButtonItem1.Id = 24;
-            this.barButtonItem1.Name = "barButtonItem1";
-            // 
             // barDockControlLeft
             // 
             this.barDockControlLeft.CausesValidation = false;
             this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
-            this.barDockControlLeft.Location = new System.Drawing.Point(0, 74);
+            this.barDockControlLeft.Location = new System.Drawing.Point(0, 145);
             this.barDockControlLeft.Manager = this.barManager1;
-            this.barDockControlLeft.Size = new System.Drawing.Size(0, 3);
+            this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
             // 
             // barManager1
             // 
@@ -94,10 +87,8 @@
             this.btnDel,
             this.btnEdit,
             this.btnSave,
-            this.barButtonItem1,
             this.btnEsc,
             this.btnLoad,
-            this.barButtonItem2,
             this.btnOut,
             this.btnChk,
             this.btnFchk,
@@ -111,9 +102,14 @@
             this.btnQuery,
             this.btnDesign,
             this.btnJianYan,
-            this.btnFjianYan});
+            this.btnFjianYan,
+            this.btnPiZhun,
+            this.btnZhiLiangChk,
+            this.btnZhiLiangFchk,
+            this.btnCaiGouChk,
+            this.btnCaiGouFchk});
             this.barManager1.MainMenu = this.bar2;
-            this.barManager1.MaxItemId = 29;
+            this.barManager1.MaxItemId = 36;
             // 
             // bar2
             // 
@@ -141,7 +137,12 @@
             new DevExpress.XtraBars.LinkPersistInfo(this.btnReport),
             new DevExpress.XtraBars.LinkPersistInfo(this.btnDesign),
             new DevExpress.XtraBars.LinkPersistInfo(this.btnJianYan),
-            new DevExpress.XtraBars.LinkPersistInfo(this.btnFjianYan)});
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnFjianYan),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnPiZhun),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnZhiLiangChk),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnZhiLiangFchk),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouChk),
+            new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiGouFchk)});
             this.bar2.OptionsBar.MultiLine = true;
             this.bar2.OptionsBar.UseWholeRow = true;
             this.bar2.Text = "Main menu";
@@ -353,19 +354,64 @@
             this.btnFjianYan.Name = "btnFjianYan";
             this.btnFjianYan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
             // 
+            // btnPiZhun
+            // 
+            this.btnPiZhun.Caption = "鎵瑰噯";
+            this.btnPiZhun.Id = 29;
+            this.btnPiZhun.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.boposition2_16x161;
+            this.btnPiZhun.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.boposition2_32x32;
+            this.btnPiZhun.Name = "btnPiZhun";
+            this.btnPiZhun.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnZhiLiangChk
+            // 
+            this.btnZhiLiangChk.Caption = "璐ㄩ噺瀹℃牳";
+            this.btnZhiLiangChk.Id = 31;
+            this.btnZhiLiangChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_16x161;
+            this.btnZhiLiangChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.checkbox2_32x322;
+            this.btnZhiLiangChk.Name = "btnZhiLiangChk";
+            this.btnZhiLiangChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnZhiLiangFchk
+            // 
+            this.btnZhiLiangFchk.Caption = "璐ㄩ噺鍙嶅鏍�";
+            this.btnZhiLiangFchk.Id = 33;
+            this.btnZhiLiangFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x161;
+            this.btnZhiLiangFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.forcetesting_32x321;
+            this.btnZhiLiangFchk.Name = "btnZhiLiangFchk";
+            this.btnZhiLiangFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnCaiGouChk
+            // 
+            this.btnCaiGouChk.Caption = "閲囪喘瀹℃牳";
+            this.btnCaiGouChk.Id = 34;
+            this.btnCaiGouChk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_16x16;
+            this.btnCaiGouChk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_showmarkup_32x32;
+            this.btnCaiGouChk.Name = "btnCaiGouChk";
+            this.btnCaiGouChk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+            // 
+            // btnCaiGouFchk
+            // 
+            this.btnCaiGouFchk.Caption = "閲囪喘鍙嶅鏍�";
+            this.btnCaiGouFchk.Id = 35;
+            this.btnCaiGouFchk.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.insertdatafield_16x16;
+            this.btnCaiGouFchk.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.insertdatafield_32x32;
+            this.btnCaiGouFchk.Name = "btnCaiGouFchk";
+            this.btnCaiGouFchk.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, 74);
+            this.barDockControlTop.Size = new System.Drawing.Size(1543, 145);
             // 
             // barDockControlBottom
             // 
             this.barDockControlBottom.CausesValidation = false;
             this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.barDockControlBottom.Location = new System.Drawing.Point(0, 77);
+            this.barDockControlBottom.Location = new System.Drawing.Point(0, 73);
             this.barDockControlBottom.Manager = this.barManager1;
             this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
             // 
@@ -373,9 +419,9 @@
             // 
             this.barDockControlRight.CausesValidation = false;
             this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
-            this.barDockControlRight.Location = new System.Drawing.Point(1543, 74);
+            this.barDockControlRight.Location = new System.Drawing.Point(1543, 145);
             this.barDockControlRight.Manager = this.barManager1;
-            this.barDockControlRight.Size = new System.Drawing.Size(0, 3);
+            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
             // 
             // UcToolBarMenu
             // 
@@ -386,7 +432,7 @@
             this.Controls.Add(this.barDockControlBottom);
             this.Controls.Add(this.barDockControlTop);
             this.Name = "UcToolBarMenu";
-            this.Size = new System.Drawing.Size(1543, 77);
+            this.Size = new System.Drawing.Size(1543, 73);
             ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();
@@ -394,8 +440,6 @@
         }
 
         #endregion
-        private DevExpress.XtraBars.BarButtonItem barButtonItem2;
-        private DevExpress.XtraBars.BarButtonItem barButtonItem1;
         private DevExpress.XtraBars.BarDockControl barDockControlLeft;
         private DevExpress.XtraBars.BarManager barManager1;
         private DevExpress.XtraBars.Bar bar2;
@@ -422,5 +466,10 @@
         private DevExpress.XtraBars.BarLargeButtonItem btnDesign;
         private DevExpress.XtraBars.BarLargeButtonItem btnJianYan;
         private DevExpress.XtraBars.BarLargeButtonItem btnFjianYan;
+        private DevExpress.XtraBars.BarLargeButtonItem btnPiZhun;
+        private DevExpress.XtraBars.BarLargeButtonItem btnZhiLiangChk;
+        private DevExpress.XtraBars.BarLargeButtonItem btnZhiLiangFchk;
+        private DevExpress.XtraBars.BarLargeButtonItem btnCaiGouChk;
+        private DevExpress.XtraBars.BarLargeButtonItem btnCaiGouFchk;
     }
 }

--
Gitblit v1.9.3