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

📄 st_rcategoryedit.aspx

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

<%@ 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" valign="top">
                    <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" valign="top">
                    <uc2:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
                    </td>
            </tr>
        </table>
    </td>
    <td width="609" valign="top">
    <table width="609" height="304" border="1" style="font-size: 15px">
  <tr>
    <td height="22" colspan="3" bgcolor="#CCCCCC" style="font-size: 15px">修改房间类型信息</td>
  </tr>
  <tr>
    <td height="26" colspan="3" align="center" style="font-size: 15px">修改完后单击“提交”</td>
  </tr>
  <tr>
    <td height="29" style="font-size: 15px; width: 103px">编号:</td>
    <td style="width: 249px">&nbsp;<asp:Label ID="lblId" runat="server" Style="position: relative; font-size: 15px;" Text="Label"
            Width="99px"></asp:Label></td>
    <td width="112">&nbsp;</td>
  </tr>
  <tr>
    <td style="font-size: 15px; width: 103px; height: 34px;">类型名称:</td>
    <td style="width: 249px; height: 34px;">&nbsp;<asp:TextBox ID="txtCateName" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
    <td style="height: 34px">&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtCateName"
            ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td style="font-size: 15px; width: 103px; height: 40px">房间面积(平方米):</td>
    <td style="width: 249px; height: 40px">&nbsp;<asp:TextBox ID="txtArea" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
    <td style="height: 40px">&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtArea"
            ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="28" style="font-size: 15px; width: 103px">床位(个):</td>
    <td style="width: 249px">&nbsp;<asp:TextBox ID="txtBedNum" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
    <td>&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtBedNum"
            ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="35" style="font-size: 15px; width: 103px">价格(元/日):</td>
    <td style="width: 249px">&nbsp;<asp:TextBox ID="txtPrice" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
    <td>&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtPrice"
            ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="24" style="font-size: 15px; width: 103px">空调:</td>
    <td style="width: 249px">&nbsp;<asp:RadioButtonList ID="rabAirCondition" runat="server" RepeatDirection="Horizontal"
            Style="position: relative; font-size: 15px;">
            <asp:ListItem>无</asp:ListItem>
            <asp:ListItem>有</asp:ListItem>
        </asp:RadioButtonList></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="27" style="font-size: 15px; width: 103px">电视:</td>
      <td colspan="2">
          &nbsp;<asp:RadioButtonList ID="rabTv" runat="server" RepeatDirection="Horizontal"
            Style="position: relative; font-size: 15px;">
            <asp:ListItem>无</asp:ListItem>
            <asp:ListItem>有</asp:ListItem>
        </asp:RadioButtonList>
          <asp:Label ID="lblInfo" runat="server" Style="font-size: 15px; left: 166px; position: relative;
              top: -24px" Text="Label" Width="254px"></asp:Label></td>
  </tr>
  <tr>
    <td height="29" colspan="3" align="center">
        <asp:Button ID="Button1" runat="server" Style="position: relative" Text="提交" Width="58px" OnClick="Button1_Click" />&nbsp;
        <a href="ST_RCategoryMan.aspx" style="text-decoration:none; font-size: 15px;">返回</a></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 + -