📄 checkinreservation.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="checkInReservation.aspx.cs" Inherits="checkInReservation" enableEventValidation="false"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<asp:TextBox ID="TextBox6" runat="server" Height="51px" Visible="False" Width="316px" ></asp:TextBox>
<table width="500">
<tbody>
<tr>
<td>
<asp:Table ID="Table1" runat="server" HorizontalAlign="Center" GridLines="Both" Width="427px">
<asp:TableRow ID="TableRow1" runat="server">
<asp:TableCell ID="TableCell1" runat="server">客户姓名/单位</asp:TableCell>
<asp:TableCell ID="TableCell2" runat="server">联系方式</asp:TableCell>
<asp:TableCell ID="TableCell3" runat="server">入住时间</asp:TableCell>
<asp:TableCell ID="TableCell4" runat="server">团体客户</asp:TableCell>
<asp:TableCell runat="server">操作</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td>
</tr>
</tbody>
</table>
<table width="500" id="single" >
<tbody>
<tr>
<td style="width: 507px">
<asp:Label ID="Label1" runat="server" Text="姓名"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Width="110px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 507px">
<asp:Label ID="Label2" runat="server" Text="证件号码"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" MaxLength="28" Width="161px"></asp:TextBox>
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem>身份证</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
</tbody>
</table>
<table width="500"id="group">
<tbody>
<tr>
<td style="width: 519px; height: 22px;">
<asp:CheckBox ID="checkbox1" runat="server" BorderStyle="None" Text=" 团体" Width="135px" OnCheckedChanged="checkbox1_CheckedChanged" Enabled="False" /></td>
</tr>
<tr>
<td style="width: 519px">
<asp:Label ID="Label8" runat="server" Text="单位"></asp:Label>
<asp:TextBox ID="TextBox10" runat="server" Enabled="False"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 519px">
<asp:Label ID="Label4" runat="server" Text="联系方式"></asp:Label>: <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 519px;">
<asp:LinkButton ID="LinkButton3" runat="server" Width="76px" OnClick="LinkButton3_Click">新添成员</asp:LinkButton></td>
</tr>
<tr>
<td style="width: 519px;" title="团体成员列表">
<asp:Table ID="Table3" runat="server" GridLines="Both" HorizontalAlign="Left" Width="492px" Caption="团体成员列表" CaptionAlign="Left" Height="21px">
<asp:TableRow runat="server">
<asp:TableCell runat="server" Width="150px">姓名</asp:TableCell>
<asp:TableCell runat="server" Width="250px">证件号码</asp:TableCell>
<asp:TableCell runat="server" Width="100px">证件类型</asp:TableCell>
<asp:TableCell runat="server" Width="60px">操作</asp:TableCell>
<asp:TableCell runat="server" Width="60px">操作</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td>
</tr>
<tr>
<td style="width: 519px; height: 1px">
<asp:Label ID="Label5" runat="server" Text="入住日期"></asp:Label>
<asp:TextBox ID="TextBox4" runat="server" Enabled="False" ReadOnly="True" Width="112px"></asp:TextBox>
<asp:Button ID="Button4" runat="server" Height="21px" OnClick="Button1_Click" Text="↓"
Width="14px" />
</td>
</tr>
<tr>
<td style="height: 27px; width: 519px;">
<asp:Label ID="Label6" runat="server" Text="离开日期"></asp:Label>
<asp:TextBox ID="TextBox5" runat="server" Enabled="False" ReadOnly="True" Width="111px"></asp:TextBox>
<asp:Button ID="Button5" runat="server" Text="↑" Width="17px" OnClick="Button2_Click" Height="22px" /></td>
</tr>
</tbody>
</table>
<table width="500">
<tr>
<td title="确认房间">
<asp:Button ID="button3" runat="server" OnClick="button3_Click" Text="房间确认>>>" />
<asp:Table ID="Table2" runat="server" BorderColor="#80FF80" GridLines="Both" HorizontalAlign="Center"
Width="271px" CaptionAlign="Left">
<asp:TableRow ID="TableRow2" runat="server" BackColor="#8080FF">
<asp:TableCell ID="Table2Cell1" runat="server" BackColor="#8080FF" Font-Bold="False"
ForeColor="White">房号</asp:TableCell>
<asp:TableCell ID="Table2Cell2" runat="server" BackColor="#8080FF" Font-Bold="False"
ForeColor="White">房型</asp:TableCell>
<asp:TableCell ID="Table2Cell3" runat="server" BackColor="#8080FF" Font-Bold="False"
ForeColor="White">价格</asp:TableCell>
<asp:TableCell ID="Table2Cell4" runat="server" BackColor="#8080FF" Font-Bold="False"
ForeColor="White">预定确认</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td>
</tr>
<tr>
<td title="确认房间">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="计算压金>>" />
<asp:Label ID="Label3" runat="server" Height="23px" Text="0"
Width="135px"></asp:Label>
</td>
</tr>
<tr>
<td style="height: 21px" title="确认房间">
<asp:Label ID="Label7" runat="server" Height="13px" Text="实付压金" Width="108px"></asp:Label>
<asp:TextBox ID="TextBox7" runat="server"></asp:TextBox></td>
</tr>
</table>
<table width="500">
<tbody>
<tr>
<td align="center" style="width: 511px">
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">保存记录</asp:LinkButton>
<asp:LinkButton ID="LinkButton2" runat="server">重置</asp:LinkButton>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -