SelectDate.aspx
资源名称:OA_at.rar [点击查看]
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:4k
源码类别:
OA系统
开发平台:
C#
- <%@ Page language="c#" Codebehind="SelectDate.aspx.cs" AutoEventWireup="false" Inherits="OA.SelectDate" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>安泰自动办公系统</title>
- <style type="text/css">TABLE { FONT-SIZE: 9pt }
- BODY { FONT-SIZE: 9pt }
- </style>
- <base target="_self">
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- </HEAD>
- <body MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <asp:Calendar id="Calendar1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" BorderWidth="1"
- BorderColor="lightblue" Font-Size="9pt" TitleStyle-Font-Size="9pt" TitleStyle-BackColor="#cceecc"
- DayHeaderStyle-BackColor="#ddffdd" DayHeaderStyle-Font-Size="9pt" WeekendDayStyle-BackColor="#ffffcc"
- SelectedDayStyle-BackColor="lightblue" Width="300px" runat="server" /><INPUT style="Z-INDEX: 102; LEFT: 88px; WIDTH: 60px; POSITION: absolute; TOP: 176px" type="button"
- value="确定" runat="server" id="Button1" name="Button1"><INPUT style="Z-INDEX: 103; LEFT: 152px; WIDTH: 60px; POSITION: absolute; TOP: 176px" type="button"
- onclick="javascript:window.close()" value="取消">
- <asp:DropDownList id="DropDownList1" style="Z-INDEX: 104; LEFT: 64px; POSITION: absolute; TOP: 152px"
- runat="server" Width="60px" Height="30px">
- <asp:ListItem Value="00" Selected="True">00</asp:ListItem>
- <asp:ListItem Value="1">1</asp:ListItem>
- <asp:ListItem Value="2">2</asp:ListItem>
- <asp:ListItem Value="3">3</asp:ListItem>
- <asp:ListItem Value="4">4</asp:ListItem>
- <asp:ListItem Value="5">5</asp:ListItem>
- <asp:ListItem Value="6">6</asp:ListItem>
- <asp:ListItem Value="7">7</asp:ListItem>
- <asp:ListItem Value="8">8</asp:ListItem>
- <asp:ListItem Value="9">9</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 id="DropDownList2" style="Z-INDEX: 105; LEFT: 168px; POSITION: absolute; TOP: 152px"
- runat="server" Width="60px" Height="30px">
- <asp:ListItem Value="00" Selected="True">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>
- <DIV style="Z-INDEX: 106; LEFT: 128px; WIDTH: 24px; POSITION: absolute; TOP: 152px; HEIGHT: 19px"
- ms_positioning="FlowLayout">点</DIV>
- <DIV style="Z-INDEX: 107; LEFT: 232px; WIDTH: 16px; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; POSITION: absolute; TOP: 152px; HEIGHT: 19px; BORDER-BOTTOM-STYLE: none"
- ms_positioning="FlowLayout">分</DIV>
- </form>
- </body>
- </HTML>