From b084bd77d01a94c8f0a2d20c86a1f45ba7c8a23c Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 19 四月 2025 14:08:05 +0800
Subject: [PATCH] 页面跳转

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs |   44 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs
index 21e9096..7d1a4be 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs
@@ -89,6 +89,8 @@
             this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.rptBtnError = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
             this.pageBar1 = new UserControls.Data.UcPageBar();
             this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
             this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -206,6 +208,7 @@
             this.split1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptBtnError)).BeginInit();
             this.xtraTabPage2.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
@@ -329,6 +332,7 @@
             // split1
             // 
             this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
             this.split1.Horizontal = false;
             this.split1.Location = new System.Drawing.Point(0, 0);
             this.split1.Name = "split1";
@@ -342,8 +346,9 @@
             // split1.Panel2
             // 
             this.split1.Panel2.Text = "Panel2";
+            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
             this.split1.Size = new System.Drawing.Size(1432, 688);
-            this.split1.SplitterPosition = 623;
+            this.split1.SplitterPosition = 0;
             this.split1.TabIndex = 0;
             // 
             // gcMain1
@@ -352,7 +357,9 @@
             this.gcMain1.Location = new System.Drawing.Point(0, 0);
             this.gcMain1.MainView = this.gridView1;
             this.gcMain1.Name = "gcMain1";
-            this.gcMain1.Size = new System.Drawing.Size(1432, 584);
+            this.gcMain1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
+            this.rptBtnError});
+            this.gcMain1.Size = new System.Drawing.Size(1432, 637);
             this.gcMain1.TabIndex = 5;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -391,7 +398,8 @@
             this.gridColumn20,
             this.gridColumn31,
             this.gridColumn32,
-            this.gridColumn33});
+            this.gridColumn33,
+            this.gridColumn34});
             this.gridView1.GridControl = this.gcMain1;
             this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
@@ -734,11 +742,29 @@
             this.gridColumn33.VisibleIndex = 3;
             this.gridColumn33.Width = 94;
             // 
+            // gridColumn34
+            // 
+            this.gridColumn34.Caption = "寮傚父鎶ュ憡";
+            this.gridColumn34.ColumnEdit = this.rptBtnError;
+            this.gridColumn34.MinWidth = 25;
+            this.gridColumn34.Name = "gridColumn34";
+            this.gridColumn34.Visible = true;
+            this.gridColumn34.VisibleIndex = 27;
+            this.gridColumn34.Width = 94;
+            // 
+            // rptBtnError
+            // 
+            this.rptBtnError.AutoHeight = false;
+            this.rptBtnError.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton()});
+            this.rptBtnError.Name = "rptBtnError";
+            this.rptBtnError.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptBtnError_ButtonClick);
+            // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
             this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
-            this.pageBar1.Location = new System.Drawing.Point(0, 584);
+            this.pageBar1.Location = new System.Drawing.Point(0, 637);
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
@@ -823,6 +849,8 @@
             this.txt_fmrmode.EditValue = "-璇烽�夋嫨-";
             this.txt_fmrmode.Location = new System.Drawing.Point(795, 139);
             this.txt_fmrmode.Name = "txt_fmrmode";
+            this.txt_fmrmode.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fmrmode.Properties.Appearance.Options.UseForeColor = true;
             this.txt_fmrmode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_fmrmode.Properties.Items.AddRange(new object[] {
@@ -831,7 +859,6 @@
             "閫�鏂欏苟鎵f"});
             this.txt_fmrmode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
             this.txt_fmrmode.Size = new System.Drawing.Size(272, 24);
-            this.txt_fmrmode.StyleController = this.layoutMx1;
             this.txt_fmrmode.TabIndex = 795;
             // 
             // txt_remarks
@@ -849,6 +876,8 @@
             this.txt_fngHandle.EditValue = "-璇烽�夋嫨-";
             this.txt_fngHandle.Location = new System.Drawing.Point(795, 107);
             this.txt_fngHandle.Name = "txt_fngHandle";
+            this.txt_fngHandle.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fngHandle.Properties.Appearance.Options.UseForeColor = true;
             this.txt_fngHandle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_fngHandle.Properties.Items.AddRange(new object[] {
@@ -1026,6 +1055,8 @@
             this.txt_freceQty.EditValue = "-璇烽�夋嫨-";
             this.txt_freceQty.Location = new System.Drawing.Point(795, 75);
             this.txt_freceQty.Name = "txt_freceQty";
+            this.txt_freceQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_freceQty.Properties.Appearance.Options.UseForeColor = true;
             this.txt_freceQty.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
             this.txt_freceQty.Properties.Items.AddRange(new object[] {
@@ -2025,6 +2056,7 @@
             this.split1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.rptBtnError)).EndInit();
             this.xtraTabPage2.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).EndInit();
             this.splitMx1.Panel1.ResumeLayout(false);
@@ -2253,5 +2285,7 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
+        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptBtnError;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3