⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 printsalary.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PrintSalary.aspx.cs" Inherits="web_Salary_PrintSalary" %>

<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>

<%@ Register Src="../Common/header.ascx" TagName="header" TagPrefix="uc1" %>
<!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">
        <font face="宋体">
            <table id="Table2" border="0" cellpadding="0" cellspacing="0" height="100%" style="z-index: 101;
                left: 8px; position: absolute; top: 8px" width="100%">
                <tr height="100" valign="top">
                    <td colspan="2" style="height: 94px">
                        <uc1:header id="Header2" runat="server">
                        </uc1:header></td>
                </tr>
                <tr valign="top">
                    <td align="left" bgcolor="#b0bccf" width="130">
                        <uc2:left ID="Left1" runat="server" />
                    </td>
                    <td align="center" valign="top">
                        <asp:Panel ID="pnlPageFix" runat="server" Height="10px" HorizontalAlign="Center"
                            Width="600px">
                        </asp:Panel>
                        <br />
                        <asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
                            <asp:Panel ID="Panel1" runat="server" Height="10px" HorizontalAlign="Center" Width="500px">
                            </asp:Panel>
                            <br />
                            <p>
                                <asp:Label ID="Label1" runat="server">请选择要查看的月份:</asp:Label>
                                <asp:DropDownList ID="cmbYear" runat="server">
                                </asp:DropDownList>
                                <asp:Label ID="Label2" runat="server">年</asp:Label>
                                <asp:DropDownList ID="cmbMonth" runat="server">
                                </asp:DropDownList>
                                <asp:Label ID="Label3" runat="server">月</asp:Label></p>
                            <p align="left">
                                <asp:Button ID="btnSearch" runat="server" OnClick="btnSearch_Click" Text="确定" Width="88px" />
                                <asp:Panel ID="Panel2" runat="server" Height="10px" Width="350px">
                                </asp:Panel>
                            </p>
                            <p align="left">
                                <asp:Label ID="lblMessage" runat="server"></asp:Label>
                                <asp:Label ID="lblSalaryID" runat="server" Visible="False"></asp:Label></p>
                            <p align="left">
                                <asp:Panel ID="pnlDetail" runat="server" Height="88px" Width="350px">
                                    <asp:Label ID="Label5" runat="server" Width="96px">基本工资:</asp:Label>
                                    <asp:Label ID="lblBasicSalary" runat="server" Height="8px" Width="64px"></asp:Label>
                                    <br />
                                    <asp:Label ID="Label8" runat="server" Width="96px">加班工资:</asp:Label>
                                    <asp:Label ID="lblOvertimeSalary" runat="server" Height="8px" Width="64px"></asp:Label>
                                    <br />
                                    <asp:Label ID="Label7" runat="server" Width="96px">考勤扣除:</asp:Label>
                                    <asp:Label ID="lblAbsenceSalary" runat="server" Height="8px" Width="64px"></asp:Label>
                                    <br />
                                    <asp:Label ID="Label10" runat="server" Width="96px">其他增减:</asp:Label>
                                    <asp:Label ID="lblOtherSalary" runat="server" Height="8px" Width="64px"></asp:Label>
                                    <br />
                                    <asp:Label ID="Label12" runat="server" Width="96px">最终所得:</asp:Label>
                                    <asp:Label ID="lblActualSalary" runat="server" Height="8px" Width="64px"></asp:Label>
                                    <br />
                                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="打印" Width="76px" /></asp:Panel>
                            </p>
                            </asp:Panel>
                    </td>
                </tr>
            </table>
        </font>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -