private void m_mth(com.digitalwave.controls.ctlRichTextBox p_ctlSource)
        {
            iCare.CustomForm.clsExteriorFunctionInterface.m_ObjUserInfo       = clsEMRLogin.LoginInfo;
            iCare.CustomForm.clsExteriorFunctionInterface.s_ObjCurrentPatient = MDIParent.s_ObjCurrentPatient;
            int intSelectedStart = (p_ctlSource.SelectionStart < 0 ? p_ctlSource.Text.Length : p_ctlSource.SelectionStart);

            using (iCare.CustomForm.frmTextTemplate frm = new iCare.CustomForm.frmTextTemplate(p_ctlSource, this.Name, p_ctlSource.Name, intSelectedStart, m_dtmCreatedDate))
            {
                if (frm.ShowDialog() == DialogResult.OK)
                {
                    m_arlMinElementColValue.AddRange((clsMinElementValues[])frm.m_ArlTextTemplate.ToArray(typeof(clsMinElementValues)));
                }
            }
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_txtPREGNANTTEAM_CHR = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmdOK                = new PinkieControls.ButtonXP();
     this.m_cmdCancel            = new PinkieControls.ButtonXP();
     this.label1                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.m_txtMORNING_CHR       = new com.digitalwave.controls.ctlRichTextBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.m_txtMIDDAY_CHR        = new com.digitalwave.controls.ctlRichTextBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.m_txtQUICKENINGNUM_CHR = new com.digitalwave.controls.ctlRichTextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.m_txtEVENING_CHR       = new com.digitalwave.controls.ctlRichTextBox();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(32, -96);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(212, 96);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(16, 16);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(96, 16);
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(352, -56);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.Location = new System.Drawing.Point(248, -56);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(628, -120);
     this.lblSex.Size     = new System.Drawing.Size(48, 35);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(736, -120);
     this.lblAge.Size     = new System.Drawing.Size(52, 35);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(236, -112);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(224, -80);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(408, -112);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(580, -120);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(688, -120);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(32, -48);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(280, -144);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(116, 120);
     this.m_lsvInPatientID.Visible  = false;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(280, -88);
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(452, -120);
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(280, -120);
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(80, -56);
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(452, -96);
     this.m_lsvPatientName.Visible  = false;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(280, -96);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(80, -88);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(32, -80);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(704, -80);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(84, 48);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(196, -120);
     this.m_cmdNext.Size     = new System.Drawing.Size(24, 37);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(156, -120);
     this.m_cmdPre.Size     = new System.Drawing.Size(24, 37);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(272, -112);
     this.m_lblForTitle.Size     = new System.Drawing.Size(16, 39);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(59, 109);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     //
     // m_txtPREGNANTTEAM_CHR
     //
     this.m_txtPREGNANTTEAM_CHR.AccessibleDescription = "预产期";
     this.m_txtPREGNANTTEAM_CHR.BackColor             = System.Drawing.Color.White;
     this.m_txtPREGNANTTEAM_CHR.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtPREGNANTTEAM_CHR.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtPREGNANTTEAM_CHR.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtPREGNANTTEAM_CHR.Location                   = new System.Drawing.Point(400, 16);
     this.m_txtPREGNANTTEAM_CHR.m_BlnIgnoreUserInfo        = false;
     this.m_txtPREGNANTTEAM_CHR.m_BlnPartControl           = false;
     this.m_txtPREGNANTTEAM_CHR.m_BlnReadOnly              = false;
     this.m_txtPREGNANTTEAM_CHR.m_BlnUnderLineDST          = false;
     this.m_txtPREGNANTTEAM_CHR.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtPREGNANTTEAM_CHR.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtPREGNANTTEAM_CHR.m_IntCanModifyTime         = 6;
     this.m_txtPREGNANTTEAM_CHR.m_IntPartControlLength     = 0;
     this.m_txtPREGNANTTEAM_CHR.m_IntPartControlStartIndex = 0;
     this.m_txtPREGNANTTEAM_CHR.m_StrUserID                = "";
     this.m_txtPREGNANTTEAM_CHR.m_StrUserName              = "";
     this.m_txtPREGNANTTEAM_CHR.MaxLength                  = 8000;
     this.m_txtPREGNANTTEAM_CHR.Multiline                  = false;
     this.m_txtPREGNANTTEAM_CHR.Name                       = "m_txtPREGNANTTEAM_CHR";
     this.m_txtPREGNANTTEAM_CHR.Size                       = new System.Drawing.Size(104, 22);
     this.m_txtPREGNANTTEAM_CHR.TabIndex                   = 1113;
     this.m_txtPREGNANTTEAM_CHR.Text                       = "";
     //
     // m_cmdOK
     //
     this.m_cmdOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdOK.DefaultScheme = true;
     this.m_cmdOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdOK.Hint          = "";
     this.m_cmdOK.Location      = new System.Drawing.Point(600, 152);
     this.m_cmdOK.Name          = "m_cmdOK";
     this.m_cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOK.Size          = new System.Drawing.Size(64, 32);
     this.m_cmdOK.TabIndex      = 10000022;
     this.m_cmdOK.Text          = "保存";
     this.m_cmdOK.Click        += new System.EventHandler(this.m_cmdOK_Click);
     //
     // m_cmdCancel
     //
     this.m_cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdCancel.DefaultScheme = true;
     this.m_cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdCancel.Hint          = "";
     this.m_cmdCancel.Location      = new System.Drawing.Point(720, 152);
     this.m_cmdCancel.Name          = "m_cmdCancel";
     this.m_cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdCancel.Size          = new System.Drawing.Size(64, 32);
     this.m_cmdCancel.TabIndex      = 10000023;
     this.m_cmdCancel.Text          = "关闭";
     this.m_cmdCancel.Click        += new System.EventHandler(this.m_cmdCancel_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(360, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 14);
     this.label1.TabIndex = 10000026;
     this.label1.Text     = "孕周:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(56, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(35, 14);
     this.label2.TabIndex = 10000028;
     this.label2.Text     = "早:";
     //
     // m_txtMORNING_CHR
     //
     this.m_txtMORNING_CHR.AccessibleDescription = "早";
     this.m_txtMORNING_CHR.BackColor             = System.Drawing.Color.White;
     this.m_txtMORNING_CHR.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtMORNING_CHR.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtMORNING_CHR.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMORNING_CHR.Location                   = new System.Drawing.Point(96, 72);
     this.m_txtMORNING_CHR.m_BlnIgnoreUserInfo        = false;
     this.m_txtMORNING_CHR.m_BlnPartControl           = false;
     this.m_txtMORNING_CHR.m_BlnReadOnly              = false;
     this.m_txtMORNING_CHR.m_BlnUnderLineDST          = false;
     this.m_txtMORNING_CHR.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMORNING_CHR.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMORNING_CHR.m_IntCanModifyTime         = 6;
     this.m_txtMORNING_CHR.m_IntPartControlLength     = 0;
     this.m_txtMORNING_CHR.m_IntPartControlStartIndex = 0;
     this.m_txtMORNING_CHR.m_StrUserID                = "";
     this.m_txtMORNING_CHR.m_StrUserName              = "";
     this.m_txtMORNING_CHR.MaxLength                  = 8000;
     this.m_txtMORNING_CHR.Multiline                  = false;
     this.m_txtMORNING_CHR.Name                       = "m_txtMORNING_CHR";
     this.m_txtMORNING_CHR.Size                       = new System.Drawing.Size(104, 22);
     this.m_txtMORNING_CHR.TabIndex                   = 10000027;
     this.m_txtMORNING_CHR.Text                       = "";
     this.m_txtMORNING_CHR.Leave                     += new System.EventHandler(this.m_txtMORNING_CHR_Leave);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(216, 72);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(28, 14);
     this.label3.TabIndex = 10000030;
     this.label3.Text     = "中:";
     //
     // m_txtMIDDAY_CHR
     //
     this.m_txtMIDDAY_CHR.AccessibleDescription = "中";
     this.m_txtMIDDAY_CHR.BackColor             = System.Drawing.Color.White;
     this.m_txtMIDDAY_CHR.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtMIDDAY_CHR.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtMIDDAY_CHR.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMIDDAY_CHR.Location                   = new System.Drawing.Point(248, 72);
     this.m_txtMIDDAY_CHR.m_BlnIgnoreUserInfo        = false;
     this.m_txtMIDDAY_CHR.m_BlnPartControl           = false;
     this.m_txtMIDDAY_CHR.m_BlnReadOnly              = false;
     this.m_txtMIDDAY_CHR.m_BlnUnderLineDST          = false;
     this.m_txtMIDDAY_CHR.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMIDDAY_CHR.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMIDDAY_CHR.m_IntCanModifyTime         = 6;
     this.m_txtMIDDAY_CHR.m_IntPartControlLength     = 0;
     this.m_txtMIDDAY_CHR.m_IntPartControlStartIndex = 0;
     this.m_txtMIDDAY_CHR.m_StrUserID                = "";
     this.m_txtMIDDAY_CHR.m_StrUserName              = "";
     this.m_txtMIDDAY_CHR.MaxLength                  = 8000;
     this.m_txtMIDDAY_CHR.Multiline                  = false;
     this.m_txtMIDDAY_CHR.Name                       = "m_txtMIDDAY_CHR";
     this.m_txtMIDDAY_CHR.Size                       = new System.Drawing.Size(104, 22);
     this.m_txtMIDDAY_CHR.TabIndex                   = 10000029;
     this.m_txtMIDDAY_CHR.Text                       = "";
     this.m_txtMIDDAY_CHR.Leave                     += new System.EventHandler(this.m_txtMIDDAY_CHR_Leave);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(512, 72);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(98, 14);
     this.label4.TabIndex = 10000032;
     this.label4.Text     = "12小时胎动数:";
     //
     // m_txtQUICKENINGNUM_CHR
     //
     this.m_txtQUICKENINGNUM_CHR.AccessibleDescription = "孕周";
     this.m_txtQUICKENINGNUM_CHR.BackColor             = System.Drawing.Color.White;
     this.m_txtQUICKENINGNUM_CHR.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtQUICKENINGNUM_CHR.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtQUICKENINGNUM_CHR.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtQUICKENINGNUM_CHR.Location                   = new System.Drawing.Point(616, 72);
     this.m_txtQUICKENINGNUM_CHR.m_BlnIgnoreUserInfo        = false;
     this.m_txtQUICKENINGNUM_CHR.m_BlnPartControl           = false;
     this.m_txtQUICKENINGNUM_CHR.m_BlnReadOnly              = false;
     this.m_txtQUICKENINGNUM_CHR.m_BlnUnderLineDST          = false;
     this.m_txtQUICKENINGNUM_CHR.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtQUICKENINGNUM_CHR.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtQUICKENINGNUM_CHR.m_IntCanModifyTime         = 6;
     this.m_txtQUICKENINGNUM_CHR.m_IntPartControlLength     = 0;
     this.m_txtQUICKENINGNUM_CHR.m_IntPartControlStartIndex = 0;
     this.m_txtQUICKENINGNUM_CHR.m_StrUserID                = "";
     this.m_txtQUICKENINGNUM_CHR.m_StrUserName              = "";
     this.m_txtQUICKENINGNUM_CHR.MaxLength                  = 8000;
     this.m_txtQUICKENINGNUM_CHR.Multiline                  = false;
     this.m_txtQUICKENINGNUM_CHR.Name                       = "m_txtQUICKENINGNUM_CHR";
     this.m_txtQUICKENINGNUM_CHR.Size                       = new System.Drawing.Size(104, 22);
     this.m_txtQUICKENINGNUM_CHR.TabIndex                   = 10000031;
     this.m_txtQUICKENINGNUM_CHR.Text                       = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(368, 72);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(28, 14);
     this.label5.TabIndex = 10000034;
     this.label5.Text     = "晚:";
     //
     // m_txtEVENING_CHR
     //
     this.m_txtEVENING_CHR.AccessibleDescription = "晚";
     this.m_txtEVENING_CHR.BackColor             = System.Drawing.Color.White;
     this.m_txtEVENING_CHR.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtEVENING_CHR.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtEVENING_CHR.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtEVENING_CHR.Location                   = new System.Drawing.Point(400, 72);
     this.m_txtEVENING_CHR.m_BlnIgnoreUserInfo        = false;
     this.m_txtEVENING_CHR.m_BlnPartControl           = false;
     this.m_txtEVENING_CHR.m_BlnReadOnly              = false;
     this.m_txtEVENING_CHR.m_BlnUnderLineDST          = false;
     this.m_txtEVENING_CHR.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtEVENING_CHR.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtEVENING_CHR.m_IntCanModifyTime         = 6;
     this.m_txtEVENING_CHR.m_IntPartControlLength     = 0;
     this.m_txtEVENING_CHR.m_IntPartControlStartIndex = 0;
     this.m_txtEVENING_CHR.m_StrUserID                = "";
     this.m_txtEVENING_CHR.m_StrUserName              = "";
     this.m_txtEVENING_CHR.MaxLength                  = 8000;
     this.m_txtEVENING_CHR.Multiline                  = false;
     this.m_txtEVENING_CHR.Name                       = "m_txtEVENING_CHR";
     this.m_txtEVENING_CHR.Size                       = new System.Drawing.Size(104, 22);
     this.m_txtEVENING_CHR.TabIndex                   = 10000033;
     this.m_txtEVENING_CHR.Text                       = "";
     this.m_txtEVENING_CHR.Leave                     += new System.EventHandler(this.m_txtEVENING_CHR_Leave);
     //
     // frmQuickeningTutelar_AcadCon
     //
     this.AccessibleDescription = "12小时胎动数";
     this.ClientSize            = new System.Drawing.Size(808, 205);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.m_txtEVENING_CHR);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.m_txtQUICKENINGNUM_CHR);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_txtMIDDAY_CHR);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_txtMORNING_CHR);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_cmdOK);
     this.Controls.Add(this.m_cmdCancel);
     this.Controls.Add(this.m_txtPREGNANTTEAM_CHR);
     this.Name  = "frmQuickeningTutelar_AcadCon";
     this.Text  = "胎动监护表";
     this.Load += new System.EventHandler(this.frmICUNurseRecord_GXCon_Load);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_txtPREGNANTTEAM_CHR, 0);
     this.Controls.SetChildIndex(this.m_cmdCancel, 0);
     this.Controls.SetChildIndex(this.m_cmdOK, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 0);
     this.Controls.SetChildIndex(this.lblCreateDateTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.lblNameTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblAge, 0);
     this.Controls.SetChildIndex(this.lblSex, 0);
     this.Controls.SetChildIndex(this.m_txtPatientName, 0);
     this.Controls.SetChildIndex(this.m_txtBedNO, 0);
     this.Controls.SetChildIndex(this.m_cboArea, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.m_txtMORNING_CHR, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.m_txtMIDDAY_CHR, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.Controls.SetChildIndex(this.m_txtQUICKENINGNUM_CHR, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.m_txtEVENING_CHR, 0);
     this.Controls.SetChildIndex(this.label5, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }