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

📄 default.aspx

📁 cheliangxitong 车辆管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="WebForm_Default" Title="售票管理系统" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<center style="width: 440px">
	<asp:LoginView ID="LoginView1" runat="server">
		<LoggedInTemplate>
			你可以進行管理
		</LoggedInTemplate>
		<AnonymousTemplate>
			<asp:Login ID="Login1" runat="server" >
				<TextBoxStyle Font-Size="0.8em" />
				<LoginButtonStyle BackColor="White" BorderColor="#CC9966" BorderStyle="Solid" 
					BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#990000" />
				<InstructionTextStyle Font-Italic="True" ForeColor="Black" />
				<TitleTextStyle BackColor="#990000" Font-Bold="True" Font-Size="0.9em" 
					ForeColor="White" />
			</asp:Login>
		</AnonymousTemplate>
	</asp:LoginView>
</center>
</asp:Content>

⌨️ 快捷键说明

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