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

📄 fileaddfolder.aspx

📁 办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FileAddFolder.aspx.cs" Inherits="File_FileManage_FileAddFolder" %>

<!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>
            <div style="width: 694px; height: 549px">
                <div style="width: 688px; height: 26px">
                    <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/file/fmfolder.gif" /></div>
                <div style="width: 650px; height: 100px">
                    <table>
                        <tr>
                            <td align="right">
                                <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/file/folderbig.gif" /></td>
                            <td style="width: 148px">
                                <asp:TextBox ID="txtFolderName" runat="server" Width="410px" Height="23px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtFolderName"
                                    ErrorMessage="*"></asp:RequiredFieldValidator></td>
                        </tr>
                        <tr>
                            <td align="right">
                                位置:</td>
                            <td style="width: 148px">
                                <asp:Label ID="lblPath" runat="server" Text="" Width="414px"></asp:Label></td>
                        </tr>
                        <tr>
                            <td align="right" style=" height: 45px">
                                备注:</td>
                            <td style="width: 148px; height: 45px">
                                <asp:TextBox ID="txtRemark" runat="server" Height="37px" TextMode="MultiLine" Width="413px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtRemark"
                                    ErrorMessage="*"></asp:RequiredFieldValidator></td>
                        </tr>
                    </table>
                    <div style=" height: 1px">
                        <hr style="height: 1px" />
                        <table>
                            <tr>
                                <td style="width: 323px">
                                    创建时间:<asp:Label ID="lblDataTime" runat="server" Text=""></asp:Label>
                                </td>
                                <td style="width: 181px">
                                    所有者:<asp:Label ID="lblFileOwner" runat="server" Text=""></asp:Label>
                                </td>
                            </tr>
                        </table>
                    </div>
                    <br />
                    <div style=" height: 51px">
                        <span style="font-size: 10pt; color: #33ffff">
                            <hr color="blue" />
                        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:ImageButton
                            ID="ibnSave" runat="server" ImageUrl="~/Images/file/saveexi.gif" OnClick="ibnSave_Click" />
                        &nbsp; &nbsp;&nbsp;
                        <asp:ImageButton ID="ibnexit" runat="server" ImageUrl="~/Images/file/sexit.gif" OnClick="ibnexit_Click" CausesValidation="False" /></div>
                </div>
            </div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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