urosurveyurinsexfunc.ascx.cs

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

CS
42
字号
namespace Caisis.UI.Modules.Prostate.PaperForms
{
	using System;
	using System.Data;
	using System.Drawing;
	using System.Web;
	using System.Web.UI.WebControls;
	using System.Web.UI.HtmlControls;

	using Caisis.UI.Core.Classes;

	/// <summary>
	///		Summary description for UroBladCystFU.
	/// </summary>
	public class UroSurveyUrinSexFunc : BasePaperFormControl
	{



		override protected void SetFormInfo()  
		{
			this._formName = "UroSurveyUrinSexFunc";
			this._formTitle = "Urology Urinary and Sexual Function Questionnaire";

		}


		override protected void OnInit(System.EventArgs e)
		{
			IsOnePageForm = true;

			if (this.Parent.Parent.GetType().ToString().IndexOf("HtmlGenericControl") < 0)
			{
				IsEmbeddedForm = true;
			}

			base.OnInit(e);
		}

	}
}

⌨️ 快捷键说明

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