⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reporttypeform.aspx

📁 重庆某纸业公司的固定资产管理系统
💻 ASPX
字号:
<%--文件名:ReportTypeForm.aspx--%>
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ReportTypeForm.aspx.cs" Inherits="ReportManage_ReportTypeForm" Title="当前位置:报表管理->分类固定资产"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 556px; height: 161px">
        <tr>
            <td align="center" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 16px;
                background-color: lightskyblue">
                &nbsp;请选择需要查询固定资产的类别:&nbsp;<asp:DropDownList ID="DropDownList1" runat="server" Width="82px">
                    <asp:ListItem>生产设备</asp:ListItem>
                    <asp:ListItem>运输设备</asp:ListItem>
                    <asp:ListItem>管理用具</asp:ListItem>
                    <asp:ListItem>房屋及建筑物</asp:ListItem>
                </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" />
                &nbsp;
            </td>
        </tr>
        <tr>
            <td align="center" style="font-size: 0.8em; width: 2232px; font-family: 宋体; height: 60px;
                background-color: mediumturquoise">
                <asp:Panel ID="Panel1" runat="server" BackColor="Olive" Height="260px" ScrollBars="Auto"
                    Width="555px">
                    <asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#999999"
                        BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" Width="2000px">
                        <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" />
                        <AlternatingRowStyle BackColor="Gainsboro" />
                    </asp:GridView>
                </asp:Panel>
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -