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

📄 default.aspx

📁 map server code iot can be used for developing map appliaction to render the map on .NET plateform
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="TutorialMapServer._Default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Default</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="500" border="0">
				<TR>
					<TD colSpan="3">
						<P align="center"><STRONG>C# <STRONG>MapServer </STRONG>Tutorial, by Paolo Corti 
								(26/07/2006)</STRONG></P>
					</TD>
				</TR>
				<TR>
					<TD colSpan="3">
						<P align="center">User:
							<asp:TextBox id="txtUser" runat="server">Paolo</asp:TextBox></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 186px">Layer's visibility (check to make it visible)
						<asp:checkboxlist id="cblLayers" runat="server"></asp:checkboxlist><asp:button id="butRefresh" runat="server" Text="Refresh Map"></asp:button></TD>
					<TD style="HEIGHT: 186px"><asp:imagebutton id="ibMap" runat="server" BorderWidth="1px"></asp:imagebutton></TD>
					<TD style="HEIGHT: 186px">Select a GIS action to perform on the Map:
						<asp:radiobuttonlist id="rblGisTools" runat="server" Width="93px">
							<asp:ListItem Value="0" Selected="True">Zoom In</asp:ListItem>
							<asp:ListItem Value="1">Zoom Out</asp:ListItem>
							<asp:ListItem Value="2">Identify</asp:ListItem>
							<asp:ListItem Value="3">Add Point</asp:ListItem>
						</asp:radiobuttonlist>
						<asp:button id="butFullExtent" runat="server" Text="Full Extent"></asp:button><br>
						<asp:Button id="butClear" runat="server" Text="Clear Active Point Layer"></asp:Button></TD>
				</TR>
				<TR>
					<TD colSpan="3">Select the active layer (to identify):
						<asp:dropdownlist id="ddlLayers" runat="server"></asp:dropdownlist></TD>
				</TR>
				<TR>
					<TD colSpan="3"><asp:label id="lblInfo" runat="server" Font-Bold="True" ForeColor="Red"></asp:label></TD>
				</TR>
				<TR>
					<TD colSpan="3">
						<asp:Literal id="litIdentifyResult" runat="server"></asp:Literal></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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