📄 ordate.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ORDate.ascx.cs" Inherits="Caisis.UI.Modules.All.Eforms.ORDate" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="euc" Namespace="Caisis.UI.Core.Classes.CustomControls" Assembly="Caisis.UI" %>
<a name="ORDate" />
<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"> </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" width="120">Surgery Date
</td>
<td width="*">
<!-- SURGERIES : OR DATE -->
<euc:EformTextBox Runat="server"
ID="SurgDateText"
TABLE="Surgeries"
FIELD="SurgDateText"
ShowCalendar="True"
CalcDate="True"
class="InputText" />
<euc:EformHidden Runat="server" ID="SurgDate" Table="Surgeries" Field="SurgDate"></euc:EformHidden>
<br>
</td>
</tr>
</table></td>
<td><img src="../../Images/shim.gif" width="1" height="1" /></td>
</tr>
<tr>
<td valign="bottom"><img src="../../Images/EFormControlBottomLeft.gif" width="2" height="2" /></td>
<td> </td>
<td valign="bottom" align="right"><img src="../../Images/EFormControlBottomRight.gif" width="2" height="2" /></td>
</tr>
</table> <br/><br/><br/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -