📄 admin_edit.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Admin_Edit.ascx.cs" Inherits="Show_Socut_Data.Admin_Edit" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table>
<tr>
<td>
<asp:TextBox id="TextBox1" runat="server" Width="416px"></asp:TextBox></td>
</tr>
<tr>
<td>
<asp:TextBox id="TextBox2" runat="server" Width="448px" Height="184px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td>
<asp:Button id="Button1" runat="server" Text="更新"></asp:Button>
<asp:Button id="Button2" runat="server" Text="删除"></asp:Button>
<asp:Label id="Label1" runat="server"></asp:Label></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -