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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show_work_2.aspx.cs" Inherits="web_show_work_2" %>
  2. <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  3.     Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head runat="server">
  7.     <title>无标题页</title>
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     <div>
  12.         <asp:Table ID="Table1" runat="server" Height="324px" Style="left: 0px; position: absolute;
  13.             top: 82px; width: 800px;" Width="782px">
  14.         </asp:Table>
  15.         <asp:Calendar ID="Calendar1" runat="server" OnSelectionChanged="Calendar1_SelectionChanged"
  16.             Style="left: 184px; position: absolute; top: 75px" Visible="False"></asp:Calendar>
  17.         <asp:Label ID="Label1" runat="server" Style="left: 241px; position: absolute; top: 11px"
  18.             Text="考勤汇总表" Width="384px"></asp:Label>
  19.         <asp:TextBox ID="TextBox1" runat="server" Style="left: 163px; position: absolute;
  20.             top: 50px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
  21.         <asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" Style="left: 550px;
  22.             position: absolute; top: 51px"></asp:TextBox>
  23.         <asp:Label ID="Label3" runat="server" Style="left: 66px; position: absolute; top: 51px"
  24.             Text="開始時間" Width="92px"></asp:Label>
  25.         <asp:Label ID="Label2" runat="server" Style="left: 455px; position: absolute; top: 51px"
  26.             Text="結束時間" Width="92px"></asp:Label>
  27.         <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif"
  28.             OnClick="ImageButton1_Click" Style="left: 321px; position: absolute; top: 52px" />
  29.         <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif"
  30.             OnClick="ImageButton2_Click" Style="left: 707px; position: absolute; top: 52px" />
  31.         <asp:Calendar ID="Calendar2" runat="server" OnSelectionChanged="Calendar2_SelectionChanged"
  32.             Style="left: 565px; position: absolute; top: 74px" Visible="False"></asp:Calendar>
  33.         &nbsp;&nbsp;
  34.         <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 371px;
  35.             position: absolute; top: 68px" Text="確定" />
  36.     
  37.     </div>
  38.     </form>
  39. </body>
  40. </html>