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

📄 dindan.aspx

📁 酒店管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="header" Src="Continer/header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tail" Src="Continer/tail.ascx" %>
<%@ Page language="c#" Codebehind="dindan.aspx.cs" AutoEventWireup="false" Inherits="hotel.dindan" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>dindan</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">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="WIDTH: 800px; HEIGHT: 576px" cellSpacing="0" cellPadding="0"
					width="800" align="center" border="1">
					<TR>
						<TD vAlign="top" align="center" width="800" height="150"><uc1:header id="Header1" runat="server"></uc1:header></TD>
					</TR>
					<TR>
						<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: fuchsia; HEIGHT: 47px" align="center"
							bgColor="#99ff66">订单申请</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 238px">
							<TABLE id="Table2" style="WIDTH: 800px" height="250" cellSpacing="0" cellPadding="0" width="800"
								border="0">
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 198px; COLOR: blue; HEIGHT: 52px"
										align="right">酒店名称:</TD>
									<TD style="WIDTH: 284px; HEIGHT: 52px"><asp:dropdownlist id="DropDownList1" runat="server" Width="240px"></asp:dropdownlist></TD>
									<td style="FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: aqua; HEIGHT: 52px" align="center">备注:</td>
								</TR>
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 198px; COLOR: blue; HEIGHT: 1px"
										align="right">景点名称:</TD>
									<TD style="WIDTH: 284px; HEIGHT: 1px"><asp:dropdownlist id="DropDownList2" runat="server" Width="240px"></asp:dropdownlist></TD>
									<td rowSpan="3"><asp:textbox id="TextBox1" runat="server" Width="100%" Height="188px"></asp:textbox></td>
								</TR>
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 198px; COLOR: blue; HEIGHT: 5px"
										align="right">线路名称:</TD>
									<TD style="WIDTH: 284px; HEIGHT: 5px"><asp:dropdownlist id="DropDownList3" runat="server" Width="240px"></asp:dropdownlist></TD>
								</TR>
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 198px; COLOR: blue" align="right">导游姓名:</TD>
									<TD style="WIDTH: 284px">
										<asp:DropDownList id="DropDownList4" runat="server" Width="240px"></asp:DropDownList></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 53px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:Button id="Button1" runat="server" Width="80px" Text="提交订单"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
							&nbsp;&nbsp;&nbsp;&nbsp;
							<asp:Button id="Button2" runat="server" Width="72px" Text="查看订单"></asp:Button></TD>
					</TR>
					<TR>
						<TD vAlign="top" align="center" width="800" height="100">
							<uc1:tail id="Tail1" runat="server"></uc1:tail></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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