backinfo.ascx
来自「c#开发的经典ERP系统」· ASCX 代码 · 共 12 行
ASCX
12 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="BackInfo.ascx.cs" Inherits="Storage.Customer.Ascx.BackInfo" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<asp:Button id="bnCommTask" Text="通用任务额" runat="server"></asp:Button>
<asp:Button id="bnCommRake" Text="通用销售返点" runat="server"></asp:Button>
<asp:Button id="bnTask" Text="客户任务额" runat="server"></asp:Button>
<asp:Button id="bnRake" Text="客户销售返点" runat="server"></asp:Button>
<asp:Label id="Label1" runat="server" Visible="False"></asp:Label></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?