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

📄 demo.aspx

📁 使用ASP.NET 2.0 (c#) 实现的gis 的地图系统
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
                            <asp:Label ID="lblBusResult" Style="display: block" Height="200px" Width="160px"
                                runat="server" Visible="False" Font-Size="12px"></asp:Label>
                        </asp:Panel>
                        <asp:Panel ID="PanelBusSearch" runat="server">
                            <asp:Panel  ID="Panel1" Style="display: block ;font-size:12px;" runat="server" Height="122px" Width="178px">
                                请输入公交站名:
                                <br />
                                起始站:
                                <asp:TextBox class="inputBox" ID="txtBusStart" runat="server" Width="108px">长</asp:TextBox><br />
                                终点站:
                                <asp:TextBox class="inputBox" ID="txtBusEnd" runat="server" Width="108px">青年</asp:TextBox><br />
                                换乘次数:
                                <asp:DropDownList ID="lstChangeTimes" runat="server">
                                    <asp:ListItem Value="0">直达车</asp:ListItem>
                                    <asp:ListItem Value="1">一次换乘</asp:ListItem>
                                    <asp:ListItem Value="2" Selected="True">两次换乘</asp:ListItem>
                                </asp:DropDownList><br />
                                <asp:CheckBox ID="checkBoxMostChange" runat="server" Text="是否最多换乘" Checked="True"></asp:CheckBox>
                                <asp:Button class="query0" ID="btnFindBus" onmouseover="this.className='query1'"
                                    onmouseout="this.className='query0'" runat="server" Text="查询" OnClick="btnFindBus_Click">
                                </asp:Button><br />
                            </asp:Panel>
                            <asp:Panel ID="panelBusStopQuery" runat="server" Height="42px" Width="178px" style="font-size:12px;">
                                根据公交站点模糊查询:<br />
                                站点名称:
                                <asp:TextBox class="inputBox" ID="txtBusStopQuery" runat="server" Width="74px"></asp:TextBox>
                                <asp:Button class="query0" ID="btnBusStopQuery" onmouseover="this.className='query1'"
                                    onmouseout="this.className='query0'" runat="server" Text="查询" OnClick="btnBusStopQuery_Click">
                                </asp:Button></asp:Panel>
                            <asp:Panel ID="panelBusLineQuery" runat="server" Height="26px" Width="178px" style="font-size:12px;">
                                根据公交线路模糊查询:<br />
                                线路名称:
                                <asp:TextBox class="inputBox" ID="txtBusLineQuery" runat="server" Width="74px"></asp:TextBox>
                                <asp:Button class="query0" ID="btnBusLineQuery" onmouseover="this.className='query1'"
                                    onmouseout="this.className='query0'" runat="server" Text="查询" OnClick="btnBusLineQuery_Click">
                                </asp:Button></asp:Panel>
                        </asp:Panel>
                        <asp:Panel ID="panelBusStops" Style="z-index: 134; left: 4px; position: relative;font-size :12px;"
                            runat="server" BorderWidth="0px" Width="186px" Height="74px" Visible="False">
                            您输入的公交站点不唯一:
                            <br />
                            起始站:
                            <asp:DropDownList ID="lstBusStarts" runat="server" Width="114px">
                            </asp:DropDownList><br />
                            终点站:
                            <asp:DropDownList ID="lstBusEnds" runat="server" Width="115px">
                            </asp:DropDownList><br />
                            <br />
                            <asp:Button class="query0" ID="btnFindSolution" onmouseover="this.className='query1'"
                                onmouseout="this.className='query0'" runat="server" Text="查询" OnClick="btnFindSolution_Click">
                            </asp:Button>&nbsp; &nbsp; &nbsp;
                            <asp:Button class="query0" ID="btnFindSolutionCancel" onmouseover="this.className='query1'"
                                onmouseout="this.className='query0'" runat="server" Text="返回" OnClick="btnFindSolutionCancel_Click">
                            </asp:Button></asp:Panel>
                    </div>
                    <!-- Map Edit -->
                    <div class="divs" id="Toolbox_4" style="display: none; font-size: 12px; left: 12px;
                        visibility: hidden; overflow: auto; width: 186px; position: relative; height: 214px">
                        <br />
                        选择要编辑的图层:
                        <asp:DropDownList ID="lstEditLayers" runat="server">
                        </asp:DropDownList>
                        <div class="divs" id="Toolbox_4_1" style="display: block; visibility: visible">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','AddPoint')" type="button"
                                value="添加点对象">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','AddLine')" type="button"
                                value="添加线对象">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','AddRegion')" type="button"
                                value="添加面对象">
                            <br />
                            <br />
                        </div>
                        <div class="divs" id="Toolbox_4_2" style="display: none; visibility: hidden">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','SelectEntity')" type="button"
                                value="选取对象">
                            <br />
                            <br />
                        </div>
                        <div class="divs" id="Toolbox_4_3" style="display: none; visibility: hidden">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','UpdatePoint')" type="button"
                                value="更新点对象">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','UpdateLine')" type="button"
                                value="更新线对象">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','UpdateRegion')" type="button"
                                value="更新面对象">
                            <br />
                            <br />
                            <input class="query0" onclick="ShowPropEditWindow();" type="button" value="更新属性数据">
                        </div>
                        <div class="divs" id="Toolbox_4_4" style="display: none; visibility: hidden">
                            <br />
                            <br />
                            <input class="query0" onclick="SMISActionStart('MapControl1','MoveEntity')" type="button"
                                value="平移对象" />
                            <br />
                            <br />
                        </div>
                        <div class="divs" id="Toolbox_4_5" style="display: none; visibility: hidden">
                            <br />
                            <br />
                            <!--<input type="button" value="删除对象" class="query0" onclick="SMISActionStart('MapControl1','DeleteEntity')">-->
                            <asp:Button ID="btnDeleteEntity" Text="删除对象" runat="server" CssClass="query0" OnClick="btnDeleteEntity_Click">
                            </asp:Button><br />
                            <br />
                        </div>
                    </div>
                    <!-- END OF TOOLBOX -->
                </td>
                <td>
                    <img height="293" src="images/spacer.gif" width="1"></td>
            </tr>
            <tr>
                <td width="781" background="images/design_11.gif" colspan="5" height="31">
                </td>
                <td>
                    <img height="31" src="images/spacer.gif" width="1" /></td>
            </tr>
            <tr>
                <td colspan="3">
                    <img height="32" src="images/design_12.gif" width="125" /></td>
                <td align="center" background="images/design_13.gif" colspan="2">
                    <span class="copytext">&nbsp; &copy; 北京超图地理信息技术有限公司。 2000-2006 &nbsp; &nbsp; SuperMap
                        GIS Technologies, Inc. </span>
                </td>
                <td>
                    <img height="32" src="images/spacer.gif" width="1" /></td>
            </tr>
            <tr>
                <td colspan="7">
                    <img height="21" src="images/design_14.gif" width="1000" /></td>
                <td>
                    <img height="21" src="images/spacer.gif" width="1" /></td>
            </tr>
            <tr>
                <td>
                    <img height="1" src="images/spacer.gif" width="8" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="81" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="36" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="628" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="28" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="196" /></td>
                <td>
                    <img height="1" src="images/spacer.gif" width="23" /></td>
                <td>
                </td>
            </tr>
        </table>
        <div style="left: 0px; visibility: hidden; position: absolute; top: 0px">
            <asp:DropDownList ID="lstMaps" Style="display: none; visibility: hidden" onmouseout="HideList()"
                Visible="True" runat="server" AutoPostBack="True" OnSelectedIndexChanged="lstMaps_SelectedIndexChanged">
            </asp:DropDownList><asp:DropDownList ID="lstPointLayers" Style="display: none; visibility: hidden"
                Width="100px" runat="server" Visible="True" onmouseout="HideList()">
            </asp:DropDownList><smis:LegendControl ID="legendControl1" runat="server" MapControlID="MapControl1"
                IsShowInCurrentPage="False" IsNeedTitle="True" Width="200px"></smis:LegendControl>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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