📄 demo.aspx
字号:
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>
<br />
</asp:Panel>
<asp:Panel ID="Panel3" runat="server" Height="350px" Style="vertical-align: middle;
text-align: left" Visible="False" Width="240px">
<br />
<asp:Label ID="Label2" runat="server" Text="请选择图层:"></asp:Label>
<br />
<br />
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList><br />
<br />
<asp:Label ID="Label3" runat="server" Text="请选择专题图种类:"></asp:Label>
<br />
<br />
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem>标签专题图</asp:ListItem>
<asp:ListItem>统计专题图</asp:ListItem>
<asp:ListItem>点密度专题图</asp:ListItem>
<asp:ListItem>范围分段专题图</asp:ListItem>
<asp:ListItem>等级符号专题图</asp:ListItem>
</asp:DropDownList><br />
<br />
<asp:Button ID="Button1" runat="server" Text="确定" /></asp:Panel>
</asp:Panel>
</td>
</tr>
<tr>
<td bgcolor="#F4F5F7" style="width: 269px; height: 183px;"><table width="290" border="1" cellpadding="1" cellspacing="1" bordercolor="ffffff">
<tr>
<td width="190" height="186" bgcolor="F4F5F7"> <smis:OverviewControl ID="OverviewControl1" runat="server" MapControlID="MapControl1"
ImageHandlerEnabled="True" BorderStyle="Solid" BorderWidth="0px" BorderColor="Gray"
Width="196px" Height="134px" IndexBoxBorderWidth="1px"></smis:OverviewControl>
</td>
<td width="88" bgcolor="F4F5F7"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="40" colspan="2" bgcolor="F4F5F7"> </td>
</tr>
</table>
<div class="divs" id="Toolbox_3" style="display: none; font-size: 11px; left: 12px;
visibility: hidden; overflow: auto; width: 215px; position: relative; height: 10px; top: 0px;">
<asp:Panel ID="PanelBusResult" runat="server">
<iewc:TreeView ID="treeBusResult" Style="display: block; overflow:scroll;" runat="server" Height="102px"
Width="160px" BorderColor="gray" BorderWidth="2px" Visible="False" SelectExpands="True"
AutoPostBack="True"></iewc:TreeView>
<br />
<asp:Button class="query0" ID="btnBusResultCancel" onmouseover="this.className='query1'"
onmouseout="this.className='query0'" Text="返回查询界面" runat="server" Visible="False"
align="center" OnClick="btnBusResultCancel_Click"></asp:Button>
<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>
<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>
<smis:LegendControl ID="legendControl1" runat="server" MapControlID="MapControl1"
IsShowInCurrentPage="False" IsNeedTitle="True" Width="200px" Height="13px"></smis:LegendControl>
<br />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -