📄 ucwriteweekly.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucWriteWeekly.ascx.cs" Inherits="userControls_ucWriteSchedule" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td align="center" colspan="3" style="height: 21px">
个人周报 (今天是<asp:Label ID="lbDate" runat="server" ForeColor="Red"></asp:Label>)</td>
</tr>
<tr>
<td align="center" colspan="3">
</td>
</tr>
<tr>
<td style="width: 157px; height: 21px">
选择参与的项目</td>
<td style="height: 21px" colspan="2">
<asp:DropDownList ID="ddlActiveProjectName" runat="server" Width="270px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 157px">
选择填写周报时间</td>
<td colspan="2">
<asp:RadioButtonList ID="rblSetWeek" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Selected="True" Value="1">本周</asp:ListItem>
<asp:ListItem Value="-1">上周</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr style="font-size: 9pt; font-family: 宋体">
<td style="width: 157px">
本周具体工作(400字符以内)</td>
<td colspan="2">
<asp:TextBox ID="tbWeeklyWork" runat="server" Height="133px" TextMode="MultiLine" Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 157px">
总工时</td>
<td colspan="2">
<asp:TextBox ID="tbCostTime" runat="server">0.5</asp:TextBox>(小时)<cc1:numericupdownextender id="NumericUpDownExtender1" runat="server" Maximum="365" Minimum="0" Step="0.5" TargetControlID="tbCostTime" Width="70"></cc1:numericupdownextender>
</td>
</tr>
<tr>
<td style="width: 157px">
下周工作计划(200字符以内)</td>
<td colspan="2">
<asp:TextBox ID="tbNextWeekWorkPlan" runat="server" Height="133px" TextMode="MultiLine"
Width="100%"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 157px; height: 7px">
说明</td>
<td colspan="2" style="font-style: normal; height: 7px; text-align: left">
<span style="font-size: 9pt; font-family: 宋体"> 提交周报时间为:周一、周二可提交上周周报,周四、周五可提交本周周报,逾期将不允许提交。若因其它原因逾期的,需要向管理员或项目经理提出申请。</span><?xml namespace="" ns="urn:schemas-microsoft-com:office:office" prefix="o" ?><?xml
namespace="" prefix="O" ?><o:p></o:p></td>
</tr>
<tr>
<td style="height: 7px" align="center" colspan="3">
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbWeeklyWork"
ErrorMessage="*">本周具体工作不能为空</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbCostTime"
ErrorMessage="*">工时不能为0</asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 7px">
<asp:Label ID="lbMsg" runat="server" ForeColor="Red" EnableViewState="False"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 26px">
<asp:Button ID="btnSubmit" runat="server" Text="提交" OnClick="btnSubmit_Click" /></td>
</tr>
</table>
<br />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -