Browse Source

更新sysMgrapp 图像高度值

thermoscientific@163.com 4 years ago
parent
commit
86c56add6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSSysMgrApp/ControllerSettingForm.cs

+ 1 - 1
OTSSysMgrApp/ControllerSettingForm.cs

@@ -245,7 +245,7 @@ namespace OTSSysMgrApp
                     byte[] ImageByte = new byte[width * height];
                     Bitmap bitmap = null;
                     int iWidth = Convert.ToInt32(tbRWidth.Text);
-                    int iHeight = Convert.ToInt32(tbRWidth.Height);
+                    int iHeight = Convert.ToInt32(tbRHeight.Text);
                     int resultValue = ImageDispose.GetScanImage(iWidth, iHeight, ddlDwellTime.Text, ref ImageByte);
                     string str2 = table["str2"].ToString();