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

📄 addrummery.aspx

📁 酒店管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="addrummery.aspx.cs" AutoEventWireup="false" Inherits="hotel.manage.addrummery" %>
<%@ 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>addrummery</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: 792px" cellSpacing="0" cellPadding="0"
					width="800" border="1" align="center">
					<TR>
						<TD style="WIDTH: 800px; HEIGHT: 150px" align="center"><uc1:mheader id="Mheader1" runat="server"></uc1:mheader></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 43px" align="center" bgColor="#99cc00">酒店添加</TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 387px">
							<TABLE id="Table2" height="100%" cellSpacing="1" cellPadding="1" width="100%" border="1">
								<TR>
									<TD style="WIDTH: 127px; HEIGHT: 58px" align="right"><asp:label id="Label1" runat="server" Width="93px" Height="26px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">酒店名称:</asp:label></TD>
									<TD style="WIDTH: 312px; HEIGHT: 58px"><asp:textbox id="TextBox1" runat="server" Width="152px"></asp:textbox><asp:customvalidator id="CustomValidator1" runat="server" ErrorMessage="CustomValidator" ControlToValidate="TextBox1"
											Display="Dynamic">酒店已存在</asp:customvalidator>
										<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="RequiredFieldValidator"
											ControlToValidate="TextBox1" Display="Dynamic">酒店名称必需填写</asp:RequiredFieldValidator></TD>
									<TD style="WIDTH: 186px; HEIGHT: 58px" align="right"><asp:label id="Label2" runat="server" Width="114px" Height="29px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">图片名称:</asp:label></TD>
									<TD style="HEIGHT: 58px"><asp:textbox id="TextBox2" runat="server" Width="250px"></asp:textbox></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 127px; HEIGHT: 60px" align="right"><asp:label id="Label3" runat="server" Width="95px" Height="21px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">星级:</asp:label></TD>
									<TD style="WIDTH: 312px; HEIGHT: 60px"><asp:textbox id="TextBox3" runat="server" Width="216px" Height="25px"></asp:textbox></TD>
									<TD style="WIDTH: 186px; HEIGHT: 60px" align="right"><asp:label id="Label4" runat="server" Width="122px" Height="19px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">地址:</asp:label></TD>
									<TD style="HEIGHT: 60px"><asp:textbox id="TextBox4" runat="server" Width="252px" Height="25px"></asp:textbox></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 800px; HEIGHT: 47px" 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;
										<asp:label id="Label5" runat="server" Width="96px" Height="1px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">电话号码:</asp:label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
										<asp:textbox id="TextBox5" runat="server" Height="27px"></asp:textbox>&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;&nbsp;</TD>
								</TR>
								<TR>
									<TD style="WIDTH: 127px; HEIGHT: 319px" vAlign="top" align="left" colSpan="4"><asp:label id="Label6" runat="server" Width="80px" Height="32px" Font-Size="Medium" Font-Bold="True"
											ForeColor="Blue">介绍:</asp:label><asp:textbox id="TextBox6" runat="server" Width="772px" Height="293px" TextMode="MultiLine"></asp:textbox></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 800px" vAlign="middle" align="center" colSpan="4">&nbsp;&nbsp;&nbsp;&nbsp;
										<asp:button id="Button1" runat="server" Width="96px" Height="32px" Text="添加" BackColor="#FFFFC0"
											BorderColor="Lime"></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="107px" Height="32px" Text="清空" BackColor="White"
											BorderColor="Aqua"></asp:button></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD style="WIDTH: 800px; HEIGHT: 100px" align="center">
							<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 + -