@ -341,7 +341,7 @@ void CModifyLinePointDlg::OnEnKillfocusEditLon()
bool b = checkLon(cstr.GetBuffer(),typeID);
if (!b)
{
BCGPMessageBox("经度范围或格式有误,请重新输入!");
//BCGPMessageBox("经度范围或格式有误,请重新输入!");
m_strLon.SetFocus();
}
@ -358,7 +358,7 @@ void CModifyLinePointDlg::OnEnKillfocusEditLat()
bool b = checkLat(cstr.GetBuffer(),typeID);
BCGPMessageBox("纬度范围或格式有误,请重新输入!");
//BCGPMessageBox("纬度范围或格式有误,请重新输入!");
m_strLat.SetFocus();