?? billoftakeoutprint.ascx
字號:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="BillOfTakeOutPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.BillOfTakeOutPrint" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table cellSpacing="0" cellPadding="0" width="100%" 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">出庫單</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" width="90%" align="center">
<tr>
<td align="center">
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="35" width="10%" align="center" valign="middle">
<asp:Image id="imgLogo" runat="server"></asp:Image></td>
<td height="35" width="65%" align="center">
<P align="center">
<asp:Label id="lblTitle" runat="server" Font-Bold="True" Font-Size="Large"> 出庫單</asp:Label><FONT face="宋體"></FONT></P>
</td>
<td height="35" width="25%" align="right">
<b>
<asp:Label id="lblOrderNo" runat="server" ForeColor="Red" Font-Size="Small">出庫單編號</asp:Label></b></td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="45"><b><FONT face="宋體"> 出庫人員:
<asp:TextBox id="txTakeoutEmpName" runat="server" Width="72px" Font-Bold="True" ReadOnly="True">領用人員</asp:TextBox>
部門:
<asp:TextBox id="txDeptName" runat="server" Width="80px" Font-Bold="True" ReadOnly="True">部門</asp:TextBox>
庫房:
<asp:TextBox id="txStoreroomName" runat="server" Width="100px" Font-Bold="True" ReadOnly="True">庫房</asp:TextBox> 日期:
<asp:TextBox id="txWriteDate" runat="server" Font-Bold="True" ReadOnly="True" Width="100px">日期</asp:TextBox></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="dgList" runat="server" AutoGenerateColumns="False" Width="100%" BorderColor="Black"
BorderWidth="1px">
<ItemStyle Height="18px"></ItemStyle>
<HeaderStyle Font-Size="Medium" Font-Bold="True" HorizontalAlign="Center"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="GoodsCode" ReadOnly="True" HeaderText="產品編號">
<HeaderStyle Font-Bold="True" Width="14%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GoodsName" ReadOnly="True" HeaderText="產品名稱">
<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Model" ReadOnly="True" HeaderText="型號">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="7%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Spec" ReadOnly="True" HeaderText="規格">
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="7%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Color" ReadOnly="True" HeaderText="顏 色">
<HeaderStyle Font-Bold="True" Width="7%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="UnitName" ReadOnly="True" HeaderText="單 位">
<HeaderStyle Font-Bold="True" Width="8%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Price" ReadOnly="True" HeaderText="單 價" DataFormatString="{0}元 ">
<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="outNums" ReadOnly="True" HeaderText="出庫數量">
<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="AllMoney" ReadOnly="True" HeaderText="金 額" DataFormatString="{0}元">
<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Memo" ReadOnly="True" HeaderText="備注">
<HeaderStyle Font-Bold="True" Width="15%"></HeaderStyle>
</asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="45">
<P>
<b> 制單:
<asp:TextBox id="txMakeBillEmp" Font-Bold="True" runat="server" Width="80px" ReadOnly="True"></asp:TextBox>
審核:
<asp:TextBox id="txCheckMan" Font-Bold="True" runat="server" Width="80px" ReadOnly="True"></asp:TextBox>
庫管:
<asp:TextBox id="txStorer" runat="server" Font-Bold="True" Width="80px" ReadOnly="True"></asp:TextBox> 質檢:
<asp:TextBox id="txQualityMan" runat="server" Font-Bold="True" Width="80px" ReadOnly="True"></asp:TextBox>
</b><B>
</P>
</B>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -