GetPrjSerial.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:2k
- <%@ page language="C#" autoeventwireup="true" inherits="Workflow_GetPrjSerial, App_Web_-rs7x2pk" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <link href="style/gridStyle.css" rel="stylesheet" type="text/css" />
- <title>项目分类</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div style="text-indent:2em;height:260px; overflow-x:hidden;overflow-y:auto; width:100%;">
- <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="SerialName" BackColor="#CDCDCF" BorderWidth="0px"
- CssClass="Grid" SelectedRowStyle-CssClass="SelectedRow" RowStyle-CssClass="HeadingCellText"
- FooterStyle-CssClass="GridFooter" ShowFooter="true" CellSpacing="1" CellPadding="0"
- style="width:100%" AllowPaging="false" AllowSorting="false">
-
- <AlternatingRowStyle BackColor="#F0F0F0" />
- <RowStyle BackColor="#F9FAFC" CssClass="HeadingCellText" />
- <HeaderStyle Height="25px" BackColor="#DFDFDF" CssClass="GridHeader" />
-
- <Columns>
- <asp:BoundField DataField="SerialName" HeaderText="项目类别">
- <HeaderStyle Width="40%"/>
- </asp:BoundField>
- <asp:BoundField DataField="num" HeaderText="数量">
- <HeaderStyle Width="30%"/>
- </asp:BoundField>
- <asp:BoundField DataField="ChargeSum" HeaderText="总金额">
- <HeaderStyle Width="30%"/>
- </asp:BoundField>
-
- </Columns>
- <FooterStyle CssClass="GridFooter" />
- <PagerStyle CssClass="GridPage" />
- </asp:GridView>
- </div>
-
- </form>
- </body>
- </html>