📄 importprice_price_1.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ImportPrice_Price_1.aspx.cs" Inherits="ImportPrice_Price" %>
<!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">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 579px">
<tr>
<td style="width: 20px">
</td>
<td style="width: 250px">
<span style="font-size: 14pt; font-family: 隶书">现有价格信息</span></td>
<td style="width: 100px">
</td>
</tr>
</table>
<asp:GridView ID="gvPriceInfo" runat="server" AutoGenerateColumns="False" CellPadding="4"
Font-Names="Arial" Font-Size="Small" ForeColor="#333333" GridLines="None" Width="578px" OnRowDataBound="gvPriceInfo_RowDataBound">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:TemplateField HeaderText="选择">
<EditItemTemplate>
<asp:CheckBox ID="chbSelect" runat="server" />
</EditItemTemplate>
<ItemTemplate>
<asp:CheckBox ID="chbSelect" runat="server" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="价格名称" HeaderText="价格名称">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="级别名称" HeaderText="价格因子层次">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="制作人" HeaderText="制作人" >
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="公司名称" HeaderText="公司" >
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="备注" HeaderText="备注">
<ItemStyle HorizontalAlign="Left" />
</asp:BoundField>
<asp:BoundField DataField="价格版本号" HeaderText="价格版本号" />
</Columns>
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
<table style="width: 578px; height: 155px">
<tr>
<td style="width: 58px; height: 20px">
</td>
<td style="width: 80px; height: 20px">
</td>
<td style="width: 60px; height: 20px">
</td>
<td style="width: 100px; height: 20px">
</td>
<td style="width: 50px; height: 20px">
</td>
<td style="width: 100px; height: 20px">
</td>
</tr>
<tr>
<td style="width: 58px; height: 24px">
</td>
<td align="right" style="width: 80px; height: 24px">
<asp:Label ID="Label2" runat="server" Font-Names="宋体" Font-Size="Small" Text="导入上限"></asp:Label></td>
<td align="right" style="width: 60px; height: 24px">
</td>
<td colspan="2" style="height: 24px">
<asp:TextBox ID="txtImpUpper" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
<asp:RangeValidator ID="RangeValidator1" runat="server" ErrorMessage="导入上限设置错误" ControlToValidate="txtImpUpper" MaximumValue="5" MinimumValue="0.5" Type="Double" Font-Names="宋体" Font-Size="Small" Width="116px"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 58px; height: 16px">
</td>
<td style="width: 80px; height: 16px">
</td>
<td style="width: 60px; height: 16px">
</td>
<td style="width: 100px; height: 16px">
</td>
<td style="width: 50px; height: 16px">
</td>
<td style="width: 100px; height: 16px">
</td>
</tr>
<tr>
<td style="width: 58px; height: 24px">
</td>
<td align="right" style="width: 80px; height: 24px">
<asp:Label ID="Label3" runat="server" Font-Names="宋体" Font-Size="Small" Text="导入下限"></asp:Label></td>
<td align="right" style="width: 60px; height: 24px">
</td>
<td colspan="2" style="height: 24px">
<asp:TextBox ID="txtImpLower" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
<td style="width: 100px; height: 24px">
<asp:RangeValidator ID="RangeValidator2" runat="server" ErrorMessage="导入下限设置错误" ControlToValidate="txtImpLower" MaximumValue="5" MinimumValue="0.5" Type="Double" Font-Names="宋体" Font-Size="Small" Width="118px"></asp:RangeValidator></td>
</tr>
<tr>
<td style="width: 58px; height: 16px">
</td>
<td style="width: 80px; height: 16px">
</td>
<td style="width: 60px; height: 16px">
</td>
<td style="width: 100px; height: 16px">
</td>
<td style="width: 50px; height: 16px">
</td>
<td style="width: 100px; height: 16px">
</td>
</tr>
<tr>
<td style="width: 58px; height: 24px">
</td>
<td style="width: 80px; height: 24px">
</td>
<td style="width: 60px; height: 24px">
</td>
<td style="height: 24px" colspan="2">
</td>
<td style="width: 100px; height: 24px">
<asp:Button ID="btnNextStep" runat="server" Text="下一步" Width="130px" OnClick="btnNextStep_Click" /></td>
</tr>
</table>
</div>
<asp:HiddenField ID="hidVersion" runat="server" />
<asp:HiddenField ID="hidModels" runat="server" />
<asp:HiddenField ID="hidTableName" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -