?? 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>
回復(fù):
<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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -