Browse Source

adjust the width of the coefficient textbox.

gsp 1 year ago
parent
commit
923dd6111a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAReportApp/1-UI/OTSMgrInfo/frmReportSysConfig.Designer.cs

+ 1 - 1
OTSIncAReportApp/1-UI/OTSMgrInfo/frmReportSysConfig.Designer.cs

@@ -314,7 +314,7 @@ namespace OTSIncAReprotCharts
             this.tb_blyz.Location = new System.Drawing.Point(125, 15);
             this.tb_blyz.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
             this.tb_blyz.Name = "tb_blyz";
-            this.tb_blyz.Size = new System.Drawing.Size(65, 21);
+            this.tb_blyz.Size = new System.Drawing.Size(85, 21);
             this.tb_blyz.TabIndex = 1;
             this.tb_blyz.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
             this.tb_blyz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_blyz_KeyPress);