insertroomtype.aspx
来自「酒店管理系统 用C#开发 程序简单明了 应用系统」· ASPX 代码 · 共 51 行
ASPX
51 行
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="InsertRoomType.aspx.cs" Inherits="InsertRoomType" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="margin-top: 30px; width: 90%; height: 100px; text-align: center">
<div id="DIV1" runat="server" style="width: 264px; height: 24px">
<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: 60%">
<tr>
<td style="width: 57px; height: 21px; text-align: center">
类型名称:</td>
<td style="width: 100px; height: 21px">
<asp:TextBox ID="TextBox1" runat="server" Width="266px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 57px; height: 24px; text-align: center">
类型价格:</td>
<td style="width: 100px; height: 24px">
<asp:TextBox ID="TextBox2" runat="server" Width="266px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 57px; height: 23px; text-align: center">
加床价格:</td>
<td style="width: 100px; height: 23px">
<asp:TextBox ID="TextBox3" runat="server" Width="266px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 57px; height: 21px; text-align: center">
是否加床:</td>
<td style="width: 100px; height: 21px">
<div style="float: left; width: 44px; height: 12px">
<asp:RadioButton ID="RadioButton1" runat="server" GroupName="aa" Text="是" /></div>
<div style="float: right; width: 36px; height: 13px">
<asp:RadioButton ID="RadioButton2" runat="server" GroupName="aa" Text="否" /></div>
</td>
</tr>
<tr>
<td style="width: 57px; height: 18px; text-align: center">
描述:</td>
<td style="width: 100px; height: 18px">
<asp:TextBox ID="TextBox4" runat="server" Height="113px" TextMode="MultiLine" Width="276px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确 定" Width="110px" /></td>
</tr>
</table>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?