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

📄 addpersonnote.aspx

📁 办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
    CodeFile="AddPersonNote.aspx.cs" Inherits="ScheduleManage_PersonNote_AddPersonNote"
    Title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">

    <script language="javascript" type="text/javascript" src="../../My97DatePicker/WdatePicker.js"
        charset="gb2312"></script>

    <div style="width: 99%" align="center">
    <div style="width:90%">
        <strong><span style="font-size: 12pt">个 人 便 签 设 置</span></strong><br /><hr /><br /><br /><br /></div>
        <div style="width: 90%" align="left">
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:Label ID="lab_title" runat="server" Text="便签标题:" Width="165px"></asp:Label>&nbsp;<br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:TextBox ID="txt_title" runat="server" Width="570px"></asp:TextBox><br />
            &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:Label ID="lab_content" runat="server" Text="便签内容:" Width="167px"></asp:Label><br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:TextBox ID="txt_content" runat="server" Height="118px" TextMode="MultiLine"
                Width="575px"></asp:TextBox>
            <div style="width: 172px;
                height: 71px">
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txt_title"
                    ErrorMessage="标题信息不完整!">*</asp:RequiredFieldValidator>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txt_content"
                    ErrorMessage="内容信息不完整!">*</asp:RequiredFieldValidator>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txt_time"
                    ErrorMessage="时间信息不完整!">*</asp:RequiredFieldValidator>
                <asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
                    ShowSummary="False" />
            </div>
            <br />
            &nbsp; &nbsp; &nbsp;
            <asp:Label ID="lab_creat" runat="server" Text="创建人:"></asp:Label>
            &nbsp; &nbsp;
            <asp:Label ID="lab_creater" runat="server" Height="7px" Width="67px"></asp:Label>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:Label ID="lab_time" runat="server" Text="创建时间:"></asp:Label>
            <asp:TextBox ID="txt_time" runat="server" CssClass="Wdate" onFocus="new WdatePicker(this,'%Y-%M-%D',true,'default')"></asp:TextBox><br />
            <br />
            <br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
            <asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            <asp:Button ID="Button2" runat="server" Text="删除当前便签" OnClick="Button2_Click" /></div>
    </div>
</asp:Content>

⌨️ 快捷键说明

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