categoriesform.ascx

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

ASCX
21
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CategoriesForm.ascx.cs" Inherits="Caisis.UI.Modules.All.DataEntryForms.CategoriesForm" 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="CategoryId" runat=server NAME="CategoryId"/>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="CategoryFld_PdLabel" Text="Category:" Field="Category" Required="Yes" runat=server /></td>
		<td><val:ComboBox Id="CategoryFld" RefBy="CategoryFld" runat=server /></td>
	</tr>
	<tr>
		<td class="pdFormFieldLabel"><val:PDLabel id="CategoryType_PdLabel" Text="Type:" Field="CategoryType" Required="Yes" runat=server /></td>
		<td><select id="CategoryType" class="pdFormField" runat=server NAME="CategoryType"/></td>
	</tr>
 
</table>

⌨️ 快捷键说明

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