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

📄 performsummary.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PerformSummary.aspx.cs" Inherits="web_Performance_PerformSummary" %>

<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>

<%@ Register Src="../Common/header.ascx" TagName="header" TagPrefix="uc1" %>
<!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">
        <font face="宋体">
            <table id="Table1" border="0" cellpadding="0" cellspacing="0" height="100%" style="z-index: 101;
                left: 8px; position: absolute; top: 8px" width="100%">
                <tr height="100" valign="top">
                    <td colspan="2">
                        <uc1:header ID="Header1" runat="server" />
                    </td>
                </tr>
                <tr valign="top">
                    <td align="left"  width="130" bgcolor="#b0bccf">
                        <uc2:left ID="Left1" runat="server" />
                    </td>
                    <td align="center" valign="top">
                        <asp:Panel ID="pnlPageFix" runat="server" Height="10px" Width="700px">
                        </asp:Panel>
                        <asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
                            <asp:Label ID="lblMessage" runat="server"></asp:Label><br />
                            <asp:Panel ID="pnlChooseDept" runat="server" BorderWidth="0px" Height="32px">
                                <asp:Label ID="lblDept" runat="server">选择要查看的部门:</asp:Label>
                                <asp:DropDownList ID="cmbDeptList" runat="server" OnSelectedIndexChanged="cmbDeptList_SelectedIndexChanged" Width="85px">
                                </asp:DropDownList>
                                <asp:Label ID="Label2" runat="server" Visible="False"></asp:Label>
                            </asp:Panel>
                            <asp:Panel ID="Panel3" runat="server">
                                <p>
                                    <asp:Label ID="Label1" runat="server">设定年份:</asp:Label>
                                    <asp:DropDownList ID="cmbYear" runat="server" OnSelectedIndexChanged="cmbYear_SelectedIndexChanged" Width="87px">
                                    </asp:DropDownList><br />
                                    <br />
                                    <asp:Button ID="btnSearch" runat="server" OnClick="btnSearch_Click" Text="更新" Width="57px" />
                                    <asp:Label ID="lblDeptID" runat="server" Visible="False"></asp:Label><br />
                                </p>
                                <p>
                                    <asp:DataGrid ID="grdResult" runat="server" AutoGenerateColumns="False" BackColor="White"
                                        BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Size="14px"
                                        Width="400px">
                                        <SelectedItemStyle BackColor="LemonChiffon" Font-Bold="True" />
                                        <ItemStyle ForeColor="#000066" Wrap="False" />
                                        <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
                                        <FooterStyle BackColor="White" ForeColor="#000066" />
                                        <Columns>
                                            <asp:BoundColumn DataField="员工姓名" HeaderText="员工姓名"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="第一季度" HeaderText="第一季度">
                                                <ItemStyle Wrap="False" />
                                            </asp:BoundColumn>
                                            <asp:BoundColumn DataField="第二季度" HeaderText="第二季度">
                                                <ItemStyle Wrap="False" />
                                            </asp:BoundColumn>
                                            <asp:BoundColumn DataField="第三季度" HeaderText="第三季度"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="第四季度" HeaderText="第四季度"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="年度总评" HeaderText="年度总评" Visible="False"></asp:BoundColumn>
                                        </Columns>
                                        <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
                                    </asp:DataGrid></p>
                            </asp:Panel>
                        </asp:Panel>
                    </td>
                </tr>
            </table>
        </font>
    </form>
</body>
</html>

⌨️ 快捷键说明

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