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

📄 addroomtype.aspx

📁 酒店管理系统 用C#开发 程序简单明了 应用系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AddRoomType.aspx.cs" Inherits="AddRoomType" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div style="margin-top: 30px; width: 90%; height: 100px; text-align: center">
        <table border="1" style="width: 60%">
            <tr>
                <td style="width: 57px; height: 21px; text-align: center">
                    类型名称:</td>
                <td style="width: 100px; height: 21px">
                    <asp:Label ID="Label1" runat="server" Text="Label" Width="76px"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 57px; height: 24px; text-align: center">
                    类型价格:</td>
                <td style="width: 100px; height: 24px">
                    <asp:TextBox ID="TextBox2" runat="server" Width="266px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 57px; height: 23px; text-align: center">
                    加床价格:</td>
                <td style="width: 100px; height: 23px">
                    <asp:TextBox ID="TextBox4" runat="server" Width="266px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 57px; height: 21px; text-align: center">
                    是否加床:</td>
                <td style="width: 100px; height: 21px">
                    &nbsp;
                    <div style="width: 44px; height: 12px; float:left;">
                    <asp:RadioButton ID="RadioButton1" runat="server" GroupName="aa" Text="是" /></div>
                    <div style="width: 36px; height: 13px; float:right;">
                    <asp:RadioButton ID="RadioButton2" runat="server" GroupName="aa" Text="否" /></div>
                </td>
            </tr>
            <tr>
                <td style="width: 57px; height: 18px; text-align: center">
                    描述:</td>
                <td style="width: 100px; height: 18px">
                    <asp:TextBox ID="TextBox3" runat="server" Height="113px" TextMode="MultiLine" Width="276px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="height: 21px; text-align: center">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确  定" Width="110px" /></td>
            </tr>
        </table>
    </div>
</asp:Content>

⌨️ 快捷键说明

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