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

📄 passwordmodify.aspx

📁 仓库管理系统的源码 压缩文件 是老师给的源码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="PasswordModify.aspx.cs" AutoEventWireup="false" Inherits="WMS.PasswordModify" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>PasswordModify</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  </HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="PasswordModify" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 102; LEFT: 200px; WIDTH: 616px; POSITION: absolute; TOP: 64px; HEIGHT: 230px"
				borderColor="#ffcc66" cellSpacing="1" cellPadding="1" width="616" bgColor="#996699"
				background=" " border="1">
				<TR>
					<TD vAlign="middle" align="center" colSpan="3"><FONT face="宋体">
							<TABLE id="Table2" style="WIDTH: 587px; HEIGHT: 160px" borderColor="#ffcc66" cellSpacing="1"
								cellPadding="1" width="587" bgColor="#ffffff" border="1">
								<TR>
									<TD vAlign="middle" align="center" colSpan="3"><FONT face="宋体">
											<table width="90%" border="0" cellspacing="0" cellpadding="5" align="center" bordercolordark="#cccccc"
												bordercolorlight="#000000">
												<TR>
													<TD vAlign="middle" align="left" bgColor="#ffffff" height="5"></TD>
												</TR>
												<TR bgColor="#cccccc">
													<TD vAlign="middle" align="left" bgColor="#ffffff" height="5">
														<DIV align="center"><FONT size="5">
																<DIV align="center"><FONT face="华文行楷" size="5">仓库管理信息系统</FONT></DIV>
																<DIV align="center"><FONT face="幼圆" size="3">--个人密码修改</FONT></DIV>
															</FONT>
														</DIV>
													</TD>
												</TR>
												<TR vAlign="middle" align="left" bgColor="#ffffff">
													<TD vAlign="top" height="85">
														<DIV align="center"></DIV>
														<DIV align="center"></DIV>
														<DIV align="center"></DIV>
														<DIV align="center">
															<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
																<TR>
																	<TD width="36%">
																		<DIV align="right"><FONT face="幼圆">员工号:</FONT></DIV>
																	</TD>
																	<TD width="31%"><FONT face="幼圆">&nbsp; </FONT>
																		<asp:Label id="lbl_uid" runat="server" Font-Size="Larger" Font-Bold="True" ForeColor="Red"></asp:Label></TD>
																	<TD width="33%"><FONT face="幼圆">&nbsp;</FONT></TD>
																</TR>
																<TR>
																	<TD width="36%">
																		<DIV align="right"><FONT face="幼圆">原密码:</FONT></DIV>
																	</TD>
																	<TD width="31%"><FONT face="幼圆">&nbsp; </FONT>
																		<asp:TextBox id="tbx_upassword" runat="server" TextMode="Password"></asp:TextBox></TD>
																	<TD width="33%"><FONT face="幼圆">&nbsp;</FONT></TD>
																</TR>
																<TR>
																	<TD width="36%">
																		<DIV align="right"><FONT face="幼圆">新密码:</FONT></DIV>
																	</TD>
																	<TD width="31%"><FONT face="幼圆">&nbsp; </FONT>
																		<asp:TextBox id="tbx_newpassword" runat="server" TextMode="Password"></asp:TextBox></TD>
																	<TD width="33%"><FONT face="幼圆">&nbsp;</FONT></TD>
																</TR>
																<TR>
																	<TD width="36%">
																		<DIV align="right"><FONT face="幼圆">确认新密码:</FONT></DIV>
																	</TD>
																	<TD width="31%">&nbsp;
																		<asp:TextBox id="tbx_confirmpassword" runat="server" TextMode="Password"></asp:TextBox></TD>
																	<TD width="33%">&nbsp;
																		<asp:CompareValidator id="cpv_newpassword" runat="server" ErrorMessage="确认密码不一致" ControlToValidate="tbx_confirmpassword"
																			ControlToCompare="tbx_newpassword"></asp:CompareValidator></TD>
																</TR>
															</TABLE>
														</DIV>
														<FONT face="宋体">
															<asp:Label id="lbl_message" runat="server" ForeColor="Red"></asp:Label></FONT></TD>
												</TR>
												<TR vAlign="middle" align="center" bgColor="#eeeeee">
													<TD bgColor="#ffffff" height="2">
														<DIV align="center">
															<asp:Button id="btn_submit" runat="server" Font-Bold="True" ForeColor="White" Text="确定" Width="84px"
																BackColor="Purple"></asp:Button><FONT face="宋体">&nbsp; </FONT>
															<asp:HyperLink id="hlk_default" runat="server" NavigateUrl="default.aspx">返回</asp:HyperLink></DIV>
													</TD>
												</TR>
											</table>
										</FONT>
									</TD>
								</TR>
							</TABLE>
						</FONT>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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