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

📄 taskallinfo.aspx

📁 实现企业的管理的标准化
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TaskAllInfo.aspx.cs" Inherits="Module_ProRes_TaskAllInfo" %>

<!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 style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/taskallinfo.jpg); background-repeat: no-repeat;">
    <form id="form1" runat="server">
    <div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <table cellpadding="0" cellspacing="0" style="width: 605px">
            <tr>
                <td style="height: 21px">
                    <span style="font-size: 9pt">下达者</span></td>
                <td style="font-size: 12pt; width: 191px; height: 21px; text-align: left">
                    <asp:Panel ID="Panel2" runat="server" Width="125px">
                        <asp:TextBox ID="txtRePro" runat="server" ReadOnly="True" Width="140px"></asp:TextBox></asp:Panel>
                    <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
                    <asp:DropDownList ID="dropRePro" runat="server" Font-Size="9pt" Width="145px" Height="15px">
                    </asp:DropDownList></asp:Panel>
                </td>
                <td style="font-size: 12pt; width: 130px; height: 21px">
                    <span style="font-size: 9pt">接受者</span></td>
                <td style="font-size: 9pt; height: 21px; text-align: left">
                    <asp:Panel ID="Panel4" runat="server" Width="125px">
                        <asp:TextBox ID="txtAcceptPro" runat="server" ReadOnly="True" Width="140px"></asp:TextBox></asp:Panel>
                    <asp:Panel ID="Panel5" runat="server" Visible="False" Width="125px">
                    <asp:DropDownList ID="dropAcceptPro" runat="server" Font-Size="9pt" Width="145px">
                    </asp:DropDownList></asp:Panel>
                </td>
            </tr>
            <tr>
                <td>
                    <span style="font-size: 9pt">任务开始时间</span></td>
                <td style="text-align: left; width: 191px;">
                    <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox><span
                        style="font-size: 9pt"> </span>
                    <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
                        ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
                <td style="font-size: 9pt">
                    <span>任务结束时间</span></td>
                <td style="font-size: 12pt; text-align: left">
                    <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="138px" ReadOnly="True"></asp:TextBox>
                    <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
                        ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
            </tr>
            <tr style="font-size: 12pt">
                <td>
                    <span style="font-size: 9pt">完成程度</span></td>
                <td style="text-align: left; width: 191px;">
                    <asp:TextBox ID="txtComPitch" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox><span
                        style="font-size: 9pt; color: #ff3300">(如50%)</span></td>
                <td>
                    <span style="font-size: 9pt">重要性</span></td>
                <td style="text-align: left">
                    <asp:DropDownList ID="dropImport" runat="server" Font-Size="9pt" Width="145px">
                        <asp:ListItem>不重要</asp:ListItem>
                        <asp:ListItem>一般</asp:ListItem>
                        <asp:ListItem>非常重要</asp:ListItem>
                    </asp:DropDownList></td>
            </tr>
            <tr style="font-size: 12pt">
                <td>
                    <span style="font-size: 9pt">下达时间</span></td>
                <td style="text-align: left; width: 191px;">
                    <asp:TextBox ID="txtReleaseTime" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox>
                    <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtReleaseTime"
                        ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
                <td>
                </td>
                <td style="text-align: left">
                </td>
            </tr>
            <tr>
                <td style="height: 19px">
                    <span style="font-size: 9pt">任务描述</span></td>
                <td colspan="3" rowspan="2" style="text-align: left">
                    <asp:TextBox ID="txtDescription" runat="server" Font-Size="9pt" Height="149px" TextMode="MultiLine"
                        Width="441px" ReadOnly="True"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="height: 101px">
                </td>
            </tr>
            <tr>
                <td style="height: 22px" colspan="4">
                    <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
                        <tr>
                            <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
                                <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
                                    <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
                                        OnClick="btnOK_Click" Text="编辑" />
                                    <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
                                        Text="删除" />
                                    <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
                                        Text="保存" />
                                </asp:Panel>
                            </td>
                            <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
                                <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
                                    OnClick="btnBack_Click" Text="返回" /></td>
                        </tr>
                    </table>
                    <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
                        ShowSummary="False" />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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