show.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:5k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show.aspx.cs" Inherits="web_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>
- </div>
- <asp:Panel ID="Panel1" runat="server" Height="494px" Width="973px" style="left: 12px; position: absolute; top: 13px">
- <asp:Label ID="Label1" runat="server" BackColor="#00C0C0" Style="left: 2px; position: absolute;
- top: 14px; text-align: center" Text="考勤汇总表" Width="384px"></asp:Label>
- <asp:Label ID="Label3" runat="server" BackColor="#00C0C0" Style="left: 0px; position: absolute;
- top: 48px" Text="開始時間" Width="92px"></asp:Label>
- <asp:TextBox ID="TextBox1" runat="server" OnTextChanged="TextBox1_TextChanged" Style="left: 128px;
- position: absolute; top: 46px"></asp:TextBox>
-
- <asp:Label ID="Label2" runat="server" BackColor="#00C0C0" Style="left: 349px; position: absolute;
- top: 48px" Text="結束時間" Width="92px"></asp:Label>
-
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif"
- OnClick="ImageButton1_Click" Style="left: 290px; position: absolute; top: 49px" />
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif"
- OnClick="ImageButton2_Click" Style="left: 618px; position: absolute; top: 48px" />
- <asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" Style="left: 464px;
- position: absolute; top: 48px"></asp:TextBox>
-
- <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black"
- BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black"
- Height="194px" NextPrevFormat="ShortMonth" OnSelectionChanged="Calendar1_SelectionChanged"
- Style="left: 128px; position: absolute; top: 70px" Visible="False" Width="238px">
- <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:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="Black"
- BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black"
- Height="194px" NextPrevFormat="ShortMonth" OnSelectionChanged="Calendar2_SelectionChanged"
- Style="left: 371px; position: absolute; top: 70px" Visible="False" Width="274px">
- <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" BackColor="#00C0C0" OnClick="Button1_Click"
- Style="left: 1px; position: absolute; top: 89px" Text="查詢" Width="93px" />
- <rsweb:ReportViewer ID="ReportViewer1" runat="server" BackColor="#00C0C0" Font-Names="Verdana"
- Font-Size="8pt" Height="407px" Style="left: 2px; position: absolute; top: 124px"
- Width="967px">
- <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>
-
- <asp:DropDownList ID="DropDownList1" runat="server" BackColor="#00C0C0" Style="left: 0px;
- position: absolute; top: 67px" Width="125px">
- </asp:DropDownList>
- </asp:Panel>
- </form>
- </body>
- </html>