st_roomedit.ascx

来自「本程序是一个宾馆管理系统」· ASCX 代码 · 共 42 行

ASCX
42
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?