attachmentsettings.ascx
来自「BugNET is an issue tracking and project 」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AttachmentSettings.ascx.cs" Inherits="BugNET.Administration.Host.UserControls.AttachmentSettings" %>
<h4>Attachment Settings</h4>
<bn:Message ID="Message1" runat="server" visible="false" />
<table class="form">
<tr>
<th><asp:Label ID="label25" runat="server" AssociatedControlID="AllowedFileExtentions" Text="Allowed File Extensions:" /></th>
<td> <asp:TextBox id="AllowedFileExtentions" Runat="Server" /> (seperated by semi colon)</td>
</tr>
<tr>
<th><asp:Label ID="label1" runat="server" AssociatedControlID="FileSizeLimit" Text="File Size Limit:" /></th>
<td> <asp:TextBox id="FileSizeLimit" Runat="Server" /> (bytes)</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?