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

📄 carapply.aspx

📁 视野车辆管理系统源码
💻 ASPX
字号:
<%@ Register TagPrefix="ViewsCar" TagName="Footer" Src="Ascxs/Footer.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Lefter" Src="Ascxs/Lefter.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Header" Src="Ascxs/Header.ascx" %>
<%@ Page language="c#" Codebehind="CarApply.aspx.cs" AutoEventWireup="false" Inherits="Views.Car.CarApply" %>
<%@ Register TagPrefix="uc1" TagName="PicDate" Src="Ascxs/PicDate.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>
			<%=this.Title%>
		</title>
		<script language="javascript" src="Scripts/CarScript.js" type="text/javascript"></script>
		<link href="Styles/CarStyle.CSS" rel="stylesheet" type="text/css">
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<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>
		<form id="Form1" method="post" runat="server">
			<TABLE height="85" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
				<TR>
					<TD><ViewsCar:Header id="Header1" runat="server"></ViewsCar:Header></TD>
				</TR>
			</TABLE>
			<TABLE cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
				<TR>
					<TD width="160" valign="top"><ViewsCar:Lefter id="Lefter1" runat="server"></ViewsCar:Lefter></TD>
					<TD height="320" vAlign="top">
						<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="90%" align="center" border="0">
							<TR>
								<TD colspan="2" style="FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: red" align="center"
									height="40">用车申请</TD>
							</TR>
							<TR>
								<TD width="20%" align="right">所申请用车:</TD>
								<TD>
									<asp:DropDownList id="ddlCarType" runat="server"></asp:DropDownList></TD>
							</TR>
							<TR>
								<TD width="20%" align="right">用车起始日期:</TD>
								<TD>
									<uc1:PicDate id="dateStart" runat="server"></uc1:PicDate></TD>
							</TR>
							<TR>
								<TD align="right">用车结束日期:</TD>
								<TD>
									<uc1:PicDate id="dateEnd" runat="server"></uc1:PicDate></TD>
							</TR>
							<TR>
								<TD align="right">行车目的地:</TD>
								<TD>
									<asp:DropDownList id="ddlProvince" runat="server" AutoPostBack="True"></asp:DropDownList>省
									<asp:DropDownList id="ddlCity" runat="server" AutoPostBack="True"></asp:DropDownList>市
									<asp:DropDownList id="ddlCounty" runat="server"></asp:DropDownList>县</TD>
							</TR>
							<TR>
								<TD vAlign="top" align="right">备注说明:</TD>
								<TD>
									<asp:TextBox id="txtMemo" runat="server" Width="80%" TextMode="MultiLine" Rows="6"></asp:TextBox></TD>
							</TR>
							<TR>
								<TD></TD>
								<TD></TD>
							</TR>
							<TR>
								<TD></TD>
								<TD>
									<asp:Button id="Button1" runat="server" Text="保存"></asp:Button></TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
			</TABLE>
			<TABLE height="25" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
				<TR>
					<TD><ViewsCar:Footer id="Footer1" runat="server"></ViewsCar:Footer></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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