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

📄 settingcommentlist.ascx

📁 如果不使用IIS,请先运行 XSP.exe,待提示已侦听 8080端口后
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SettingCommentList.ascx.cs" Inherits="DesktopModules_Comment_CommentListSetting" %>
<%@ Register src="../../controls/selfile.ascx" tagname="selfile" tagprefix="uc1" %>
<table width="550px" cellpadding="0" cellspacing="0">
    <tr>
        <th colspan="3">
            选择评论来源
        </th>
    </tr>
    <tr>
        <td>
            <asp:RadioButton ID="rdoPortalModule" runat="server" GroupName="source" 
                Text="从本页上的模块选择" AutoPostBack="true" 
                oncheckedchanged="rdoPortalModule_CheckedChanged"  />
        </td>
        <td></td>
        <td>
            <asp:DropDownList ID="ddlPortalModule" runat="server">
            </asp:DropDownList>
        </td>
    </tr>
    <tr>
        <td rowspan="4">
            <asp:RadioButton ID="rdoSpecify" runat="server" GroupName="source" 
                Text="指定一个主题和Key" AutoPostBack="true" 
                oncheckedchanged="rdoSpecify_CheckedChanged"  />
        </td><td>主题</td>
        <td>
            <asp:TextBox ID="txtSubject" runat="server" Width="232px"></asp:TextBox><br />
            
        </td>
    </tr>
    <tr>
        <td>Key</td>
        <td><asp:TextBox ID="txtkey" runat="server" Width="230px"></asp:TextBox></td>
    </tr>
    <tr>
        <td></td>
        <td>
            <asp:CheckBox ID="chkCanComment" runat="server" Text="是否允许评论" /></td>
    </tr>
    <tr>
        <td></td>
        <td>
            <asp:CheckBox ID="chkNeedComment" runat="server" Text="是否显示评论" /></td>
    </tr>
    <tr>
        <td>选择模板</td>
        <td colspan="2">
            <uc1:selfile ID="selfile1" runat="server" RootPath="~/Templets/Comment/" />
        </td>
    </tr>
</table>

⌨️ 快捷键说明

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