Browse Source

Merge branch 'OTSRelease3_0' of http://36.129.163.148:30080/gogsadmin/OTS into OTSRelease3_0

gsp 1 năm trước cách đây
mục cha
commit
805bb8ae0b
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      OTSIncAMeasureApp/7-OTSProgMgrInfo/OtherSelection.cs

+ 3 - 3
OTSIncAMeasureApp/7-OTSProgMgrInfo/OtherSelection.cs

@@ -70,10 +70,10 @@ namespace OTSMeasureApp._7_OTSProgMgrInfo
                         tB_Aspect_max.Text = sit2[1];
                         break;
                     case "ferret":
-                        cB_Aspect.Checked = true;
+                        cB_Ferret.Checked = true;
                         string[] sit4 = stit[1].Split('-');
-                        tB_Aspect_min.Text = sit4[0];
-                        tB_Aspect_max.Text = sit4[1];
+                        tB_Ferret_min.Text = sit4[0];
+                        tB_Ferret_max.Text = sit4[1];
                         break;
                     case "orientation":
                         cB_orientation.Checked = true;