📄 webform1.aspx.~58~
字号:
<%@ Page Language="c#" Debug="true" Codebehind="WebForm1.pas" AutoEventWireup="false" Inherits="WebForm1.TWebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body style="WIDTH: 585px" ms_positioning="GridLayout">
<form runat="server">
<asp:ListBox id="ListBox1"
style="Z-INDEX: 5; LEFT: 38px; POSITION: absolute; TOP: 102px"
runat="server" height="227px" width="211px" rows="3">
<asp:ListItem value="a">离离原上草,</asp:ListItem>
<asp:ListItem value="b">一岁一枯荣。</asp:ListItem>
<asp:ListItem value="c">野火烧不尽,</asp:ListItem>
<asp:ListItem value="d">春风吹又生。</asp:ListItem>
</asp:ListBox>
<asp:Label id="Label1"
style="Z-INDEX: 6; LEFT: 38px; POSITION: absolute; TOP: 78px"
runat="server" width="187px">当前可购买的商品:</asp:Label>
<asp:Label id="Label3"
style="Z-INDEX: 6; LEFT: 38px; POSITION: absolute; TOP: 366px"
runat="server" width="83px">添加商品:</asp:Label>
<asp:Label id="Label2"
style="Z-INDEX: 7; LEFT: 422px; POSITION: absolute; TOP: 78px"
runat="server" width="195px">当前已购买的商品:</asp:Label>
<asp:ListBox id="ListBox2"
style="Z-INDEX: 8; LEFT: 422px; POSITION: absolute; TOP: 102px"
runat="server" height="219px" width="211px"></asp:ListBox>
<asp:Button id="Button1"
style="Z-INDEX: 9; LEFT: 286px; POSITION: absolute; TOP: 118px"
runat="server" width="99px" text="购买当前商品" borderwidth="1px"></asp:Button>
<asp:Button id="Button2"
style="Z-INDEX: 10; LEFT: 286px; POSITION: absolute; TOP: 166px"
runat="server" width="99px" text="退回当前商品" borderwidth="1px"></asp:Button>
<asp:TextBox id="TextBox1"
style="Z-INDEX: 11; LEFT: 126px; POSITION: absolute; TOP: 362px"
runat="server" width="222px"></asp:TextBox>
<asp:Button id="Button3"
style="Z-INDEX: 12; LEFT: 382px; POSITION: absolute; TOP: 362px"
runat="server" width="68px" text=" 添 加 "></asp:Button>
<asp:Button id="Button4"
style="Z-INDEX: 13; LEFT: 286px; POSITION: absolute; TOP: 214px"
runat="server" width="99px" text="购买所有商品"></asp:Button>
<asp:Button id="Button5"
style="Z-INDEX: 14; LEFT: 286px; POSITION: absolute; TOP: 262px"
runat="server" width="99px" text="退回所有商品"></asp:Button>
<asp:Label id="Label4"
style="Z-INDEX: 15; LEFT: 30px; POSITION: absolute; TOP: 406px"
runat="server" height="54px" width="595px" forecolor="Red"
font-size="18pt" font-bold="True"></asp:Label>
<asp:Label id="Label5"
style="Z-INDEX: 16; LEFT: 214px; POSITION: absolute; TOP: 14px"
runat="server" width="222px" forecolor="Red" font-size="28pt"
font-bold="True">网 上 商 店</asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -