📄 personschedule.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PersonSchedule.aspx.cs" Inherits="ScheduleManage_PersonSchedule_PersonSchedule" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>个人日程管理</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:calendar id="calSchedule" runat="server" Width="92%" Height="57%" 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">
<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>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -