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

📄 moas1204.aspx

📁 很具有学习参考价值的OA办公自动化系统,完整源码.OAde
💻 ASPX
字号:
<%@ Page language="c#" ContentType="text/html" ResponseEncoding="GB2312" Codebehind="MOAS1204.aspx.cs" AutoEventWireup="false" Inherits="MOAS.MOAS1204" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>神州国软公司内部管理系统</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<script language="C#" runat="server">
		 private void wang(object sender, System.EventArgs e)//日历1触发事件.
         {  
            Calendar1.Visible=true;
            
         }
         private void hong(object sender, System.EventArgs e)//日历2触发事件.
         {
           Calendar2.Visible=true;
           
         }
		</script>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<P><asp:label id="Label1" style="Z-INDEX: 104; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
						ForeColor="White" BackColor="Blue" Height="24px" Width="100%" Font-Size="Medium" Font-Bold="True">提前离开信息输入 </asp:label><asp:label id="Label2" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 32px" runat="server"
						ForeColor="Red" BackColor="#8080FF" Height="8px" Width="100%" Font-Size="Small" Font-Bold="True" BorderColor="Aqua"></asp:label><asp:label id="Label3" style="Z-INDEX: 102; LEFT: 8px; POSITION: absolute; TOP: 48px" runat="server"
						ForeColor="Red" BackColor="#FFE0C0" Height="8px" Width="100%" Font-Size="Small"></asp:label><asp:label id="Label4" style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 88px" runat="server"
						BackColor="#8080FF" Height="16px" Width="100%" Font-Size="Small">基本情况:</asp:label><asp:label id="Label5" style="Z-INDEX: 105; LEFT: 8px; POSITION: absolute; TOP: 184px" runat="server"
						BackColor="#8080FF" Height="8px" Width="100%" Font-Size="Small">提前离开详细信息: </asp:label></P>
				<asp:table id="Table1" style="Z-INDEX: 107; LEFT: 8px; POSITION: absolute; TOP: 128px" runat="server"
					BackColor="#33ffff" Height="35px" Width="100%" Font-Size="Small" GridLines="Both">
					<asp:TableRow Width="100%">
						<asp:TableCell Width="16%" Text="职员ID"></asp:TableCell>
						<asp:TableCell Width="5%" HorizontalAlign="Left">
							<asp:TextBox runat="server" Height="100%" onkeydown="return false" ForeColor="DarkGray" Width="100px"
								ID="TextBox1" MaxLength="9"></asp:TextBox>
						</asp:TableCell>
						<asp:TableCell Width="16%" Text="职员密码"></asp:TableCell>
						<asp:TableCell HorizontalAlign="Left">
							<asp:TextBox runat="server" Height="100%" TextMode="Password" Width="100px" ID="TextBox2" MaxLength="8"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
				</asp:table><asp:table id="Table2" style="Z-INDEX: 106; LEFT: 8px; POSITION: absolute; TOP: 232px" runat="server"
					BackColor="PaleTurquoise" Height="20%" Width="100%" Font-Size="Small" Font-Bold="false" GridLines="Both">
					<asp:TableRow Width="100%" Height="4%">
						<asp:TableCell Width="12%" Text="提前离开"></asp:TableCell>
						<asp:TableCell>
							<asp:DropDownList ID="DropDownList5" Runat="server" Font-Size="9pt"></asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow Width="100%" Height="4%">
						<asp:TableCell Width="12%" Text="开始时间"></asp:TableCell>
						<asp:TableCell>
                        <asp:TextBox runat="server" Width="12%" ID="TextBox3" onkeydown="return false"></asp:TextBox>
                        <asp:Button runat="server" Width="8%" ForeColor="White" ID="date1Button" BackColor="#3300FF"
								OnClick="wang" Height="90%" Text="日历"></asp:Button>
                        <asp:DropDownList runat="server" Width="8%" Font-Size="9pt" ID="DropDownList1">
								<asp:ListItem Value="00">00</asp:ListItem>
								<asp:ListItem Value="01">01</asp:ListItem>
								<asp:ListItem Value="02">02</asp:ListItem>
								<asp:ListItem Value="03">03</asp:ListItem>
								<asp:ListItem Value="04">04</asp:ListItem>
								<asp:ListItem Value="05">05</asp:ListItem>
								<asp:ListItem Value="06">06</asp:ListItem>
								<asp:ListItem Value="07">07</asp:ListItem>
								<asp:ListItem Value="08">08</asp:ListItem>
								<asp:ListItem Value="09">09</asp:ListItem>
								<asp:ListItem Value="10">10</asp:ListItem>
								<asp:ListItem Value="11">11</asp:ListItem>
								<asp:ListItem Value="12">12</asp:ListItem>
								<asp:ListItem Value="13">13</asp:ListItem>
								<asp:ListItem Value="14">14</asp:ListItem>
								<asp:ListItem Value="15">15</asp:ListItem>
								<asp:ListItem Value="16">16</asp:ListItem>
								<asp:ListItem Value="17">17</asp:ListItem>
								<asp:ListItem Value="18">18</asp:ListItem>
								<asp:ListItem Value="19">19</asp:ListItem>
								<asp:ListItem Value="20">20</asp:ListItem>
								<asp:ListItem Value="21">21</asp:ListItem>
								<asp:ListItem Value="22">22</asp:ListItem>
								<asp:ListItem Value="23">23</asp:ListItem>
							</asp:DropDownList>
                                小时
							<asp:DropDownList runat="server" Width="8%" Font-Size="9pt" ID="DropDownList2">
								<asp:ListItem Value="00">00</asp:ListItem>
								<asp:ListItem Value="10">10</asp:ListItem>
								<asp:ListItem Value="20">20</asp:ListItem>
								<asp:ListItem Value="30">30</asp:ListItem>
								<asp:ListItem Value="40">40</asp:ListItem>
								<asp:ListItem Value="50">50</asp:ListItem>
							</asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow Width="100%" Height="4%">
						<asp:TableCell Width="12%" Text="终止时间"></asp:TableCell>
						<asp:TableCell>
                        <asp:TextBox runat="server" Width="12%" ID="TextBox4" onkeydown="return false"></asp:TextBox>
                        <asp:Button runat="server" Width="8%" ForeColor="White" BackColor="#3300FF" Height="90%" Text="日历"
								OnClick="hong" ID="date2Button"></asp:Button>
                        <asp:DropDownList runat="server" Width="8%" Font-Size="9pt" ID="DropDownList3">
								<asp:ListItem Value="00">00</asp:ListItem>
								<asp:ListItem Value="01">01</asp:ListItem>
								<asp:ListItem Value="02">02</asp:ListItem>
								<asp:ListItem Value="03">03</asp:ListItem>
								<asp:ListItem Value="04">04</asp:ListItem>
								<asp:ListItem Value="05">05</asp:ListItem>
								<asp:ListItem Value="06">06</asp:ListItem>
								<asp:ListItem Value="07">07</asp:ListItem>
								<asp:ListItem Value="08">08</asp:ListItem>
								<asp:ListItem Value="09">09</asp:ListItem>
								<asp:ListItem Value="10">10</asp:ListItem>
								<asp:ListItem Value="11">11</asp:ListItem>
								<asp:ListItem Value="12">12</asp:ListItem>
								<asp:ListItem Value="13">13</asp:ListItem>
								<asp:ListItem Value="14">14</asp:ListItem>
								<asp:ListItem Value="15">15</asp:ListItem>
								<asp:ListItem Value="16">16</asp:ListItem>
								<asp:ListItem Value="17">17</asp:ListItem>
								<asp:ListItem Value="18">18</asp:ListItem>
								<asp:ListItem Value="19">19</asp:ListItem>
								<asp:ListItem Value="20">20</asp:ListItem>
								<asp:ListItem Value="21">21</asp:ListItem>
								<asp:ListItem Value="22">22</asp:ListItem>
								<asp:ListItem Value="23">23</asp:ListItem>
							</asp:DropDownList>
                                小时
							<asp:DropDownList runat="server" Width="8%" Font-Size="9pt" ID="DropDownList4">
								<asp:ListItem Value="00">00</asp:ListItem>
								<asp:ListItem Value="10">10</asp:ListItem>
								<asp:ListItem Value="20">20</asp:ListItem>
								<asp:ListItem Value="30">30</asp:ListItem>
								<asp:ListItem Value="40">40</asp:ListItem>
								<asp:ListItem Value="50">50</asp:ListItem>
							</asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow Width="100%" Height="4%">
						<asp:TableCell Width="12%" Text="备注"></asp:TableCell>
						<asp:TableCell>
							<asp:TextBox runat="server" Width="100%" ID="TextBox5" MaxLength="50"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
				</asp:table><asp:button id="Button1" style="Z-INDEX: 108; LEFT: 320px; POSITION: absolute; TOP: 376px" runat="server"
					ForeColor="White" BackColor="RoyalBlue" Height="24px" Width="64px" Font-Size="Small" BorderStyle="Double"
					Text="确定"></asp:button><asp:button id="Button2" style="Z-INDEX: 109; LEFT: 512px; POSITION: absolute; TOP: 376px" runat="server"
					ForeColor="White" BackColor="RoyalBlue" Height="24px" Width="64px" Font-Size="Small" BorderColor="Transparent" BorderStyle="Double"
					Text="返回"></asp:button></FONT>
			<P><FONT face="宋体"><asp:calendar id="Calendar1" style="Z-INDEX: 110; LEFT: 504px; POSITION: absolute; TOP: 120px"
						runat="server" ForeColor="#003399" BackColor="White" Height="200px" Width="220px" Font-Size="8pt" BorderColor="#3366CC"
						Visible="False" CellPadding="1" Font-Names="Verdana" DayNameFormat="FirstLetter" BorderWidth="1px">
						<TodayDayStyle ForeColor="White" BackColor="#99CCCC"></TodayDayStyle>
						<SelectorStyle ForeColor="#336666" BackColor="#99CCCC"></SelectorStyle>
						<NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF"></NextPrevStyle>
						<DayHeaderStyle Height="1px" ForeColor="#336666" BackColor="#99CCCC"></DayHeaderStyle>
						<SelectedDayStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedDayStyle>
						<TitleStyle Font-Size="10pt" Font-Bold="True" Height="25px" BorderWidth="1px" ForeColor="#CCCCFF"
							BorderStyle="Solid" BorderColor="#3366CC" BackColor="#003399"></TitleStyle>
						<WeekendDayStyle BackColor="#CCCCFF"></WeekendDayStyle>
						<OtherMonthDayStyle ForeColor="#999999"></OtherMonthDayStyle>
					</asp:calendar><asp:calendar id="Calendar2" style="Z-INDEX: 110; LEFT: 504px; POSITION: absolute; TOP: 120px"
						runat="server" ForeColor="#003399" BackColor="White" Height="200px" Width="220px" Font-Size="8pt" BorderColor="#3366CC"
						Visible="False" CellPadding="1" Font-Names="Verdana" DayNameFormat="FirstLetter" BorderWidth="1px">
						<TodayDayStyle ForeColor="White" BackColor="#99CCCC"></TodayDayStyle>
						<SelectorStyle ForeColor="#336666" BackColor="#99CCCC"></SelectorStyle>
						<NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF"></NextPrevStyle>
						<DayHeaderStyle Height="1px" ForeColor="#336666" BackColor="#99CCCC"></DayHeaderStyle>
						<SelectedDayStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedDayStyle>
						<TitleStyle Font-Size="10pt" Font-Bold="True" Height="25px" BorderWidth="1px" ForeColor="#CCCCFF"
							BorderStyle="Solid" BorderColor="#3366CC" BackColor="#003399"></TitleStyle>
						<WeekendDayStyle BackColor="#CCCCFF"></WeekendDayStyle>
						<OtherMonthDayStyle ForeColor="#999999"></OtherMonthDayStyle>
					</asp:calendar></FONT></P>
		</form>
		</FONT>
		<P><FONT face="宋体"></FONT></P>
		</FORM>
	</body>
</HTML>

⌨️ 快捷键说明

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