📄 groupeditcontrol.ascx
字号:
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Import Namespace="CommunityServer.Components" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="GroupEditControl.ascx.cs" Inherits="CommunityServer.ControlPanel.Controls.GroupEditControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<DIV class="CommonContent">
<DIV class="CommonFormFieldName">
<CP:FormLabel id="tt" runat="Server" resourcename="ForumGroupAdmin_ForumGroupName" ControlToLabel="GroupName"></CP:FormLabel>
<asp:requiredfieldvalidator id="ForumGroupNameValidator" runat="server" controltovalidate="GroupName" errormessage="*"></asp:requiredfieldvalidator></DIV>
<DIV class="CommonFormField">
<asp:TextBox id="GroupName" Runat="server" CssClass="ControlPanelTextInput" MaxLength="256"></asp:TextBox></DIV>
<P />
<DIV class="CommonFormFieldName">
<CP:FormLabel id="Formlabel1" runat="Server" ControlToLabel="GroupDesc" ResourceName="CP_Description"></CP:FormLabel></DIV>
<DIV class="CommonFormField">
<asp:TextBox id="GroupDesc" Runat="server" CssClass="ControlPanelTextInput" MaxLength="256" Rows="8" TextMode="MultiLine"></asp:TextBox></DIV>
</DIV>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -