From d58663293fea6b13ec061c880936e2936ecd7f15 Mon Sep 17 00:00:00 2001 From: cbwu <504-wuchengbo@htsdfp.com> Date: Mon, 4 Dec 2023 09:17:30 +0800 Subject: [PATCH] =?UTF-8?q?type(fix):=E7=A7=BB=E9=99=A4=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=88=AA=E7=82=B9=E6=97=B6=E7=BB=8F=E7=BA=AC=E5=BA=A6=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E6=8F=90=E7=A4=BA=E5=BC=B9=E6=A1=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ModifyLinePointDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModifyLinePointDlg.cpp b/ModifyLinePointDlg.cpp index 57b464a..7ee08c5 100644 --- a/ModifyLinePointDlg.cpp +++ b/ModifyLinePointDlg.cpp @@ -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); if (!b) { - BCGPMessageBox("纬度范围或格式有误,请重新输入!"); + //BCGPMessageBox("纬度范围或格式有误,请重新输入!"); m_strLat.SetFocus(); }