📄 fileproperties.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="FileProperties.ascx.cs" Inherits="SqlWebAdmin.FileProperties" %>
<asp:CheckBox Runat="server" Text="Automatically grow file" ID="AutomaticallyGrowFileCheckBox"></asp:CheckBox>
<br>
<br>
File growth
<br>
<asp:DropDownList Runat="server" ID="GrowthTypeDropDownList">
<asp:ListItem Text="In megabytes"></asp:ListItem>
<asp:ListItem Text="By percent"></asp:ListItem>
</asp:DropDownList>
<asp:TextBox Runat="server" Columns="4" ID="GrowthTextBox"></asp:TextBox>
<br>
<br>
Maximum file size<br>
<asp:RadioButton Runat="server" GroupName="MaximumFileSizeType" Text="Unrestricted file growth" ID="UnrestrictedGrowthRadioButton"></asp:RadioButton><br>
<asp:RadioButton Runat="server" GroupName="MaximumFileSizeType" Text="Restrict file growth" ID="RestrictGrowthRadioButton"></asp:RadioButton>
<asp:TextBox Runat="server" Columns="4" ID="MaximumFileSizeTextBox"></asp:TextBox>
MB
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -