Default2.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="web_pos_c_Default2" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" BackColor="#00C0C0"
  11.             OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" Style="left: 133px;
  12.             position: absolute; top: 36px" Width="175px">
  13.         </asp:DropDownList>
  14.         <asp:Panel ID="Panel1" runat="server" Height="365px" Style="left: 138px; position: absolute;
  15.             top: 67px" Width="464px">
  16.             <asp:ListBox ID="ListBox1" runat="server" Height="292px" Style="position: absolute; left: 0px; top: 2px;"
  17.                 Width="327px" OnSelectedIndexChanged="ListBox1_SelectedIndexChanged" AutoPostBack="True"></asp:ListBox>
  18.             <asp:Button ID="Button1" runat="server" BackColor="#00C0C0" OnClick="Button1_Click"
  19.                 Style="left: 0px; position: absolute; top: 298px" Text="下載文件" Width="109px" />
  20.             <asp:Button ID="Button2" runat="server" BackColor="#00C0C0" OnClick="Button2_Click"
  21.                 Style="left: 225px; position: absolute; top: 327px" Text="重命名文件" Width="109px" ForeColor="#000000" />
  22.             <asp:Button ID="Button3" runat="server" BackColor="#00C0C0" OnClick="Button3_Click"
  23.                 Style="left: 115px; position: absolute; top: 298px" Text="刪除文件" Width="109px" />
  24.             <asp:TextBox ID="TextBox1" runat="server" Style="left: 3px; position: absolute; top: 329px"
  25.                 Width="214px"></asp:TextBox>
  26.             &nbsp;
  27.         </asp:Panel>
  28.         <asp:Label ID="lbl_FolderInfo" runat="server" Style="left: 323px; position: absolute;
  29.             top: 35px"></asp:Label>
  30.         <asp:Label ID="lbl_FileDescription" runat="server" Style="left: 473px; position: absolute;
  31.             top: 75px"></asp:Label>
  32.     
  33.     </div>
  34.     </form>
  35. </body>
  36. </html>