From d35bb711f8d3d267b44b4a80c20e31dabf309ae7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 14 一月 2025 08:17:18 +0800 Subject: [PATCH] 其它入库 --- DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs index 32fb326..7faf962 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs @@ -113,6 +113,8 @@ this.txt_port.Name = "txt_port"; this.txt_port.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_port.Properties.Appearance.Options.UseFont = true; + this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); + this.txt_port.Properties.MaskSettings.Set("mask", "\\d+"); this.txt_port.Size = new System.Drawing.Size(178, 28); this.txt_port.TabIndex = 216; this.txt_port.Tag = "moren.9100"; @@ -325,6 +327,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_PrintInfo"; + this.Text = "鎵撳嵃鏈虹淮鎶�"; ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).EndInit(); -- Gitblit v1.9.3