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

📄 upinscratchped.aspx

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


<asp:Content ID="biaoUp" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<div  align="center">
<br />

   <div style="width:458px; height:24px;text-align:center"><b>个 人 便 签 设 置</b></div>  
  <hr style="width:99%; text-align:center;" size="1px" color="gray" />
 <div style="width:77%; text-align:left;">便签标题:<br />
 <asp:TextBox id="txtNoteTitle" runat="server" CssClass="inputCss" Width="322px"></asp:TextBox>
     <asp:RequiredFieldValidator ID="rfvNote" runat="server" ControlToValidate="txtNoteTitle"
         Display="Dynamic" ErrorMessage="非空" Width="78px"></asp:RequiredFieldValidator><br />
 
 便签内容:<br />
 <asp:TextBox id="txtNoteContent" runat="server" CssClass="inputCss" Width="334px" Height="234px"	TextMode="MultiLine"></asp:TextBox><br/>

     创建人:<asp:Label ID="lblCreateUser" runat="server" Font-Bold="True" ForeColor="Navy" Width="107px"></asp:Label>
     &nbsp; &nbsp; 创建时间:<asp:Label ID="lblCreateTime" runat="server" Font-Bold="True" ForeColor="Navy" Width="135px"></asp:Label>&nbsp;<br/><br/>
 
 &nbsp;&nbsp;
 <asp:Button id="btnSave" runat="server" class="buttonCss" Text="保  存" Height="22px" Width="54px" style="height: 23px; width: 89px;" OnClick="btnSave_Click"/>
 
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
     &nbsp; &nbsp;&nbsp;
     <asp:Button  id="btnDelete" runat="server" class="buttonCss" Text="删除当前便签" Height="22px" Width="54px" style="height: 23px; width: 89px;" OnClick="btnDelete_Click"/>
 
     </div>
 </div>

</asp:Content>

⌨️ 快捷键说明

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