⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 officecalendar.ascx

📁 ASP.NET2.0开发一个类似BtoC、CtoC的企业产品信息发布系统。
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="OfficeCalendar.ascx.cs" Inherits="OfficeCalendar" %>
<table width="200" border="0" class="tleft">
        <tr>
          <td>
              Office Affair Calendar</td>
        </tr>
      </table>
      <table width="200" border="0">
        <tr>
          <td style="width: 196px; text-align: center; height: 157px;" class="h1">
              <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="White"
                  BorderWidth="1px" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="100px"
                  NextPrevFormat="FullMonth" Width="200px" OnSelectionChanged="Calendar1_SelectionChanged">
                  <SelectedDayStyle BackColor="#333399" ForeColor="White" />
                  <TodayDayStyle BackColor="#CCCCCC" />
                  <OtherMonthDayStyle ForeColor="#999999" />
                  <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" VerticalAlign="Bottom" />
                  <DayHeaderStyle Font-Bold="True" Font-Size="8pt" />
                  <TitleStyle BackColor="White" BorderColor="Black" BorderWidth="4px" Font-Bold="True"
                      Font-Size="12pt" ForeColor="#333399" />
              </asp:Calendar>
              </td>
        </tr>
      </table>

⌨️ 快捷键说明

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