get_pwd.ascx
来自「网络订餐基于jsp与servlet的网络订餐系统 适合学生使用」· ASCX 代码 · 共 34 行
ASCX
34 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="get_pwd.ascx.cs" Inherits="qruan.get_pwd" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table width="582" height="425" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"
id="Table_01">
<tr>
<td height="32"> </td>
</tr>
<tr>
<td height="42"> </td>
</tr>
<tr>
<td width="636" align="center" valign="top"><table width="310" border="0" cellpadding="0" cellspacing="1" bgcolor="green">
<tr>
<td><table width="310" border="0" cellpadding="0" cellspacing="0" bgcolor="#afe195">
<tr>
<td height="28" colspan="2" align="center" style="font-size:12px">第一步</td>
</tr>
<tr>
<td width="130" height="28" align="right" style="HEIGHT: 28px; font-size:12px">用户名:</td>
<td width="180" style="HEIGHT: 28px"><asp:TextBox id="TextBox1" runat="server" Width="112px" Height="18px" MaxLength="15"></asp:TextBox></td>
</tr>
<tr>
<td height="28" align="right" style="HEIGHT: 28px"> </td>
<td style="HEIGHT: 28px">
<asp:Button id="Button1" runat="server" Text="下一步" Height="20px"></asp:Button></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?