📄 up_sbmc1.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_up_sbmc1, 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 id="Head1" 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"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body background="../images/bg-2.jpg">
<form id="Form1" method="post" runat="server" style="left: 0px; position: absolute; top: 0px;">
<table id="table1" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td class="sbx" style="HEIGHT: 25px" align="center" width="127" bgcolor="#87bae0" height="25"><font class="white">[
<A href="javascript:history.back(-1);"><FONT color="#000000">返回操作</FONT></A> ] </font>
</td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#ffffff" style="HEIGHT: 25px; vertical-align: middle; color: #0000ff; text-align: left; font-size: 12pt;"> 你的位置:基本信息管理-->设备名称管理-->修改设备名称
<asp:TextBox ID="TextBox4" runat="server" Visible="False"></asp:TextBox></td>
</tr>
<tr>
<td>
<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:DropDownList ID="cxlb" runat="server" Width="146px" AutoPostBack="True" OnSelectedIndexChanged="cxlb_SelectedIndexChanged">
<asp:ListItem Value="0">设备类别</asp:ListItem>
<asp:ListItem Value="1">设备名称</asp:ListItem>
</asp:DropDownList></td>
<td bgcolor="#cce4f7" style="height: 35px" width="15%">
关键字:
</td>
<td style="height: 35px" width="32%">
<asp:TextBox ID="TextBox1" runat="server" Height="19px" Width="111px" EnableTheming="True"></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="Button3" runat="server" Width="58px" Text="返回" OnClick="Button1_Click"></asp:button></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none">
<tr>
<td align="right" style="font-size: 9pt; height: 20px; width: 50%; background-color: #87BAE0;" valign="middle" >
共有<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>页
</td>
</tr>
</table>
<table class="zyx" id="Submit2" width="100%" align="right">
<tr>
<td align="right">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
ForeColor="#333333" GridLines="None" Width="100%" BorderWidth="1px" DataKeyNames="id" AllowPaging="True" OnRowCommand="GridView1_RowCommand" BorderColor="#8080FF" OnRowEditing="GridView1_RowEditing" >
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<Columns>
<asp:CommandField ButtonType="Button" EditText="修改" HeaderText="修改信息" ShowEditButton="True"
ShowHeader="True" EditImageUrl="~/images/top_5.jpg">
<HeaderStyle Wrap="False" HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" ForeColor="#8080FF" />
</asp:CommandField>
<asp:BoundField DataField="id" HeaderText="设备名称编号" SortExpression="id" >
<HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:BoundField DataField="sbzl" HeaderText="设备种类" SortExpression="sbzl" >
<HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:BoundField DataField="bmnr" HeaderText="设备名称" />
</Columns>
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#2461BF" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="25" colspan="2" align="center" bgcolor="#ffffff" style="HEIGHT: 25px"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#2c8ed8" class="f12">
<tr bgcolor="#e6f2fb" class="f12">
<td width="16%" height="22" bgcolor="#cce4f7"> 所属类别:</td>
<td width="84%" style="vertical-align: middle; text-align: center" id="id">
<asp:TextBox ID="sblb" runat="server" Width="147px" ReadOnly="True"></asp:TextBox>
<input id="id1" type="hidden" runat="server"/></td>
</tr>
<tr bgcolor="#e6f2fb" class="f12">
<td height="22" bgcolor="#cce4f7">
设备名称:</td>
<td bgcolor="#e6f2fb" style="vertical-align: middle; text-align: center">
<asp:TextBox id="sbmc" runat="server"></asp:TextBox>
<input id="id2" type="hidden" runat="server"/></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#e6f2fb">
<td height="22" colspan="2" align="center">
<asp:Button id="Button1" runat="server" Text="更新" CssClass="submit" Height="28px" Width="66px" OnClick="Button1_Click"></asp:Button> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -