温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:固定资产管理系统源码
当前文件路径:DepreciationManage/DepreciationManage/SumDepreciationPrint.aspx

1<%--文件名:SumDepreciationPrint.aspx--%> 2
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SumDepreciationPrint.aspx.cs" Inherits="DepreciationManage_SumDepreciationPrint" %> 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
<div> 15
<div> 16
<div> 17
<div> 18
<table style="width: 570px; height: 58px"> 19
<tr> 20
<td align="center" style="font-weight: bold; font-size: 2.4em; width: 104px; font-family: 宋体"> 21
<asp:Label ID="Label1" runat="server" Font-Names="宋体" Font-Size="Large" Text="Label"></asp:Label></td> 22
</tr> 23
<tr> 24
<td align="left" style="font-size: 0.8em; width: 104px; font-family: 宋体"> 25
</td> 26
</tr> 27
<tr> 28
<td align="left" style="font-size: 1em; width: 104px; font-family: 宋体"> 29
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td> 30
</tr> 31
<tr> 32
<td align="left" style="font-size: 0.8em; width: 104px; font-family: 宋体; height: 21px"> 33
<asp:DataGrid ID="DataGrid1" runat="server" Font-Names="宋体" Font-Size="Small" Width="561px"> 34
<HeaderStyle Font-Names="宋体" Font-Size="Small" HorizontalAlign="Center" /> 35
</asp:DataGrid></td> 36
</tr> 37
<tr> 38
<td align="center" style="width: 104px"> 39
</td> 40
</tr> 41
</table> 42
</div> 43
</div> 44
</div> 45
</div> 46
</div> 47
48
</div> 49
</form> 50
</body> 51
</html> 52



