⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 funcrightset.aspx

📁 OA管理程序代码,希望大家喜欢,一起共同拥有
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="FuncRightSet.aspx.cs" AutoEventWireup="false" Inherits="web.sysSecurity.FuncRightSet" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
    <HEAD>
        <title>FuncRightSet</title>
        <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
        <meta content="C#" name="CODE_LANGUAGE">
        <meta content="JavaScript" name="vs_defaultClientScript">
        <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
        <LINK href="../lynn.css" type="text/css" rel="stylesheet">
    </HEAD>
    <body>
        <form id="FuncRightSet" method="post" runat="server">
            <table style="WIDTH: 500px; HEIGHT: 369px" cellSpacing="0" cellPadding="0" align="center"
                border="1">
                <tr>
                    <td style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" align="center"
                        bgColor="#cccccc" colSpan="2">修改模块基本信息</td>
                </tr>
                <TR>
                    <TD style="WIDTH: 163px; HEIGHT: 37px" align="center">模块名称</TD>
                    <TD style="HEIGHT: 37px" align="center"><asp:textbox id="txbFuncName" runat="server" Width="179px"></asp:textbox></TD>
                </TR>
                <TR>
                    <TD style="WIDTH: 163px; HEIGHT: 103px" align="center">模块描述</TD>
                    <TD style="HEIGHT: 103px" align="center"><asp:textbox id="txbFuncDes" runat="server" Width="184px" Height="64px" TextMode="MultiLine"></asp:textbox></TD>
                </TR>
                <tr>
                    <td align="center" colSpan="2"><asp:linkbutton id="lbnFuncUpdate" runat="server" Font-Size="12"><img src="../img/button/save.gif" border="0" align="absmiddle">更新模块信息</asp:linkbutton></td>
                </tr>
                <tr>
                    <td style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #403020; LINE-HEIGHT: 20px" align="center"
                        bgColor="#cccccc" colSpan="2">为此模块新增角色信息</td>
                </tr>
                <TR>
                    <TD style="WIDTH: 163px" vAlign="top"><FONT face="宋体">&nbsp;
                            <asp:dropdownlist id="FuncRoleDrop" runat="server" Width="79px" DataTextField="RoleName" DataValueField="RoleID"></asp:dropdownlist>&nbsp;
                            <asp:linkbutton id="AddFunc" runat="server">添加<img src="../img/button/fmforword2.gif" border="0" align="absmiddle"></asp:linkbutton>
                            <P>&nbsp;</P>
                        </FONT>
                    </TD>
                    <TD vAlign="middle" align="center"><asp:datalist id="FuncRoleList" runat="server" Width="290px" Height="167px" DataKeyField="RoleID">
                            <ItemTemplate>
                                <asp:ImageButton id="Imagebutton3" runat="server" AlternateText="Edit this item" CommandName="edit"
                                    ImageUrl="../img/edit.gif"></asp:ImageButton>&nbsp;
                                <asp:ImageButton id="Imagebutton4" runat="server" AlternateText="Delete this item" CommandName="delete"
                                    ImageUrl="../img/delete.gif"></asp:ImageButton>&nbsp;
                                <asp:Label id=lbRoleName runat="server" cssclass="Normal" Text='<%# DataBinder.Eval(Container.DataItem, "RoleName") %>'>
                                </asp:Label>
                                <asp:Label id=LastSelectIndex Text='<%#DataBinder.Eval(Container.DataItem, "RightFlag") %>' Visible="false" Runat="server">
                                </asp:Label>
                                <asp:CheckBoxList id="checkRightSet" runat="server" AutoPostBack="True" RepeatDirection="Horizontal">
                                    <asp:ListItem Value="0">浏览</asp:ListItem>
                                    <asp:ListItem Value="1">查询</asp:ListItem>
                                    <asp:ListItem Value="2">添加</asp:ListItem>
                                    <asp:ListItem Value="3">修改</asp:ListItem>
                                    <asp:ListItem Value="4">删除</asp:ListItem>
                                </asp:CheckBoxList>
                            </ItemTemplate>
                        </asp:datalist></TD>
                </TR>
                <tr>
                    <td align="center" colSpan="2"><asp:linkbutton id="lbnOK" runat="server" Font-Size="12"><img src="../img/button/save.gif" border="0">确定</asp:linkbutton>&nbsp; 
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                        <asp:linkbutton id="lbncannel" runat="server" Font-Size="12"><img src="../img/button/fmforword.gif" border="0">退出</asp:linkbutton></td>
                </tr>
            </table>
        </form>
    </body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -