⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userstatus.ascx

📁 网上书店系统由两部分组成:购书网站和订单处理中心。其中购书网站是一个Web应用程序, 用户可以通过Web浏览器登录到此网站.在此网站
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="UserStatus.ascx.cs" Inherits="Bookshop.UserStatus" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<asp:panel id="Panel1" runat="server">
	<TABLE id="Table7" style="WIDTH: 172px; HEIGHT: 100px" cellSpacing="0" cellPadding="0"
		width="172" border="0">
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
			<TD style="HEIGHT: 8px" height="23">&nbsp; <FONT color="black"><STRONG>用 户 登 陆</STRONG></FONT>
			</TD>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
		</TR>
		<TR>
			<TD style="HEIGHT: 86px" vAlign="top">
				<TABLE id="Table8" cellSpacing="0" cellPadding="2" width="165" border="0">
					<TR>
						<TD style="WIDTH: 72px" height="25"><FONT color="blue">用户名:</FONT>
						</TD>
						<TD>
							<asp:textbox id="TextBox1" runat="server" Width="90px"></asp:textbox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 72px"><FONT color="blue">密&nbsp;&nbsp;码:</FONT>
						</TD>
						<TD>
							<asp:textbox id="TextBox2" runat="server" Width="90px" TextMode="Password"></asp:textbox></TD>
					</TR>
					<TR>
					</TR>
					<TR>
					</TR>
					<TR>
					</TR>
					<TR>
					</TR>
					<TR>
					</TR>
					<TR>
					</TR>
					<TR>
						<TD>&nbsp;&nbsp;
							<asp:Button id="Button1" runat="server" BorderWidth="2px" Text="登录" BorderStyle="Outset"></asp:Button>&nbsp;&nbsp;
						</TD>
						<TD>&nbsp;&nbsp;
							<asp:Button id="Button2" runat="server" BorderWidth="2px" Text="注册" BorderStyle="Outset"></asp:Button>&nbsp;&nbsp;
						</TD>
						<TD>
							<asp:Label id="Label1" runat="server" ForeColor="#C00000" CssClass="temp"></asp:Label></TD>
					</TR>
				</TABLE>
			</TD>
		</TR>
	</TABLE>
</asp:panel><asp:panel id="Panel2" runat="server">
	<TABLE id="Table2" height="35" cellSpacing="0" cellPadding="0" width="760" bgColor="#f6f5f6"
		border="0">
		<TR>
			<TD><FONT face="宋体">
					<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<asp:Label id="Label2" style="MARGIN-LEFT: 50px" runat="server" CssClass="temp"></asp:Label></P>
					<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
						<asp:Button id="Button3" runat="server" BorderWidth="2px" Text="注销" BorderStyle="Outset"></asp:Button>&nbsp;&nbsp;
						<asp:Button id="Button4" runat="server" BorderWidth="2px" Text="修改密码" BorderStyle="Outset"></asp:Button></P>
				</FONT>
			</TD>
		</TR>
	</TABLE>
</asp:panel>
<P></P>
</FONT></TR></TBODY></TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -