userpreferences.aspx
来自「数字图书馆网站」· ASPX 代码 · 共 61 行
ASPX
61 行
<%@ Page language="c#" Codebehind="UserPreferences.aspx.cs" AutoEventWireup="false" Inherits="DigitalLibrary.UserPreferences" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>UserPreferences</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<h3><font face="Verdana">用户首选项</font></h3>
<b>选择用户首选项:</b>
<asp:panel id="pnlPreferences" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 96px"
runat="server" Font-Bold="True" HorizontalAlign="Center" Height="192px" Width="352px">
<P> </P>
<P>背景色:
<asp:DropDownList id="ddlBackColor" runat="server" Width="152px">
<asp:ListItem Value="Yellow">Yellow</asp:ListItem>
<asp:ListItem Value="Blue">Blue</asp:ListItem>
<asp:ListItem Value="Black">Black</asp:ListItem>
<asp:ListItem Value="Green">Green</asp:ListItem>
<asp:ListItem Value="Red">Red</asp:ListItem>
<asp:ListItem Value="Biege">Biege</asp:ListItem>
<asp:ListItem Value="Brown">Brown</asp:ListItem>
<asp:ListItem Value="White">White</asp:ListItem>
</asp:DropDownList></P>
<P>前景色:
<asp:DropDownList id="ddlForeColor" runat="server" Width="152px">
<asp:ListItem Value="Red">Red</asp:ListItem>
<asp:ListItem Value="White">White</asp:ListItem>
<asp:ListItem Value="Black">Black</asp:ListItem>
<asp:ListItem Value="Brown">Brown</asp:ListItem>
<asp:ListItem Value="Yellow">Yellow</asp:ListItem>
<asp:ListItem Value="Blue">Blue</asp:ListItem>
<asp:ListItem Value="Green">Green</asp:ListItem>
<asp:ListItem Value="Biege">Biege</asp:ListItem>
<asp:ListItem Value="Navy">Navy</asp:ListItem>
</asp:DropDownList></P>
<P>字体名称:
<asp:DropDownList id="ddlFontName" runat="server" Width="152px">
<asp:ListItem Value="Arial">Arial</asp:ListItem>
<asp:ListItem Value="Comic Sans Ms">Comic Sans Ms</asp:ListItem>
<asp:ListItem Value="Century Gothic">Century Gothic</asp:ListItem>
<asp:ListItem Value="Courier New">Courier New</asp:ListItem>
<asp:ListItem Value="Times New Roman">Times New Roman</asp:ListItem>
<asp:ListItem Value="Verdana">Verdana</asp:ListItem>
<asp:ListItem Value="Tahoma">Tahoma</asp:ListItem>
</asp:DropDownList></P>
<P>字体大小:
<asp:DropDownList id="ddlFontSize" runat="server" Width="156px">
<asp:ListItem Value="8pt">8pt</asp:ListItem>
<asp:ListItem Value="9pt">9pt</asp:ListItem>
<asp:ListItem Value="10pt">10pt</asp:ListItem>
</asp:DropDownList></P>
</asp:panel><asp:button id="btnSubmit" style="Z-INDEX: 102; LEFT: 152px; POSITION: absolute; TOP: 312px"
runat="server" Text="提交"></asp:button></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?