📄 userlogin.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UserLogin.ascx.cs" Inherits="UserLogin" %>
<table cellSpacing="0" class="GbText" cellPadding="0" width="100%" border="0">
<tr>
<td valign="top"><hr width="98%" noShade SIZE="1"></td>
</tr>
<tr>
<td valign="top"> <font class="GbText">名称:</font><asp:textbox id="UserName" runat="server" cssclass="InputCss" width="135px"></asp:textbox></td>
</tr>
<tr>
<td valign="top"> <font class="GbText">密码:</font><asp:textbox id="Password" runat="server" cssclass="InputCss" width="135px" textmode="password"></asp:textbox></td>
</tr>
<tr>
<td valign="top" align="center"><br /><asp:imagebutton id="LoginBtn" runat="server" ImageUrl="~/images/Login.gif" OnClick="LoginBtn_Click"></asp:imagebutton>
<asp:imagebutton id="GuestLoginBtn" runat="server" ImageUrl="~/images/GuestLogin.gif" Enabled="False"></asp:imagebutton></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -