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

📄 st_logonmodule.ascx

📁 酒店管理系统,适合做毕业设计的人
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" CodeFile="ST_LogonModule.ascx.cs" Inherits="ST_GROUP.Modules.ST_LogonModule" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<!--BEGIN LOGON MODULE-->
<TABLE cellSpacing="1" bgcolor="#ffccff" width="100%">
	<TR>
		<TD bgcolor="#ffccff" align="left" height="25" bgcolor="#ffccff">员工登录
		</TD>
	</TR> <!-- SPACER ROW -->
	<TR class="rbody">
		<TD class="rbodycol" align="left" height="25">
			<P>用户请在此输入正确的用户名和密码,单击“登录”按钮以登录系统。
			</P>
		</TD>
	</TR>
	<TR class="rbody">
		<TD class="rbodycol" align="center" height="25">
			<TABLE width="100%">
				<TR>
					<TD width="20%">用户名:
					</TD>
					<TD width="40%"><asp:textbox id="LogonNameTextBox" MaxLength="50" runat="server"></asp:textbox><asp:requiredfieldvalidator id="LogonNameRequiredFieldValidator" runat="server" controlToValidate="LogonNameTextBox"
							errormessage="用户名必须填写 " display="Dynamic">*</asp:requiredfieldvalidator></TD>
					<TD>&nbsp;
					</TD>
				</TR>
				<TR>
					<TD width="20%">密码:
					</TD>
					<TD width="40%"><asp:textbox id="LogonPasswordTextBox" MaxLength="15" runat="server" textmode="Password"></asp:textbox><asp:requiredfieldvalidator id="LogonPasswordRequiredFieldValidator" runat="server" controlToValidate="LogonPasswordTextBox"
							errormessage="密码必须填写 " display="dynamic">*</asp:requiredfieldvalidator></TD>
					<TD>&nbsp;
					</TD>
				</TR>
			</TABLE>
		</TD>
	</TR>
	<TR>
		<TD align="left">
			<P><asp:validationsummary id="LogonValidationSummary" runat="server" HeaderText="请正确填写您的用户名及密码"></asp:validationsummary><asp:label id="MismatchLabel" runat="server" forecolor="RED" Visible="False">用户名或密码错误——请重新输入<BR></asp:label></P>
		</TD>
	</TR>
	<TR>
		<TD>
			<TABLE width="100%">
				<TR>
					<TD width="20%">&nbsp;
					</TD>
					<TD width="40%"><asp:button id="LoginButton" runat="server" BorderStyle="Groove" text="登录"></asp:button></TD>
				</TR>
				<tr>
					<td colspan="2"><asp:label id="ShowMsg" Runat="server"></asp:label></td>
				</tr>
			</TABLE>
		</TD>
	</TR>
</TABLE>
<!--END LOGON MODULE-->

⌨️ 快捷键说明

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