?? 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 + -