@@ -254,7 +254,7 @@ namespace OTSMeasureApp
}
else if (MSTMsg.STMSampleStu.iMsrSampleStatu == OTSDataType.OTS_MSR_SAMPLE_STATUS.SUCCESSED)
{
- //StopMeasure(MSTMsg);
+ StopMeasure(MSTMsg);
else if(MSTMsg.STMSampleStu.iMsrSampleStatu == OTSDataType.OTS_MSR_SAMPLE_STATUS.PAUSED)
@@ -28,7 +28,7 @@ namespace OTSPartA_STDEditor
InitializeComponent();
STDDBAddress = DBAddress;
-
+
X = this.Width;
Y = this.Height;
setTag(this);