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

📄 returnroom.aspx

📁 本程序是一个宾馆管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReturnRoom.aspx.cs" Inherits="ReturnRoom" %>

<%@ Register Src="ST_BannerModule.ascx" TagName="ST_BannerModule" TagPrefix="uc1" %>
<%@ Register Src="ST_ButtomModule.ascx" TagName="ST_ButtomModule" TagPrefix="uc2" %>

<!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>
    <table width="800" height="100%" border="1">
  <tr>
    <td height="88" colspan="2" valign="top">&nbsp;<table style="width: 100%; position: relative; height: 100%">
            <tr>
                <td style="width: 100px">
                    <uc1:ST_BannerModule ID="ST_BannerModule1" runat="server" />
                </td>
            </tr>
        </table>
    </td>
  </tr>
  <tr>
    <td width="175" height="278" valign="top">&nbsp;<table style="width: 100%; position: relative; height: 100%">
            <tr>
                <td style="width: 100px">
                    <uc2:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
                </td>
            </tr>
        </table>
    </td>
    <td width="609" valign="top">
    <table width="600" border="1" style="font-size: 15px; height: 333px">
  <tr>
    <td height="23" colspan="3" bgcolor="#CCCCCC">客户退房</td>
  </tr>
  <tr>
    <td width="93" style="height: 47px">房间号:</td>
    <td width="304" style="height: 47px">&nbsp;<asp:Label ID="lblRoomId" runat="server" Style="position: relative" Text="Label" Width="195px"></asp:Label></td>
    <td width="181" style="height: 47px">&nbsp;</td>
  </tr>
  <tr>
    <td height="36">单价(元/天):</td>
    <td>&nbsp;<asp:Label ID="lblPrice" runat="server" Style="position: relative; left: 3px; top: 1px;" Text="Label" Width="186px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="40">入住时间:</td>
    <td>&nbsp;<asp:Label ID="lblBeginTime" runat="server" Style="position: relative" Text="Label" Width="187px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 45px">退房时间:</td>
    <td style="height: 45px">&nbsp;<asp:Label ID="lblEndTime" runat="server" Style="position: relative" Text="Label" Width="189px"></asp:Label></td>
    <td style="height: 45px">&nbsp;</td>
  </tr>
  <tr>
    <td height="41">总天数:</td>
    <td>&nbsp;<asp:Label ID="lblCount" runat="server" Style="position: relative" Text="Label" Width="184px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="43">应付款金额:</td>
    <td>&nbsp;<asp:Label ID="lblMoney" runat="server" Style="position: relative" Text="Label" Width="180px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3" style="height: 29px" align="center">
        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: relative; left: -11px; top: 2px;"
            Text="退房" Width="58px" />
        &nbsp;<a href="ST_RBussinessMan.aspx"  style="text-decoration:none"> 返回</a><asp:Label ID="lblInfo" runat="server" Style="left: 169px; position: relative;
            top: -39px" Text="Label" Width="147px"></asp:Label></td>
  </tr>
</table>
    
    </td>
  </tr>
  <tr>
    <td colspan="2" bgcolor="#CCCCCC" align="center">版权所有违者必究</td>
  </tr>
</table>
      
    </div>
      
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -