📄 pressureform.aspx
字号:
</SelectParameters>
<InsertParameters>
<asp:ControlParameter ControlID="TextBox2" Name="适用尺寸" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox3" Name="品牌" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox4" Name="机型" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox5" Name="国际型号" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox6" Name="脚位" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox7" Name="第1脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox8" Name="第2脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox9" Name="第3脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox10" Name="第4脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox11" Name="第5脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox12" Name="第6脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox13" Name="第7脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox14" Name="第8脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox15" Name="第9脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox16" Name="第10脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox17" Name="第11脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox18" Name="第12脚" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox19" Name="阳极" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox20" Name="聚焦极" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox21" Name="加速极" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="TextBox22" Name="第二阳极" PropertyName="Text" Type="String" />
</InsertParameters>
</asp:SqlDataSource>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1"
DataKeyNames="自动编号" DataSourceID="SqlDataSource1" Font-Names="宋体" Font-Size="Small"
GridLines="None" OnRowCreated="GridView1_RowCreated" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"
Width="2200px">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<Columns>
<asp:CommandField ButtonType="Button" HeaderText="选择" ShowSelectButton="True" />
<asp:TemplateField HeaderText="删除" ShowHeader="False">
<ItemTemplate>
<asp:Button ID="Button1" runat="server" CausesValidation="False" CommandName="Delete"
Text="删除" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="自动编号" HeaderText="自动编号" InsertVisible="False" ReadOnly="True"
SortExpression="自动编号" />
<asp:BoundField DataField="适用尺寸" HeaderText="适用尺寸" SortExpression="适用尺寸" />
<asp:BoundField DataField="品牌" HeaderText="品牌" SortExpression="品牌" />
<asp:BoundField DataField="机型" HeaderText="机型" SortExpression="机型" />
<asp:BoundField DataField="国际型号" HeaderText="国际型号" SortExpression="国际型号" />
<asp:BoundField DataField="脚位" HeaderText="脚位" SortExpression="脚位" />
<asp:BoundField DataField="第1脚" HeaderText="第1脚" SortExpression="第1脚" />
<asp:BoundField DataField="第2脚" HeaderText="第2脚" SortExpression="第2脚" />
<asp:BoundField DataField="第3脚" HeaderText="第3脚" SortExpression="第3脚" />
<asp:BoundField DataField="第4脚" HeaderText="第4脚" SortExpression="第4脚" />
<asp:BoundField DataField="第5脚" HeaderText="第5脚" SortExpression="第5脚" />
<asp:BoundField DataField="第6脚" HeaderText="第6脚" SortExpression="第6脚" />
<asp:BoundField DataField="第7脚" HeaderText="第7脚" SortExpression="第7脚" />
<asp:BoundField DataField="第8脚" HeaderText="第8脚" SortExpression="第8脚" />
<asp:BoundField DataField="第9脚" HeaderText="第9脚" SortExpression="第9脚" />
<asp:BoundField DataField="第10脚" HeaderText="第10脚" SortExpression="第10脚" />
<asp:BoundField DataField="第11脚" HeaderText="第11脚" SortExpression="第11脚" />
<asp:BoundField DataField="第12脚" HeaderText="第12脚" SortExpression="第12脚" />
<asp:BoundField DataField="阳极" HeaderText="阳极" SortExpression="阳极" />
<asp:BoundField DataField="聚焦极" HeaderText="聚焦极" SortExpression="聚焦极" />
<asp:BoundField DataField="加速极" HeaderText="加速极" SortExpression="加速极" />
<asp:BoundField DataField="第二阳极" HeaderText="第二阳极" SortExpression="第二阳极" />
</Columns>
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<HeaderStyle BackColor="Navy" Font-Bold="True" ForeColor="#E7E7FF" HorizontalAlign="Center" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -