From b54d247ffc912c4af1c96fe05bc6ca1630a77be0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 03 四月 2025 23:58:51 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs index a05a993..da56094 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs @@ -1,4 +1,6 @@ -锘縩amespace Gs.DevApp.DevFrm.Work +锘縰sing Gs.DevApp.UserControl; + +namespace Gs.DevApp.DevFrm.Work { partial class Frm_Repair { @@ -65,9 +67,9 @@ this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); this.splitTop1 = new DevExpress.XtraEditors.SplitContainerControl(); this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); - this.txt_badReson = new Gs.DevApp.DevFrm.Work.textSelect(); - this.txt_remark = new Gs.DevApp.DevFrm.Work.textSelect(); - this.txt_repairMethd = new Gs.DevApp.DevFrm.Work.textSelect(); + this.txt_badReson = new Gs.DevApp.UserControl.UcDictionary(); + this.txt_remark = new Gs.DevApp.UserControl.UcDictionary(); + this.txt_repairMethd = new Gs.DevApp.UserControl.UcDictionary(); this.lbGuid = new System.Windows.Forms.Label(); this.txt_gdbh = new DevExpress.XtraEditors.TextEdit(); this.txt_gx = new DevExpress.XtraEditors.TextEdit(); @@ -542,15 +544,17 @@ this.txt_badReson.Size = new System.Drawing.Size(410, 54); this.txt_badReson.TabIndex = 26; this.txt_badReson.TextTxt = ""; + this.txt_badReson.WhereTxt = "s_type=\'鐜板満缁翠慨涓嶈壇鍘熷洜\'"; // // txt_remark // - this.txt_remark.BtnTxt = "涓嶈壇鐜板儚"; + this.txt_remark.BtnTxt = "涓嶈壇鐜拌薄"; this.txt_remark.Location = new System.Drawing.Point(12, 96); this.txt_remark.Name = "txt_remark"; this.txt_remark.Size = new System.Drawing.Size(410, 54); this.txt_remark.TabIndex = 25; this.txt_remark.TextTxt = ""; + this.txt_remark.WhereTxt = "s_type=\'鐜板満缁翠慨涓嶈壇鐜拌薄\'"; // // txt_repairMethd // @@ -560,7 +564,7 @@ this.txt_repairMethd.Size = new System.Drawing.Size(411, 112); this.txt_repairMethd.TabIndex = 24; this.txt_repairMethd.TextTxt = ""; - + this.txt_repairMethd.WhereTxt = "s_type=\'鐜板満缁翠慨涓嶈壇瀵圭瓥\'"; // // lbGuid // @@ -1564,10 +1568,10 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; - private textSelect txt_repairMethd; + private UcDictionary txt_repairMethd; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; - private textSelect txt_badReson; - private textSelect txt_remark; + private UcDictionary txt_badReson; + private UcDictionary txt_remark; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; -- Gitblit v1.9.3