?? calsellproductofareaprint.ascx
字號:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CalSellProductOfAreaPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.CalSellProductOfArea" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" cellSpacing="0" cellPadding="0" background="../images/button/in.gif"
border="0" class="noprint">
<tr>
<td width="30"><IMG src="../images/button/left.gif" width="27"></td>
<td><span class="STYLE1"><asp:label id="lblCaption" runat="server">產(chǎn)品區(qū)域銷售統(tǒng)計</asp:label></span></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPreview" runat="server" ChangeImgUrl="../images/button/btnPreview_2.gif" returnImgUrl="../images/button/btnPreview.gif"
ImageUrl="../../images/button/btnPreview.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPrintSetup" runat="server" ChangeImgUrl="../images/button/btnPrintsetup_2.gif"
returnImgUrl="../images/button/btnPrintsetup.gif" ImageUrl="../../images/button/btnPrintsetup.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPrint" runat="server" ChangeImgUrl="../images/button/btnPrint_2.gif" returnImgUrl="../images/button/btnPrint.gif"
ImageUrl="../../images/button/btnPrint.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miClose" runat="server" ChangeImgUrl="../images/button/btnClose_2.gif" returnImgUrl="../images/button/btnClose.gif"
ImageUrl="../../images/button/btnClose.gif"></cc2:mouseimage></FONT></td>
</tr>
</table>
<table border="0" align="center" width="90%">
<tr>
<td align="center">
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="20" width="20%" align="center" valign="middle">
<asp:Image id="imgLogo" runat="server"></asp:Image></td>
<td width="60%" align="center">
<P align="center">
<asp:Label id="lblTitle" runat="server" Font-Bold="True" Font-Size="Large"> 產(chǎn)品區(qū)域銷售統(tǒng)計</asp:Label></P>
<P><FONT face="宋體"></FONT> </P>
</td>
<td width="20%" align="center">
</td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="45"><b><FONT face="宋體">啟始日期:
<asp:Label id="txStartDate" runat="server"></asp:Label> 終止日期:
<asp:Label id="txEndDate" runat="server"></asp:Label> 產(chǎn)品編號:
<asp:Label id="txProName" runat="server"></asp:Label> 所屬區(qū)域:
<asp:Label id="txAreaName" runat="server"></asp:Label> </FONT> </b>
</td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td align="center" valign="top" width="100%">
<asp:DataGrid id="dgProOfSell" runat="server" AutoGenerateColumns="False" Width="100%" BorderColor="Black"
BorderWidth="1px">
<ItemStyle Height="30px"></ItemStyle>
<HeaderStyle Font-Size="Medium" Font-Bold="True" HorizontalAlign="Center"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="areaName" HeaderText="區(qū)域">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="40%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="sellnums" HeaderText="銷售量">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="30%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="sellMoney" HeaderText="銷售金額" DataFormatString="{0:C} 元">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="30%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -