c_navigation2.ascx

来自「asp.net+sql2000超市管理系统」· ASCX 代码 · 共 25 行

ASCX
25
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="C_Navigation2.ascx.cs" Inherits="Supermart.C_Navigation2" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" height="294" cellSpacing="0" cellPadding="0" width="155" border="0">
	<TR>
		<TD align="center" style="HEIGHT: 58px">
			<asp:ImageButton id="ImageButton1" runat="server" Width="100px" Height="55px" ImageUrl="IMAGE/批发.jpg"></asp:ImageButton></TD>
	</TR>
	<TR>
		<TD align="center" style="HEIGHT: 56px"><FONT face="宋体">
				<asp:ImageButton id="ImageButton2" Height="55px" Width="100px" runat="server" ImageUrl="IMAGE/零售.jpg"></asp:ImageButton></FONT></TD>
	</TR>
	<TR>
		<TD align="center" height="55">
			<asp:ImageButton id="ImageButton3" Height="55px" Width="100px" runat="server" ImageUrl="IMAGE/进货管理.jpg"></asp:ImageButton></TD>
	</TR>
	<TR>
		<TD align="center" height="55">
			<asp:ImageButton id="ImageButton4" Height="55px" Width="100px" runat="server" ImageUrl="IMAGE/价格管理.jpg"></asp:ImageButton></TD>
	</TR>
	<TR>
		<TD align="center" height="55">
			<asp:ImageButton id="ImageButton5" Height="55px" Width="100px" runat="server" ImageUrl="IMAGE/库存管理.jpg"></asp:ImageButton></TD>
	</TR>
</TABLE>
<FONT face="宋体"></FONT>

⌨️ 快捷键说明

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