From f77c2f620c09c9a49b49db1114534c0aeaa49696 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 15 三月 2025 16:51:54 +0800 Subject: [PATCH] 样本 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs index 96b5bf5..cb3bbb7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs @@ -586,7 +586,7 @@ this.btnSelect.Size = new System.Drawing.Size(116, 27); this.btnSelect.StyleController = this.layoutMx1; this.btnSelect.TabIndex = 443; - this.btnSelect.Text = "閫夊緟鍏ヤ粨鐗╂枡 "; + this.btnSelect.Text = "閫夋嫨鐗╂枡 "; // // txtDepotsCode // @@ -678,6 +678,7 @@ this.txt_fType.Size = new System.Drawing.Size(293, 24); this.txt_fType.StyleController = this.layoutMx1; this.txt_fType.TabIndex = 459; + this.txt_fType.Tag = "readOnly"; // // txt_createBy // @@ -1311,13 +1312,17 @@ // gvMx1memo // this.gvMx1memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gvMx1memo.AppearanceCell.ForeColor = System.Drawing.Color.Blue; this.gvMx1memo.AppearanceCell.Options.UseFont = true; + this.gvMx1memo.AppearanceCell.Options.UseForeColor = true; + this.gvMx1memo.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gvMx1memo.AppearanceHeader.Options.UseForeColor = true; this.gvMx1memo.Caption = "澶囨敞"; this.gvMx1memo.FieldName = "memo"; this.gvMx1memo.MinWidth = 50; this.gvMx1memo.Name = "gvMx1memo"; this.gvMx1memo.OptionsColumn.ReadOnly = true; - this.gvMx1memo.Tag = "query_a.memo"; + this.gvMx1memo.Tag = "edit"; this.gvMx1memo.Visible = true; this.gvMx1memo.VisibleIndex = 15; this.gvMx1memo.Width = 180; -- Gitblit v1.9.3