温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:人事管理系统(课程设计)源码
当前文件:
Mispersonal/WebFiles/Attendece/Attendece_rule_Edit.aspx,打开代码结构图
Mispersonal/WebFiles/Attendece/Attendece_rule_Edit.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Attendece_rule_Edit.aspx.cs" Inherits="WebFiles_Attendece_Edit_Attendece_rule" %> 2
3
<%@ Register Src="../../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %> 4
<%@ Register Src="../../UserControl/Left_Navlist.ascx" TagName="Left_Navlist" TagPrefix="uc2" %> 5
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 7
8
<html xmlns="http://www.w3.org/1999/xhtml" > 9
<head runat="server"> 10
<title>设置考勤规则</title> 11
<link rel="Stylesheet" type="text/css" href="../../CSS/Mispersonal.css" /> 12
</head> 13
<body> 14
<form id="form1" runat="server"> 15
<div> 16
<uc1:Header ID="Header1" runat="server" /> 17
<uc2:Left_Navlist ID="Left_Navlist1" runat="server" /> 18
<div style="z-index: 101; left: 270px; width: 348px; position: absolute; top: 229px; 19
height: 163px"> 20
<table cellpadding="0" cellspacing="0" align="center" style="width: 360px"> 21
<tr> 22
<td bgcolor="#66c2de" colspan="5" align="center" style="height: 27px"> 23
考勤时间设置</td> 24
</tr> 25
<tr> 26
<td align="center" style="height: 30px; width: 163px;"> 27
上班时间:</td> 28
<td style="width: 104px; height: 30px;"> 29
<asp:TextBox ID="TextBox1" runat="server" Columns="2" MaxLength="2"></asp:TextBox>时</td> 30
<td style="width: 115px; height: 30px;"> 31
<asp:TextBox ID="TextBox2" runat="server" Columns="2" MaxLength="2"></asp:TextBox>分</td> 32
<td style="width: 121px; height: 30px;"> 33
<asp:TextBox ID="TextBox3" runat="server" Columns="2" MaxLength="2"></asp:TextBox>秒</td> 34
</tr> 35
<tr> 36
<td align="center" style="width: 163px"> 37
下班时间:</td> 38
<td style="width: 104px; height: 30px;"> 39
<asp:TextBox ID="TextBox4" runat="server" Columns="2" MaxLength="2"></asp:TextBox>时</td> 40
<td style="width: 115px; height: 30px;"> 41
<asp:TextBox ID="TextBox5" runat="server" Columns="2" MaxLength="2"></asp:TextBox>分</td> 42
<td style="width: 121px; height: 30px;"> 43
<asp:TextBox ID="TextBox6" runat="server" Columns="2" MaxLength="2"></asp:TextBox>秒</td> 44
</tr> 45
<tr> 46
<td align="center" style="width: 163px"> 47
上班时间:</td> 48
<td style="width: 104px; height: 30px;"> 49
<asp:TextBox ID="TextBox7" runat="server" Columns="2" MaxLength="2"></asp:TextBox>时</td> 50
<td style="width: 115px; height: 30px;"> 51
<asp:TextBox ID="TextBox8" runat="server" Columns="2" MaxLength="2"></asp:TextBox>分</td> 52
<td style="width: 121px; height: 30px;"> 53
<asp:TextBox ID="TextBox9" runat="server" Columns="2" MaxLength="2"></asp:TextBox>秒</td> 54
</tr> 55
<tr> 56
<td align="center" style="width: 163px"> 57
下班时间:</td> 58
<td style="width: 104px; height: 17px"> 59
<asp:TextBox ID="TextBox10" runat="server" Columns="2" MaxLength="2"></asp:TextBox>时</td> 60
<td style="width: 115px; height: 17px"> 61
<asp:TextBox ID="TextBox11" runat="server" Columns="2" MaxLength="2"></asp:TextBox>分</td> 62
<td style="width: 121px; height: 17px"> 63
<asp:TextBox ID="TextBox12" runat="server" Columns="2" MaxLength="2"></asp:TextBox>秒</td> 64
</tr> 65
<tr> 66
<td style="height: 25px" colspan="5" align="center"> 67
<asp:Label ID="lbMessage" runat="server" ForeColor="Red" Height="25px" Width="373px"></asp:Label></td> 68
</tr> 69
<tr> 70
<td style="width: 163px; height: 21px"> 71
</td> 72
<td style="width: 104px; height: 21px"> 73
<asp:Button ID="BtnOK" runat="server" Text="设置" OnClick="BtnOK_Click" /></td> 74
<td style="width: 115px; height: 21px"> 75
</td> 76
<td style="width: 121px; height: 21px"> 77
</td> 78
<td style="width: 100px; height: 21px"> 79
</td> 80
</tr> 81
<tr> 82
<td style="height: 25px" colspan="5" align="center"> 83
<asp:Label ID="Label1" runat="server" ForeColor="Red" Height="25px" Width="373px">注意:时间必须为数字</asp:Label></td> 84
</tr> 85
</table> 86
</div> 87
88
</div> 89
</form> 90
</body> 91
</html> 92



