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

📄 manualsign.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManualSign.aspx.cs" Inherits="ManualSign_ManualSign" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>员工签到、签退</title>
    <link href="../css/Style.css" rel="stylesheet" type="text/css" />

</head>
<body>
<form id="form1" runat="server">
    <div align="center">
                <fieldset style="height: 200px; width: 700px;">
                    <legend>员工填写区</legend>
                    <div style="width: 76%; height: 35px; text-align: left">
                        签卡日期:<asp:TextBox ID="txtSignDate" runat="server"  CssClass="inputCss"
                            Columns="10" MaxLength="12" Width="176px" EnableTheming="True">输入签到、签退日期</asp:TextBox>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:Button ID="btnArrive" Width="56px" runat="server" Height="24" Text="签 到" CssClass="buttonCss"
                            OnClick="btnArrive_Click"></asp:Button>
                        <asp:Button ID="btnLeave" Width="56px" runat="server" Height="24" Text="签 退" Enabled="False"
                            CssClass="buttonCss" OnClick="btnLeave_Click"></asp:Button></div>
                    <div style="width: 76%; height: 60px; text-align: left;">
                        <asp:Label ID="Label1" runat="server" Style="position: relative; left: 1px; top: -69px;"
                            Text="签卡备注:" Width="62px"></asp:Label>
                        <asp:TextBox ID="txtSignDesc" runat="server" Width="304px" CssClass="textArea" Height="99px"
                            TextMode="MultiLine"></asp:TextBox>
                    </div>
                </fieldset>
                <hr style="width: 77%;" size="2px" color="#66CCFF" />
                <fieldset id="fieldSignIn" runat="server" visible="false" style="height: 200px;width: 700px;">
                    <legend>您的签到信息</legend>
                    <div style="width: 76%; height: 110px; text-align: left">
                        &nbsp;&nbsp;&nbsp;用&nbsp;&nbsp;&nbsp; 户&nbsp;&nbsp;&nbsp;&nbsp;号:
                        <asp:TextBox ID="txtUserId" runat="server" Width="101px" Columns="10" ReadOnly="True"
                            CssClass="inputCss">---</asp:TextBox>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;姓 &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp;&nbsp; 名:
                        <asp:TextBox ID="txtUserName" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
                            Width="111px">---</asp:TextBox>&nbsp;<br />
                        &nbsp; 所 属 部 门:
                        <asp:TextBox ID="txtUserDepart" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
                            Style="position: relative" Width="100px">---</asp:TextBox>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 所 属 机 构:
                        <asp:TextBox ID="txtUserBranch" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
                            Style="position: relative" Width="190px">---</asp:TextBox>
                        <br />
                        <br />
                        &nbsp;您的签到时间:
                        <asp:Label ID="lblSignInTime" runat="server" Width="291px" Font-Bold="True">---</asp:Label></div>
                    <div style="width: 76%; height: 50px; text-align: left;">
                        <asp:Label ID="Label2" runat="server" Style="position: relative; left: 3px; top: -31px;"
                            Text="签卡备注:" Width="62px"></asp:Label>
                        <asp:TextBox ID="txtSignInDesc" runat="server" Width="304px" Height="50px" CssClass="textArea"
                            TextMode="MultiLine"></asp:TextBox>
                    </div>
                </fieldset>
                <fieldset id="fieldSignOut" runat="server" visible="false" style="height: 200px;width: 700px;">
                    <legend>您的签退信息</legend>
                    <div style="width: 78%; height: 110px; text-align: left">
                        &nbsp;&nbsp;&nbsp; 用 &nbsp;&nbsp; 户 &nbsp; &nbsp;号:
                        <asp:TextBox ID="txtUserId2" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
                            Style="position: relative" Width="144px">---</asp:TextBox>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;姓 &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp;&nbsp; 名:
                        <asp:TextBox ID="txtUserName2" runat="server" Columns="10" CssClass="inputCss" ReadOnly="True"
                            Style="position: relative" Width="88px">---</asp:TextBox>&nbsp;<br />
                        &nbsp;&nbsp; 所 属 部 门:
                        <asp:TextBox ID="txtUserDepart2" runat="server" Columns="10" CssClass="inputCss"
                            ReadOnly="True" Style="position: relative" Width="148px">---</asp:TextBox>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 所 属 机 构:
                        <asp:TextBox ID="txtUserBranch2" runat="server" Columns="10" CssClass="inputCss"
                            ReadOnly="True" Style="position: relative" Width="174px">---</asp:TextBox>
                        <br />
                        <br />
                        您的签退时间:
                        <asp:Label ID="lblSignOutTime" runat="server" Width="293px" Font-Bold="True">---</asp:Label></div>
                    <div style="width: 78%; height: 50px; text-align: left;">
                        <asp:Label ID="Label5" runat="server" Style="position: relative; left: 0px; top: -30px;"
                            Text="签卡备注:" Width="62px"></asp:Label>
                        <asp:TextBox ID="txtSignOutDesc" runat="server" Width="304px" Height="50px" CssClass="textArea"
                            TextMode="MultiLine"></asp:TextBox>
                    </div>
                </fieldset>
           
     
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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