📄 clientinfopresent.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ClientInfoPresent.aspx.cs" Inherits="client" %>
<!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">
<div>
在住客户查询<br />
<br />
</div>
<table style="width: 710px">
<tbody>
<tr><td style="height: 64px">
<asp:Table ID="Table1" runat="server" Height="43px">
<asp:TableRow ID="TableRow1" runat="server">
<asp:TableCell ID="TableCell1" runat="server" width="80px">顾客姓名</asp:TableCell>
<asp:TableCell ID="TableCell2" runat="server" Width="60px">客房号</asp:TableCell>
<asp:TableCell ID="TableCell3" runat="server" Width="80px">房间类型</asp:TableCell>
<asp:TableCell ID="TableCell4" runat="server" Width="80px">客房价格</asp:TableCell>
<asp:TableCell ID="TableCell5" runat="server" Width="100px">入住时间</asp:TableCell>
<asp:TableCell ID="TableCell7" runat="server" Width="100px">预计离开时间</asp:TableCell>
<asp:TableCell ID="TableCell6" runat="server" Width="50px">折扣</asp:TableCell>
<asp:TableCell ID="TableCell11" runat="server" Width="120px">证件号码</asp:TableCell>
<asp:TableCell ID="TableCell20" runat="server" Width="80px">联系电话</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td></tr>
</tbody>
</table>
<table style="width: 710px">
<tbody>
<tr><td style="height: 64px">
<asp:Table ID="Table2" runat="server" Height="43px">
<asp:TableRow ID="TableRow2" runat="server">
<asp:TableCell ID="TableCell9" runat="server" width="90px">团体名称</asp:TableCell>
<asp:TableCell ID="TableCell18" runat="server" width="90px">顾客姓名</asp:TableCell>
<asp:TableCell ID="TableCell10" runat="server" Width="50px">客房号</asp:TableCell>
<asp:TableCell ID="TableCell12" runat="server" Width="80px">房间类型</asp:TableCell>
<asp:TableCell ID="TableCell13" runat="server" Width="80px">客房价格</asp:TableCell>
<asp:TableCell ID="TableCell14" runat="server" Width="100px">入住时间</asp:TableCell>
<asp:TableCell ID="TableCell15" runat="server" Width="100px">预计离店时间</asp:TableCell>
<asp:TableCell ID="TableCell16" runat="server" Width="50px">折扣</asp:TableCell>
<asp:TableCell ID="TableCell17" runat="server" Width="120px">联系人</asp:TableCell>
<asp:TableCell ID="TableCell19" runat="server" Width="80px">联系电话</asp:TableCell>
</asp:TableRow>
</asp:Table>
</td></tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -