bookqueury.aspx
来自「图书馆的书目查询」· ASPX 代码 · 共 53 行
ASPX
53 行
<%@ Page language="c#" Codebehind="BookQueury.aspx.cs" AutoEventWireup="false" Inherits="Library_BS.BookQueury" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>BookQueury</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:RadioButton id="RadioButtonName" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 56px"
runat="server" Text="题名"></asp:RadioButton>
<asp:RadioButton id="RadioButtonAuthor" style="Z-INDEX: 102; LEFT: 16px; POSITION: absolute; TOP: 104px"
runat="server" Text="责任者"></asp:RadioButton>
<asp:RadioButton id="RadioButtonSortID" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 152px"
runat="server" Text="分类号"></asp:RadioButton>
<asp:RadioButton id="RadioButtonAskforID" style="Z-INDEX: 104; LEFT: 16px; POSITION: absolute; TOP: 200px"
runat="server" Text="索取号"></asp:RadioButton>
<asp:RadioButton id="RadioButtonISBN" style="Z-INDEX: 105; LEFT: 16px; POSITION: absolute; TOP: 248px"
runat="server" Text="ISBN"></asp:RadioButton>
<asp:Label id="Label1" style="Z-INDEX: 106; LEFT: 136px; POSITION: absolute; TOP: 64px" runat="server">如'SQL'</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 107; LEFT: 136px; POSITION: absolute; TOP: 104px" runat="server">如'高文'</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 108; LEFT: 136px; POSITION: absolute; TOP: 152px" runat="server">如'TP393.09'</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 109; LEFT: 136px; POSITION: absolute; TOP: 200px" runat="server">如'TP312C/215'</asp:Label>
<asp:Label id="Label5" style="Z-INDEX: 110; LEFT: 136px; POSITION: absolute; TOP: 248px" runat="server">如'7-5084-2083-7'</asp:Label>
<asp:Label id="Label6" style="Z-INDEX: 111; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server">1.选择一个查找路径</asp:Label>
<asp:Label id="Label7" style="Z-INDEX: 112; LEFT: 16px; POSITION: absolute; TOP: 296px" runat="server">2.输入要查找的内容</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 113; LEFT: 16px; POSITION: absolute; TOP: 328px" runat="server"></asp:TextBox>
<asp:Button id="btnQueury" style="Z-INDEX: 114; LEFT: 32px; POSITION: absolute; TOP: 480px"
runat="server" Text="查询"></asp:Button>
<asp:Button id="btnAgain" style="Z-INDEX: 115; LEFT: 168px; POSITION: absolute; TOP: 480px"
runat="server" Text=" 重填"></asp:Button>
<asp:Label id="Label8" style="Z-INDEX: 116; LEFT: 16px; POSITION: absolute; TOP: 384px" runat="server">3.检索方式</asp:Label>
<asp:RadioButton id="RadioButtonSame" style="Z-INDEX: 117; LEFT: 16px; POSITION: absolute; TOP: 416px"
runat="server" Text="前方一致"></asp:RadioButton>
<asp:RadioButton id="RadioButtonCommon" style="Z-INDEX: 118; LEFT: 168px; POSITION: absolute; TOP: 416px"
runat="server" Text="模糊检索"></asp:RadioButton>
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 119; LEFT: 272px; POSITION: absolute; TOP: 80px"
runat="server" Width="481px" Height="392px" BorderColor="#999999" BorderStyle="None" BorderWidth="1px"
BackColor="White" CellPadding="3" GridLines="Vertical">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#DCDCDC"></AlternatingItemStyle>
<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?