📄 uc_login.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="uc_login.ascx.cs" Inherits="UserControl_uc_login" %>
<script language="javascript" type="text/javascript">
<!--
// -->
</script>
<table bordercolor="#d4d0c8" style="width: 246px;
height: 16px; border-top-width: thin; border-left-width: thin; border-left-color: buttonface; border-bottom-width: thin; border-bottom-color: buttonface; border-top-color: buttonface; border-right-width: thin; border-right-color: buttonface;">
<tr>
<td align="center" style="width: 100px; height: 16px">
<table style="width: 238px">
<tr>
<td style="width: 100px">
</td>
<td align="center" style="width: 144px" valign="middle">
<asp:Label ID="Label1" runat="server" Text="学生登录窗口"></asp:Label></td>
<td style="width: 100px">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px; height: 39px">
<table style="width: 238px; height: 46px">
<tr>
<td align="center" style="width: 80px; height: 6px">
<asp:Label ID="Label2" runat="server" Text="学号:"></asp:Label></td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td align="center" style="width: 80px; height: 21px">
<asp:Label ID="Label3" runat="server" Text="密码:"></asp:Label></td>
<td style="width: 158px; height: 6px">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="150px"></asp:TextBox></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px">
<table style="width: 237px; height: 29px">
<tr>
<td style="width: 100px; height: 25px">
<asp:CheckBox ID="cbExercise" Text="练习模式" runat="server" Width="92px" /></td>
<td style="width: 109px; height: 25px">
<asp:Button ID="Button1" runat="server" Text="登录" OnClick="Button1_Click" /></td>
<td align="right" style="width: 100px; height: 25px">
<input id="Reset1" type="reset" value="重置" /></td>
<td style="width: 100px; height: 25px">
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -