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

📄 importprice_file_manual.aspx

📁 简单的Web平台。能够读取Excel文件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ImportPrice_File_Manual.aspx.cs" Inherits="ImportPrice_File_Manual" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        &nbsp;<asp:GridView ID="gvStdPrice" runat="server" AutoGenerateColumns="False" CellPadding="4"
            EmptyDataText="无查询结果" Font-Names="Arial" Font-Size="Small" ForeColor="#333333"
            GridLines="None" Height="40px" ShowFooter="True" Width="620px">
            <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            <EmptyDataRowStyle Font-Names="Arial" Font-Size="Small" />
            <Columns>
                <asp:CommandField ShowSelectButton="True" />
                <asp:BoundField DataField="零件编号" HeaderText="零件编号" />
                <asp:BoundField DataField="单价" HeaderText="单价" />
                <asp:BoundField DataField="所属部位" HeaderText="所属部位" />
                <asp:BoundField DataField="零件类型" HeaderText="零件类型" />
                <asp:BoundField DataField="所属车系" HeaderText="所属车系" />
                <asp:BoundField DataField="所属车型" HeaderText="所属车型" />
            </Columns>
            <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
            <EditRowStyle BackColor="#999999" Font-Names="Arial" Font-Size="Small" />
            <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
            <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
            <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="White" Font-Names="Arial" Font-Size="Small" ForeColor="#284775" />
        </asp:GridView>
    
    </div>
        <hr />
        <table style="width: 620px">
            <tr>
                <td align="right" style="width: 100px; height: 26px">
                    <asp:Label ID="Label5" runat="server" Font-Names="宋体" Font-Size="Small" Text="汇率"
                        Width="55px"></asp:Label></td>
                <td style="width: 100px; height: 26px">
                    <asp:TextBox ID="TextBox1" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
                <td style="width: 100px; height: 26px">
                    <asp:Button ID="Button2" runat="server" Height="24px" Text="确认匹配" Width="76px" /></td>
                <td style="width: 100px; height: 26px">
                </td>
                <td style="width: 100px; height: 26px">
                </td>
            </tr>
            <tr>
                <td align="right" style="width: 100px; height: 26px">
                    &nbsp;<asp:Label ID="Label2" runat="server" Font-Names="宋体" Font-Size="Small" Text="零件号"
                        Width="55px"></asp:Label></td>
                <td style="width: 100px; height: 26px">
                    <asp:TextBox ID="TextBox2" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
                <td style="width: 100px; height: 26px">
                    <asp:Button ID="Button1" runat="server" Height="24px" Text="查询" Width="42px" /></td>
                <td style="width: 100px; height: 26px">
                </td>
                <td style="width: 100px; height: 26px">
                </td>
            </tr>
        </table>
        <hr />
        <asp:GridView ID="gvFilePrice" runat="server" AutoGenerateColumns="False" CellPadding="4"
            EmptyDataText="无查询结果" Font-Names="Arial" Font-Size="Small" ForeColor="#333333"
            GridLines="None" Height="40px" ShowFooter="True" Width="620px">
            <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            <EmptyDataRowStyle Font-Names="Arial" Font-Size="Small" />
            <Columns>
                <asp:CommandField ShowSelectButton="True" />
                <asp:BoundField DataField="零件编号" HeaderText="零件编号" />
                <asp:BoundField DataField="单价" HeaderText="单价" />
                <asp:BoundField DataField="所属部位" HeaderText="所属部位" />
                <asp:BoundField DataField="零件类型" HeaderText="零件类型" />
                <asp:BoundField DataField="所属车系" HeaderText="所属车系" />
                <asp:BoundField DataField="所属车型" HeaderText="所属车型" />
            </Columns>
            <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
            <EditRowStyle BackColor="#999999" Font-Names="Arial" Font-Size="Small" />
            <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
            <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
            <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
            <AlternatingRowStyle BackColor="White" Font-Names="Arial" Font-Size="Small" ForeColor="#284775" />
        </asp:GridView>
    </form>
</body>
</html>

⌨️ 快捷键说明

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