温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Asp.net房产中介管理系统源码及常用文档
当前文件路径:HouseManage/ContractManage/QueryLeaseForm.aspx

1<%--文件名:QueryLeaseForm.aspx--%> 2
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryLeaseForm.aspx.cs" Inherits="ContractManage_QueryLeaseForm" Title="当前位置:成交管理->查询租房信息"%> 3
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 4
<table style="width: 556px; height: 161px"> 5
<tr> 6
<td align="left" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 16px; 7
background-color: darkturquoise"> 8
开始日期:<asp:TextBox ID="TextBox1" runat="server" Width="71px">2007-1-1</asp:TextBox> 9
结束日期:<asp:TextBox ID="TextBox2" runat="server" Width="71px">2007-12-31</asp:TextBox> 10
合同编号:<asp:TextBox ID="TextBox3" runat="server" Width="170px">ZLCNT</asp:TextBox> <br /> 11
房源编号:<asp:TextBox ID="TextBox4" runat="server" Width="71px">ZL</asp:TextBox> 12
经办人员:<asp:DropDownList ID="DropDownList1" runat="server" Width="68px"> 13
</asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" 14
Text="查询租房信息" Width="120px" /> <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" 15
Text="打印租房信息" Width="120px" /> 16
</td> 17
</tr> 18
<tr> 19
<td style="width: 2232px; height: 100px; background-color: gainsboro"> 20
<asp:Panel ID="Panel1" runat="server" Height="200px" ScrollBars="Auto" Width="553px"> 21
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999" 22
BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋体" Font-Size="Small" 23
GridLines="Vertical" Width="1500px"> 24
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" /> 25
<RowStyle BackColor="#EEEEEE" ForeColor="Black" /> 26
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" /> 27
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" /> 28
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" /> 29
<AlternatingRowStyle BackColor="Gainsboro" /> 30
</asp:GridView> 31
</asp:Panel> 32
</td> 33
</tr> 34
</table> 35
</asp:Content> 36
37




