p_work.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="p_work.aspx.cs" Inherits="web_EMPLOYEE_MENDIAN" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body><center>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.             <asp:Label ID="Label23" runat="server" Text="门店每日排班表" Width="362px" style="left: 57px; position: absolute; top: 19px; vertical-align: middle; text-align: center;"></asp:Label>&nbsp;<br />
  11.             <asp:Label ID="Label3" runat="server" Width="364px" style="left: 56px; position: absolute; top: 38px; vertical-align: middle; text-align: center;"></asp:Label>&nbsp;&nbsp;<br />
  12.             <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>
  13.             <asp:Label ID="Label2" runat="server" Height="12px" Style="vertical-align: middle;
  14.                 text-align: center; left: 306px; position: absolute; width: 115px; top: 60px;" Width="130px"></asp:Label><br />
  15.             <asp:Table ID="Table1" runat="server" Enabled="False" Height="35px" Style="left: 57px;
  16.                 vertical-align: middle; position: absolute; top: 80px; text-align: center" Width="364px">
  17.             </asp:Table>
  18.         &nbsp;&nbsp;
  19.         <asp:Label ID="Label4" runat="server" Style="left: 155px; vertical-align: middle;
  20.             position: absolute; top: 490px; text-align: center" Width="147px"></asp:Label>
  21.     </div>
  22.     </form>
  23.     </center>
  24. </body>
  25. </html>