⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default4.aspx

📁 supermap开发的基站管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Gis_Default4" %>
<%@ Register Assembly ="SuperMap.IS.WebControls" Namespace ="SuperMap.IS.WebControls" TagPrefix ="smis" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <table> <tr>
                    <td style="width: 60px; height: 10px;"></td>
                    <td style="width: 32px; height: 10px;"> <asp:ImageButton  ID="img02"
                                                                 ToolTip="快速放大" Style="cursor: hand" 
                                                                runat="server" ImageUrl="images/btn_02_off.gif" OnClick="img02_Click" ></asp:ImageButton></td>
                    <td style="width: 51px; height: 10px;"><asp:ImageButton  ID="img03"
                                                                 ToolTip="快速缩小" Style="cursor: hand" 
                                                                runat="server" ImageUrl="images/btn_03_off.gif" OnClick="img03_Click"></asp:ImageButton></td>
                    <td style="width: 42px; height: 10px;"></td>
                </tr>
                 <tr>
                    <td style="width: 60px; height: 10px;"></td>
                    <td style="width: 32px; height: 10px;"><img  id="img04" 
                                                                alt="拉框放大" style="cursor: hand" onclick="SMISActionStart('MapControl1','ZOOMIN')"
                                                                src="images/btn_04_off.gif" title="拉框放大"></td>
                    <td style="width: 51px; height: 10px;"><img  id="img05" 
                                                                alt="拉框缩小" style="cursor: hand" onclick="SMISActionStart('MapControl1','ZOOMOUT');"
                                                                 src="images/btn_05_off.gif" title="拉框缩小"></td>
                    <td style="width: 42px; height: 10px;"></td>
                </tr></table>
    <div>
         <smis:MapControl  runat="server" BusyFlag-ImageUrl="images/rollingbar.gif"  
                         BorderStyle="Solid" BorderWidth="0px" BorderColor="Gray"
                         ImageHandler-Enabled="True"  ID="MapControl1"  Width="940px" Height="490px" oncontextmenu="return false;" UseCachedMap ="true"   MapName="河北" MaxScale="0" MinScale="0"   />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -