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

📄 webform1.aspx.~53~

📁 《Delphi程序员成长攻略》-蒙祖强龚涛的源代码
💻 ~53~
字号:
<%@ 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: 46px; POSITION: absolute; TOP: 86px"
        runat="server" height="187px" width="139px" 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: 54px; POSITION: absolute; TOP: 65px"
        runat="server" width="139px">可购买的商品:</asp:Label>
      <asp:Label id="Label3"
        style="Z-INDEX: 6; LEFT: 38px; POSITION: absolute; TOP: 326px"
        runat="server" width="83px">添加商品:</asp:Label>
      <asp:Label id="Label2"
        style="Z-INDEX: 7; LEFT: 354px; POSITION: absolute; TOP: 62px"
        runat="server" width="141px">已购买的商品::</asp:Label>
      <asp:ListBox id="ListBox2"
        style="Z-INDEX: 8; LEFT: 350px; POSITION: absolute; TOP: 85px"
        runat="server" height="188px" width="149px"></asp:ListBox>
      <asp:Button id="Button1"
        style="Z-INDEX: 9; LEFT: 214px; POSITION: absolute; TOP: 86px"
        runat="server" width="99px" text="购买当前商品" borderwidth="1px"></asp:Button>
      <asp:Button id="Button2"
        style="Z-INDEX: 10; LEFT: 214px; POSITION: absolute; TOP: 118px"
        runat="server" width="99px" text="回退当前商品" borderwidth="1px"></asp:Button>
      <asp:TextBox id="TextBox1"
        style="Z-INDEX: 11; LEFT: 142px; POSITION: absolute; TOP: 318px"
        runat="server" width="222px"></asp:TextBox>
      <asp:Button id="Button3"
        style="Z-INDEX: 12; LEFT: 406px; POSITION: absolute; TOP: 318px"
        runat="server" width="68px" text=" 添  加 "></asp:Button>
      <asp:Button id="Button4"
        style="Z-INDEX: 13; LEFT: 214px; POSITION: absolute; TOP: 158px"
        runat="server" width="99px" text="购买所有商品"></asp:Button>
      <asp:Button id="Button5"
        style="Z-INDEX: 14; LEFT: 214px; POSITION: absolute; TOP: 206px"
        runat="server" width="99px" text="回退所有商品"></asp:Button>
      <asp:Label id="Label4"
        style="Z-INDEX: 15; LEFT: 126px; POSITION: absolute; TOP: 382px"
        runat="server" height="54px" width="305px" forecolor="Red"
        font-size="18pt" font-bold="True"></asp:Label>
    </form>
  </body>
</html>

⌨️ 快捷键说明

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