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

📄 st_roomedit.ascx

📁 功能强大的酒店管理系统!毕业设计专用!在上呈上!以提使用!
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ST_RoomEdit.ascx.cs" Inherits="Context_ST_RoomEdit" %>
<table width="609" height="314" border="1" style="font-size: 15px">
  <tr>
    <td height="26" colspan="3" style="background-color: lightgrey">修改客房信息</td>
  </tr>
  <tr>
    <td colspan="3" align="center">修改完后,单击&quot;提交&quot;按钮</td>
  </tr>
  <tr>
    <td width="112" style="height: 30px">房间号:</td>
    <td width="304" style="height: 30px">&nbsp;<asp:Label ID="lblRoomId" runat="server" Style="position: relative" Text="Label"
            Width="110px"></asp:Label></td>
    <td width="171" style="height: 30px">&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 30px">房间类型:</td>
    <td style="height: 30px">&nbsp;<asp:DropDownList ID="txtCategory" runat="server" Style="position: relative"
            Width="136px">
        </asp:DropDownList></td>
    <td style="height: 30px">&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="(必填)"
            Style="position: relative" ControlToValidate="txtCategory"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="33">房间位置:</td>
    <td>&nbsp;<asp:TextBox ID="txtPosition" runat="server" Style="left: 0px; position: relative;
            top: 1px"></asp:TextBox></td>
    <td>&nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="(必填)"
            Style="position: relative" ControlToValidate="txtPosition"></asp:RequiredFieldValidator></td>
  </tr>
  <tr>
    <td height="102">描述:</td>
    <td valign="top">&nbsp;<asp:TextBox ID="txtDesc" runat="server" Height="91px" Style="position: relative"
            TextMode="MultiLine" Width="243px"></asp:TextBox></td>
    <td>&nbsp;<asp:Label ID="lblInfo" runat="server" Style="position: relative" Text="Label"
            Width="146px"></asp:Label></td>
  </tr>
  <tr>
    <td height="33" colspan="3" align="center">
        <asp:Button ID="Button1" runat="server" Style="left: -29px; position: relative; top: 2px"
            Text="提交" Width="59px" OnClick="Button1_Click" /><a href="ST_RoomsMan.aspx" style="text-decoration:none;">返回</a></td>
  </tr>
</table>

⌨️ 快捷键说明

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