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

📄 fileproperties.ascx

📁 wrox c#高级编程
💻 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>
&nbsp;&nbsp;&nbsp;&nbsp; File growth
<br>
&nbsp;&nbsp;&nbsp;&nbsp;
<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>
&nbsp;&nbsp;&nbsp;&nbsp; Maximum file size<br>
&nbsp;&nbsp;&nbsp;&nbsp;<asp:RadioButton Runat="server" GroupName="MaximumFileSizeType" Text="Unrestricted file growth" ID="UnrestrictedGrowthRadioButton"></asp:RadioButton><br>
&nbsp;&nbsp;&nbsp;&nbsp;<asp:RadioButton Runat="server" GroupName="MaximumFileSizeType" Text="Restrict file growth" ID="RestrictGrowthRadioButton"></asp:RadioButton>
&nbsp;<asp:TextBox Runat="server" Columns="4" ID="MaximumFileSizeTextBox"></asp:TextBox>
MB
<br>

⌨️ 快捷键说明

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