📄 find.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="find.ascx.cs" Inherits="UserControl_findl" %>
<table style="width: 198px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background-color: #a3f16a; height: 25px; width: 383px;">
<asp:TextBox ID="txtFind" runat="server" Width="363px"></asp:TextBox></td>
<td style="width: 103px; background-color: #a3f16a; height: 25px;">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/search.jpg" OnClick="ImageButton1_Click" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -