📄 scr.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="scr.ascx.cs" Inherits="scr" %>
<table width="250">
<tr>
<td align="center" colspan="2" style="width: 200px; height: 27px">
<asp:TextBox ID="scrtb" runat="server" Width="81px"></asp:TextBox>
<asp:DropDownList ID="scrddl" runat="server" Width="76px">
<asp:ListItem Value="name">名字</asp:ListItem>
<asp:ListItem Value="title">标题</asp:ListItem>
<asp:ListItem Value="concent">内容</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="搜" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -