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

📄 actionsform.ascx

📁 医疗决策支持系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ActionsForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.ActionsForm" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

<%@ Register TagPrefix="uc1" TagName="helpToolTip" Src="../../../Core/Help/helpToolTip.ascx" %>
<%@ Register TagPrefix="val" TagName="DataEntryCommonFields" Src="../../../Core/DataEntryForms/DataEntryCommonFields.ascx" %>
<%@ Register TagPrefix="val" Namespace="Caisis.UI.Core.Classes" Assembly="Caisis.UI" %>
 
<val:DataEntryCommonFields id="commonFields" runat=server></val:DataEntryCommonFields>

<table align="center" class="pdFormTable" width="440">

	<input type="hidden" id="ActionId" runat=server NAME="ActionId"/>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="ActionDateText_PdLabel" Text="Date:" Field="ActionDateText" Required="Yes" runat=server /></td>
		<td><input type="text" id="ActionDateText" class="pdFormField" runat=server NAME="ActionDateText"/><img id="ActionDateTextCal" runat="server"  src="../../../images/Calendar/cal.gif" width="16" height="16" border="0" alt="select date" align="absMiddle" onClick="showCal(this);"></td>
		<td class="pdFormFieldLabel"><val:PDLabel id="ActionPending_Pdlabel" Text="Pending:" Field="ActionPending" Required="No" runat=server /><input type="checkbox" id="ActionPending" value="1" runat=server NAME="ActionPending"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="ActionDate_PdLabel" Text="" Field="ActionDate" Required="No" runat=server /></td>
		<td colspan="2"><input type="text" id="ActionDate" class="pdFormField" readonly runat=server NAME="ActionDate"/></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="ActionItem_PdLabel" Text="Action Item:" Field="ActionItem" Required="Yes" runat=server /></td>
		<td colspan="2"><val:ComboBox Id="ActionItem" RefBy="ActionItem" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="ActionNotes_PdLabel" Text="Notes:" Field="ActionNotes" Required="No" runat=server /></td>
		<td colspan="2"><textarea id="ActionNotes" class="pdFormNotesField" cols="32" rows="3" maxlength="1000" runat=server NAME="ActionNotes"/></td>
	</tr>
 
</table>

⌨️ 快捷键说明

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