|
@@ -984,7 +984,7 @@ namespace OTSMeasureApp
|
|
|
Point startPoint = new Point((int)(m_PolygonPoint[0].X), (int)(m_PolygonPoint[0].Y));
|
|
|
if (m_IsDrawPolygonFinish)
|
|
|
{
|
|
|
- DialogResult dResult = MessageBox.Show("多边形区域是否绘制完成?", "提示", MessageBoxButtons.YesNo);
|
|
|
+ DialogResult dResult = MessageBox.Show(table["message10"].ToString(), table["message11"].ToString(), MessageBoxButtons.YesNo);
|
|
|
if (dResult == DialogResult.Yes)
|
|
|
{
|
|
|
m_PolygonPoint.Add(startPoint);
|