mendian_banbie.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="mendian_banbie.aspx.cs" Inherits="web_pos_c_mendian_banbie" %>
- <!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>
- <form id="form1" runat="server">
- <div>
- <asp:Label ID="Label1" runat="server" Style="left: 239px; vertical-align: bottom;
- position: absolute; top: 16px; text-align: center" Text="門店班別設定表" Width="344px"></asp:Label>
- <asp:Label ID="Label2" runat="server" Style="left: 239px; vertical-align: bottom;
- position: absolute; top: 37px; text-align: center" Text="Label" Width="343px"></asp:Label>
- <asp:Table ID="Table1" runat="server" Height="83px" Style="left: 239px; vertical-align: bottom;
- position: absolute; top: 58px; text-align: center" Width="343px">
- <asp:TableRow ID="tr0" runat="server">
- <asp:TableCell runat="server">班別名稱</asp:TableCell>
- <asp:TableCell runat="server">開始時間</asp:TableCell>
- <asp:TableCell runat="server">結束時間</asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 140px;
- position: absolute; top: 115px" Text="添加" Width="54px" />
- <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Style="left: 141px;
- position: absolute; top: 91px" Text="修改" Width="51px" /><asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Style="left: 421px;
- position: absolute; top: 395px" Text="提交" Width="51px" Visible="False" />
- <asp:Label ID="Label3" runat="server" Style="left: 371px; position: absolute; top: 432px;
- text-align: center" Width="129px"></asp:Label><asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Style="left: 422px;
- position: absolute; top: 372px" Text="提交" Width="50px" Visible="False" />
- </div>
- </form>
- </body>
- </html>