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

📄 toxicities_urinaryandrectal.ascx

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

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


<a name="Toxicities_UrinaryAndRectal" />
<table width="500" border="0" cellpadding="0" cellspacing="0" class="controlBox">
   
    <tr> 
      <td><img src="../Images/shim.gif" width="1" height="1" /></td>
      <td> 
		<table width="100%" border="0" cellspacing="0" cellpadding="4">
          <tr> 
            <td colspan="3" height="18" align="left" class="controlBoxTitle">Toxicities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            </td>
          </tr>
          <tr>
				<td  class="controlBoxDataGridTitleColumn"></td>
				<td  class="controlBoxDataGridTitleColumn">Grade</td>
				<td  class="controlBoxDataGridTitleColumn">Date</td>
          </tr>
          <tr>
			 <td class="controlBoxDataGridTitleColumn">
				<euc:EformCheckBox Text="Rectal Toxicity" RecordId="1" TABLE="Toxicities" FIELD="ToxName" Runat="server" ID="ToxName_1"/>&nbsp;</td>
			<td>
				<euc:EformTextBox RecordId="1" ShowNumberPad="True" style="width:100;" TABLE="Toxicities" FIELD="ToxGrade" Runat="server" ID="ToxGrade_1"/></td>
			<td>
				<euc:EformHidden RecordId="1"  TABLE="Toxicities" FIELD="ToxDate" Runat="server" ID="ToxDate_1"/>
				<euc:EformTextBox RecordId="1" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Toxicities" FIELD="ToxDateText" Runat="server" ID="ToxDateText_1"/></td>
		  </tr>
		  
		  <tr>
			 <td class="controlBoxDataGridTitleColumn">
				<euc:EformCheckBox Text="Urinary Toxicity" RecordId="2" TABLE="Toxicities" FIELD="ToxName" Runat="server" ID="ToxName_2"/>&nbsp;</td>
			<td>
				<euc:EformTextBox RecordId="2" ShowNumberPad="True"	 style="width:100;" TABLE="Toxicities" FIELD="ToxGrade" Runat="server" ID="ToxGrade_2"/></td>
			<td>
				<euc:EformHidden RecordId="2"  TABLE="Toxicities" FIELD="ToxDate" Runat="server" ID="ToxDate_2"/>
				<euc:EformTextBox RecordId="2" ShowCalendar="True" CalcDate="True" style="width:100;" TABLE="Toxicities" FIELD="ToxDateText" Runat="server" ID="ToxDateText_2"/></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>

<br>

⌨️ 快捷键说明

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