employee_mendian.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee_mendian.aspx.cs" Inherits="web_EMPLOYEE_MENDIAN" %>
- <!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>
- </head>
- <body><center>
- <form id="form1" runat="server">
- <div>
- <asp:Label ID="Label23" runat="server" Text="门店每日排班表" Width="362px" style="left: 57px; position: absolute; top: 19px; vertical-align: middle; text-align: center;"></asp:Label> <br />
- <asp:Label ID="Label3" runat="server" Width="364px" style="left: 56px; position: absolute; top: 38px; vertical-align: middle; text-align: center;"></asp:Label> <br />
- <asp:Label ID="Label1" runat="server" Text="时间" Width="128px" style="left: 58px; position: absolute; top: 58px; border-right: 1px solid; border-top: 1px solid; border-left: 1px solid; width: 115px; border-bottom: 1px solid; vertical-align: bottom; text-align: center;" Height="12px"></asp:Label>
- <asp:Label ID="Label2" runat="server" Height="12px" Style="vertical-align: middle;
- text-align: center; left: 306px; position: absolute; width: 115px; top: 60px;" Width="130px"></asp:Label><br />
- <asp:Table ID="Table1" runat="server" Enabled="False" Height="35px" Style="left: 57px;
- vertical-align: middle; position: absolute; top: 80px; text-align: center" Width="364px">
- </asp:Table>
-
- <asp:Label ID="Label4" runat="server" Style="left: 155px; vertical-align: middle;
- position: absolute; top: 490px; text-align: center" Width="147px"></asp:Label>
- </div>
- </form>
- </center>
- </body>
- </html>