From 75ce904463b89dd8c311d90ea479fab877d9245c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 04 一月 2024 13:48:58 +0800 Subject: [PATCH] 完成空间分析功能 --- TEWin/FrmWin.cs | 2 +- TEWin/Resources/SpatialQuery/SpatialQuery.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TEWin/FrmWin.cs b/TEWin/FrmWin.cs index 21ceaff..c2cf872 100644 --- a/TEWin/FrmWin.cs +++ b/TEWin/FrmWin.cs @@ -280,7 +280,7 @@ private void SpatialAnalysis() { - // + this.ShowHtml("绌洪棿鍒嗘瀽", mainUrl + @"\Resources\SpatialQuery\SpatialQuery.html", 20, 20, 420, 285); } public void InvokeOsgbLab() diff --git a/TEWin/Resources/SpatialQuery/SpatialQuery.html b/TEWin/Resources/SpatialQuery/SpatialQuery.html index 7f97944..e080efb 100644 --- a/TEWin/Resources/SpatialQuery/SpatialQuery.html +++ b/TEWin/Resources/SpatialQuery/SpatialQuery.html @@ -1,7 +1,7 @@ 锘�<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> - <title>绌洪棿鏌ヨ</title> + <title>绌洪棿鍒嗘瀽</title> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Cache" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> @@ -113,7 +113,7 @@ <td class="s8b"> <label for="Mode" class="i18n">缂撳啿璺濈</label> </td> - <td> <input id="Buffer" type="text" style="width: 98pt;" value="0" size="7" onchange="CheckNumberEx(Buffer, 0, 0, 9999999); changeBuffer(this);" /> + <td> <input id="Buffer" type="text" style="width: 95pt;" value="0" size="7" onchange="CheckNumberEx(Buffer, 0, 0, 9999999); changeBuffer(this);" /> 绫� </td> </tr> @@ -132,7 +132,7 @@ <label for="Mode" class="i18n">鏌ヨ绫诲瀷</label> </td> <td> <select id="SelectType" style="width: 100pt;"> - <option value="1156">鐐规煡</option> + <option value="1074">鐐规煡</option> <option value="1072">绾挎煡</option> <option value="1071" selected="selected">闈㈡煡</option> <option value="1156">閫夋嫨瀵硅薄</option> -- Gitblit v1.9.3