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

📄 webform5.aspx

📁 一个简单的超市管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm5.aspx.cs" AutoEventWireup="True" Inherits="SuperMaket1.WebForm5" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm5</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">
		<form id="Form1" method="post" runat="server">
			<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 56px; POSITION: absolute; TOP: 64px" runat="server"
				Height="432px" Width="264px"></asp:DataGrid>
			<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 368px; POSITION: absolute; TOP: 96px" runat="server"
				Text="刷新数据" onclick="Button1_Click"></asp:Button>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 536px; POSITION: absolute; TOP: 56px" runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 536px; POSITION: absolute; TOP: 120px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox3" style="Z-INDEX: 105; LEFT: 544px; POSITION: absolute; TOP: 176px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox4" style="Z-INDEX: 106; LEFT: 544px; POSITION: absolute; TOP: 240px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox5" style="Z-INDEX: 107; LEFT: 544px; POSITION: absolute; TOP: 304px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox6" style="Z-INDEX: 108; LEFT: 552px; POSITION: absolute; TOP: 368px"
				runat="server"></asp:TextBox>
			<asp:TextBox id="TextBox7" style="Z-INDEX: 109; LEFT: 552px; POSITION: absolute; TOP: 432px"
				runat="server"></asp:TextBox>
			<asp:Button id="Button2" style="Z-INDEX: 110; LEFT: 368px; POSITION: absolute; TOP: 184px" runat="server"
				Text="添加数据" onclick="Button2_Click"></asp:Button>
			<asp:Button id="Button3" style="Z-INDEX: 111; LEFT: 368px; POSITION: absolute; TOP: 264px" runat="server"
				Text="修改数据" onclick="Button3_Click"></asp:Button>
			<asp:Button id="Button4" style="Z-INDEX: 112; LEFT: 368px; POSITION: absolute; TOP: 336px" runat="server"
				Text="查询库存"></asp:Button>
			<asp:Button id="Button5" style="Z-INDEX: 113; LEFT: 384px; POSITION: absolute; TOP: 424px" runat="server"
				Text="Button"></asp:Button>
			<asp:Label id="Label1" style="Z-INDEX: 114; LEFT: 472px; POSITION: absolute; TOP: 56px" runat="server">产品编号</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 115; LEFT: 472px; POSITION: absolute; TOP: 128px" runat="server"> 产品名称</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 116; LEFT: 472px; POSITION: absolute; TOP: 184px" runat="server">  货架号</asp:Label>
			<asp:Label id="Label4" style="Z-INDEX: 117; LEFT: 472px; POSITION: absolute; TOP: 248px" runat="server">单价</asp:Label>
			<asp:Label id="Label5" style="Z-INDEX: 118; LEFT: 472px; POSITION: absolute; TOP: 304px" runat="server"> 销售数量</asp:Label>
			<asp:Label id="Label6" style="Z-INDEX: 119; LEFT: 472px; POSITION: absolute; TOP: 368px" runat="server">销售时间</asp:Label>
			<asp:Label id="Label7" style="Z-INDEX: 120; LEFT: 472px; POSITION: absolute; TOP: 432px" runat="server"> 销售人员</asp:Label>
			<asp:Label id="Label8" style="Z-INDEX: 121; LEFT: 136px; POSITION: absolute; TOP: 8px" runat="server"
				Width="176px">销售主页</asp:Label>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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