calendar.ascx

来自「个人博客。。毕业设计````用来做毕业设计`」· ASCX 代码 · 共 17 行

ASCX
17
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Calendar.ascx.cs" Inherits="WesternByte.MyBlog.Controls.Blog.Calendar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<asp:calendar id="entryCal" runat="server" TitleStyle-BackColor="#000000" DayHeaderStyle-BackColor="#1d8fd8"
	OtherMonthDayStyle-ForeColor="#cccccc" TitleStyle-ForeColor="#ffffff" NextPrevStyle-ForeColor="#ffffff"
	WeekendDayStyle-BackColor="#eeeeee" DayHeaderStyle-ForeColor="#ffffff" TodayDayStyle-BorderColor="#5e715e"
	TodayDayStyle-BorderWidth="1" TodayDayStyle-Font-Bold="true" TodayDayStyle-ForeColor="#5e715e"
	Width="240px" BorderColor="#aaaaaa" SelectionMode="None" DayNameFormat="Full" CellPadding="2"
	CellSpacing="1">
	<TodayDayStyle height="25"></TodayDayStyle>
	<SelectorStyle height="25"></SelectorStyle>
	<NextPrevStyle height="25"></NextPrevStyle>
	<DayHeaderStyle height="25"></DayHeaderStyle>
	<SelectedDayStyle height="25"></SelectedDayStyle>
	<TitleStyle height="30"></TitleStyle>
	<WeekendDayStyle height="25"></WeekendDayStyle>
	<OtherMonthDayStyle height="25"></OtherMonthDayStyle>
</asp:calendar>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?