📄 serverguestedit.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ServerGuestEdit.ascx.cs" Inherits="Socut_Ver3.xx.Admin.ServerGuestEdit" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" border="0" class="table_bottom">
<tr>
<td width="250" height="80">昵称:
<asp:TextBox id="TBName" runat="server"></asp:TextBox><BR>
邮箱:
<asp:TextBox id="TBMail" runat="server"></asp:TextBox></td>
<td>
<asp:TextBox id="TBContent" runat="server" Width="60%" TextMode="MultiLine" Height="45px"></asp:TextBox>
</td>
</tr>
</table>
<BR>
<BR>
回复:
<asp:TextBox id="TBReContent" runat="server" TextMode="MultiLine" Width="70%" Height="96px"></asp:TextBox><BR>
</FONT><FONT face="宋体">姓名:
<asp:TextBox id="TBServerName" runat="server" Width="96px">Service</asp:TextBox>
<asp:CheckBox id="CBCheck" runat="server" Text="审核"></asp:CheckBox>
<asp:Button id="Button1" runat="server" Text="提交"></asp:Button>
<asp:Label id="Label1" runat="server"></asp:Label></FONT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -