📄 _queryprice_view.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="_QueryPrice_View.aspx.cs" Inherits="QueryPrice_View" %>
<!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>
<strong>详细价格
<hr />
</strong>
</div>
<table>
<tr>
<td style="width: 100px">
过滤条件</td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
<td style="width: 154px">
</td>
<td style="width: 73px">
</td>
<td style="width: 175px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 22px">
</td>
<td style="width: 100px; height: 22px">
查询对象</td>
<td style="width: 100px; height: 22px">
<asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList></td>
<td style="width: 154px; height: 22px">
<asp:TextBox ID="TextBox1" runat="server" Width="128px"></asp:TextBox></td>
<td style="width: 73px; height: 22px">
<asp:Button ID="Button1" runat="server" Text="查询" /></td>
<td style="width: 175px; height: 22px">
<asp:CheckBox ID="CheckBox1" runat="server" Text="模糊匹配" /></td>
</tr>
</table>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
ForeColor="#333333" GridLines="None" Height="148px" Width="726px">
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="零件编号" HeaderText="零件编号" />
<asp:BoundField DataField="单价" HeaderText="单价" />
<asp:BoundField DataField="所属部位" HeaderText="所属部位" />
<asp:BoundField DataField="零件类型" HeaderText="零件类型" />
<asp:BoundField DataField="所属车系" HeaderText="所属车系" />
<asp:BoundField DataField="所属车型" HeaderText="所属车型" />
<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>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -