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

📄 addscape.aspx

📁 酒店管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="addscape.aspx.cs" AutoEventWireup="false" Inherits="hotel.manage.managescape" %>
<%@ Register TagPrefix="uc1" TagName="mheader" Src="../Continer/mheader.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tail" Src="../Continer/tail.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>managescape</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: 815px; HEIGHT: 626px" cellSpacing="0" cellPadding="0"
					width="815" align="center" border="1">
					<TR>
						<TD vAlign="top" align="center" width="800" height="150"><uc1:mheader id="Mheader1" runat="server"></uc1:mheader></TD>
					</TR>
					<TR>
						<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: fuchsia; HEIGHT: 37px" align="left"
							bgColor="#99ff33">&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;&nbsp;&nbsp;&nbsp; 
							&nbsp;景点添加&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
					</TR>
					<TR>
						<TD>
							<TABLE id="Table2" style="WIDTH: 800px" height="100%" cellSpacing="1" cellPadding="1" width="800"
								border="1">
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 129px; COLOR: blue; HEIGHT: 56px"
										align="right" height="56">景点名称:</TD>
									<TD style="WIDTH: 77px; HEIGHT: 56px" height="56"><asp:textbox id="TextBox2" runat="server" Width="152px"></asp:textbox><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" Width="136px" ErrorMessage="RequiredFieldValidator"
											Display="Dynamic" ControlToValidate="TextBox2">景点名称必需填写</asp:requiredfieldvalidator><asp:customvalidator id="CustomValidator1" runat="server" Width="136px" ErrorMessage="CustomValidator"
											Display="Dynamic" ControlToValidate="TextBox2">景点已存在</asp:customvalidator></TD>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 174px; COLOR: blue; HEIGHT: 56px"
										align="right" height="56">景点图片名称:</TD>
									<TD style="HEIGHT: 56px" height="56"><asp:textbox id="TextBox3" runat="server" Width="155px"></asp:textbox></TD>
								</TR>
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 129px; COLOR: blue; HEIGHT: 55px"
										align="right">景点门票:</TD>
									<TD style="WIDTH: 77px; HEIGHT: 55px"><asp:textbox id="TextBox4" runat="server"></asp:textbox></TD>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; WIDTH: 174px; COLOR: blue; HEIGHT: 55px"
										align="right">公交线路:</TD>
									<TD style="HEIGHT: 55px"><asp:textbox id="TextBox5" runat="server" Width="158px"></asp:textbox></TD>
								</TR>
								<TR>
									<TD style="FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: blue; HEIGHT: 29px" vAlign="middle"
										align="left" colSpan="4">景点介绍:</TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 210px" vAlign="top" align="left" colSpan="4"><asp:textbox id="TextBox1" runat="server" Width="800px" Height="204px" TextMode="MultiLine"></asp:textbox></TD>
								</TR>
								<TR>
									<TD vAlign="middle" align="left" colSpan="4">&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
										<asp:button id="Button1" runat="server" Width="48px" Text="添加" ForeColor="#8080FF"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
										<asp:Button id="Button2" runat="server" Width="56px" Text="清空" ForeColor="#8080FF"></asp:Button></TD>
								</TR>
							</TABLE>
						</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 + -