📄 huifu2.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="huifu2.aspx.cs" Inherits="User_huifu2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<br />
<br />
<div>
<div align="center" style="width: 728px;
height: 100px">
<asp:Label ID="Label1" runat="server" BackColor="MistyRose" BorderColor="White" Font-Bold="True"
Font-Italic="True" Font-Size="X-Large" ForeColor="Blue" Style="position: relative; left: -49px; top: -23px;"
Text="管理回帖"></asp:Label>
<br />
<br />
<asp:TextBox ID="txtContent" runat="server" BackColor="DarkGray" ForeColor="Lime"
Height="189px" Style="position: relative" TextMode="MultiLine" Width="369px"></asp:TextBox><br />
<br />
<asp:Button ID="btnSumit" runat="server" Style="position: relative; left: -22px; top: 0px;" Text=" 提 交 " OnClick="btnSumit_Click" />
<asp:Button ID="btnReset" runat="server" Style="position: relative" Text=" 重 置 " /><br />
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -