Default2.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="web_pos_c_Default2" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" BackColor="#00C0C0"
- OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" Style="left: 133px;
- position: absolute; top: 36px" Width="175px">
- </asp:DropDownList>
- <asp:Panel ID="Panel1" runat="server" Height="365px" Style="left: 138px; position: absolute;
- top: 67px" Width="464px">
- <asp:ListBox ID="ListBox1" runat="server" Height="292px" Style="position: absolute; left: 0px; top: 2px;"
- Width="327px" OnSelectedIndexChanged="ListBox1_SelectedIndexChanged" AutoPostBack="True"></asp:ListBox>
- <asp:Button ID="Button1" runat="server" BackColor="#00C0C0" OnClick="Button1_Click"
- Style="left: 0px; position: absolute; top: 298px" Text="下載文件" Width="109px" />
- <asp:Button ID="Button2" runat="server" BackColor="#00C0C0" OnClick="Button2_Click"
- Style="left: 225px; position: absolute; top: 327px" Text="重命名文件" Width="109px" ForeColor="#000000" />
- <asp:Button ID="Button3" runat="server" BackColor="#00C0C0" OnClick="Button3_Click"
- Style="left: 115px; position: absolute; top: 298px" Text="刪除文件" Width="109px" />
- <asp:TextBox ID="TextBox1" runat="server" Style="left: 3px; position: absolute; top: 329px"
- Width="214px"></asp:TextBox>
-
- </asp:Panel>
- <asp:Label ID="lbl_FolderInfo" runat="server" Style="left: 323px; position: absolute;
- top: 35px"></asp:Label>
- <asp:Label ID="lbl_FileDescription" runat="server" Style="left: 473px; position: absolute;
- top: 75px"></asp:Label>
- </div>
- </form>
- </body>
- </html>