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/Sys/Frm_PrintInfo.Designer.cs | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs index 90431b6..9e52a55 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs @@ -68,7 +68,7 @@ // this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_remark.Appearance.Options.UseFont = true; - this.lb_remark.Location = new System.Drawing.Point(70, 132); + this.lb_remark.Location = new System.Drawing.Point(70, 129); this.lb_remark.Name = "lb_remark"; this.lb_remark.Size = new System.Drawing.Size(40, 21); this.lb_remark.TabIndex = 217; @@ -76,7 +76,7 @@ // // txt_remark // - this.txt_remark.Location = new System.Drawing.Point(117, 132); + this.txt_remark.Location = new System.Drawing.Point(117, 125); this.txt_remark.Name = "txt_remark"; this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_remark.Properties.Appearance.Options.UseFont = true; @@ -101,7 +101,7 @@ // this.lb_port.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_port.Appearance.Options.UseFont = true; - this.lb_port.Location = new System.Drawing.Point(19, 94); + this.lb_port.Location = new System.Drawing.Point(19, 91); this.lb_port.Name = "lb_port"; this.lb_port.Size = new System.Drawing.Size(91, 21); this.lb_port.TabIndex = 216; @@ -109,10 +109,12 @@ // // txt_port // - this.txt_port.Location = new System.Drawing.Point(117, 94); + this.txt_port.Location = new System.Drawing.Point(117, 87); 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"; @@ -143,7 +145,7 @@ // // txt_ip // - this.txt_ip.Location = new System.Drawing.Point(117, 54); + this.txt_ip.Location = new System.Drawing.Point(117, 50); this.txt_ip.Name = "txt_ip"; this.txt_ip.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_ip.Properties.Appearance.Options.UseFont = true; @@ -176,7 +178,7 @@ // // txt_printNo // - this.txt_printNo.Location = new System.Drawing.Point(117, 20); + this.txt_printNo.Location = new System.Drawing.Point(117, 16); this.txt_printNo.Name = "txt_printNo"; this.txt_printNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_printNo.Properties.Appearance.Options.UseFont = true; -- Gitblit v1.9.3