📄 manualsign.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="ManualSign.aspx.cs" Inherits="ManualSign_ManualSign" Title="员工签到、签退" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div style="width: 692px; height: 367px">
<div style="z-index: 100; left: 250px; width: 202px; position: relative; top: 4px;
height: 19px">
<span style="font-size: 12pt;"><strong>员 工 签 到、签 退</strong></span></div>
<br />
<br />
<hr />
<asp:Panel ID="Panel1" runat="server" BackColor="Transparent" Direction="LeftToRight"
GroupingText="员工填写区" Height="202px" Width="643px">
<br />
<br />
员工签到时间:<asp:TextBox ID="txtTime" runat="server" ReadOnly="True"></asp:TextBox>
<asp:Button ID="btnArrived" runat="server" Text="签到" OnClick="Button1_Click" CommandArgument="1" />
<asp:Button ID="btnLeave" runat="server" Text="签退" OnClick="Button2_Click" CommandArgument="0" /><br />
<br />
签卡备注:
<asp:TextBox ID="txtRemark" runat="server" Height="81px" TextMode="MultiLine" Width="239px"></asp:TextBox><br />
</asp:Panel>
<hr style="color: #00ffff" />
<div id="divOut" runat="server" style="width: 446px; height: 152px">
<asp:Panel ID="Panel2" runat="server" BackColor="Transparent" GroupingText="您的签退时间"
Height="192px" Width="641px">
<div style="width: 431px; height: 156px">
用 户 名:<asp:TextBox ID="txtOutUserId" runat="server" ReadOnly="True" Width="92px"></asp:TextBox>
姓 名:<asp:TextBox
ID="txtOutName" runat="server" ReadOnly="True" Width="127px"></asp:TextBox><br />
<br />
所属部门:<asp:TextBox ID="txtOutDepartment" runat="server" ReadOnly="True" Width="89px"></asp:TextBox>
所属机构:<asp:TextBox ID="txtOutBranch" runat="server"
ReadOnly="True" Width="132px"></asp:TextBox><br />
<br />
<asp:Label ID="Label1" runat="server" Text="您的签退时间"></asp:Label>:<asp:Label ID="labOutTime" runat="server" Height="18px" Text="Label" Width="132px"></asp:Label><br />
<br />
签卡备注:<asp:TextBox ID="txtOutRemark" runat="server" Height="49px" ReadOnly="True"
Width="301px"></asp:TextBox><br />
</div>
</asp:Panel>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -