From 641e86dfaeb2eed992a717beb297c0ba84869f6b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 15 四月 2025 18:08:38 +0800
Subject: [PATCH] checkbox

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 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..c59818b 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.Designer.cs
@@ -329,6 +329,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 +343,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 +354,7 @@
             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.Size = new System.Drawing.Size(1432, 637);
             this.gcMain1.TabIndex = 5;
             this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
             this.gridView1});
@@ -738,7 +740,7 @@
             // 
             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 +825,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[] {
@@ -849,6 +853,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 +1032,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[] {

--
Gitblit v1.9.3