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

📄 printsalary.aspx

📁 基于.net(c#+sql)人事管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="PrintSalary.aspx.cs" Inherits="BlueHill.Salary.PrintSalary" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>QuerySalary</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
					cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr vAlign="top" height="100">
						<td colSpan="2"><uc1:header id="Header1" runat="server"></uc1:header></td>
					</tr>
					<TR vAlign="top">
						<TD align="left" width="130" height="100%"><uc1:left id="Left1" runat="server"></uc1:left></TD>
						<TD vAlign="top" align="left">
							<asp:panel id="Panel1" runat="server" Width="500px" Height="10px" HorizontalAlign="Center"></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" Width="88px" Text="确定"></asp:button>
								<asp:Panel id="pnlPageFix" runat="server" Width="350px" Height="10px"></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" Width="350px" Height="88px">
									<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:Panel></P>
							<asp:button id="btnPrint" runat="server" Text="打印工资单"></asp:button></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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