roomdetaillist.ascx

来自「本程序是一个宾馆管理系统」· ASCX 代码 · 共 63 行

ASCX
63
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="RoomDetailList.ascx.cs" Inherits="Context_RoomDetailList" %>
<table width="600" height="340" border="1" style="font-size: 15px">
  <tr>
    <td height="20" colspan="3" bordercolor="#CCCCCC" bgcolor="#CCCCCC">房间详细信息</td>
  </tr>
  <tr>
    <td width="98" height="30">房间号:</td>
    <td width="286">&nbsp;<asp:Label ID="lblRoomId" runat="server" Style="position: relative" Text="Label"
            Width="204px"></asp:Label></td>
    <td width="194">&nbsp;</td>
  </tr>
  <tr>
    <td height="29">房间类型:</td>
    <td>&nbsp;<asp:Label ID="lblCategory" runat="server" Style="position: relative" Text="Label"
            Width="206px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="30">面积(平方米):</td>
    <td>&nbsp;<asp:Label ID="lblArea" runat="server" Style="position: relative" Text="Label"
            Width="202px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="36">价格(元/天):</td>
    <td>&nbsp;<asp:Label ID="lblPrice" runat="server" Style="position: relative" Text="Label"
            Width="205px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="32">床位(个):</td>
    <td>&nbsp;<asp:Label ID="lblBedNum" runat="server" Style="position: relative" Text="Label"
            Width="201px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="35">房间位置:</td>
    <td>&nbsp;<asp:Label ID="lblPosition" runat="server" Style="position: relative" Text="Label"
            Width="193px"></asp:Label></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 40px">是否入住:</td>
    <td style="height: 40px">&nbsp;<asp:Label ID="lblIsNull" runat="server" Style="position: relative" Text="Label"
            Width="191px"></asp:Label></td>
    <td style="height: 40px">&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 34px">&nbsp;</td>
    <td style="height: 34px">&nbsp;&nbsp;
        <asp:LinkButton ID="likBook" runat="server" OnClick="LinkButton1_Click" style="text-decoration:none"
            Width="82px">预订</asp:LinkButton>
        <asp:LinkButton ID="likReturn" runat="server" style="text-decoration:none"
            Width="63px" OnClick="likReturn_Click">退房</asp:LinkButton></td>
    <td style="height: 34px">&nbsp;</td>
  </tr>
  <tr>
    <td height="30">&nbsp;</td>
    <td align="center"><a href="ST_RBussinessMan.aspx" style="text-decoration:none">返回</a></td>
    <td>&nbsp;</td>
  </tr>
</table>
&nbsp;

⌨️ 快捷键说明

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