c_navigation1.ascx
来自「asp.net+sql2000超市管理系统」· ASCX 代码 · 共 25 行
ASCX
25 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="C_Navigation1.ascx.cs" Inherits="Supermart.C_Navigation1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<P>
<FONT face="宋体">
<TABLE id="Table1" height="61" cellSpacing="0" cellPadding="0" width="801" border="1" borderColor="#99ccff">
<TR>
<TD>
<TABLE id="Table2" height="100%" cellSpacing="0" cellPadding="0" width="801" border="0">
<TR>
<TD width="33" style="WIDTH: 33px" align="right"></TD>
<TD align="center" width="96" style="WIDTH: 96px">
<asp:ImageButton id="ImageButton1" runat="server" Width="76px" Height="64px" ImageUrl="IMAGE/历史单据查询.jpg"></asp:ImageButton>
</TD>
<TD align="center" width="105" style="WIDTH: 105px">
<asp:ImageButton id="ImageButton3" Height="64px" Width="76px" runat="server" ImageUrl="IMAGE/顾客信息.jpg"></asp:ImageButton></TD>
<TD align="center" width="100">
<asp:ImageButton id="ImageButton4" Height="64px" Width="76px" runat="server" ImageUrl="IMAGE/口令权限.jpg"></asp:ImageButton></TD>
<TD width="501" align="center"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</P>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?