p_work1.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="p_work.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:Panel ID="Panel1" runat="server" Height="372px" Width="464px" style="vertical-align: middle; text-align: center; border-right: silver thin solid; border-top: silver thin solid; border-left: silver thin solid; border-bottom: silver thin solid; background-color: #ffffff;">
- <asp:Label ID="Label23" runat="server" Text="门店每日排班表" Width="328px"></asp:Label> <br />
- <asp:Label ID="Label3" runat="server" Width="330px"></asp:Label> <br />
- <asp:Label ID="Label1" runat="server" Text="时间" Width="115px" style="left: 72px; position: absolute; width: 115px; height: 12px;" Height="18px"></asp:Label>
-
-
- <asp:Label ID="Label2" runat="server" Height="12px" Style="vertical-align: middle;
- text-align: center; left: 290px; position: absolute;" Width="112px"></asp:Label>
-
-
-
-
-
- <asp:Label ID="Label4" runat="server" Height="18px" Style="left: 71px; width: 115px;
- position: absolute; top: 75px; height: 12px" Text="姓名" Width="115px"></asp:Label>
-
-
-
- <asp:Label ID="Label5" runat="server" Height="18px" Style="left: 291px; width: 115px;
- position: absolute; top: 73px; height: 12px" Text="班别" Width="115px"></asp:Label>
-
- <br />
- </asp:Panel>
- </div>
- </form>
- </body>
- </center>
- </html>