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

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page language="c#" Inherits="car1.index" CodeFile="Default.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>明日车辆管理系统</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="css/css.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<p><FONT face="宋体"></FONT>&nbsp;</p>
		<FORM id="Form1" method="post" runat="server">
		<table cellSpacing="0" cellPadding="0" width="792" align="center" border="0" style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid">
			<tr>
				<td style="HEIGHT: 56px" width="532" background="IMAGES/OA_r1_c1.jpg" height="56">&nbsp;</td>
				<td style="HEIGHT: 56px" background="IMAGES/OA_r1_c2.jpg">&nbsp;</td>
			</tr>
			<tr>
				<td style="HEIGHT: 222px" background="IMAGES/OA_r2_c1.jpg"></td>
				<td style="HEIGHT: 222px" background="IMAGES/OA_r2_c2.jpg"><FONT face="宋体">
							<FONT face="宋体"></FONT>
							<TABLE id="Table1" style="WIDTH: 260px; HEIGHT: 216px" cellPadding="0" width="260" border="0">
								<TBODY>
									<TR>
										<TD style="height: 215px">
											<TABLE id="Table2" cellSpacing="0" cellPadding="2" width="100%" border="0">
												<TBODY>
													<TR>
														<TD style="FONT-SIZE: 9pt; width: 248px;" vAlign="top" align="center" height="32"><FONT face="宋体">&nbsp;</FONT></TD>
													</TR>
													<TR>
														<TD style="FONT-SIZE: 9pt; width: 248px;" vAlign="top" align="center" height="32"><FONT face="宋体"></FONT></TD>
													</TR>
													<TR>
														<TD style="FONT-SIZE: 9pt; width: 248px; height: 32px; text-align: center;" vAlign="top" align="center">帐号:&nbsp;
															<asp:textbox id="username" Width="80" Font-Size="9" Runat="server"></asp:textbox><asp:requiredfieldvalidator id="reusername" Runat="server" ErrorMessage="请输入帐号" ControlToValidate="username"></asp:requiredfieldvalidator>&nbsp;</TD>
													</TR>
													<TR>
														<TD height="23" style="width: 248px">
															<DIV align="center" style="text-align: center">密码:&nbsp;
																<asp:textbox id="password" Width="80" Font-Size="9" Runat="server" TextMode="Password"></asp:textbox><asp:requiredfieldvalidator id="repw" Runat="server" ErrorMessage="请输入密码" ControlToValidate="password"></asp:requiredfieldvalidator></DIV>
														</TD>
														<TD height="23">
															<DIV align="center">&nbsp;</DIV>
														</TD>
													</TR>
													<TR>
														<TD height="21" style="width: 248px">
															<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
																<TR>
																	<TD width="100">&nbsp;
																		<DIV align="center">&nbsp;</DIV>
																	</TD>
																	<TD>
																		<DIV align="left"><FONT face="宋体">
																				<DIV align="left"><asp:button id="login" Runat="server" Height="20" Text="登 录" CommandName="login" onclick="login_Click"></asp:button></DIV>
																			</FONT>
																		</DIV>
																	</TD>
																</TR>
															</TABLE>
															<DIV align="center"><asp:label id="err" Runat="server" ForeColor="#ff0033"></asp:label><asp:label id="Label1" runat="server" Visible="False">Label</asp:label></DIV>
														</TD>
													</TR>
													<TR>
														<TD style="HEIGHT: 31px; width: 248px;" height="31">
															<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="100%" border="0">
																<TR>
																	<TD style="WIDTH: 52px" width="52">&nbsp;
																		<DIV align="center">&nbsp;</DIV>
																	</TD>
																	<TD>
																		<DIV align="left"><FONT face="宋体"></FONT><FONT face="宋体"></FONT>
																			<DIV align="left">&nbsp;</DIV>
																			<A onClick="MM_openBrWindow('forgetpass.aspx','','width=500,height=280')" href="#"></A>
																		</DIV>
																	</TD>
																</TR>
															</TABLE>
														</TD>
													</TR>
							</TABLE>
				</td>
			</tr>
		</table>
		</FORM>
							
	</body>
</HTML>

⌨️ 快捷键说明

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