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

1<%--文件名:HouseLeasePrint.aspx--%> 2
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="HouseLeasePrint.aspx.cs" Inherits="HouseManage_HouseLeasePrint" %> 3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5
6
<html xmlns="http://www.w3.org/1999/xhtml" > 7
<head runat="server"> 8
<title>打印出租房源</title> 9
</head> 10
<body> 11
<form id="form1" runat="server"> 12
<div> 13
<div> 14
<table style="font-size: 10pt; width: 581px; position: absolute; height: 90px"> 15
<tr> 16
<td align="center" colspan="2" style="width: 1591px"> 17
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 18
Text="出 租 房 源"></asp:Label></td> 19
</tr> 20
<tr style="font-size: 10pt; font-family: Times New Roman"> 21
<td colspan="2" style="width: 1591px; height: 33px"> 22
<br /> 23
24
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Size="Large" Text="房源编号:"></asp:Label> 25
<asp:Label ID="Label2" runat="server" Font-Bold="True" 26
Font-Size="Large" Text="联系电话:"></asp:Label></td> 27
</tr> 28
<tr style="font-weight: bold; font-size: 10pt; font-family: Times New Roman"> 29
<td colspan="2" style="width: 1591px; height: 44px"> 30
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br /> 31
<asp:Label ID="Label4" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 32
Text="房屋位置:"></asp:Label> 33
34
35
36
<br /> 37
<asp:Image ID="Image2" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 38
Width="575px" /><br /> 39
<asp:Label ID="Label5" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 40
Text="付租情况:"></asp:Label> 41
42
43
44
<br /> 45
<asp:Image ID="Image8" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 46
Width="575px" /><br /> 47
<asp:Label ID="Label6" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 48
Text="建筑面积:"></asp:Label> 49
50
51
52
<asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 53
Width="575px" /><br /> 54
<asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 55
Text="房型物管费:"></asp:Label> 56
<br /> 57
58
59
60
<br /> 61
<asp:Image ID="Image9" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 62
Width="575px" /><br /> 63
<asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 64
Text="家私家电:"></asp:Label> 65
66
67
68
69
<br /> 70
<asp:Image ID="Image4" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 71
Width="575px" /><br /> 72
<asp:Label ID="Label9" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 73
Text="配套设施:"></asp:Label> 74
75
76
77
<br /> 78
<asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br /> 79
</td> 80
</tr> 81
<tr style="font-size: 10pt; font-family: Times New Roman"> 82
<td colspan="2" rowspan="5" style="width: 1591px"> 83
</td> 84
</tr> 85
<tr style="font-size: 10pt; font-family: Times New Roman"> 86
</tr> 87
<tr style="font-size: 10pt; font-family: Times New Roman"> 88
</tr> 89
<tr style="font-size: 10pt; font-family: Times New Roman"> 90
</tr> 91
<tr style="font-size: 10pt; font-family: Times New Roman"> 92
</tr> 93
</table> 94
<br /> 95
</div> 96
</div> 97
</form> 98
</body> 99
</html> 100



