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

📄 fileupin.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FileUpIn.aspx.cs" Inherits="File_FileUpIn" %>

<!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 id="Head1" runat="server">
    <title>添加新文件夹</title>
     <link href="../css/style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
    <form id="form1" runat="server">
    <div style="width:99%">
    <div style="text-align:left">
    <img alt="" src="../images/file/fmfolder.gif" align="absBottom"/>
    </div>
     <div style="text-align:left; height:50px; padding-top:25px">
     <img src="../images/file/folderbig.gif" alt="" /> <asp:textbox id="txtFolderName" CssClass="inputCss" runat="server" Height="23px" Width="387px"></asp:textbox>
    <asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" CssClass="err" ErrorMessage="文件名不能为空" ControlToValidate="txtFolderName" Width="11px" >*</asp:requiredfieldvalidator>
    </div>
    
   <div style="text-align:left; height:50px; padding-top:25px">
    位置:<asp:label id="lblFileLocation" runat="server"   Width="417px"></asp:label>
    </div>
    
    <div style="text-align:left; height:50px; padding-top:25px">
     备注:<asp:textbox id="txtRemark" CssClass="textArea"  runat="server" Height="46px" Width="382px" TextMode="MultiLine"></asp:textbox>
    </div>
    
     <div style="text-align:left; height:50px; padding-top:25px">
     创建时间:<asp:label id="lblCreateDate" runat="server"  Width="274px"></asp:label>
         &nbsp; &nbsp; 所有者:<asp:label id="lblFileOwner" runat="server" Width="133px" ></asp:label>
     </div>
    <div>
    <hr width="100%" SIZE="1" id="HR2" color="#0000ff">
    </div>
    <div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp;&nbsp;
    <asp:imagebutton id="imgbtnSaveExit" runat="server" ImageUrl="../images/file/saveexi.gif" Width="64px" Height="20px" OnClick="imgbtnSaveExit_Click"></asp:imagebutton>
                                                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
																<asp:imagebutton id="imgbtnExit" runat="server" CausesValidation="False" ImageUrl="../images/file/exit.gif" Width="40px" Height="20px" OnClick="imgbtnExit_Click" ></asp:imagebutton>
    </div>
   
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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