helpercontrol.ascx

来自「C#语言制作asp.net网上商店的」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="HelperControl.ascx.vb" Inherits="Shop_Controls_HelperControl" %>
<table class="VertMenuBorder" cellspacing="1" width="100%">
  <tbody>
    <tr>
      <td class="VertMenuTitle"><table cellpadding="0" cellspacing="0" width="100%">
        <tbody>
          <tr>
            <td>
                <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/Shop/dingbats_categorie.gif" />&nbsp;</td>
            <td width="100%"><font class="VertMenuTitle">Helper</font></td>
          </tr>
        </tbody>
      </table></td>
    </tr>
    <tr>
      <td class="VertMenuBox" style="height: 50px"><table cellpadding="5" cellspacing="0" width="100%">
        <tbody>
          <tr>
            <td>
                  </td>
          </tr>
        </tbody>
      </table></td>
    </tr>
  </tbody>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?