📄 searchmodule.ascx
字号:
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="SearchModule.ascx.vb" Inherits="Nozama.SearchModule" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="150" cellpadding="0" cellspacing="0" bgcolor="#66ccff">
<tr>
<td align="left">
简单查询
</td>
</tr>
<tr>
<td align="middle">
<table width="100%">
<tr>
<td>
<br>
<asp:DropDownList id="SearchDropDownList" runat="server">
<asp:ListItem>按书名</asp:ListItem>
<asp:ListItem>按作者</asp:ListItem>
<asp:ListItem>按主题</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td Width="90">
<asp:TextBox id="SearchTextBox" runat="server" MaxLength="25"></asp:TextBox>
</td>
<td>
<asp:Button id="SearchButton" runat="server" text="Go" onclick="SearchButton_Click"></asp:Button>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -