📄 del_sbzl.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_del_sbzl, App_Web_kroltzhb" %>
<!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>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"/>
<meta name="CODE_LANGUAGE" content="C#"/>
<meta name="vs_defaultClientscript" content="Javascript"/>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"/>
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
</head>
<body background="../images/bg-2.jpg">
<form id="frmAnnounce" method="post" runat="server" style="left: 0px; position: absolute; top: 0px;">
<table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="f12" style="height: 18px; font-size: 12pt; color: #0000ff;">
你的位置:基本信息管理-->设备类别管理-->删除设备类别<asp:TextBox ID="TextBox5" runat="server" Visible="False"></asp:TextBox></td>
<td style="height: 18px"> </td>
</tr>
</table>
<table class="f12" cellspacing="1" cellpadding="0" width="100%"
border="0" style="width: 100%">
<tr bgcolor="#e6f2fb">
<td bgcolor="#cce4f7" style="height: 35px; background-color: #cce4f7;" width="18%">
设备类别:</td>
<td style="width: 167px; height: 35px">
<asp:TextBox ID="TextBox1" runat="server" Height="19px" Width="111px" EnableTheming="True"></asp:TextBox></td>
<td bgcolor="#cce4f7" style="height: 35px" width="15%">
</td>
<td style="height: 35px" width="32%">
<asp:TextBox ID="TextBox2" runat="server" Visible="False">0</asp:TextBox></td>
</tr>
<tr bgcolor="#e6f2fb">
<td colspan="4" bgcolor="#cce4f7" style="height: 21px"><table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr align="center">
<td style="height: 20px"><asp:button CssClass="submit" id="cx" runat="server" Width="58px" Text="查询" OnClick="cx_Click"></asp:button></td>
<td style="height: 20px">
</td>
<td style="height: 20px"><asp:button CssClass="submit" id="Button1" runat="server" Width="58px" Text="返回" OnClick="Button1_Click"></asp:button></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right" style="font-size: 9pt; height: 20px;">
共有<asp:label id="lblTotal" runat="server" Width="8px" CssClass="f12">0</asp:label>
页 <asp:linkbutton id="btnFirst" runat="server" OnClick="btnFirst_Click">首页</asp:linkbutton>
<asp:linkbutton id="btnPrev" runat="server" OnClick="btnPrev_Click">上页</asp:linkbutton>
<asp:linkbutton id="btnNext" runat="server" OnClick="btnNext_Click">下页</asp:linkbutton>
<asp:linkbutton id="btnLast" runat="server" OnClick="btnLast_Click">尾页</asp:linkbutton>
当前第<asp:Label ID="labnowpage" runat="server" Text="1"></asp:Label>页 第<asp:DropDownList
ID="ddl_nowpage" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddl_nowpage_SelectedIndexChanged"
Width="40px">
</asp:DropDownList>页<input id="Hidden1" style="width: 1px" type="hidden" />
</td>
<td align="right" style="font-size: 9pt; height: 20px">
</td>
</tr>
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
BorderStyle="Double" BorderWidth="3px" CellPadding="4" ForeColor="#333333" GridLines="None" AllowPaging="True" AutoGenerateColumns="False" Width="100%" style="vertical-align: middle; text-align: center" HorizontalAlign="Center" DataKeyNames="id" BorderColor="DarkGray">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:TemplateField HeaderText="选择">
<ItemTemplate>
<asp:CheckBox ID="CheckBox1" runat="server"/></a>
</ItemTemplate>
<HeaderStyle Wrap="False" />
</asp:TemplateField>
<asp:BoundField DataField="id" HeaderText="设备类别编号" >
<HeaderStyle Wrap="False" />
</asp:BoundField>
<asp:BoundField DataField="bmnr" HeaderText="设备类别" >
<HeaderStyle Wrap="False" />
</asp:BoundField>
</Columns>
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle Font-Bold="True" />
<HeaderStyle BackColor="#8080FF" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
</asp:GridView>
</td>
<td>
</td>
</tr>
</table>
<table width="100%">
<tr style="width: 100%;">
<td style="width: 70%; height: 20px;" align="right"></td>
<td align="right" style="width: 15%; height: 20px;"></td>
<td align="right" style="height: 20px">
<asp:Button ID="del" runat="server" Style="background-color: #9999ff" Text="执行删除"
Width="82px" OnClick="del_Click" CausesValidation="False" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -