📄 performsummary.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page language="c#" Codebehind="PerformSummary.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Performance.PerformSummary" %>
<!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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top" height="100">
<td colSpan="2">
<uc1:Header id="Header1" runat="server"></uc1:Header></td>
</tr>
<TR vAlign="top">
<TD style="WIDTH: 143px" align="left" width="143" height="100%">
<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
<TD vAlign="top" align="left"><FONT face="宋体"><asp:label id="lblMessage" runat="server"></asp:label><br>
<asp:panel id="pnlChooseDept" runat="server" Height="32px" BorderWidth="0px">
<asp:Label id="lblDept" runat="server" Visible="False">选择要查看的部门:</asp:Label>
<asp:DropDownList id="cmbDeptList" runat="server" Visible="False"></asp:DropDownList>
</asp:panel><asp:panel id="pnlBody" runat="server">
<P>
<asp:Label id="Label1" runat="server">设定年份:</asp:Label>
<asp:DropDownList id="cmbYear" runat="server">
<asp:ListItem Value="2001">2001</asp:ListItem>
<asp:ListItem Value="2002">2002</asp:ListItem>
<asp:ListItem Value="2003">2003</asp:ListItem>
<asp:ListItem Value="2004">2004</asp:ListItem>
</asp:DropDownList>
<asp:Label id="Label2" runat="server" Visible="False"></asp:Label><BR>
<BR>
<asp:Button id="btnSearch" runat="server" Text="更新" Width="57px"></asp:Button>
<asp:Label id="lblDeptID" runat="server" Visible="False"></asp:Label><BR>
</P>
<P>
<asp:datagrid id="grdResult" runat="server" BorderWidth="1px" Width="400px" Font-Size="14px" CellPadding="3"
BackColor="White" BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" BackColor="LemonChiffon"></SelectedItemStyle>
<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="FirstSeason" HeaderText="第一季度">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SecondSeason" HeaderText="第二季度">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="ThirdSeason" HeaderText="第三季度"></asp:BoundColumn>
<asp:BoundColumn DataField="ForthSeason" HeaderText="第四季度"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="AnnualScore" HeaderText="年度总评"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid></P>
</asp:panel></FONT></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -