📄 setusertype.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="SystemSettings_SetUserType, App_Web_vdcqeyp7" theme="SkinFile" %>
<!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 style="margin-top:10px">
<form id="form1" runat="server">
<div>
<%--<tr>
<td style="width: 775px; height:1px; text-align: left; background-color:#9ac4e0" valign="middle">
<span style="font-size: 10pt; ;">位置: 用户管理 > 群组设置</span></td>
</tr>--%>
<table style="width: 774px; height: 25px; background-color:#f3f8ff; position: relative; left: 0px; top: 0px;">
<tr>
<td style=" background-color: #9ac4e0; font-size:10pt; width: 770px; height :25px; direction: ltr; font-size:10pt " >
<asp:Label ID="Label1" runat="server" Text="Label" Width="704px"> 位置: 职工管理 > 群组设置</asp:Label><%--<asp:Label id="title" runat ="server" Font-Size ="10pt" Width="771px" Height ="25px"> 位置: 用户管理 > 群组设置</asp:Label>--%></td>
</tr>
</table>
<table style="width: 720px; height: 273px; background-color:#f3f8ff; margin-top :2px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
<tr style="font-size: 12pt">
<td style="width: 759px; height: 57px; border-bottom: #9ac4e0 1px solid;" valign="top">
<asp:Label ID="Label2" runat="server" Height="22px" Text=' <table class="table1" style="width: 750px; height: 11px; background-color: #DBEAF5; font-size: 10pt"> <tr style="height: 12px;" align="center"> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px; border-right-color: White; height:11px"> 选择</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 编号</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-top: 0px;height:11px"> 名称</th> <th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px;height:11px"> 备注</th> </table> '
Width="521px"></asp:Label>
<asp:Panel ID ="pa" runat ="server" Height="373px" ScrollBars="Vertical" Width="760px" style="left: 0px; position: relative; top: 7px">
<asp:GridView ID="gridView" runat="server" AllowPaging="True" AutoGenerateColumns="False" OnPageIndexChanging="gridView_PageIndexChanging" PageSize="30" Width="348px" Height="1181px">
<Columns>
<asp:TemplateField HeaderText="选择"><ItemTemplate><asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" /></ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="UserDefineID" HeaderText="编号" /><asp:BoundField DataField="AreaID" HeaderText="编号"></asp:BoundField>
<asp:BoundField DataField="AreaName" HeaderText="名称"></asp:BoundField>
<asp:BoundField DataField="Remark" HeaderText="备 注"></asp:BoundField>
</Columns>
<EmptyDataTemplate><table style="width: 766px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
<tr style="height: 12px;" align="center">
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; border-right-color: White; height:11px">
选择</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px;height:11px">
编号</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px;height:11px">
名称</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px;height:11px">
备 注</th>
</tr>
</table>
</EmptyDataTemplate>
</asp:GridView>
</asp:Panel>
</td>
</tr>
<tr style="font-size: 12pt">
<td align="right" style="width: 759px; height: 45px" valign="bottom">
<asp:Button ID="btnAdd" runat="server" OnClick="btnAdd_Click1" Text="添加" style="left: -319px; position: relative; top: -14px" /><asp:Button ID="btnUpdate" runat="server" Text="修改" Visible="False" OnClick="btnUpdate_Click" style="left: -319px; position: relative; top: -14px" /><asp:Button ID="btnDelete" runat="server" OnClick="btnDelete_Click" Text="删除" style="left: -319px; position: relative; top: -14px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -