📄 queryleaseform.aspx
字号:
<%--文件名:QueryLeaseForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="QueryLeaseForm.aspx.cs" Inherits="ContractManage_QueryLeaseForm" 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-1-1</asp:TextBox>
结束日期:<asp:TextBox ID="TextBox2" runat="server" Width="71px">2007-12-31</asp:TextBox>
合同编号:<asp:TextBox ID="TextBox3" runat="server" Width="170px">ZLCNT</asp:TextBox> <br />
房源编号:<asp:TextBox ID="TextBox4" runat="server" Width="71px">ZL</asp:TextBox>
经办人员:<asp:DropDownList ID="DropDownList1" runat="server" Width="68px">
</asp:DropDownList> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click"
Text="查询租房信息" Width="120px" /> <asp:Button ID="Button2" runat="server" OnClick="Button2_Click"
Text="打印租房信息" Width="120px" />
</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="1500px">
<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="Gainsboro" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -