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

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 style="font-size: 12px">
    <form id="form1" runat="server">
    <div>
        &nbsp;<table style="border-right: #99ccff thin solid; border-top: #99ccff thin solid; border-left: #99ccff thin solid; border-bottom: #99ccff thin solid">
            <tr>
                <td colspan="5" style="background-image: url(image/topOne.jpg); width: 778px; height: 60px">
                </td>
            </tr>
            <tr>
                <td colspan="5" style="background-image: url(image/topTwo.jpg); width: 778px; height: 29px">
                </td>
            </tr>
            <tr>
                <td rowspan="4" style="background-image: url(image/links.jpg); width: 187px; height: 11px">
                </td>
                <td rowspan="1" style="background-image: url(image/1294850_472733.gif); width: 73px;
                    height: 1px">
                    <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/updateButton0.jpg" />员工信息</td>
                <td rowspan="5" style="background-image: url(image/left.jpg); width: 104px">
                </td>
                <td colspan="2" rowspan="1" style="background-image: url(image/left.jpg); height: 1px">
                </td>
            </tr>
            <tr>
                <td rowspan="4" style="background-image: url(image/1294850_472733.gif); width: 73px;
                    height: 11px">
        <table style="width: 391px; height: 234px; border-top-width: thin; border-left-width: thin; border-left-color: #000099; border-bottom-width: thin; border-bottom-color: #000099; border-top-color: #000099; border-right-width: thin; border-right-color: #000099;">
            <tr>
                <td colspan="3" style="font-size: 12px; height: 16px; text-align: center; width: 495px;" align="left">
                    选择员工姓名:<asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" AutoPostBack="True">
                        <asp:ListItem>请选择</asp:ListItem>
                    </asp:DropDownList>工资修改为:<asp:TextBox ID="TextBox1" runat="server" Width="78px"></asp:TextBox>
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="更 新" /></td>
            </tr>
            <tr>
                <td colspan="3" style="font-size: 12pt; height: 16px; text-align: center; width: 495px;">
                    <strong><span style="color: #000099; text-decoration: underline">部门工资统计表</span></strong></td>
            </tr>
            <tr style="font-size: 12pt">
                <td colspan="3" style="width: 495px">
                    <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
                        Style="font-size: 12px" Width="400px" Height="189px">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <RowStyle BackColor="#EFF3FB" />
                        <EditRowStyle BackColor="#2461BF" />
                        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" />
                    </asp:GridView>
                </td>
            </tr>
            <tr style="font-size: 12pt">
                <td colspan="3" style="text-align: center; width: 495px;">
                    <strong><span style="color: #000099; text-decoration: underline">明细工资表</span></strong></td>
            </tr>
            <tr style="font-size: 12pt">
                <td colspan="3" style="width: 495px">
                    <asp:GridView ID="GridView2" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"
                        Style="font-size: 12px" Width="400px" OnPageIndexChanging="GridView2_PageIndexChanging" AllowPaging="True" PageSize="6" Height="189px">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <RowStyle BackColor="#EFF3FB" />
                        <EditRowStyle BackColor="#2461BF" />
                        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" />
                    </asp:GridView>
                </td>
            </tr>
        </table>
                </td>
                <td colspan="2" rowspan="4" style="background-image: url(image/left.jpg); height: 11px">
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
                <td style="background-image: url(image/artices.jpg); width: 187px; height: 25px">
                </td>
            </tr>
            <tr>
                <td colspan="5" style="background-image: url(image/bottom.jpg); width: 778px; height: 111px">
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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