📄 queryhousesaleform.aspx
字号:
<%--文件名:QueryHouseSaleForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryHouseSaleForm.aspx.cs" Inherits="HouseManage_QueryHouseSaleForm" Title="当前位置:房源管理->查询可售房源"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 556px; height: 161px">
<tr>
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 16px;
background-color: darkturquoise">
当前日期:<asp:TextBox ID="TextBox1" runat="server" Width="71px">2007-5-1</asp:TextBox>
所在城区:<asp:DropDownList
ID="DropDownList1" runat="server" Width="88px">
</asp:DropDownList>
装修情况: <asp:DropDownList ID="DropDownList2" runat="server" Width="83px">
</asp:DropDownList>
<asp:CheckBox ID="CheckBox1" runat="server" Text="电梯房" /><br />
房型:<asp:TextBox ID="TextBox4" runat="server" Width="27px">2</asp:TextBox>房至<asp:TextBox
ID="TextBox5" runat="server" Width="25px">3</asp:TextBox>房 建筑面积(m2):<asp:TextBox
ID="TextBox6" runat="server" Width="26px">70</asp:TextBox>至<asp:TextBox ID="TextBox7"
runat="server" Width="32px">120</asp:TextBox>
售价(元):<asp:TextBox ID="TextBox8" runat="server" Width="49px">200000</asp:TextBox>至<asp:TextBox
ID="TextBox9" runat="server" Width="60px">500000</asp:TextBox><br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询可售房源" Width="150px" /> <asp:Button
ID="Button2" runat="server" OnClick="Button2_Click" Text="打印可售房源" Width="150px" />
</td>
</tr>
<tr>
<td style="width: 2232px; height: 100px; background-color: gainsboro">
<asp:Panel ID="Panel1" runat="server" Height="200px" ScrollBars="Auto" Width="553px">
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999"
BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋体" Font-Size="Small"
GridLines="Vertical" Width="5000px">
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -