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

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>
  8. <center>
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <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;">
  12.             <asp:Label ID="Label23" runat="server" Text="门店每日排班表" Width="328px"></asp:Label>&nbsp;<br />
  13.             <asp:Label ID="Label3" runat="server" Width="330px"></asp:Label>&nbsp;&nbsp;<br />
  14.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="Label1" runat="server" Text="时间" Width="115px" style="left: 72px; position: absolute; width: 115px; height: 12px;" Height="18px"></asp:Label>
  15.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  16.             &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  17.             <asp:Label ID="Label2" runat="server" Height="12px" Style="vertical-align: middle;
  18.                 text-align: center; left: 290px; position: absolute;" Width="112px"></asp:Label>
  19.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
  20.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  21.             &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  22.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  23.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
  24.             <asp:Label ID="Label4" runat="server" Height="18px" Style="left: 71px; width: 115px;
  25.                 position: absolute; top: 75px; height: 12px" Text="姓名" Width="115px"></asp:Label>
  26.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  27.             &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  28.             &nbsp; &nbsp; &nbsp;&nbsp;
  29.             <asp:Label ID="Label5" runat="server" Height="18px" Style="left: 291px; width: 115px;
  30.                 position: absolute; top: 73px; height: 12px" Text="班别" Width="115px"></asp:Label>
  31.             &nbsp;&nbsp;
  32.             &nbsp;&nbsp;&nbsp;&nbsp;<br />
  33.         </asp:Panel>
  34.         &nbsp;</div>
  35.     </form>
  36. </body>
  37. </center>
  38. </html>