📄 cart.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="cart.aspx.vb" Inherits="Shangwu.cart"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>cart</title>
<meta content="Microsoft Visual Studio .NET 7.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:Button id="Button3" style="Z-INDEX: 111; LEFT: 156px; POSITION: absolute; TOP: 174px" runat="server" Width="67px" Height="31px" Text="重写"></asp:Button>
<asp:TextBox id="TextBox9" style="Z-INDEX: 122; LEFT: 314px; POSITION: absolute; TOP: 352px" runat="server" Height="21px" Width="61px" Visible="False"></asp:TextBox>
<asp:Label id="Label8" style="Z-INDEX: 121; LEFT: 306px; POSITION: absolute; TOP: 268px" runat="server" Height="17px" Width="95px">购买备注</asp:Label>
<asp:TextBox id="TextBox8" style="Z-INDEX: 105; LEFT: 424px; POSITION: absolute; TOP: 261px" runat="server" Height="29px" Width="220px"></asp:TextBox>
<asp:Button id="Button4" style="Z-INDEX: 117; LEFT: 465px; POSITION: absolute; TOP: 305px" runat="server" Text="修改信息" Height="27px" Width="75px" Enabled="False"></asp:Button>
<asp:Label id="Label6" style="Z-INDEX: 116; LEFT: 303px; POSITION: absolute; TOP: 233px" runat="server" Height="17px" Width="95px">备注</asp:Label>
<asp:TextBox id="TextBox6" style="Z-INDEX: 106; LEFT: 424px; POSITION: absolute; TOP: 219px" runat="server" Height="29px" Width="220px"></asp:TextBox>
<asp:Label id="Label5" style="Z-INDEX: 115; LEFT: 302px; POSITION: absolute; TOP: 189px" runat="server" Height="17px" Width="95px">地址</asp:Label>
<asp:TextBox id="TextBox5" style="Z-INDEX: 103; LEFT: 424px; POSITION: absolute; TOP: 182px" runat="server" Height="29px" Width="220px"></asp:TextBox>
<asp:Label id="Label4" style="Z-INDEX: 114; LEFT: 301px; POSITION: absolute; TOP: 135px" runat="server" Height="17px" Width="95px">电话</asp:Label>
<asp:TextBox id="TextBox4" style="Z-INDEX: 104; LEFT: 423px; POSITION: absolute; TOP: 133px" runat="server" Height="29px" Width="117px"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 113; LEFT: 301px; POSITION: absolute; TOP: 89px" runat="server" Height="17px" Width="95px">姓名</asp:Label>
<asp:TextBox id="TextBox3" style="Z-INDEX: 102; LEFT: 424px; POSITION: absolute; TOP: 85px" runat="server" Height="29px" Width="116px"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 109; LEFT: 136px; POSITION: absolute; TOP: 128px" runat="server" Width="116px" Height="29px" TextMode="Password"></asp:TextBox>
<asp:Label id="Label2" style="Z-INDEX: 107; LEFT: 30px; POSITION: absolute; TOP: 90px" runat="server" Width="95px" Height="17px">用户名</asp:Label>
<asp:Button id="Button1" style="Z-INDEX: 100; LEFT: 574px; POSITION: absolute; TOP: 304px" runat="server" Width="75px" Height="27px" Text="确认购买" Enabled="False"></asp:Button>
<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 136px; POSITION: absolute; TOP: 84px" runat="server" Width="116px" Height="29px"></asp:TextBox>
<asp:Label id="Label1" style="Z-INDEX: 108; LEFT: 31px; POSITION: absolute; TOP: 133px" runat="server" Width="95px" Height="17px">密码</asp:Label>
<asp:Button id="Button2" style="Z-INDEX: 110; LEFT: 63px; POSITION: absolute; TOP: 174px" runat="server" Width="67px" Height="31px" Text="登陆"></asp:Button>
<asp:Table id="Table1" style="Z-INDEX: 112; LEFT: 32px; POSITION: absolute; TOP: 9px" runat="server" Width="659px" Height="54px">
<asp:TableRow BackColor="#C0FFFF">
<asp:TableCell Text="ID"></asp:TableCell>
<asp:TableCell Text="商品名称"></asp:TableCell>
<asp:TableCell Text="种类"></asp:TableCell>
<asp:TableCell Text="规格"></asp:TableCell>
<asp:TableCell Text="价格"></asp:TableCell>
</asp:TableRow>
<asp:TableRow BackColor="Aqua">
<asp:TableCell></asp:TableCell>
<asp:TableCell></asp:TableCell>
<asp:TableCell></asp:TableCell>
<asp:TableCell></asp:TableCell>
<asp:TableCell></asp:TableCell>
</asp:TableRow>
</asp:Table>
<asp:Label id="Label7" style="Z-INDEX: 118; LEFT: 36px; POSITION: absolute; TOP: 270px" runat="server" Height="29px" Width="256px" Font-Names="黑体" Font-Size="X-Large" ForeColor="Red" Visible="False">用户信息不正确!!</asp:Label>
<asp:TextBox id="TextBox7" style="Z-INDEX: 119; LEFT: 244px; POSITION: absolute; TOP: 352px" runat="server" Height="21px" Width="61px" Visible="False"></asp:TextBox></FONT></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -