?? header.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Header.ascx.cs" Inherits="Control_WebUserControl" %>
<table>
<tr>
<td style="width: 1013px; height: 86px">
<asp:Image ID="Image1" runat="server" Height="200px" ImageUrl="~/WebFiles/Images/header.gif"
Width="100%" />
</td>
</tr>
</table>
<div style="z-index: 101; left: 15px; width: 100px; position: absolute; top: 185px;
height: 28px">
<asp:Label ID="lbMessage" runat="server" ForeColor="Red" Width="279px"></asp:Label>
<asp:Label ID="lbTime" runat="server" Width="281px"></asp:Label></div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -