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

📄 function.aspx

📁 人物传记/成功经验人物传记/成功经验人物传记/成功经验人物传记/成功经验人物传记/成功经验
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
                                    </asp:TemplateField>
                                </Columns>
                            </asp:WebGridView>
                            <asp:Button runat="server" ID="btnUserGrid_Update" Text="保存修改" CssClass="button" />
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <asp:Panel Width="100%" Height="100%" runat="server" ID="panelFunctionDetail">
                                <table width="100%" height="100%">
                                    <tr>
                                        <td rowspan="5">
                                            <asp:TreeView runat="server" ID="TreeView2" ImageSet="BulletedList2" AutoGenerateDataBindings="false"
                                                ShowLines="true" ShowExpandCollapse="true" ExpandDepth="0" Style="border-right: silver 1px solid;
                                                border-top: silver 1px solid; overflow: auto; border-left: silver 1px solid;
                                                width: 100%; border-bottom: silver 1px solid; height: 100%; background-color: #f5f5f5">
                                                <SelectedNodeStyle BackColor="#B5B5B5"></SelectedNodeStyle>
                                                <NodeStyle VerticalPadding="2" Font-Names="Tahoma" Font-Size="8pt" HorizontalPadding="2"
                                                    ForeColor="Black"></NodeStyle>
                                                <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA"></HoverNodeStyle>
                                            </asp:TreeView>
                                        </td>
                                        <td>
                                            权限编号
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionID"></asp:TextBox>
                                        </td>
                                        <td>
                                            权限名称
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionName"></asp:TextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td>
                                            页面名称
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionPage"></asp:TextBox>
                                        </td>
                                        <td>
                                            模板名称
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionSystem"></asp:TextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td>
                                            父节点
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionFID"></asp:TextBox>
                                        </td>
                                        <td>
                                            排序
                                        </td>
                                        <td>
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionsequence"></asp:TextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td >
                                            页面地址
                                        </td>
                                        <td colspan="3">
                                            <asp:TextBox CssClass="TextBox" runat="server" ID="txtFunctionURL" Width="90%"></asp:TextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="4">
                                            <asp:TextBox CssClass="TextBox"  runat="server" ID="txtFunctionTreeDescription" TextMode="MultiLine" Width="90%"
                                                Rows="4"></asp:TextBox>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="5" align="center">
                                             <asp:Button runat="server" ID="btnFunctionTree_Clear" Text="清除" CommandName="Select" CssClass="button" />
                                              <asp:Button runat="server" ID="btnFunctionTree_Add" Text="添加" CommandName="Select" CssClass="button" />
                                               <asp:Button runat="server" ID="btnFunctionTree_Update" Text="修改" CommandName="Select" CssClass="button" />
                                                <asp:Button runat="server" ID="btnFunctionTree_Delete" Text="删除" CommandName="Select" CssClass="button"  OnClientClick="return window.confirm('确认删除此条记录');"/>
                                        </td>
                                    </tr>
                                </table>
                            </asp:Panel>
                        </td>
                    </tr>
                </table>
            </td>
            <td style="width: 30%; height: 100%;">
                <asp:Button runat="server" ID="btnTreeUpdate" Text="保存修改" CssClass="button" /><br />
                <asp:ImageButton runat="server" ID="btnTreecollapse" ImageUrl="~/Files/Image/imgClose.gif" />
                <asp:ImageButton runat="server" ID="ImageButton1" ImageUrl="~/Files/Image/imgOpen.gif" />
                <asp:TreeView runat="server" ID="TreeView1" ImageSet="XPFileExplorer" AutoGenerateDataBindings="false"
                    ShowLines="true" ShowExpandCollapse="true" ShowCheckBoxes="All" ExpandDepth="0"
                    Style="border-right: silver 1px solid; border-top: silver 1px solid; overflow: auto;
                    border-left: silver 1px solid; width: 100%; border-bottom: silver 1px solid;
                    height: 100%; background-color: #f5f5f5">
                    <SelectedNodeStyle BackColor="#B5B5B5"></SelectedNodeStyle>
                    <NodeStyle VerticalPadding="2" Font-Names="Tahoma" Font-Size="8pt" HorizontalPadding="2"
                        ForeColor="Black"></NodeStyle>
                    <HoverNodeStyle Font-Underline="True" ForeColor="#6666AA"></HoverNodeStyle>
                </asp:TreeView>
            </td>
        </tr>
    </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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