WebForm1.aspx
资源名称:Visual.rar [点击查看]
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:3k
源码类别:
C#编程
开发平台:
Others
- <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Cal.WebForm1" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <title>WebForm1</title>
- <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: 16px; POSITION: absolute; TOP: 8px" runat="server"
- Width="272px" BorderStyle="Solid" NextPrevFormat="ShortMonth" BackColor="White" ForeColor="Black"
- CellSpacing="1" Height="200px" Font-Size="9pt" Font-Names="Verdana" BorderColor="Black">
- <TodayDayStyle ForeColor="White" BackColor="#999999"></TodayDayStyle>
- <DayStyle BackColor="#CCCCCC"></DayStyle>
- <NextPrevStyle Font-Size="8pt" Font-Bold="True" ForeColor="White"></NextPrevStyle>
- <DayHeaderStyle Font-Size="8pt" Font-Bold="True" Height="8pt" ForeColor="#333333"></DayHeaderStyle>
- <SelectedDayStyle ForeColor="White" BackColor="#333399"></SelectedDayStyle>
- <TitleStyle Font-Size="12pt" Font-Bold="True" Height="12pt" ForeColor="White" BackColor="#333399"></TitleStyle>
- <OtherMonthDayStyle ForeColor="#999999"></OtherMonthDayStyle>
- </asp:Calendar>
- <asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 136px; POSITION: absolute; TOP: 224px" runat="server">选择日期</asp:Label>
- <asp:Label id="Label2" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 256px" runat="server">Date</asp:Label>
- <asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 16px; POSITION: absolute; TOP: 288px" runat="server">Month</asp:Label>
- <asp:Label id="Label4" style="Z-INDEX: 105; LEFT: 16px; POSITION: absolute; TOP: 320px" runat="server">Day</asp:Label>
- <asp:Label id="Label5" style="Z-INDEX: 106; LEFT: 16px; POSITION: absolute; TOP: 352px" runat="server">Year</asp:Label>
- <asp:Label id="Label6" style="Z-INDEX: 107; LEFT: 208px; POSITION: absolute; TOP: 256px" runat="server">Day of Week</asp:Label>
- <asp:Label id="Label7" style="Z-INDEX: 108; LEFT: 208px; POSITION: absolute; TOP: 320px" runat="server">Day of Year</asp:Label>
- <asp:Label id="Label8" style="Z-INDEX: 109; LEFT: 80px; POSITION: absolute; TOP: 256px" runat="server">Label</asp:Label>
- <asp:Label id="Label9" style="Z-INDEX: 110; LEFT: 80px; POSITION: absolute; TOP: 288px" runat="server">Label</asp:Label>
- <asp:Label id="Label10" style="Z-INDEX: 111; LEFT: 80px; POSITION: absolute; TOP: 320px" runat="server">Label</asp:Label>
- <asp:Label id="Label11" style="Z-INDEX: 112; LEFT: 80px; POSITION: absolute; TOP: 352px" runat="server"
- Height="8px">Label</asp:Label>
- <asp:Label id="Label12" style="Z-INDEX: 113; LEFT: 208px; POSITION: absolute; TOP: 288px" runat="server">Label</asp:Label>
- <asp:Label id="Label13" style="Z-INDEX: 114; LEFT: 208px; POSITION: absolute; TOP: 352px" runat="server">Label</asp:Label>
- </form>
- </body>
- </HTML>