📄 login.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="login.ascx.cs" Inherits="Web_Speaking.controls.login" %>
<table border="0" cellspacing="0" cellpadding="0" style="width:960px;">
<tr>
<td style="width:960px; height:500px; text-align:center;">
<table style=" width:350px; text-align:center; border:0px;" cellpadding="0" cellspacing="0" >
<tr style="width:960px;">
<td valign="bottom" align="right" rowspan="2" style="width:960px; height: 327px">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="5"><img src="../image/d_03.gif" width="473" height="109"></td>
</tr>
<tr>
<td style="width:71px;" valign="top"><img src="../image/d_05.gif"width="71" height="131"></td>
<td valign="top" width="2" bgcolor="#333333"></td>
<td width="137" valign="top"><img src="../image/d_07.gif" width="137" height="131"></td>
<td width="261" valign="top"><table width="260" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" colspan="2"> </td>
</tr>
<tr>
<td width="60" align="center" valign="bottom" style="font-size:12px; height: 24px;">
用户名:</td>
<td valign="bottom" style="width:195px; text-align:left; height: 24px;">
<asp:TextBox ID="TextBox1" runat="server" style="width:170px;height:18px;border:1px solid #333333;"></asp:TextBox>
</td>
</tr>
<tr>
<td width="60" height="24" align="center" valign="bottom" style="font-size:12px;">密 码:</td>
<td valign="bottom" style="width: 195px; text-align:left;">
<asp:TextBox ID="TextBox2" runat="server" style="width:170px;height:18px;border:1px solid #333333;" TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr align="center" valign="bottom">
<td height="24" colspan="2" style="font-size:12px;">
<input type="checkbox" id="showSecEx" name="showSecEx">
增强安全性 <input type="checkbox" id="showsaveUser" name="showsaveUser">
记住用户名</td>
</tr>
<tr align="right" valign="bottom">
<td height="28" colspan="2">
<div align="right">
<asp:Button ID="Button1" runat="server" Text="登陆" CssClass="" OnClick="Button1_Click" />
</div></td>
</tr>
</table></td>
<td width="2" bgcolor="#3333333"></td>
</tr>
<tr>
<td colspan="5" style="height: 48px"><img src="../image/d_09.gif" width="473" height="48"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -