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

📄 roominfo.aspx

📁 酒店管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RoomInfo.aspx.cs" Inherits="RoomInfo" %>

<!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>
        &nbsp;
    </div>
        <table style="width: 400px; height: 50px">
            <tr>
                <td style="width: 219px; height: 13px">
                    <asp:Label ID="空房" runat="server" BackColor="LightBlue" Height="25px" Style="font-size: 20pt;
                        position: static" Text="空房" Width="60px" BorderColor="LemonChiffon" BorderStyle="Outset" ForeColor="Black"></asp:Label></td>
                <td style="width: 219px; height: 13px">
                    <asp:Label ID="有人住" runat="server" BackColor="DarkSalmon" Height="25px" Style="font-size: 20pt;
                        position: static" Text="有人住" Width="84px" BorderColor="LemonChiffon" BorderStyle="Outset"></asp:Label></td>
                <td style="width: 152px; height: 13px">
                    <asp:Label ID="今日被预订" runat="server" BackColor="DarkSeaGreen" Height="25px" Style="font-size: 20pt;
                        position: static" Text="今日被预订" Width="136px" BorderColor="#FFFFC0" BorderStyle="Outset"></asp:Label></td>
            </tr>
        </table>
        <br />
        &nbsp;
        <asp:Table ID="Table1" runat="server" Height="165px" Width="680px">
                    <asp:TableRow ID="TableRow1" runat="server">
                <asp:TableCell ID="TableCell1" runat="server" width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell2" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell3" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell4" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell5" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell7" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell6" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell11" runat="server" Width="60px"></asp:TableCell>
                <asp:TableCell ID="TableCell20" runat="server" Width="60px"></asp:TableCell>
            </asp:TableRow>
        </asp:Table>
        &nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

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