Browse Source

更新sysMgrapp 图像高度值

thermoscientific@163.com 4 năm trước cách đây
mục cha
commit
86c56add6d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();