📄 addinfo.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Addinfo.aspx.cs" Inherits="Addinfo" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="width: 721px; height: 377px; text-align: center">
<div style="width: 95%; height: 100px; margin-top:30px;">
<table style="width: 62%" border="1">
<tr>
<td style="width: 91px; 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: 91px; height: 24px; text-align: center">
客房类型:</td>
<td style="width: 100px; height: 24px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 91px; text-align: center; height: 23px;">
客房状态:</td>
<td style="width: 100px; height: 23px;">
<asp:DropDownList ID="DropDownList2" runat="server" Width="100px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 91px; text-align: center; height: 23px;">
床位数:</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" Text="确 定" Width="110px" OnClick="Button1_Click" /></td>
</tr>
</table>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -