From 8640117678528a0c5388f7d4534f0162dcf05fd0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 20 五月 2025 16:08:20 +0800 Subject: [PATCH] 采购 --- DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs index 64d2ad3..bb6a7f6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work09.Designer.cs @@ -169,6 +169,7 @@ // // cmbBaudRate // + this.cmbBaudRate.EditValue = "9600"; this.cmbBaudRate.Location = new System.Drawing.Point(344, 43); this.cmbBaudRate.Name = "cmbBaudRate"; this.cmbBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { @@ -227,6 +228,7 @@ // // comParity // + this.comParity.EditValue = "None"; this.comParity.Location = new System.Drawing.Point(94, 105); this.comParity.Name = "comParity"; this.comParity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { @@ -326,11 +328,12 @@ // layoutControlItem9 // this.layoutControlItem9.Control = this.comParity; + this.layoutControlItem9.CustomizationFormText = "鏍¢獙浣�"; this.layoutControlItem9.Location = new System.Drawing.Point(0, 93); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem9.Size = new System.Drawing.Size(250, 31); - this.layoutControlItem9.Text = "鏍¢獙"; + this.layoutControlItem9.Text = "鏍¢獙浣�"; this.layoutControlItem9.TextSize = new System.Drawing.Size(70, 18); // // layoutControlItem4 -- Gitblit v1.9.3