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

📄 checkin.aspx

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

<!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: 563px">
        <asp:Label ID="Label1" runat="server" Text="姓名" Visible="False"></asp:Label>
        <asp:TextBox ID="TxtName" runat="server" Visible="False"></asp:TextBox>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp;
        </td>

        </tr>
        
    <tr>
    <td style="width: 563px; height: 27px;">
        <asp:Label ID="Label2" runat="server" Text="证件号码"></asp:Label>
        <asp:TextBox ID="TxtIDNo" runat="server"></asp:TextBox>
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <asp:Button ID="Btnvalidate" runat="server" Text="检测是否存在" OnClick="ValidateClick" /></td>
    </tr>   
    
    </tbody> 
    </table>
        <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px" Visible="False">

    <table width="500" id="TbInsertStayInfo">
    <tbody>
    <tr>
    <td style="height: 22px; width: 15px;">
        <asp:Label ID="Label4" runat="server" Text="联系方式" Width="84px"></asp:Label></td>
    <td style="width: 183px; height: 22px;">
        <asp:TextBox ID="TxtContact1" runat="server" Width="122px"></asp:TextBox></td>
        <td style="height: 22px; width: 117px;">
        </td>
    </tr>


    <tr>
    <td style="height: 65px" >
        <br />
        <br />
        <asp:Label ID="Label7" runat="server" Text="选择房间" Width="69px"></asp:Label>
        <asp:DropDownList ID="DropListRmType" runat="server" OnSelectedIndexChanged="DropListRmType_SelectedIndexChanged" Width="120px">
            <asp:ListItem>single</asp:ListItem>
            <asp:ListItem>standard</asp:ListItem>
            <asp:ListItem>standard2</asp:ListItem>
        </asp:DropDownList> &nbsp;&nbsp;
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        </td>
        <td style="width: 183px; height: 65px" >
            <asp:Label ID="Label3" runat="server" Text="天数"></asp:Label>
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;<asp:TextBox ID="TxtDayGap" runat="server" Width="39px">1</asp:TextBox><asp:Label ID="Label5" runat="server" Text="天"></asp:Label>
    </td>
    <td style="height: 65px" >
        <asp:Button ID="Button1"
            runat="server" Text="查询" OnClick="Button1_Click" /></td>
        </tr>
        

        <tr>
            <td style="width: 15px; height: 94px;">
            <asp:Label ID="Label6" runat="server" Text="可用房间" Width="82px"></asp:Label>
                <asp:ListBox ID="RoomList" runat="server" Width="159px" SelectionMode="Multiple"></asp:ListBox></td>
            
            <td style="width: 183px; height: 94px;">

                &nbsp;&nbsp;<br />
                &nbsp;&nbsp;<br />
                &nbsp; &nbsp; &nbsp; &nbsp; 
                <asp:Button ID="transferBtn"
                runat="server" BorderStyle="None" OnClick="Button2_Click" Text="==>" />
                &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <asp:Button ID="Button2" runat="server"
                    Text="delete" OnClick="Button2_Click1" /><br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
                &nbsp; &nbsp; &nbsp; &nbsp; <br />
                <br />
            </td>
 
            <td style="height: 94px; width: 117px;">
                &nbsp;<asp:Label ID="Label8" runat="server" Text="选择房间"></asp:Label>
                <asp:ListBox ID="SelRmList" runat="server" Height="75px" Width="163px"></asp:ListBox></td>
    </tr>
        
    <tr>
    <td style="width: 15px; height: 11px;" align="left">
        <asp:Label ID="Label10" runat="server" Text="需付押金" Width="102px"></asp:Label><br />
        <br />
        <asp:Label ID="Label11" runat="server" Text="已付押金" Width="100px"></asp:Label><br />
        <br />
        <br />
        <br />
        <br />
    </td>
        <td style="height: 11px; width: 183px;" align="left">
            <asp:TextBox ID="TxtDeposit" runat="server" Width="49px" Enabled="False">0</asp:TextBox>
            <asp:Label ID="Label9" runat="server" Text="元"></asp:Label><br />
            <br />
            <asp:TextBox ID="txtmoney" runat="server" Width="48px">0</asp:TextBox>
            <asp:Label ID="Label12" runat="server" Text="元"></asp:Label><br />
            <br />
            <br />
            <br />
            <br />
        </td>
    </tr>

    <tr>
    <td align="center" style="height: 21px; width: 15px;">
        &nbsp; &nbsp; &nbsp;&nbsp;
    </td>
    <td style="width: 183px">
        &nbsp;<asp:LinkButton ID="CheckInSubmit" runat="server" OnClick="SaveStayInfo_Click" Width="73px">保存记录</asp:LinkButton>
        &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click">重置</asp:LinkButton>
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</td>
    </tr>        
    
    </tbody>
    </table>
        </asp:Panel>
    </form>
</body>
</html>

⌨️ 快捷键说明

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