show_work.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:5k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show_work.aspx.cs" Inherits="web_pos_c_show_work" %>
- <%@ 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:Calendar ID="Calendar1" runat="server" OnSelectionChanged="Calendar1_SelectionChanged"
- Style="left: 162px; position: absolute; top: 72px" Visible="False" BackColor="White" BorderColor="Black" BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="250px" NextPrevFormat="ShortMonth" Width="330px">
- <SelectedDayStyle BackColor="#333399" ForeColor="White" />
- <TodayDayStyle BackColor="#999999" ForeColor="White" />
- <DayStyle BackColor="#CCCCCC" />
- <OtherMonthDayStyle ForeColor="#999999" />
- <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="White" />
- <DayHeaderStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" Height="8pt" />
- <TitleStyle BackColor="#333399" BorderStyle="Solid" Font-Bold="True" Font-Size="12pt"
- ForeColor="White" Height="12pt" />
- </asp:Calendar>
- <asp:Label ID="Label1" runat="server" Style="left: 65px; position: absolute; top: 13px; text-align: center;"
- Text="考勤汇总表" Width="384px" BackColor="#00C0C0"></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: 454px;
- position: absolute; top: 51px"></asp:TextBox>
- <asp:Label ID="Label3" runat="server" Style="left: 66px; position: absolute; top: 51px"
- Text="開始時間" Width="92px" BackColor="#00C0C0"></asp:Label>
- <asp:Label ID="Label2" runat="server" Style="left: 359px; position: absolute; top: 53px"
- Text="結束時間" Width="92px" BackColor="#00C0C0"></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: 613px; position: absolute; top: 53px" />
- <asp:Calendar ID="Calendar2" runat="server" OnSelectionChanged="Calendar2_SelectionChanged"
- Style="left: 499px; position: absolute; top: 75px" Visible="False" BackColor="White" BorderColor="Black" BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="250px" NextPrevFormat="ShortMonth" Width="330px">
- <SelectedDayStyle BackColor="#333399" ForeColor="White" />
- <TodayDayStyle BackColor="#999999" ForeColor="White" />
- <DayStyle BackColor="#CCCCCC" />
- <OtherMonthDayStyle ForeColor="#999999" />
- <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="White" />
- <DayHeaderStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" Height="8pt" />
- <TitleStyle BackColor="#333399" BorderStyle="Solid" Font-Bold="True" Font-Size="12pt"
- ForeColor="White" Height="12pt" />
- </asp:Calendar>
-
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: 63px;
- position: absolute; top: 77px" Text="查詢" BackColor="#00C0C0" Width="93px" />
-
- <rsweb:ReportViewer ID="ReportViewer1" runat="server" BackColor="#00C0C0" Font-Names="Verdana"
- Font-Size="8pt" Height="400px" Style="left: 56px; position: absolute; top: 122px"
- Width="840px">
- <LocalReport ReportPath="webReport1.rdlc">
- <DataSources>
- <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="DataSet1_DataTable1" />
- </DataSources>
- </LocalReport>
- </rsweb:ReportViewer>
- <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetData"
- TypeName="DataSet1TableAdapters."></asp:ObjectDataSource>
-
- </div>
- </form>
- </body>
- </html>