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