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

📄 webform3.aspx

📁 一个简单的超市管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm3.aspx.cs" AutoEventWireup="True" Inherits="SuperMaket1.WebForm3" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm3</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\Bliss.bmp">
		<form id="Form1" method="post" runat="server">
			<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 128px; POSITION: absolute; TOP: 72px" runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox2" style="Z-INDEX: 102; LEFT: 456px; POSITION: absolute; TOP: 72px" runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox3" style="Z-INDEX: 103; LEFT: 128px; POSITION: absolute; TOP: 144px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox4" style="Z-INDEX: 104; LEFT: 464px; POSITION: absolute; TOP: 160px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox5" style="Z-INDEX: 105; LEFT: 128px; POSITION: absolute; TOP: 216px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox6" style="Z-INDEX: 106; LEFT: 456px; POSITION: absolute; TOP: 240px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox7" style="Z-INDEX: 107; LEFT: 128px; POSITION: absolute; TOP: 288px"
				runat="server"></asp:TextBox>
			<asp:Label id="Label1" style="Z-INDEX: 108; LEFT: 64px; POSITION: absolute; TOP: 72px" runat="server">产品编号</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 109; LEFT: 64px; POSITION: absolute; TOP: 144px" runat="server">产品单价</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 110; LEFT: 64px; POSITION: absolute; TOP: 216px" runat="server">生产厂家</asp:Label>
			<asp:Label id="Label4" style="Z-INDEX: 111; LEFT: 64px; POSITION: absolute; TOP: 288px" runat="server">保质期</asp:Label>
			<asp:Label id="Label5" style="Z-INDEX: 112; LEFT: 392px; POSITION: absolute; TOP: 72px" runat="server">产品名称</asp:Label>
			<asp:Label id="Label6" style="Z-INDEX: 113; LEFT: 392px; POSITION: absolute; TOP: 160px" runat="server">产品单位</asp:Label>
			<asp:Label id="Label7" style="Z-INDEX: 114; LEFT: 392px; POSITION: absolute; TOP: 240px" runat="server">出厂日期</asp:Label>
			<asp:Button id="Button1" style="Z-INDEX: 115; LEFT: 320px; POSITION: absolute; TOP: 336px" runat="server"
				Text="提交添加" onclick="Button1_Click"></asp:Button>
			<asp:Button id="Button2" style="Z-INDEX: 116; LEFT: 480px; POSITION: absolute; TOP: 336px" runat="server"
				Text="取消添加" onclick="Button2_Click"></asp:Button>
			<asp:Button id="Button3" style="Z-INDEX: 117; LEFT: 632px; POSITION: absolute; TOP: 328px" runat="server"
				Text="返回主页" onclick="Button3_Click"></asp:Button>
			<asp:Label id="Label8" style="Z-INDEX: 118; LEFT: 280px; POSITION: absolute; TOP: 24px" runat="server"
				Width="200px">向数据库写数据</asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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