overtakestat_c.ascx

来自「可供共享学习.net环境下生产管理的实现」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="OverTakeStat_C.ascx.cs" Inherits="Botheighten.Yanghui.Web.Controls.OverTakeStat_C" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table class="text" style="BORDER-COLLAPSE: collapse" borderColor="#2a639d" cellSpacing="0" cellPadding="2" width="100%" align="center" bgColor="#ffffff" border="1">
	<TR>
		<TD><FONT face="宋体"><asp:datagrid id="grid" runat="server" AutoGenerateColumns="False" PageSize="20" CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#2A639D" Width="100%" ShowFooter="True">
					<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
					<AlternatingItemStyle BackColor="WhiteSmoke"></AlternatingItemStyle>
					<ItemStyle ForeColor="#000066"></ItemStyle>
					<HeaderStyle ForeColor="Black" BackColor="#E7E8EA"></HeaderStyle>
					<FooterStyle ForeColor="OrangeRed" VerticalAlign="Middle" BackColor="Azure"></FooterStyle>
					<Columns>
						<asp:BoundColumn DataField="LineId" SortExpression="LineId" HeaderText="生产线别"></asp:BoundColumn>
						<asp:BoundColumn DataField="MaterielId" SortExpression="MaterielId" HeaderText="物料编号">
							<FooterStyle HorizontalAlign="Right"></FooterStyle>
						</asp:BoundColumn>
						<asp:BoundColumn DataField="AllQ" SortExpression="AllQ" HeaderText="超领数量"></asp:BoundColumn>
						<asp:BoundColumn DataField="AllA" SortExpression="AllA" HeaderText="超领价格" DataFormatString="{0:F4}"></asp:BoundColumn>
					</Columns>
					<PagerStyle VerticalAlign="Middle" NextPageText="Next&amp;gt;" Font-Bold="True" PrevPageText="&amp;lt;Previous" HorizontalAlign="Center" ForeColor="Black" BackColor="#E7E8EA" Mode="NumericPages"></PagerStyle>
				</asp:datagrid></FONT></TD>
	</TR>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?