performsummary.aspx
来自「该管理系统的主要功能是管理员工资料、管理员工考勤、计算员工薪资和业绩评定等。大部」· ASPX 代码 · 共 85 行
ASPX
85 行
<%@ Page language="c#" Codebehind="PerformSummary.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Performance.PerformSummary" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>PerformSummary</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../Styles.css" type="text/css" rel="stylesheet">
<LINK href="../Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="800" align="center" border="0">
<TR>
<TD style="HEIGHT: 90px" vAlign="top" align="center" width="100%" colSpan="2"><FONT face="宋体">
<uc1:Header id="Header1" runat="server"></uc1:Header></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 500px; BACKGROUND-COLOR: #cccccc" vAlign="top" align="center" width="200">
<br>
<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
<TD style="HEIGHT: 500px" vAlign="top" align="center" width="600"><FONT face="宋体">
<br>
</FONT>
<asp:Panel id="pnlSearch" runat="server">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
<TR>
<TD>
<asp:Label id="lblDept" runat="server">选择要查看的部门:</asp:Label>
<asp:DropDownList id="cmbDeptList" runat="server" Width="120px"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="HEIGHT: 56px">
<asp:Label id="lblYear" runat="server">设定年份:</asp:Label>
<asp:DropDownList id="cmbYear" runat="server" Width="100px"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="HEIGHT: 46px">
<asp:Button id="btnSearch" runat="server" Text="更 新"></asp:Button>
<asp:Label id="lblDeptID" runat="server" Visible="False"></asp:Label></TD>
</TR>
<TR>
<TD>
<asp:DataGrid id="grdResult" runat="server" Width="500px" AutoGenerateColumns="False" BorderColor="#3366CC"
BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4" Visible="False">
<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle>
<ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle>
<FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="FirstSeason" HeaderText="第一季度">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SecondSeason" HeaderText="第二季度">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="ThirdSeason" HeaderText="第三季度">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="ForthSeason" HeaderText="第四季度">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle>
</asp:DataGrid></TD>
</TR>
</TABLE>
</asp:Panel>
<asp:Label id="lblMessage" runat="server" ForeColor="Red" Visible="False">对不起,该网页属经理专用,请退出!</asp:Label>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?