📄 gis_add.aspx
字号:
<%@ Page language="c#" Codebehind="gis_add.aspx.cs" AutoEventWireup="false" Inherits="WsdnGIS.gis_add" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>gis_add</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="gis_add" method="post" runat="server">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server">名称</asp:Label>
<asp:ImageButton id="ImageButton1" style="Z-INDEX: 114; LEFT: 16px; POSITION: absolute; TOP: 68px" runat="server" ImageUrl="images/gismap.gif"></asp:ImageButton>
<asp:TextBox id="TextBox5" style="Z-INDEX: 113; LEFT: 165px; POSITION: absolute; TOP: 41px" runat="server" Width="43px"></asp:TextBox>
<asp:Label id="Label6" style="Z-INDEX: 112; LEFT: 107px; POSITION: absolute; TOP: 43px" runat="server">Y_尾点</asp:Label>
<asp:TextBox id="TextBox2" style="Z-INDEX: 111; LEFT: 284px; POSITION: absolute; TOP: 9px" runat="server" Width="30px" ReadOnly="True"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 110; LEFT: 225px; POSITION: absolute; TOP: 40px" runat="server" Text="添加"></asp:Button>
<asp:DropDownList id="DropDownList1" style="Z-INDEX: 109; LEFT: 500px; POSITION: absolute; TOP: 9px" runat="server">
<asp:ListItem Value="公园">公园</asp:ListItem>
<asp:ListItem Value="学校">学校</asp:ListItem>
<asp:ListItem Value="医院">医院</asp:ListItem>
<asp:ListItem Value="商场">商场</asp:ListItem>
<asp:ListItem Value="商品楼">商品楼</asp:ListItem>
<asp:ListItem Value="写字楼">写字楼</asp:ListItem>
<asp:ListItem Value="道路">道路</asp:ListItem>
</asp:DropDownList>
<asp:Label id="Label5" style="Z-INDEX: 108; LEFT: 448px; POSITION: absolute; TOP: 12px" runat="server">类型</asp:Label>
<asp:TextBox id="TextBox4" style="Z-INDEX: 107; LEFT: 61px; POSITION: absolute; TOP: 39px" runat="server" Width="44px"></asp:TextBox>
<asp:Label id="Label4" style="Z-INDEX: 106; LEFT: 8px; POSITION: absolute; TOP: 42px" runat="server">X_尾点</asp:Label>
<asp:TextBox id="TextBox3" style="Z-INDEX: 105; LEFT: 392px; POSITION: absolute; TOP: 10px" runat="server" Width="30px" ReadOnly="True"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 331px; POSITION: absolute; TOP: 10px" runat="server">Y坐标</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 228px; POSITION: absolute; TOP: 12px" runat="server">X坐标</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 52px; POSITION: absolute; TOP: 8px" runat="server"></asp:TextBox>
<asp:Label id="Label7" style="Z-INDEX: 115; LEFT: 325px; POSITION: absolute; TOP: 42px" runat="server" ForeColor="Red">请先点击下图,以确定您要添加的位置</asp:Label>
<asp:Button id="Button2" style="Z-INDEX: 116; LEFT: 278px; POSITION: absolute; TOP: 39px" runat="server" Text="返回"></asp:Button>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -