SelectDate.aspx
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:4k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="SelectDate.aspx.cs" AutoEventWireup="false" Inherits="OA.SelectDate" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>安泰自动办公系统</title>
  6. <style type="text/css">TABLE { FONT-SIZE: 9pt }
  7. BODY { FONT-SIZE: 9pt }
  8. </style>
  9. <base target="_self">
  10. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  11. <meta name="CODE_LANGUAGE" Content="C#">
  12. <meta name="vs_defaultClientScript" content="JavaScript">
  13. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  14. </HEAD>
  15. <body MS_POSITIONING="GridLayout">
  16. <form id="Form1" method="post" runat="server">
  17. <asp:Calendar id="Calendar1" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" BorderWidth="1"
  18. BorderColor="lightblue" Font-Size="9pt" TitleStyle-Font-Size="9pt" TitleStyle-BackColor="#cceecc"
  19. DayHeaderStyle-BackColor="#ddffdd" DayHeaderStyle-Font-Size="9pt" WeekendDayStyle-BackColor="#ffffcc"
  20. SelectedDayStyle-BackColor="lightblue" Width="300px" runat="server" /><INPUT style="Z-INDEX: 102; LEFT: 88px; WIDTH: 60px; POSITION: absolute; TOP: 176px" type="button"
  21. value="确定" runat="server" id="Button1" name="Button1"><INPUT style="Z-INDEX: 103; LEFT: 152px; WIDTH: 60px; POSITION: absolute; TOP: 176px" type="button"
  22. onclick="javascript:window.close()" value="取消">
  23. <asp:DropDownList id="DropDownList1" style="Z-INDEX: 104; LEFT: 64px; POSITION: absolute; TOP: 152px"
  24. runat="server" Width="60px" Height="30px">
  25. <asp:ListItem Value="00" Selected="True">00</asp:ListItem>
  26. <asp:ListItem Value="1">1</asp:ListItem>
  27. <asp:ListItem Value="2">2</asp:ListItem>
  28. <asp:ListItem Value="3">3</asp:ListItem>
  29. <asp:ListItem Value="4">4</asp:ListItem>
  30. <asp:ListItem Value="5">5</asp:ListItem>
  31. <asp:ListItem Value="6">6</asp:ListItem>
  32. <asp:ListItem Value="7">7</asp:ListItem>
  33. <asp:ListItem Value="8">8</asp:ListItem>
  34. <asp:ListItem Value="9">9</asp:ListItem>
  35. <asp:ListItem Value="10">10</asp:ListItem>
  36. <asp:ListItem Value="11">11</asp:ListItem>
  37. <asp:ListItem Value="12">12</asp:ListItem>
  38. <asp:ListItem Value="13">13</asp:ListItem>
  39. <asp:ListItem Value="14">14</asp:ListItem>
  40. <asp:ListItem Value="15">15</asp:ListItem>
  41. <asp:ListItem Value="16">16</asp:ListItem>
  42. <asp:ListItem Value="17">17</asp:ListItem>
  43. <asp:ListItem Value="18">18</asp:ListItem>
  44. <asp:ListItem Value="19">19</asp:ListItem>
  45. <asp:ListItem Value="20">20</asp:ListItem>
  46. <asp:ListItem Value="21">21</asp:ListItem>
  47. <asp:ListItem Value="22">22</asp:ListItem>
  48. <asp:ListItem Value="23">23</asp:ListItem>
  49. </asp:DropDownList>
  50. <asp:DropDownList id="DropDownList2" style="Z-INDEX: 105; LEFT: 168px; POSITION: absolute; TOP: 152px"
  51. runat="server" Width="60px" Height="30px">
  52. <asp:ListItem Value="00" Selected="True">00</asp:ListItem>
  53. <asp:ListItem Value="10">10</asp:ListItem>
  54. <asp:ListItem Value="20">20</asp:ListItem>
  55. <asp:ListItem Value="30">30</asp:ListItem>
  56. <asp:ListItem Value="40">40</asp:ListItem>
  57. <asp:ListItem Value="50">50</asp:ListItem>
  58. </asp:DropDownList>
  59. <DIV style="Z-INDEX: 106; LEFT: 128px; WIDTH: 24px; POSITION: absolute; TOP: 152px; HEIGHT: 19px"
  60. ms_positioning="FlowLayout">点</DIV>
  61. <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"
  62. ms_positioning="FlowLayout">分</DIV>
  63. </form>
  64. </body>
  65. </HTML>