|
@@ -669,6 +669,8 @@ namespace OTSMeasureApp
|
|
|
IDC_EDIT_QuantifyMinSize.Text = m_cotsxrayprm.GetFeatureModeMinSize().ToString();
|
|
|
|
|
|
IDC_EDIT_SmallPartAQTime.Text = m_cotsxrayprm.GetFastXrayTime().ToString();
|
|
|
+
|
|
|
+ IDC_EDIT_XrayLimit.Text = m_cotsxrayprm.GetXrayLimit().ToString();
|
|
|
//IDC_XRAY_MODE_SWITCH.Checked = m_cotsxrayprm.GetShowScanMode();
|
|
|
//IDC_XRAY_TIME_SWITCH.Checked = m_cotsxrayprm.GetShowSpeed();
|
|
|
//IDC_XRAY_COUNT_SWITCH.Checked = m_cotsxrayprm.GetShowExpCount();
|
|
@@ -843,6 +845,8 @@ namespace OTSMeasureApp
|
|
|
m_cotsxrayprm.SetQuantifyMinSize(Convert.ToDouble(IDC_EDIT_QuantifyMinSize.Text));
|
|
|
|
|
|
m_cotsxrayprm.SetFastXrayTime(Convert.ToInt32(IDC_EDIT_SmallPartAQTime.Text));
|
|
|
+
|
|
|
+ m_cotsxrayprm.SetXrayLimit(Convert.ToInt32(IDC_EDIT_XrayLimit.Text));
|
|
|
//m_cotsxrayprm.SetShowScanMode(IDC_XRAY_MODE_SWITCH.Checked);
|
|
|
//m_cotsxrayprm.SetShowSpeed(IDC_XRAY_TIME_SWITCH.Checked);
|
|
|
//m_cotsxrayprm.SetShowExpCount(IDC_XRAY_COUNT_SWITCH.Checked);
|