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

1<%--文件名:SumDepreciationForm.aspx--%> 2
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="SumDepreciationForm.aspx.cs" Inherits="DepreciationManage_SumDepreciationForm" 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: mediumturquoise"> 8
折旧年份:<asp:DropDownList ID="DropDownList1" runat="server"> 9
<asp:ListItem>2006</asp:ListItem> 10
<asp:ListItem>2007</asp:ListItem> 11
<asp:ListItem>2008</asp:ListItem> 12
<asp:ListItem>2009</asp:ListItem> 13
<asp:ListItem>2010</asp:ListItem> 14
<asp:ListItem>2011</asp:ListItem> 15
<asp:ListItem>2012</asp:ListItem> 16
<asp:ListItem>2013</asp:ListItem> 17
<asp:ListItem>2014</asp:ListItem> 18
<asp:ListItem>2015</asp:ListItem> 19
<asp:ListItem>2016</asp:ListItem> 20
<asp:ListItem>2017</asp:ListItem> 21
<asp:ListItem>2018</asp:ListItem> 22
<asp:ListItem>2019</asp:ListItem> 23
<asp:ListItem>2020</asp:ListItem> 24
</asp:DropDownList> 25
折旧月份:<asp:DropDownList ID="DropDownList2" runat="server"> 26
<asp:ListItem>1</asp:ListItem> 27
<asp:ListItem>2</asp:ListItem> 28
<asp:ListItem>3</asp:ListItem> 29
<asp:ListItem>4</asp:ListItem> 30
<asp:ListItem>5</asp:ListItem> 31
<asp:ListItem>6</asp:ListItem> 32
<asp:ListItem>7</asp:ListItem> 33
<asp:ListItem>8</asp:ListItem> 34
<asp:ListItem>9</asp:ListItem> 35
<asp:ListItem>10</asp:ListItem> 36
<asp:ListItem>11</asp:ListItem> 37
<asp:ListItem>12</asp:ListItem> 38
</asp:DropDownList> 39
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查询累计折旧" Width="140px" /> 40
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="打印累计折旧" Width="140px" /> 41
</td> 42
</tr> 43
<tr> 44
<td style="width: 2232px; height: 100px; background-color: gainsboro"> 45
<asp:Panel ID="Panel1" runat="server" Height="250px" ScrollBars="Auto" Width="553px"> 46
<asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999" 47
BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Names="宋体" Font-Size="Small" 48
GridLines="Vertical" Width="552px"> 49
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" /> 50
<RowStyle BackColor="#EEEEEE" ForeColor="Black" /> 51
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" /> 52
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" /> 53
<HeaderStyle BackColor="#000084" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" /> 54
<AlternatingRowStyle BackColor="#DCDCDC" /> 55
</asp:GridView> 56
</asp:Panel> 57
</td> 58
</tr> 59
</table> 60
</asp:Content> 61
62




