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

1<%--文件名:HouseSalePrint.aspx--%> 2
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="HouseSalePrint.aspx.cs" Inherits="HouseManage_HouseSalePrint" %> 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" Text="房源编号:" Font-Bold="True" Font-Size="Large"></asp:Label> 25
<asp:Label ID="Label2" runat="server" Text="联系电话:" Font-Bold="True" Font-Size="Large"></asp:Label></td> 26
</tr> 27
<tr style="font-size: 10pt; font-family: Times New Roman"> 28
<td colspan="2" style="width: 1591px; height: 44px"> 29
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br /> 30
<asp:Label ID="Label4" runat="server" Text="建成年份:" Font-Names="宋体" Font-Size="X-Large" Font-Bold="True"></asp:Label> 31
32
33
34
<br /> 35
<asp:Image ID="Image2" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 36
Width="575px" /><br /> 37
<asp:Label ID="Label5" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 38
Text="房屋产权:"></asp:Label> 39
40
41
<br /> 42
<asp:Image ID="Image8" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 43
Width="575px" /><br /> 44
<asp:Label ID="Label6" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 45
Text="建筑面积:"></asp:Label> 46
47
48
<asp:Image ID="Image3" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 49
Width="575px" /><br /> 50
<asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 51
Text="房型物管费:"></asp:Label> 52
<br /> 53
<br /> 54
<asp:Image ID="Image9" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 55
Width="575px" /><br /> 56
<asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 57
Text="家私家电:"></asp:Label> 58
59
60
61
62
<br /> 63
<br /> 64
<asp:Image ID="Image4" runat="server" Height="1px" ImageUrl="~/Images/MyThinLine.JPG" 65
Width="575px" /><br /> 66
<asp:Label ID="Label9" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="X-Large" 67
Text="配套设施:"></asp:Label> 68
69
70
71
72
73
<asp:Image ID="Image10" runat="server" ImageUrl="~/Images/MyBoldLine.JPG" /><br /> 74
</td> 75
</tr> 76
<tr style="font-size: 10pt; font-family: Times New Roman"> 77
<td colspan="2" rowspan="5" style="width: 1591px"> 78
</td> 79
</tr> 80
<tr style="font-size: 10pt; font-family: Times New Roman"> 81
</tr> 82
<tr style="font-size: 10pt; font-family: Times New Roman"> 83
</tr> 84
<tr style="font-size: 10pt; font-family: Times New Roman"> 85
</tr> 86
<tr style="font-size: 10pt; font-family: Times New Roman"> 87
</tr> 88
</table> 89
<br /> 90
</div> 91
92
</div> 93
</form> 94
</body> 95
</html> 96



