intervalhistory.ascx

来自「医疗决策支持系统」· ASCX 代码 · 共 17 行

ASCX
17
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="IntervalHistory.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.Eforms.IntervalHistory" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>
<link href="../../../StyleSheets/EformStyles.css" rel="stylesheet" type="text/css">
<a name="IntervalHistory" /><span class="controlBoxTitle">Interval History</span><br/>
<table border="0" cellspacing="0" cellpadding="16" width="600">
  
  <tr>
    <td class="eformLargePopulatedTable"><euc:EformTextArea TextMode="MultiLine" TABLE="NoTable" FIELD="HPI_AddedText" Rows="4" Cols="70" Runat="server" ID="HPI_AddedText"/></td>
  </tr>
 
</table>
			
	
<br/>
<br/>
<br/>

⌨️ 快捷键说明

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