From 97c16ca7943f36d1631a843df27628d5eada9eb2 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 07 三月 2025 16:09:20 +0800 Subject: [PATCH] 受托 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs index 0f42cfc..89fb117 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs @@ -547,6 +547,7 @@ // // lbGuid // + this.lbGuid.Font = new System.Drawing.Font("Tahoma", 10F); this.lbGuid.Location = new System.Drawing.Point(855, 108); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(279, 28); @@ -679,12 +680,15 @@ this.txt_qt015.Size = new System.Drawing.Size(279, 24); this.txt_qt015.StyleController = this.layoutMx1; this.txt_qt015.TabIndex = 330; + this.txt_qt015.Tag = "readonly"; // // txt_qt005 // this.txt_qt005.Location = new System.Drawing.Point(661, 44); this.txt_qt005.Name = "txt_qt005"; - this.txt_qt005.Size = new System.Drawing.Size(190, 24); + this.txt_qt005.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_qt005.Properties.Appearance.Options.UseFont = true; + this.txt_qt005.Size = new System.Drawing.Size(190, 28); this.txt_qt005.StyleController = this.layoutMx1; this.txt_qt005.TabIndex = 331; this.txt_qt005.Tag = "readonly"; @@ -693,7 +697,9 @@ // this.txt_qt001.Location = new System.Drawing.Point(661, 76); this.txt_qt001.Name = "txt_qt001"; - this.txt_qt001.Size = new System.Drawing.Size(190, 24); + this.txt_qt001.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_qt001.Properties.Appearance.Options.UseFont = true; + this.txt_qt001.Size = new System.Drawing.Size(190, 28); this.txt_qt001.StyleController = this.layoutMx1; this.txt_qt001.TabIndex = 332; this.txt_qt001.Tag = "readonly"; -- Gitblit v1.9.3