📄 left.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="left.ascx.cs" Inherits="left" %>
<table style="width: 210px; height: 398px; background-color: #ffffff;" border="0" cellspacing="0">
<tr>
<td colspan="3" style="width: 148px; height: 4px; background-image: url(image/rili.gif); padding-left: 3px; margin-left: 3px;">
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999"
CellPadding="0" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="Black" Height="180px" Width="200px" CssClass="css" OnSelectionChanged="Calendar1_SelectionChanged" ShowGridLines="True">
<SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
<TodayDayStyle BackColor="LightSkyBlue" ForeColor="Black" />
<SelectorStyle BackColor="#CCCCCC" />
<WeekendDayStyle BackColor="White" ForeColor="#FF8000" />
<OtherMonthDayStyle ForeColor="Blue" />
<NextPrevStyle VerticalAlign="Middle" />
<DayHeaderStyle BackColor="WhiteSmoke" Font-Bold="True" Font-Size="7pt" />
<TitleStyle BackColor="#0B66B6" BorderColor="Black" Font-Bold="True" />
</asp:Calendar>
</td>
</tr>
<tr>
<td colspan="3" style="width: 148px; height: 62px; background-image: url(image/8.gif);">
</td>
</tr>
<tr>
<td colspan="3" style="width: 148px; height: 12px; background-image: url(image/beijingtiao.gif);">
<asp:DataList ID="dljs" runat="server" Height="1px" OnItemCommand="dljs_ItemCommand"
Width="1px" ForeColor="White">
<ItemTemplate>
<table border="0" cellspacing="0" class="txt" style="width: 185px; height: 20px">
<tr>
<td colspan="3" style="height: 20px; color: #000099;">
·<asp:LinkButton ID="LinkButton3" runat="server" CommandName="select" ForeColor="Black"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton>
</td>
</tr>
</table>
</ItemTemplate>
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" ForeColor="Blue" HorizontalAlign="Center" />
</asp:DataList></td>
</tr>
<tr>
<td colspan="3" style="width: 148px; height: 19px; background-image: url(image/beijingtiao.gif);"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -