📄 cytologiesform.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CytologiesForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.CytologiesForm" 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="CytologyId" runat=server NAME="CytologyId"/>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoDateText_PdLabel" Text="Date:" Field="CytoDateText" Required="No" runat=server /></td>
<td><input type="text" id="CytoDateText" class="pdFormField" runat=server NAME="CytoDateText"/><img id="CytoDateTextCal" runat="server" src="../../../images/Calendar/cal.gif" width="16" height="16" border="0" alt="select date" align="absMiddle" /></td>
</tr>
<tr><!-- input type ns in meta data, input text used -->
<td class="pdFormFieldLabel"><val:PDLabel id="CytoDate_PdLabel" Text="" Field="CytoDate" Required="No" runat=server /></td>
<td><input type="text" id="CytoDate" class="pdFormField" readonly runat=server NAME="CytoDate"/></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoPathNum_PdLabel" Text="Path #:" Field="CytoPathNum" Required="No" runat=server /></td>
<td><input type="text" id="CytoPathNum" class="pdFormField" maxlength="50" runat=server NAME="CytoPathNum"/></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoType_PdLabel" Text="Type:" Field="CytoType" Required="No" runat=server /></td>
<td><val:ComboBox Id="CytoType" RefBy="CytoType" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoResult_PdLabel" Text="Result:" Field="CytoResult" Required="No" runat=server /></td>
<td><val:ComboBox Id="CytoResult" RefBy="CytoResult" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoHistology_PdLabel" Text="Histology:" Field="CytoHistology" Required="No" runat=server /></td>
<td><val:ComboBox Id="CytoHistology" RefBy="CytoHistology" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoNotes_PdLabel" Text="Notes:" Field="CytoNotes" Required="No" runat=server /></td>
<td><textarea id="CytoNotes" class="pdFormNotesField" cols="32" rows="3" maxlength="1000" runat=server NAME="CytoNotes"></textarea></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoDataSource_PdLabel" Text="Data Source:" Field="CytoDataSource" Required="No" runat=server /></td>
<td><val:ComboBox Id="CytoDataSource" RefBy="CytoDataSource" runat=server /></td>
</tr>
<tr>
<td class="pdFormFieldLabel"><val:PDLabel id="CytoQuality_PdLabel" Text="Data Quality:" Field="CytoQuality" Required="No" runat=server /></td>
<td><select id="CytoQuality" class="pdFormField" runat=server NAME="CytoQuality"/></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -