📄 query.aspx
字号:
<%@ Page language="c#" Codebehind="query.aspx.cs" AutoEventWireup="false" Inherits="sheng.query" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>query</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<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="Form1" method="post" runat="server">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 120px" runat="server">公司名</asp:Label>
<asp:TextBox id="txtMemberName" style="Z-INDEX: 112; LEFT: 224px; POSITION: absolute; TOP: 80px"
tabIndex="1" runat="server" Visible="False"></asp:TextBox>
<asp:Label id="Label6" style="Z-INDEX: 111; LEFT: 40px; POSITION: absolute; TOP: 80px" runat="server"
Visible="False">用户名</asp:Label>
<asp:DropDownList id="DropDownState" style="Z-INDEX: 110; LEFT: 224px; POSITION: absolute; TOP: 240px"
tabIndex="5" runat="server" Width="160px">
<asp:ListItem Value="has">有人跟踪</asp:ListItem>
<asp:ListItem Value="hasn't">无人跟踪</asp:ListItem>
</asp:DropDownList>
<asp:Label id="Label5" style="Z-INDEX: 109; LEFT: 48px; POSITION: absolute; TOP: 40px" runat="server"
Font-Bold="True" Font-Names="华文仿宋">输入要查询的名称,如不输入,则支持模糊查询</asp:Label>
<asp:Button id="btnAffirm" style="Z-INDEX: 108; LEFT: 168px; POSITION: absolute; TOP: 280px"
runat="server" Text="确定" Width="48px"></asp:Button>
<asp:TextBox id="txtKeyWord" style="Z-INDEX: 107; LEFT: 224px; POSITION: absolute; TOP: 200px"
tabIndex="4" runat="server"></asp:TextBox>
<asp:TextBox id="txtComURL" style="Z-INDEX: 106; LEFT: 224px; POSITION: absolute; TOP: 160px"
tabIndex="3" runat="server"></asp:TextBox>
<asp:TextBox id="txtComName" style="Z-INDEX: 105; LEFT: 224px; POSITION: absolute; TOP: 120px"
tabIndex="2" runat="server"></asp:TextBox>
<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 40px; POSITION: absolute; TOP: 240px" runat="server">状态</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 40px; POSITION: absolute; TOP: 200px" runat="server">关键字</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 40px; POSITION: absolute; TOP: 160px" runat="server">公司网址</asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -