?? attachmentsettings.ascx
字號(hào):
?<%@ 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>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -