📄 modifypw.ascx
字号:
<%@ Control Language="c#" Inherits="doughty_cn.ModifyPW" CodeFile="ModifyPW.ascx.cs" %>
<table id="Table1" style="width: 202px; height: 143px" cellspacing="2" cellpadding="2"
width="202" border="0">
<tr>
<td style="font-SIZE: 9pt; width: 97px; height: 12px" align="center" width="97">用户名</td>
<td style="height: 12px" width="65%">
<asp:TextBox id="TB_UserName" runat="server" Width="130px" Font-Size="9pt" MaxLength="18"></asp:TextBox></td>
</tr>
<tr>
<td style="font-SIZE: 9pt; width: 97px; height: 3px" align="center">原密码</td>
<td style="height: 3px">
<asp:TextBox id="TB_Password" runat="server" Width="130px" TextMode="Password" Font-Size="9pt"
MaxLength="18"></asp:TextBox></td>
</tr>
<tr>
<td style="font-SIZE: 9pt; width: 97px" align="center" height="22">新密码</td>
<td>
<asp:TextBox id="TB_NewPassword" runat="server" Width="130px" TextMode="Password" Font-Size="9pt"
MaxLength="18"></asp:TextBox></td>
</tr>
<tr>
<td style="font-SIZE: 9pt; width: 97px" align="center" height="22">密码确认</td>
<td>
<asp:TextBox id="TB_NewPassword2" runat="server" Width="130px" TextMode="Password" Font-Size="9pt"
MaxLength="18"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 97px" align="center" height="22"></td>
<td>
<asp:Button id="Button1" runat="server" Text="提 交" Width="67px" onclick="Button1_Click"></asp:Button></td>
</tr>
<tr>
<td style="width: 97px" align="center" height="22"> </td>
<td>
<asp:Label id="Lbl_Hite" runat="server" ForeColor="Red" Font-Size="9pt"></asp:Label></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -