📄 adminfour.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="userControl" Src="userControl.ascx" %>
<%@ Page language="c#" Codebehind="adminFour.aspx.cs" AutoEventWireup="false" Inherits="KaoQin.adminFour" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>adminFour</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">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 320px; POSITION: absolute; TOP: 24px" runat="server"
Width="304px" Font-Bold="True" Font-Size="X-Large">员 工 考 勤 信 息</asp:Label>
<asp:Label id="labKg" style="Z-INDEX: 120; LEFT: 816px; POSITION: absolute; TOP: 208px" runat="server"
Width="97" Font-Bold="True"></asp:Label>
<asp:Label id="labSj" style="Z-INDEX: 118; LEFT: 676px; POSITION: absolute; TOP: 208px" runat="server"
Width="97px" Font-Bold="True"></asp:Label>
<asp:Label id="labBj" style="Z-INDEX: 116; LEFT: 520px; POSITION: absolute; TOP: 208px" runat="server"
Width="97px" Font-Bold="True"></asp:Label>
<asp:Label id="labZt" style="Z-INDEX: 113; LEFT: 372px; POSITION: absolute; TOP: 208px" runat="server"
Width="97px" Font-Bold="True"></asp:Label>
<asp:Label id="labCd" style="Z-INDEX: 112; LEFT: 224px; POSITION: absolute; TOP: 208px" runat="server"
Width="97px" Font-Bold="True"></asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 110; LEFT: 184px; POSITION: absolute; TOP: 104px" runat="server">员工编号:</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 109; LEFT: 184px; POSITION: absolute; TOP: 168px" runat="server">查询月份:</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 108; LEFT: 184px; POSITION: absolute; TOP: 136px" runat="server">查询年份:</asp:Label>
<asp:DropDownList id="ddYear" style="Z-INDEX: 107; LEFT: 264px; POSITION: absolute; TOP: 136px" runat="server"
Width="112px" tabIndex="2">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="2005">2005</asp:ListItem>
<asp:ListItem Value="2006">2006</asp:ListItem>
<asp:ListItem Value="2007">2007</asp:ListItem>
<asp:ListItem Value="2008">2008</asp:ListItem>
<asp:ListItem Value="2009">2009</asp:ListItem>
<asp:ListItem Value="2010">2010</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList id="ddMon" style="Z-INDEX: 106; LEFT: 264px; POSITION: absolute; TOP: 168px" runat="server"
Width="112px" tabIndex="3">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="6">6</asp:ListItem>
<asp:ListItem Value="7">7</asp:ListItem>
<asp:ListItem Value="8">8</asp:ListItem>
<asp:ListItem Value="9">9</asp:ListItem>
<asp:ListItem Value="10">10</asp:ListItem>
<asp:ListItem Value="11">11</asp:ListItem>
<asp:ListItem Value="12">12</asp:ListItem>
</asp:DropDownList>
<asp:Label id="info" style="Z-INDEX: 105; LEFT: 512px; POSITION: absolute; TOP: 168px" runat="server"
Width="362px" Font-Bold="True" ForeColor="Red"></asp:Label>
<asp:Button id="btnQuery" style="Z-INDEX: 104; LEFT: 416px; POSITION: absolute; TOP: 168px"
runat="server" Width="72px" BorderStyle="Groove" Text="查 询" tabIndex="4"></asp:Button>
<asp:DataGrid id="data" AutoGenerateColumns="False" style="Z-INDEX: 103; LEFT: 176px; POSITION: absolute; TOP: 232px"
runat="server" Width="784px" AllowPaging="True" BorderColor="#E7E7FF" BorderStyle="None" BorderWidth="1px"
BackColor="White" CellPadding="3" GridLines="Horizontal" DataKeyField="kqdate">
<SelectedItemStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#F7F7F7"></AlternatingItemStyle>
<ItemStyle ForeColor="#4A3C8C" BackColor="#E7E7FF"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" BackColor="#4A3C8C"></HeaderStyle>
<FooterStyle ForeColor="#4A3C8C" BackColor="#B5C7DE"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="name" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="kqdate" HeaderText="考勤日期"></asp:BoundColumn>
<asp:BoundColumn DataField="dgdate" HeaderText="到岗时间"></asp:BoundColumn>
<asp:BoundColumn DataField="lgdate" HeaderText="离岗时间"></asp:BoundColumn>
<asp:BoundColumn DataField="cd" HeaderText="是否迟到"></asp:BoundColumn>
<asp:BoundColumn DataField="zt" HeaderText="是否早退"></asp:BoundColumn>
<asp:BoundColumn DataField="bj" HeaderText="是否病假"></asp:BoundColumn>
<asp:BoundColumn DataField="sj" HeaderText="是否事假"></asp:BoundColumn>
<asp:BoundColumn DataField="kg" HeaderText="是否旷工"></asp:BoundColumn>
<asp:ButtonColumn Text="删除" HeaderText="操作" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" ForeColor="#4A3C8C" BackColor="#E7E7FF" Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
<asp:DropDownList id="ddId" style="Z-INDEX: 102; LEFT: 264px; POSITION: absolute; TOP: 104px" runat="server"
Width="112px" tabIndex="1">
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<uc1:userControl id="UserControl1" runat="server"></uc1:userControl>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -