|
@@ -1143,7 +1143,7 @@ namespace OTSMeasureApp
|
|
|
IDC_EDIT_YEND.SelectAll();
|
|
|
return false;
|
|
|
}
|
|
|
- if ("" == IDC_EDIT_STOP_TIME.Text)
|
|
|
+ if ("" == tB_StopMode.Text)
|
|
|
{
|
|
|
string message = table["message7"].ToString();
|
|
|
MessageBox.Show(message, "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
@@ -1151,22 +1151,6 @@ namespace OTSMeasureApp
|
|
|
IDC_EDIT_STOP_TIME.SelectAll();
|
|
|
return false;
|
|
|
}
|
|
|
- if ("" == IDC_EDIT_STOP_FIELD_NUM.Text)
|
|
|
- {
|
|
|
- string message = table["message8"].ToString();
|
|
|
- MessageBox.Show(message, "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
|
- IDC_EDIT_STOP_FIELD_NUM.Focus();
|
|
|
- IDC_EDIT_STOP_FIELD_NUM.SelectAll();
|
|
|
- return false;
|
|
|
- }
|
|
|
- if ("" == IDC_EDIT_STOP_INCA_NUM.Text)
|
|
|
- {
|
|
|
- string message = table["message9"].ToString();
|
|
|
- MessageBox.Show(message, "Tip", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
|
|
- IDC_EDIT_STOP_INCA_NUM.Focus();
|
|
|
- IDC_EDIT_STOP_INCA_NUM.SelectAll();
|
|
|
- return false;
|
|
|
- }
|
|
|
if ("" == IDC_COMBO_FETCHIMGMODE.Text)
|
|
|
{
|
|
|
string message = table["message10"].ToString();
|