statisticsinfocontrol.ascx

来自「这是一个订单管理系统」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?