📄 insertroom.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="InsertRoom.aspx.cs" Inherits="InsertRoom" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="margin-top: 30px; width: 95%; height: 100px; text-align: center">
<div style="width: 302px; height: 22px" id="DIV1" runat="server">
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="确定" /></div>
<table border="1" style="width: 62%">
<tr>
<td style="width: 91px; height: 21px; text-align: center">
房间号:</td>
<td style="width: 100px; height: 21px">
<asp:TextBox ID="TextBox4" runat="server" Width="268px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 91px; height: 24px; text-align: center">
客房类型:</td>
<td style="width: 100px; height: 24px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="144px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 91px; height: 23px; text-align: center">
客房状态:</td>
<td style="width: 100px; height: 23px">
<asp:DropDownList ID="DropDownList2" runat="server" Width="144px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 91px; height: 23px; text-align: center">
床位数:</td>
<td style="width: 100px; height: 23px">
<asp:TextBox ID="TextBox1" runat="server" Width="267px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 91px; text-align: center">
客人数:</td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server" Width="267px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 91px; height: 18px; text-align: center">
描述:</td>
<td style="width: 100px; height: 18px">
<asp:TextBox ID="TextBox3" runat="server" Height="113px" TextMode="MultiLine" Width="268px"></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>
<br />
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -