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

📄 sign.aspx

📁 will let you know the result once they replied will let you know the result once they replied
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MainPage.master" AutoEventWireup="true" CodeFile="Sign.aspx.cs" Inherits="EmployeeManager_Sign" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div>
<center>
    <asp:Label ID="Label1" runat="server" Text="员工签到、签退"></asp:Label>
</center>
</div>
<div title="员工签到区">
    &nbsp; &nbsp; &nbsp;&nbsp;
    <asp:Label ID="Label2" runat="server" Text="签卡日期:"></asp:Label>
    &nbsp; &nbsp;
    <asp:TextBox ID="SignInTime" runat="server"></asp:TextBox>
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    <asp:Button ID="SignIn" runat="server" Text="签到" />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    <asp:Button ID="SignOut" runat="server" Text="签退" />
</div>

<div>
    
</div>
</asp:Content>

⌨️ 快捷键说明

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