📄 mailbox.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="MailBox.aspx.cs" Inherits="Message_MailBox" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="z-index: 101; left: 271px; width: 691px; position: absolute; top: 162px; height: 253px; border-right: thin ridge; border-top: thin ridge; border-left: thin ridge; border-bottom: thin ridge;">
<div style="z-index: 101; left: 69px; width: 37px; position: absolute; top: 42px;
height: 51px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/message.gif" /></div>
<div style="z-index: 102; left: 139px; width: 445px; position: absolute; top: 7px;
height: 142px">
<table style="text-align: center">
<tr>
<td style="width: 100px; background-color: lightgrey;">
本地文件夹</td>
<td style="width: 100px; background-color: lightgrey;">
文件个数</td>
<td style="width: 100px; background-color: lightgrey;">
未读文件</td>
</tr>
<tr>
<td style="width: 100px">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/ReceiveFile.jpg"
OnClick="ImageButton1_Click" /></td>
<td style="width: 100px">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px; height: 25px">
<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/DraftFile.JPG" /></td>
<td style="width: 100px; height: 25px">
<asp:Label ID="Label3" runat="server" Text="Label"></asp:Label></td>
<td style="width: 100px; height: 25px">
<asp:Label ID="Label4" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/Images/SendFile.JPG" OnClick="ImageButton3_Click" /></td>
<td style="width: 100px">
<asp:Label ID="Label5" runat="server" Text="Label"></asp:Label></td>
<td style="width: 100px">
<asp:Label ID="Label6" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/Images/DeletedFile.JPG" /></td>
<td style="width: 100px">
<asp:Label ID="Label7" runat="server" Text="Label"></asp:Label></td>
<td style="width: 100px">
<asp:Label ID="Label8" runat="server" Text="Label"></asp:Label></td>
</tr>
</table>
</div>
<div style="z-index: 103; left: 15px; width: 100px; position: absolute; top: -15px;
height: 12px">
<asp:Label ID="Label9" runat="server" BackColor="White" Text="个人信息管理区" Width="86px"></asp:Label></div>
</div>
<div style="width: 810px; height: 369px">
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -