📄 checkout.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="checkOut.aspx.cs" Inherits="checkOut" %>
<!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">
<table width="500">
<tbody>
<tr>
<td style="width: 513px">
<asp:RadioButton ID="RRBIsClient" runat="server" GroupName="ISGROUP" OnCheckedChanged="RRBIsClient_CheckedChanged"
Text="个人" AutoPostBack="True" Checked="True" />
<asp:RadioButton ID="RBIsGroup" runat="server" GroupName="ISGROUP" OnCheckedChanged="RBIsGroup_CheckedChanged"
Text="团队" AutoPostBack="True" /></td>
</tr>
<tr>
<td style="width: 513px; height: 6px;">
<asp:Label ID="Label1" runat="server" Text="身份证"></asp:Label>
<asp:TextBox ID="TextIDNo" runat="server" OnTextChanged="TextIDNo_TextChanged"></asp:TextBox>
<asp:Button ID="Button1" runat="server" Text="查询" OnClick="Button1_Click" /></td>
</tr>
<tr>
<td style="width: 513px">
<asp:Label ID="LabName" runat="server" Text="姓名"></asp:Label>
<asp:TextBox ID="TextName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 513px">
<asp:Label ID="Label2" runat="server" Text="住房记录"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 513px">
<asp:Table ID="StayInfomationView" runat="server" HorizontalAlign="Center" GridLines="Both" Width="493px">
<asp:TableRow ID="InfomationItem" runat="server">
<asp:TableCell runat="server">房号</asp:TableCell>
<asp:TableCell runat="server">价格</asp:TableCell>
<asp:TableCell runat="server">入住时间</asp:TableCell>
<asp:TableCell runat="server" >原天数</asp:TableCell>
<asp:TableCell runat="server">入住天数</asp:TableCell>
<asp:TableCell runat="server">入住号</asp:TableCell>
<asp:TableCell runat="server">罚金</asp:TableCell>
<asp:TableCell runat="server">退房</asp:TableCell>
</asp:TableRow>
</asp:Table>
<asp:LinkButton ID="OKBtn" runat="server" ForeColor="#00C000" OnClick="OKBtn_Click1" Enabled="False">刷新帐单信息</asp:LinkButton></td>
</tr>
<tr>
</tr>
<tr>
<td style="width: 513px; height: 26px;">
<asp:Label ID="Label3" runat="server" Text="总计"></asp:Label>
<asp:TextBox ID="txttotal" runat="server" Width="124px" ReadOnly="True">0</asp:TextBox>
<asp:Label ID="Label4" runat="server" Text="元"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 513px">
<asp:Label ID="Label5" runat="server" Text="押金已付"></asp:Label>
<asp:TextBox ID="txttotaldeposit" runat="server" Width="124px" ReadOnly="True">0</asp:TextBox>
<asp:Label ID="Label6" runat="server" Text="元"></asp:Label></td>
</tr>
<tr>
<td style="height: 26px; width: 513px;">
应付罚款 <asp:TextBox ID="TextPenalty" runat="server" Width="124px" Enabled="False">0</asp:TextBox>
<asp:Label ID="Label9" runat="server" Text="元"></asp:Label></td>
</tr>
<tr>
<td style="width: 513px">
<asp:Label ID="labbackmoney" runat="server" Text="退款"></asp:Label>
<asp:TextBox ID="txtaddmoney" runat="server" Width="124px" ReadOnly="True">0</asp:TextBox>
<asp:Label ID="Label8" runat="server" Text="元"></asp:Label>
</td>
</tr>
<tr>
<td align="center" style="width: 513px">
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" Enabled="False">退房</asp:LinkButton>
<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click">重置</asp:LinkButton>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -