webform1.aspx

来自「超市管理系统的软件 SQL2000编辑 用于小型超市管理没有问题」· ASPX 代码 · 共 39 行

ASPX
39
字号
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="SuperMaket1.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout" background="file:///C:\Inetpub\wwwroot\SuperMaket1\2.jpg">
		<form id="Form1" method="post" runat="server">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 168px; POSITION: absolute; TOP: 48px" runat="server"
				Width="376px" BackColor="Transparent" Font-Bold="True" Font-Italic="True" Font-Size="X-Large"
				ForeColor="Red">梦世界超市管理系统</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 200px; POSITION: absolute; TOP: 152px" runat="server"
				Font-Size="Larger" Font-Bold="True">帐号</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 200px; POSITION: absolute; TOP: 224px" runat="server"
				Font-Size="Larger" Font-Bold="True">密码</asp:Label>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 280px; POSITION: absolute; TOP: 152px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 280px; POSITION: absolute; TOP: 224px"
				runat="server" Width="152px" TextMode="Password"></asp:TextBox>
			<asp:Button id="Button1" style="Z-INDEX: 106; LEFT: 264px; POSITION: absolute; TOP: 288px" runat="server"
				Text="登录" Font-Bold="True"></asp:Button>
			<asp:Button id="Button2" style="Z-INDEX: 107; LEFT: 400px; POSITION: absolute; TOP: 288px" runat="server"
				Text="取消" Font-Bold="True"></asp:Button>
			<asp:Label id="Label4" style="Z-INDEX: 108; LEFT: 200px; POSITION: absolute; TOP: 328px" runat="server"
				Width="304px" BackColor="Transparent" ForeColor="Red">系统提示:</asp:Label>
			<asp:Label id="Label5" style="Z-INDEX: 109; LEFT: 712px; POSITION: absolute; TOP: 536px" runat="server"
				Width="224px">欢迎使用梦世界超市管理系统!</asp:Label>
			<asp:Label id="Label6" style="Z-INDEX: 110; LEFT: 32px; POSITION: absolute; TOP: 512px" runat="server"
				ForeColor="Red">现在时刻:</asp:Label>
			<asp:Label id="Label7" style="Z-INDEX: 111; LEFT: 104px; POSITION: absolute; TOP: 512px" runat="server"
				ForeColor="Red" Width="136px"></asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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