📄 statisticsinfocontrol.ascx
字号:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="StatisticsInfoControl.ascx.vb" Inherits="StatisticsInfoControl" %>
<div id="leftdiv" style="left: 0px; width: 560px; height: 460px; overflow: auto;">
<table id="tblList" class="Style_Table" width="540px" runat="server" style="margin: -1px 0px 0px 0px;">
<tr class="Style_TableRow" style=" position:relative;">
<td id="tblc1" runat="server" style=" width:120px">
<asp:Label ID="lblCliName" runat="server" Text="客户名"></asp:Label></td>
<td id="tblc2" runat="server" style=" width:120px">
<asp:Label ID="lblYearMonth" runat="server" Text="年月"></asp:Label></td>
<td id="tblc3" runat="server" style=" width:100px">
<asp:Label ID="lblLastSur" runat="server" Text="上月结存"></asp:Label></td>
<td id="tblc4" runat="server" style=" width:100px">
<asp:Label ID="lblThisPro" runat="server" Text="本月生产"></asp:Label></td>
<td id="tblc5" runat="server" style=" width:100px">
<asp:Label ID="lblOrderNum" runat="server" Text="本月订单数量"></asp:Label></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -