📄 myday.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"AutoEventWireup="true" CodeFile="MyDay.aspx.cs" Inherits="ScheduleManage_MyDay" %>
<asp:Content ID="woricheng" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<div>
<div style="width:99%;height:20px; text-align:left;">
当前位置:日程管理</div>
<div style="height:30px;text-align:center; line-height:30px"><b>个 人 日 程 管 理</b></div>
<hr style="width:90%; text-align:center;" size="1" color="gray" />
<div style="width:90%; text-align:right; height:23px"> </div>
<div style="width:99%;" align="center">
<asp:Calendar runat="server" ID="Time" Width="100%" Height="92%" BackColor="transparent" BorderColor="#999999"
ShowGridLines="true" PrevMonthText="&nbsp;&nbsp;&nbsp;&nbsp;<img src=../images/left_arrow.gif alt=上一月 border=0 />上一月"
NextMonthText="下一月<img src=../images/right_arrow.gif alt=下一月 border=0/>&nbsp;&nbsp;&nbsp;&nbsp;" BorderStyle="none"
DayNameFormat="full" OnDayRender="Time_DayRender">
<TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
<DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
<NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
<DayHeaderStyle Font-Size="13px" Height="10px" BackColor="#BFE6F9"></DayHeaderStyle>
<TitleStyle BackColor="#66CCFF" CssClass="headcenter" Height="10px"></TitleStyle>
<WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
</asp:Calendar>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -