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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="mendian_banbie.aspx.cs" Inherits="web_pos_c_mendian_banbie" %>
  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.     <form id="form1" runat="server">
  9.     <div>
  10.         <asp:Label ID="Label1" runat="server" Style="left: 239px; vertical-align: bottom;
  11.             position: absolute; top: 16px; text-align: center" Text="門店班別設定表" Width="344px"></asp:Label>
  12.         <asp:Label ID="Label2" runat="server" Style="left: 239px; vertical-align: bottom;
  13.             position: absolute; top: 37px; text-align: center" Text="Label" Width="343px"></asp:Label>
  14.         <asp:Table ID="Table1" runat="server" Height="83px" Style="left: 239px; vertical-align: bottom;
  15.             position: absolute; top: 58px; text-align: center" Width="343px">
  16.             <asp:TableRow ID="tr0" runat="server">
  17.                 <asp:TableCell runat="server">班別名稱</asp:TableCell>
  18.                 <asp:TableCell runat="server">開始時間</asp:TableCell>
  19.                 <asp:TableCell runat="server">結束時間</asp:TableCell>
  20.             </asp:TableRow>
  21.         </asp:Table>
  22.         <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 140px;
  23.             position: absolute; top: 115px" Text="添加" Width="54px" />
  24.         <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Style="left: 141px;
  25.             position: absolute; top: 91px" Text="修改" Width="51px" /><asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Style="left: 421px;
  26.             position: absolute; top: 395px" Text="提交" Width="51px" Visible="False" />
  27.         <asp:Label ID="Label3" runat="server" Style="left: 371px; position: absolute; top: 432px;
  28.             text-align: center" Width="129px"></asp:Label><asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Style="left: 422px;
  29.             position: absolute; top: 372px" Text="提交" Width="50px" Visible="False" />
  30.     
  31.     </div>
  32.     </form>
  33. </body>
  34. </html>