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

📄 personnotemanage.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PersonNoteManage.aspx.cs" Inherits="ScheduleManage_PersonNote_PersonNoteManage" %>

<!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>
        <table border="0" cellpadding="0" cellspacing="0" style="width: 700px">
            <tr>
                <td style="width: 100px">
                    便签标题:</td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:TextBox ID="txtTitle" runat="server" Width="419px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100px">
                    便签内容:</td>
            </tr>
            <tr>
                <td style="width: 100px">
                    <asp:TextBox ID="txtContent" runat="server" Height="121px" TextMode="MultiLine" Width="420px"></asp:TextBox></td>
            </tr>
            <tr>
                <td>
                    创建人:<asp:Label ID="lblUserName" runat="server"></asp:Label>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;创建时间:<asp:Label ID="lblCreatTime"
                        runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td>
                    <asp:Button ID="btnOK" runat="server" OnClick="btnOK_Click" Text="保存" />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp;
                    <asp:Button ID="btnDelete" runat="server" Text="删除当前便签" OnClick="btnDelete_Click" /></td>
            </tr>
        </table>
        
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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