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

📄 dailyreport.aspx

📁 人事管理系统的WEB开发程序源代码,有住于WEB开发的学习
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="DailyReport.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Attendance.DailyReport" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>DailyReport</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">
			<FONT face="宋体">
				<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 align="left" width="130" height="100%">
							<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
						<TD vAlign="top" align="center">
							<asp:panel id="pnlPageFix" runat="server" HorizontalAlign="Center" Height="10px" Width="600px"></asp:panel>
							<asp:panel id="pnlBody" runat="server" Height="10px" Width="600px" HorizontalAlign="Left">
								<P>
									<asp:Panel id="pnlToday" runat="server" Width="400px">
										<asp:Label id="Label3" runat="server">今天是:</asp:Label>
										<asp:Label id="lblToday" runat="server"></asp:Label>
									</asp:Panel></P>
								<P>
									<asp:Panel id="pnlChooseDept" runat="server" Width="350px" 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:Button id="btnSearch" runat="server" Visible="False" Text="确定"></asp:Button>
										<asp:Label id="lblDeptID" runat="server" Visible="False"></asp:Label>
									</asp:Panel>
									<asp:label id="lblMessage" runat="server" Visible="False">考勤不合格的名单如下:</asp:label></P>
								<asp:datagrid id="grdResult" runat="server" Width="352px" BorderWidth="1px" CellPadding="3" BackColor="White"
									BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False" Font-Size="14px">
									<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 Visible="False" DataField="AttendID" HeaderText="ID"></asp:BoundColumn>
										<asp:BoundColumn DataField="BreacherName" HeaderText="员工姓名"></asp:BoundColumn>
										<asp:BoundColumn DataField="Date" HeaderText="日期" DataFormatString="{0:yyyy-MM-dd}">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="Type" HeaderText="类型">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="BreachTime" HeaderText="迟到/早退时间" DataFormatString="{0:HH:mm}">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
								</asp:datagrid>
								<BR>
							</asp:panel>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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