WebForm1.aspx
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:3k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Cal.WebForm1" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>WebForm1</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. </HEAD>
  11. <body MS_POSITIONING="GridLayout">
  12. <form id="Form1" method="post" runat="server">
  13. <asp:Calendar id="Calendar1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 8px" runat="server"
  14. Width="272px" BorderStyle="Solid" NextPrevFormat="ShortMonth" BackColor="White" ForeColor="Black"
  15. CellSpacing="1" Height="200px" Font-Size="9pt" Font-Names="Verdana" BorderColor="Black">
  16. <TodayDayStyle ForeColor="White" BackColor="#999999"></TodayDayStyle>
  17. <DayStyle BackColor="#CCCCCC"></DayStyle>
  18. <NextPrevStyle Font-Size="8pt" Font-Bold="True" ForeColor="White"></NextPrevStyle>
  19. <DayHeaderStyle Font-Size="8pt" Font-Bold="True" Height="8pt" ForeColor="#333333"></DayHeaderStyle>
  20. <SelectedDayStyle ForeColor="White" BackColor="#333399"></SelectedDayStyle>
  21. <TitleStyle Font-Size="12pt" Font-Bold="True" Height="12pt" ForeColor="White" BackColor="#333399"></TitleStyle>
  22. <OtherMonthDayStyle ForeColor="#999999"></OtherMonthDayStyle>
  23. </asp:Calendar>
  24. <asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 136px; POSITION: absolute; TOP: 224px" runat="server">选择日期</asp:Label>
  25. <asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 256px" runat="server">Date</asp:Label>
  26. <asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 16px; POSITION: absolute; TOP: 288px" runat="server">Month</asp:Label>
  27. <asp:Label id="Label4" style="Z-INDEX: 105; LEFT: 16px; POSITION: absolute; TOP: 320px" runat="server">Day</asp:Label>
  28. <asp:Label id="Label5" style="Z-INDEX: 106; LEFT: 16px; POSITION: absolute; TOP: 352px" runat="server">Year</asp:Label>
  29. <asp:Label id="Label6" style="Z-INDEX: 107; LEFT: 208px; POSITION: absolute; TOP: 256px" runat="server">Day of Week</asp:Label>
  30. <asp:Label id="Label7" style="Z-INDEX: 108; LEFT: 208px; POSITION: absolute; TOP: 320px" runat="server">Day of Year</asp:Label>
  31. <asp:Label id="Label8" style="Z-INDEX: 109; LEFT: 80px; POSITION: absolute; TOP: 256px" runat="server">Label</asp:Label>
  32. <asp:Label id="Label9" style="Z-INDEX: 110; LEFT: 80px; POSITION: absolute; TOP: 288px" runat="server">Label</asp:Label>
  33. <asp:Label id="Label10" style="Z-INDEX: 111; LEFT: 80px; POSITION: absolute; TOP: 320px" runat="server">Label</asp:Label>
  34. <asp:Label id="Label11" style="Z-INDEX: 112; LEFT: 80px; POSITION: absolute; TOP: 352px" runat="server"
  35. Height="8px">Label</asp:Label>
  36. <asp:Label id="Label12" style="Z-INDEX: 113; LEFT: 208px; POSITION: absolute; TOP: 288px" runat="server">Label</asp:Label>
  37. <asp:Label id="Label13" style="Z-INDEX: 114; LEFT: 208px; POSITION: absolute; TOP: 352px" runat="server">Label</asp:Label>
  38. </form>
  39. </body>
  40. </HTML>