additionalcomments.ascx

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

ASCX
33
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="AdditionalComments.ascx.cs" Inherits="Caisis.UI.Modules.Prostate.Eforms.AdditionalComments" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>

<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>


<a name="AdditionalComments" />
<table width="400" border="0" cellpadding="0" cellspacing="0" class="controlBox">
    <tr> 
      <td width="2" valign="top"><img src="../../Images/EFormControlTopLeft.gif" width="2" height="2" /></td>
      <td  width="396">&nbsp;</td>
      <td width="2" valign="top" align="right"><img src="../../Images/EFormControlTopRight.gif" width="2" height="2" /></td>
    </tr>
    <tr> 
      <td><img src="../Images/shim.gif" width="1" height="1" /></td>
      <td> 
		<table width="100%" border="0" cellspacing="0" cellpadding="4">
          <tr> 
            <td height="18" align="left" class="controlBoxTitle">Surgery Notes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            </td>
          </tr>
          <tr>
			 <td>
				<!-- ADDITIONAL COMMENTS -->
				<euc:EformTextArea TextMode="MultiLine" TABLE="Surgeries" FIELD="SurgNotes" Rows="12" Cols="70" Runat="server" ID="SurgNotes"/></td>
          </tr>
        </table>
       </td>
    <tr> 
      <td valign="bottom"><img src="../../Images/EFormControlBottomLeft.gif" width="2" height="2" /></td>
      <td>&nbsp;</td>
      <td valign="bottom" align="right"><img src="../../Images/EFormControlBottomRight.gif" width="2" height="2" /></td>
    </tr>
</table>

⌨️ 快捷键说明

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