📄 personnote.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="PersonNote.aspx.cs" Inherits="ScheduleManage_PersonNote" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div style="width: 99%" align="center">
<div style="width:90%">
<strong><span style="font-size: 12pt">我 的 便 签</span></strong><br /><hr /></div>
<div style="width: 90%">
<div style="width:90%" align="right">
<asp:Label ID="lab_test" runat="server" Height="21px" Text="新增便签" Width="62px"></asp:Label>
<asp:ImageButton ID="ImageButton1" runat="server" Height="22px" ImageUrl="~/Images/write.gif"
OnClick="ImageButton1_Click" Width="21px" />
</div>
<div style="width:90%">
<asp:DataList ID="DataList1" runat="server" BackColor="#DEBA84" BorderColor="#DEBA84"
BorderStyle="None" BorderWidth="1px" CellPadding="3" CellSpacing="2" GridLines="Both"
Height="154px" RepeatDirection="Horizontal" Width="99%" OnItemCreated="DataList1_ItemCreated">
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<SelectedItemStyle BackColor="#738A9C" Font-Bold="True" ForeColor="White" />
<ItemTemplate>
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/add_Schedule.gif" />
</ItemTemplate>
<ItemStyle BackColor="#FFF7E7" ForeColor="#8C4510" />
<HeaderStyle BackColor="#A55129" Font-Bold="True" ForeColor="White" />
</asp:DataList></div>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -