show.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:3k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show.aspx.cs" Inherits="web_pos_c_show"%>
- <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
- Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
- <!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:Table ID="Table1" runat="server" Height="302px" Style="left: 0px; position: absolute;
- top: 104px;" Width="800px" Font-Bold="False" Font-Italic="False" HorizontalAlign="Left">
- </asp:Table>
- <asp:Calendar ID="Calendar1" runat="server" OnSelectionChanged="Calendar1_SelectionChanged"
- Style="left: 184px; position: absolute; top: 75px" Visible="False"></asp:Calendar>
- <asp:Label ID="Label1" runat="server" Style="left: 241px; position: absolute; top: 11px; vertical-align: middle; text-align: center;"
- Text="考勤汇总表" Width="384px"></asp:Label>
- <asp:TextBox ID="TextBox1" runat="server" Style="left: 163px; position: absolute;
- top: 50px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
- <asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" Style="left: 550px;
- position: absolute; top: 51px"></asp:TextBox>
- <asp:Label ID="Label3" runat="server" Style="left: 66px; position: absolute; top: 51px"
- Text="開始時間" Width="92px"></asp:Label>
- <asp:Label ID="Label2" runat="server" Style="left: 455px; position: absolute; top: 51px"
- Text="結束時間" Width="92px"></asp:Label>
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif"
- OnClick="ImageButton1_Click" Style="left: 321px; position: absolute; top: 52px" />
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif"
- OnClick="ImageButton2_Click" Style="left: 707px; position: absolute; top: 52px" />
- <asp:Calendar ID="Calendar2" runat="server" OnSelectionChanged="Calendar2_SelectionChanged"
- Style="left: 565px; position: absolute; top: 74px" Visible="False"></asp:Calendar>
-
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 371px;
- position: absolute; top: 68px" Text="確定" />
-
- </div>
- </form>
- </body>
- </html>