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

📄 webform2.aspx

📁 超市管理系统的软件 SQL2000编辑 用于小型超市管理没有问题
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="SuperMaket1.WebForm2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
  <HEAD>
		<title>WebForm2</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\3.jpg">
		<form id="Form1" method="post" runat="server">
			<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 176px"
				runat="server" Width="488px" Height="456px" Font-Size="Larger" Font-Bold="True" BorderColor="Magenta"
				BackColor="Silver">
				<FooterStyle BorderStyle="Outset"></FooterStyle>
			</asp:DataGrid>
			<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 584px; POSITION: absolute; TOP: 176px" runat="server"
				Text="刷新数据"></asp:Button>
			<asp:Button id="Button2" style="Z-INDEX: 103; LEFT: 584px; POSITION: absolute; TOP: 272px" runat="server"
				Text="添加数据"></asp:Button>
			<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 768px; POSITION: absolute; TOP: 272px"
				runat="server"></asp:TextBox>
			<asp:Button id="Button3" style="Z-INDEX: 105; LEFT: 584px; POSITION: absolute; TOP: 368px" runat="server"
				Text="修改数据" Height="30px"></asp:Button>
			<asp:Button id="Button4" style="Z-INDEX: 106; LEFT: 792px; POSITION: absolute; TOP: 184px" runat="server"
				Text="删除数据"></asp:Button>
			<asp:Button id="Button5" style="Z-INDEX: 107; LEFT: 424px; POSITION: absolute; TOP: 112px" runat="server"
				Text="返回首页"></asp:Button>
			<asp:Button id="Button6" style="Z-INDEX: 108; LEFT: 792px; POSITION: absolute; TOP: 384px" runat="server"
				Text="模糊查询"></asp:Button>
			<asp:Label id="Label1" style="Z-INDEX: 109; LEFT: 32px; POSITION: absolute; TOP: 160px" runat="server"
				Width="80px" ForeColor="#FF80FF">产品信息</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 110; LEFT: 688px; POSITION: absolute; TOP: 272px" runat="server"
				Width="68px" ForeColor="#C04000">产品编号</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 111; LEFT: 688px; POSITION: absolute; TOP: 472px" runat="server"
				Width="68px" ForeColor="#FF8000">产品编号</asp:Label>
			<asp:TextBox id="TextBox2" style="Z-INDEX: 112; LEFT: 760px; POSITION: absolute; TOP: 472px"
				runat="server"></asp:TextBox>
			<asp:Label id="Label4" style="Z-INDEX: 113; LEFT: 560px; POSITION: absolute; TOP: 568px" runat="server"
				Width="393px" ForeColor="Red">使用说明:在进行数据更新时更新后要刷新数据;在删除和模糊查询时,应输入数据库中存在的产品,输入产品号后要刷新数据</asp:Label>
			<asp:Button id="Button7" style="Z-INDEX: 114; LEFT: 584px; POSITION: absolute; TOP: 472px" runat="server"
				Height="30px" Width="76px" Text="写日志"></asp:Button>
			<asp:Label id="Label5" style="Z-INDEX: 115; LEFT: 200px; POSITION: absolute; TOP: 24px" runat="server"
				Width="305px" Font-Bold="True" Font-Size="X-Large" ForeColor="DeepPink">梦世界超市管理主页</asp:Label>
<asp:Button id=Button8 style="Z-INDEX: 116; LEFT: 64px; POSITION: absolute; TOP: 104px" runat="server" Text="定单管理"></asp:Button>
<asp:Button id=Button9 style="Z-INDEX: 117; LEFT: 232px; POSITION: absolute; TOP: 112px" runat="server" Text="销售管理"></asp:Button>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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