Ejemplo n.º 1
0
        protected void m_mthSetRichTextBoxAttrib(Control p_objRichTextBox)
        {
            if (p_objRichTextBox.GetType().FullName == "com.digitalwave.controls.ctlRichTextBox")
            {
                com.digitalwave.controls.ctlRichTextBox objRichTextBox = (com.digitalwave.controls.ctlRichTextBox)p_objRichTextBox;

                objRichTextBox.m_StrUserID   = clsEMRLogin.LoginEmployee.m_strEMPID_CHR.Trim();
                objRichTextBox.m_StrUserName = clsEMRLogin.LoginEmployee.m_strLASTNAME_VCHR.Trim();

                objRichTextBox.m_ClrOldPartInsertText = Color.Black;
                objRichTextBox.m_ClrDST = Color.Red;
            }
        }
Ejemplo n.º 2
0
        /// <summary>
        /// 设置RichTextBox属性。(右键菜单、用户姓名、用户ID、颜色等)。
        /// </summary>
        /// <param name="p_objRichTextBox"></param>
        protected void m_mthSetRichTextBoxAttrib(com.digitalwave.controls.ctlRichTextBox p_objRichTextBox)
        {
            //m_objBorderTool.m_mthChangedControlsArrayBorder(new Control[]{	p_objRichTextBox });
            //设置右键菜单
//						p_objRichTextBox.ContextMenu=m_cmuRichTextBoxMenu;
            p_objRichTextBox.GotFocus += new EventHandler(m_txtRichTextBox_GotFocus);

            //			ctlRichTextBox.m_ClrDefaultViewText=Color.Black;

            //设置其他属性
            p_objRichTextBox.m_StrUserID            = MDIParent.OperatorID;
            p_objRichTextBox.m_StrUserName          = MDIParent.strOperatorName;
            p_objRichTextBox.m_ClrOldPartInsertText = Color.Black;
            p_objRichTextBox.m_ClrDST  = Color.Red;
            p_objRichTextBox.ForeColor = SystemColors.WindowText;
        }
Ejemplo n.º 3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.lblReferralTitle    = new System.Windows.Forms.Label();
     this.lblCaseHistoryTitle = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.m_txtCurePlan          = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtDiagnoseDiffe     = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtDiagnoseThe       = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtOriginalDiagnose  = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtMostlyContent     = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmdClose             = new PinkieControls.ButtonXP();
     this.cmdConfirm             = new PinkieControls.ButtonXP();
     this.m_cmdEmployeeSign      = new PinkieControls.ButtonXP();
     this.label1                 = new System.Windows.Forms.Label();
     this.lblInHospitalCaseTitle = new System.Windows.Forms.Label();
     this.lsvSign                = new System.Windows.Forms.ListView();
     this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(10, -90);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(9, 16);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(83, 16);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(528, -26);
     this.lblSex.Size     = new System.Drawing.Size(56, 21);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(648, -26);
     this.lblAge.Size     = new System.Drawing.Size(60, 21);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(275, -64);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(261, -27);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(476, -64);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(472, -26);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(592, -26);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(8, -34);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(105, -124);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(135, 119);
     this.m_lsvInPatientID.Visible  = false;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(327, -32);
     this.txtInPatientID.Size     = new System.Drawing.Size(135, 23);
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(527, -68);
     this.m_txtPatientName.Size     = new System.Drawing.Size(136, 23);
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(327, -68);
     this.m_txtBedNO.Size     = new System.Drawing.Size(135, 23);
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(64, -34);
     this.m_cboArea.Size     = new System.Drawing.Size(168, 23);
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(64, -124);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(136, 119);
     this.m_lsvPatientName.Visible  = false;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(41, -124);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(135, 119);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(72, -74);
     this.m_cboDept.Size     = new System.Drawing.Size(168, 23);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(8, -66);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(520, -38);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(98, 36);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(229, -68);
     this.m_cmdNext.Size     = new System.Drawing.Size(28, 24);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(182, -68);
     this.m_cmdPre.Size     = new System.Drawing.Size(28, 24);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(317, -64);
     this.m_lblForTitle.Size     = new System.Drawing.Size(19, 27);
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(0, 560);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(629, -32);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(10, -75);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     //
     // lblReferralTitle
     //
     this.lblReferralTitle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblReferralTitle.AutoSize  = true;
     this.lblReferralTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblReferralTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblReferralTitle.ForeColor = System.Drawing.Color.Black;
     this.lblReferralTitle.Location  = new System.Drawing.Point(8, 435);
     this.lblReferralTitle.Name      = "lblReferralTitle";
     this.lblReferralTitle.Size      = new System.Drawing.Size(70, 14);
     this.lblReferralTitle.TabIndex  = 10000056;
     this.lblReferralTitle.Text      = "鉴别诊断:";
     //
     // lblCaseHistoryTitle
     //
     this.lblCaseHistoryTitle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblCaseHistoryTitle.AutoSize  = true;
     this.lblCaseHistoryTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblCaseHistoryTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCaseHistoryTitle.ForeColor = System.Drawing.Color.Black;
     this.lblCaseHistoryTitle.Location  = new System.Drawing.Point(8, 360);
     this.lblCaseHistoryTitle.Name      = "lblCaseHistoryTitle";
     this.lblCaseHistoryTitle.Size      = new System.Drawing.Size(70, 14);
     this.lblCaseHistoryTitle.TabIndex  = 10000055;
     this.lblCaseHistoryTitle.Text      = "诊断依据:";
     //
     // label8
     //
     this.label8.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.SystemColors.Control;
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location  = new System.Drawing.Point(8, 273);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(70, 14);
     this.label8.TabIndex  = 10000054;
     this.label8.Text      = "初步诊断:";
     //
     // m_txtCurePlan
     //
     this.m_txtCurePlan.AccessibleDescription = "治疗计划";
     this.m_txtCurePlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCurePlan.BackColor                  = System.Drawing.Color.White;
     this.m_txtCurePlan.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtCurePlan.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtCurePlan.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtCurePlan.Location                   = new System.Drawing.Point(83, 500);
     this.m_txtCurePlan.m_BlnIgnoreUserInfo        = false;
     this.m_txtCurePlan.m_BlnPartControl           = false;
     this.m_txtCurePlan.m_BlnReadOnly              = false;
     this.m_txtCurePlan.m_BlnUnderLineDST          = false;
     this.m_txtCurePlan.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtCurePlan.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtCurePlan.m_IntCanModifyTime         = 6;
     this.m_txtCurePlan.m_IntPartControlLength     = 0;
     this.m_txtCurePlan.m_IntPartControlStartIndex = 0;
     this.m_txtCurePlan.m_StrUserID                = "";
     this.m_txtCurePlan.m_StrUserName              = "";
     this.m_txtCurePlan.Name                       = "m_txtCurePlan";
     this.m_txtCurePlan.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtCurePlan.Size                       = new System.Drawing.Size(805, 54);
     this.m_txtCurePlan.TabIndex                   = 10000052;
     this.m_txtCurePlan.Text                       = "";
     //
     // m_txtDiagnoseDiffe
     //
     this.m_txtDiagnoseDiffe.AccessibleDescription = "鉴别诊断";
     this.m_txtDiagnoseDiffe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDiagnoseDiffe.BackColor                  = System.Drawing.Color.White;
     this.m_txtDiagnoseDiffe.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDiagnoseDiffe.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtDiagnoseDiffe.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtDiagnoseDiffe.Location                   = new System.Drawing.Point(83, 435);
     this.m_txtDiagnoseDiffe.m_BlnIgnoreUserInfo        = false;
     this.m_txtDiagnoseDiffe.m_BlnPartControl           = false;
     this.m_txtDiagnoseDiffe.m_BlnReadOnly              = false;
     this.m_txtDiagnoseDiffe.m_BlnUnderLineDST          = false;
     this.m_txtDiagnoseDiffe.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtDiagnoseDiffe.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtDiagnoseDiffe.m_IntCanModifyTime         = 6;
     this.m_txtDiagnoseDiffe.m_IntPartControlLength     = 0;
     this.m_txtDiagnoseDiffe.m_IntPartControlStartIndex = 0;
     this.m_txtDiagnoseDiffe.m_StrUserID                = "";
     this.m_txtDiagnoseDiffe.m_StrUserName              = "";
     this.m_txtDiagnoseDiffe.Name                       = "m_txtDiagnoseDiffe";
     this.m_txtDiagnoseDiffe.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtDiagnoseDiffe.Size                       = new System.Drawing.Size(805, 59);
     this.m_txtDiagnoseDiffe.TabIndex                   = 10000051;
     this.m_txtDiagnoseDiffe.Text                       = "";
     //
     // m_txtDiagnoseThe
     //
     this.m_txtDiagnoseThe.AccessibleDescription = "诊断依据";
     this.m_txtDiagnoseThe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDiagnoseThe.BackColor                  = System.Drawing.Color.White;
     this.m_txtDiagnoseThe.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDiagnoseThe.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtDiagnoseThe.Location                   = new System.Drawing.Point(83, 360);
     this.m_txtDiagnoseThe.m_BlnIgnoreUserInfo        = false;
     this.m_txtDiagnoseThe.m_BlnPartControl           = false;
     this.m_txtDiagnoseThe.m_BlnReadOnly              = false;
     this.m_txtDiagnoseThe.m_BlnUnderLineDST          = false;
     this.m_txtDiagnoseThe.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtDiagnoseThe.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.m_IntCanModifyTime         = 6;
     this.m_txtDiagnoseThe.m_IntPartControlLength     = 0;
     this.m_txtDiagnoseThe.m_IntPartControlStartIndex = 0;
     this.m_txtDiagnoseThe.m_StrUserID                = "";
     this.m_txtDiagnoseThe.m_StrUserName              = "";
     this.m_txtDiagnoseThe.Name                       = "m_txtDiagnoseThe";
     this.m_txtDiagnoseThe.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtDiagnoseThe.Size                       = new System.Drawing.Size(805, 69);
     this.m_txtDiagnoseThe.TabIndex                   = 10000050;
     this.m_txtDiagnoseThe.Text                       = "";
     //
     // m_txtOriginalDiagnose
     //
     this.m_txtOriginalDiagnose.AccessibleDescription = "初步诊断";
     this.m_txtOriginalDiagnose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtOriginalDiagnose.BackColor                  = System.Drawing.Color.White;
     this.m_txtOriginalDiagnose.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtOriginalDiagnose.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtOriginalDiagnose.Location                   = new System.Drawing.Point(83, 273);
     this.m_txtOriginalDiagnose.m_BlnIgnoreUserInfo        = false;
     this.m_txtOriginalDiagnose.m_BlnPartControl           = false;
     this.m_txtOriginalDiagnose.m_BlnReadOnly              = false;
     this.m_txtOriginalDiagnose.m_BlnUnderLineDST          = false;
     this.m_txtOriginalDiagnose.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtOriginalDiagnose.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.m_IntCanModifyTime         = 6;
     this.m_txtOriginalDiagnose.m_IntPartControlLength     = 0;
     this.m_txtOriginalDiagnose.m_IntPartControlStartIndex = 0;
     this.m_txtOriginalDiagnose.m_StrUserID                = "";
     this.m_txtOriginalDiagnose.m_StrUserName              = "";
     this.m_txtOriginalDiagnose.Name                       = "m_txtOriginalDiagnose";
     this.m_txtOriginalDiagnose.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtOriginalDiagnose.Size                       = new System.Drawing.Size(805, 81);
     this.m_txtOriginalDiagnose.TabIndex                   = 10000049;
     this.m_txtOriginalDiagnose.Text                       = "";
     //
     // m_txtMostlyContent
     //
     this.m_txtMostlyContent.AccessibleDescription = "主要内容";
     this.m_txtMostlyContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtMostlyContent.BackColor                  = System.Drawing.Color.White;
     this.m_txtMostlyContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtMostlyContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtMostlyContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMostlyContent.Location                   = new System.Drawing.Point(83, 47);
     this.m_txtMostlyContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtMostlyContent.m_BlnPartControl           = false;
     this.m_txtMostlyContent.m_BlnReadOnly              = false;
     this.m_txtMostlyContent.m_BlnUnderLineDST          = false;
     this.m_txtMostlyContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMostlyContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMostlyContent.m_IntCanModifyTime         = 6;
     this.m_txtMostlyContent.m_IntPartControlLength     = 0;
     this.m_txtMostlyContent.m_IntPartControlStartIndex = 0;
     this.m_txtMostlyContent.m_StrUserID                = "";
     this.m_txtMostlyContent.m_StrUserName              = "";
     this.m_txtMostlyContent.Name                       = "m_txtMostlyContent";
     this.m_txtMostlyContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtMostlyContent.Size                       = new System.Drawing.Size(805, 220);
     this.m_txtMostlyContent.TabIndex                   = 10000048;
     this.m_txtMostlyContent.Text                       = "";
     //
     // m_cmdClose
     //
     this.m_cmdClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdClose.DefaultScheme = true;
     this.m_cmdClose.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdClose.Hint          = "";
     this.m_cmdClose.Location      = new System.Drawing.Point(808, 560);
     this.m_cmdClose.Name          = "m_cmdClose";
     this.m_cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClose.Size          = new System.Drawing.Size(80, 30);
     this.m_cmdClose.TabIndex      = 10000066;
     this.m_cmdClose.Text          = "取消";
     this.m_cmdClose.Click        += new System.EventHandler(this.m_cmdClose_Click);
     //
     // cmdConfirm
     //
     this.cmdConfirm.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(712, 560);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(80, 30);
     this.cmdConfirm.TabIndex      = 10000065;
     this.cmdConfirm.Text          = "确定";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // m_cmdEmployeeSign
     //
     this.m_cmdEmployeeSign.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_cmdEmployeeSign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdEmployeeSign.DefaultScheme = true;
     this.m_cmdEmployeeSign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdEmployeeSign.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdEmployeeSign.Hint          = "";
     this.m_cmdEmployeeSign.Location      = new System.Drawing.Point(80, 560);
     this.m_cmdEmployeeSign.Name          = "m_cmdEmployeeSign";
     this.m_cmdEmployeeSign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdEmployeeSign.Size          = new System.Drawing.Size(76, 30);
     this.m_cmdEmployeeSign.TabIndex      = 10000067;
     this.m_cmdEmployeeSign.Tag           = "1";
     this.m_cmdEmployeeSign.Text          = "签名:";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(8, 500);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 10000057;
     this.label1.Text      = "治疗计划:";
     //
     // lblInHospitalCaseTitle
     //
     this.lblInHospitalCaseTitle.AccessibleDescription = "";
     this.lblInHospitalCaseTitle.AutoSize  = true;
     this.lblInHospitalCaseTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblInHospitalCaseTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblInHospitalCaseTitle.ForeColor = System.Drawing.Color.Black;
     this.lblInHospitalCaseTitle.Location  = new System.Drawing.Point(8, 47);
     this.lblInHospitalCaseTitle.Name      = "lblInHospitalCaseTitle";
     this.lblInHospitalCaseTitle.Size      = new System.Drawing.Size(70, 14);
     this.lblInHospitalCaseTitle.TabIndex  = 10000053;
     this.lblInHospitalCaseTitle.Text      = "主要内容:";
     //
     // lsvSign
     //
     this.lsvSign.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.lsvSign.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lsvSign.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.lsvSign.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvSign.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvSign.Location    = new System.Drawing.Point(160, 560);
     this.lsvSign.MultiSelect = false;
     this.lsvSign.Name        = "lsvSign";
     this.lsvSign.Size        = new System.Drawing.Size(528, 28);
     this.lsvSign.TabIndex    = 10000068;
     this.lsvSign.UseCompatibleStateImageBehavior = false;
     this.lsvSign.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 50;
     //
     // frmFirstIllnessNote
     //
     this.ClientSize = new System.Drawing.Size(904, 621);
     this.Controls.Add(this.lsvSign);
     this.Controls.Add(this.m_cmdEmployeeSign);
     this.Controls.Add(this.m_cmdClose);
     this.Controls.Add(this.cmdConfirm);
     this.Controls.Add(this.lblReferralTitle);
     this.Controls.Add(this.lblCaseHistoryTitle);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_txtCurePlan);
     this.Controls.Add(this.m_txtDiagnoseDiffe);
     this.Controls.Add(this.m_txtDiagnoseThe);
     this.Controls.Add(this.m_txtOriginalDiagnose);
     this.Controls.Add(this.m_txtMostlyContent);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblInHospitalCaseTitle);
     this.Name = "frmFirstIllnessNote";
     this.Text = "首次病程记录";
     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_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.lblInHospitalCaseTitle, 0);
     this.Controls.SetChildIndex(this.label1, 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_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.m_txtMostlyContent, 0);
     this.Controls.SetChildIndex(this.m_txtOriginalDiagnose, 0);
     this.Controls.SetChildIndex(this.m_txtDiagnoseThe, 0);
     this.Controls.SetChildIndex(this.m_txtDiagnoseDiffe, 0);
     this.Controls.SetChildIndex(this.m_txtCurePlan, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.lblCaseHistoryTitle, 0);
     this.Controls.SetChildIndex(this.lblReferralTitle, 0);
     this.Controls.SetChildIndex(this.cmdConfirm, 0);
     this.Controls.SetChildIndex(this.m_cmdClose, 0);
     this.Controls.SetChildIndex(this.m_cmdEmployeeSign, 0);
     this.Controls.SetChildIndex(this.lsvSign, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.lblEmployeeSign       = new System.Windows.Forms.Label();
     this.m_lsvEmployee         = new System.Windows.Forms.ListView();
     this.columnHeader6         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7         = new System.Windows.Forms.ColumnHeader();
     this.lblRecordContentTitle = new System.Windows.Forms.Label();
     this.m_txtRecordContent    = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmdOK       = new PinkieControls.ButtonXP();
     this.m_cmdCancel   = new PinkieControls.ButtonXP();
     this.m_ttpTextInfo = new System.Windows.Forms.ToolTip(this.components);
     this.cmdSign       = new PinkieControls.ButtonXP();
     this.txtSign       = new System.Windows.Forms.TextBox();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(546, -5);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(3, 3);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(10, 14);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(84, 14);
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(484, -21);
     this.m_dtpGetDataTime.Size     = new System.Drawing.Size(3, 22);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.AutoSize = false;
     this.m_lblGetDataTime.Location = new System.Drawing.Point(600, 46);
     this.m_lblGetDataTime.Size     = new System.Drawing.Size(3, 3);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(542, -19);
     this.lblSex.Size     = new System.Drawing.Size(3, 3);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(526, 48);
     this.lblAge.Size     = new System.Drawing.Size(3, 6);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.AutoSize = false;
     this.lblBedNoTitle.Location = new System.Drawing.Point(490, -21);
     this.lblBedNoTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.AutoSize = false;
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(386, -19);
     this.lblInHospitalNoTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.AutoSize = false;
     this.lblNameTitle.Location = new System.Drawing.Point(478, -23);
     this.lblNameTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.AutoSize = false;
     this.lblSexTitle.Location = new System.Drawing.Point(486, -19);
     this.lblSexTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.AutoSize = false;
     this.lblAgeTitle.Location = new System.Drawing.Point(612, -19);
     this.lblAgeTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.AutoSize = false;
     this.lblAreaTitle.Location = new System.Drawing.Point(498, -31);
     this.lblAreaTitle.Size     = new System.Drawing.Size(3, 3);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(478, 54);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(135, 119);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(526, -17);
     this.txtInPatientID.Size     = new System.Drawing.Size(3, 23);
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(529, -27);
     this.m_txtPatientName.Size     = new System.Drawing.Size(3, 23);
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(406, -27);
     this.m_txtBedNO.Size     = new System.Drawing.Size(3, 23);
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(544, -17);
     this.m_cboArea.Size     = new System.Drawing.Size(3, 23);
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(334, 50);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(136, 119);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(478, 14);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(135, 119);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(554, -23);
     this.m_cboDept.Size     = new System.Drawing.Size(3, 23);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.AutoSize = false;
     this.lblDept.Location = new System.Drawing.Point(488, -17);
     this.lblDept.Size     = new System.Drawing.Size(3, 3);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(574, 14);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(98, 36);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(438, -27);
     this.m_cmdNext.Size     = new System.Drawing.Size(28, 24);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(376, -21);
     this.m_cmdPre.Size     = new System.Drawing.Size(28, 24);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(594, -19);
     this.m_lblForTitle.Size     = new System.Drawing.Size(3, 3);
     this.m_lblForTitle.Visible  = true;
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(463, -50);
     this.m_tipMain.SetToolTip(this.m_cmdModifyPatientInfo, "点击查看和修改患者详细信息(快捷键Alt+P)");
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     //
     // lblEmployeeSign
     //
     this.lblEmployeeSign.AutoSize  = true;
     this.lblEmployeeSign.BackColor = System.Drawing.SystemColors.Control;
     this.lblEmployeeSign.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblEmployeeSign.ForeColor = System.Drawing.SystemColors.WindowText;
     this.lblEmployeeSign.Location  = new System.Drawing.Point(200, 382);
     this.lblEmployeeSign.Name      = "lblEmployeeSign";
     this.lblEmployeeSign.Size      = new System.Drawing.Size(42, 14);
     this.lblEmployeeSign.TabIndex  = 10000028;
     this.lblEmployeeSign.Text      = "签名:";
     this.lblEmployeeSign.Visible   = false;
     //
     // m_lsvEmployee
     //
     this.m_lsvEmployee.BackColor   = System.Drawing.Color.White;
     this.m_lsvEmployee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lsvEmployee.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader7
     });
     this.m_lsvEmployee.Font          = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lsvEmployee.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.m_lsvEmployee.FullRowSelect = true;
     this.m_lsvEmployee.GridLines     = true;
     this.m_lsvEmployee.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_lsvEmployee.Location      = new System.Drawing.Point(86, 254);
     this.m_lsvEmployee.Name          = "m_lsvEmployee";
     this.m_lsvEmployee.Size          = new System.Drawing.Size(119, 120);
     this.m_lsvEmployee.TabIndex      = 10000027;
     this.m_lsvEmployee.UseCompatibleStateImageBehavior = false;
     this.m_lsvEmployee.View    = System.Windows.Forms.View.Details;
     this.m_lsvEmployee.Visible = false;
     //
     // columnHeader6
     //
     this.columnHeader6.Width = 0;
     //
     // columnHeader7
     //
     this.columnHeader7.Width = 100;
     //
     // lblRecordContentTitle
     //
     this.lblRecordContentTitle.AutoSize  = true;
     this.lblRecordContentTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblRecordContentTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblRecordContentTitle.ForeColor = System.Drawing.SystemColors.WindowText;
     this.lblRecordContentTitle.Location  = new System.Drawing.Point(9, 41);
     this.lblRecordContentTitle.Name      = "lblRecordContentTitle";
     this.lblRecordContentTitle.Size      = new System.Drawing.Size(70, 14);
     this.lblRecordContentTitle.TabIndex  = 10000024;
     this.lblRecordContentTitle.Text      = "记录内容:";
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "记录内容";
     this.m_txtRecordContent.BackColor             = System.Drawing.Color.White;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtRecordContent.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(9, 68);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(771, 298);
     this.m_txtRecordContent.TabIndex                   = 15;
     this.m_txtRecordContent.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(602, 376);
     this.m_cmdOK.Name          = "m_cmdOK";
     this.m_cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOK.Size          = new System.Drawing.Size(74, 36);
     this.m_cmdOK.TabIndex      = 25;
     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(696, 376);
     this.m_cmdCancel.Name          = "m_cmdCancel";
     this.m_cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdCancel.Size          = new System.Drawing.Size(75, 36);
     this.m_cmdCancel.TabIndex      = 30;
     this.m_cmdCancel.Text          = "取消";
     this.m_cmdCancel.Click        += new System.EventHandler(this.m_cmdCancel_Click);
     //
     // m_ttpTextInfo
     //
     this.m_ttpTextInfo.AutomaticDelay = 200;
     //
     // cmdSign
     //
     this.cmdSign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdSign.DefaultScheme = true;
     this.cmdSign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdSign.Hint          = "";
     this.cmdSign.Location      = new System.Drawing.Point(9, 375);
     this.cmdSign.Name          = "cmdSign";
     this.cmdSign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdSign.Size          = new System.Drawing.Size(74, 26);
     this.cmdSign.TabIndex      = 25;
     this.cmdSign.Text          = "签名:";
     //
     // txtSign
     //
     this.txtSign.AccessibleDescription = "签名";
     this.txtSign.Location = new System.Drawing.Point(86, 376);
     this.txtSign.Name     = "txtSign";
     this.txtSign.Size     = new System.Drawing.Size(181, 23);
     this.txtSign.TabIndex = 10000029;
     //
     // frmIntensiveTend_FContent
     //
     this.AccessibleDescription = "病情、护理措施、效果";
     this.ClientSize            = new System.Drawing.Size(796, 425);
     this.Controls.Add(this.lblEmployeeSign);
     this.Controls.Add(this.lblRecordContentTitle);
     this.Controls.Add(this.m_cmdOK);
     this.Controls.Add(this.m_cmdCancel);
     this.Controls.Add(this.m_lsvEmployee);
     this.Controls.Add(this.m_txtRecordContent);
     this.Controls.Add(this.txtSign);
     this.Controls.Add(this.cmdSign);
     this.MaximizeBox = false;
     this.Name        = "frmIntensiveTend_FContent";
     this.Text        = "病情、护理措施、效果及签名";
     this.Load       += new System.EventHandler(this.frmIntensiveTend_FContent_Load);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 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.lblSex, 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.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.lblNameTitle, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.cmdSign, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.lblCreateDateTitle, 0);
     this.Controls.SetChildIndex(this.txtSign, 0);
     this.Controls.SetChildIndex(this.m_txtRecordContent, 0);
     this.Controls.SetChildIndex(this.m_lsvEmployee, 0);
     this.Controls.SetChildIndex(this.m_cmdCancel, 0);
     this.Controls.SetChildIndex(this.m_cmdOK, 0);
     this.Controls.SetChildIndex(this.lblRecordContentTitle, 0);
     this.Controls.SetChildIndex(this.lblEmployeeSign, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.lblAge, 0);
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="p_ctlTextBox"></param>
 protected void m_mthAddRichTextInfo(com.digitalwave.controls.ctlRichTextBox p_ctlTextBox)
 {
     p_ctlTextBox.m_evtMouseEnterDeleteText += new EventHandler(m_mthHandleMouseEnterDeleteText);
     p_ctlTextBox.m_evtMouseEnterInsertText += new EventHandler(m_mthHandleMouseEnterInsertText);
     p_ctlTextBox.MouseLeave += new EventHandler(m_mthHandleMouseLeaveControl);
 }
Ejemplo n.º 6
0
 private com.digitalwave.controls.ctlRichTextBox m_txtFocusedRichTextBox = null;      //存放当前获得焦点的RichTextBox
 private void m_txtRichTextBox_GotFocus(object sender, System.EventArgs e)
 {
     m_txtFocusedRichTextBox = ((com.digitalwave.controls.ctlRichTextBox)(sender));
 }
Ejemplo n.º 7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAllergichint));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.txtInfo     = new com.digitalwave.controls.ctlRichTextBox();
     this.panel1      = new System.Windows.Forms.Panel();
     this.m_cmdClose  = new System.Windows.Forms.Button();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label1      = new System.Windows.Forms.Label();
     this.toolTip1    = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Cursor   = System.Windows.Forms.Cursors.Arrow;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(24, 24);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // txtInfo
     //
     this.txtInfo.BackColor                  = System.Drawing.Color.White;
     this.txtInfo.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.txtInfo.Location                   = new System.Drawing.Point(32, 24);
     this.txtInfo.m_BlnIgnoreUserInfo        = true;
     this.txtInfo.m_BlnPartControl           = false;
     this.txtInfo.m_BlnReadOnly              = true;
     this.txtInfo.m_BlnUnderLineDST          = false;
     this.txtInfo.m_ClrDST                   = System.Drawing.Color.Red;
     this.txtInfo.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.txtInfo.m_IntCanModifyTime         = 500;
     this.txtInfo.m_IntPartControlLength     = 0;
     this.txtInfo.m_IntPartControlStartIndex = 0;
     this.txtInfo.m_StrUserID                = "";
     this.txtInfo.m_StrUserName              = "";
     this.txtInfo.Name     = "txtInfo";
     this.txtInfo.ReadOnly = true;
     this.txtInfo.Size     = new System.Drawing.Size(182, 32);
     this.txtInfo.TabIndex = 0;
     this.txtInfo.TabStop  = false;
     this.txtInfo.Text     = "dsfdsfdfdgdfg234234234234234sfsdfsdfsdffdfdfdfdffasdferer";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.m_cmdClose);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.txtInfo);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Location = new System.Drawing.Point(1, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(217, 59);
     this.panel1.TabIndex = 2;
     //
     // m_cmdClose
     //
     this.m_cmdClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.m_cmdClose.ForeColor = System.Drawing.Color.Transparent;
     this.m_cmdClose.Location  = new System.Drawing.Point(144, -24);
     this.m_cmdClose.Name      = "m_cmdClose";
     this.m_cmdClose.Size      = new System.Drawing.Size(36, 16);
     this.m_cmdClose.TabIndex  = 4;
     this.m_cmdClose.Text      = "close(&G)";
     this.m_cmdClose.Click    += new System.EventHandler(this.m_cmdClose_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(198, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(19, 18);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     this.toolTip1.SetToolTip(this.pictureBox2, "关闭");
     this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(32, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 15);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "过敏信息:";
     //
     // frmAllergichint
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(134)))), ((int)(((byte)(222)))));
     this.ClientSize        = new System.Drawing.Size(219, 61);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAllergichint";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "过敏提示窗口";
     this.TopMost         = true;
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmAllergichint_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblTitle3          = new System.Windows.Forms.Label();
     this.m_txtRecordContent = new com.digitalwave.controls.ctlRichTextBox();
     this.cmdConfirm         = new PinkieControls.ButtonXP();
     this.cmdCancel          = new PinkieControls.ButtonXP();
     this.m_mniThreeMeasure  = new System.Windows.Forms.MenuItem();
     this.m_mniTemplature    = new System.Windows.Forms.MenuItem();
     this.m_mniPulse         = new System.Windows.Forms.MenuItem();
     this.m_mniBreath        = new System.Windows.Forms.MenuItem();
     this.m_mniPressure      = new System.Windows.Forms.MenuItem();
     this.txtSign            = new System.Windows.Forms.TextBox();
     this.m_cmbsign          = new PinkieControls.ButtonXP();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(332, 84);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(212, 56);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(28, 120);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(112, 116);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(452, 44);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(560, 44);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Visible = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Visible = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Visible = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(404, 44);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(512, 44);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Visible = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(455, 364);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Visible = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Visible = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Visible = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Visible = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(374, 364);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(330, 362);
     //
     // m_cboDept
     //
     this.m_cboDept.Visible = false;
     //
     // lblDept
     //
     this.lblDept.Visible = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(671, 84);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Text = "一般护理记录";
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(208, 364);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(610, 9);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(31, 7);
     this.m_pnlNewBase.Size     = new System.Drawing.Size(746, 60);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     this.m_ctlPatientInfo.Size = new System.Drawing.Size(744, 29);
     //
     // lblTitle3
     //
     this.lblTitle3.AutoSize = true;
     this.lblTitle3.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTitle3.Location = new System.Drawing.Point(28, 152);
     this.lblTitle3.Name     = "lblTitle3";
     this.lblTitle3.Size     = new System.Drawing.Size(80, 16);
     this.lblTitle3.TabIndex = 6077;
     this.lblTitle3.Text     = "记录内容:";
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "记录内容";
     this.m_txtRecordContent.BackColor             = System.Drawing.Color.White;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtRecordContent.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(28, 176);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(727, 160);
     this.m_txtRecordContent.TabIndex                   = 100;
     this.m_txtRecordContent.Text                       = "";
     //
     // cmdConfirm
     //
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(592, 357);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(74, 32);
     this.cmdConfirm.TabIndex      = 300;
     this.cmdConfirm.Text          = "保存(&Y)";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdCancel.DefaultScheme = true;
     this.cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Hint          = "";
     this.cmdCancel.Location      = new System.Drawing.Point(682, 356);
     this.cmdCancel.Name          = "cmdCancel";
     this.cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancel.Size          = new System.Drawing.Size(74, 32);
     this.cmdCancel.TabIndex      = 400;
     this.cmdCancel.Text          = "关闭(&C)";
     this.cmdCancel.Click        += new System.EventHandler(this.cmdCancel_Click);
     //
     // m_mniThreeMeasure
     //
     this.m_mniThreeMeasure.Index = -1;
     this.m_mniThreeMeasure.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_mniTemplature,
         this.m_mniPulse,
         this.m_mniBreath,
         this.m_mniPressure
     });
     this.m_mniThreeMeasure.Text = "三测表数据";
     //
     // m_mniTemplature
     //
     this.m_mniTemplature.Index = 0;
     this.m_mniTemplature.Text  = "体温";
     //
     // m_mniPulse
     //
     this.m_mniPulse.Index = 1;
     this.m_mniPulse.Text  = "脉搏";
     //
     // m_mniBreath
     //
     this.m_mniBreath.Index = 2;
     this.m_mniBreath.Text  = "呼吸";
     //
     // m_mniPressure
     //
     this.m_mniPressure.Index = 3;
     this.m_mniPressure.Text  = "血压";
     //
     // txtSign
     //
     this.txtSign.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSign.Enabled     = false;
     this.txtSign.Location    = new System.Drawing.Point(96, 362);
     this.txtSign.Name        = "txtSign";
     this.txtSign.Size        = new System.Drawing.Size(106, 23);
     this.txtSign.TabIndex    = 10000028;
     //
     // m_cmbsign
     //
     this.m_cmbsign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmbsign.DefaultScheme = true;
     this.m_cmbsign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmbsign.Hint          = "";
     this.m_cmbsign.Location      = new System.Drawing.Point(28, 356);
     this.m_cmbsign.Name          = "m_cmbsign";
     this.m_cmbsign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmbsign.Size          = new System.Drawing.Size(64, 32);
     this.m_cmbsign.TabIndex      = 5;
     this.m_cmbsign.Text          = "签名(&S)";
     //
     // frmGeneralNurseRecord
     //
     this.AccessibleDescription = "一般护理记录";
     this.CancelButton          = this.cmdCancel;
     this.ClientSize            = new System.Drawing.Size(792, 406);
     this.Controls.Add(this.txtSign);
     this.Controls.Add(this.m_cmbsign);
     this.Controls.Add(this.lblTitle3);
     this.Controls.Add(this.cmdConfirm);
     this.Controls.Add(this.m_txtRecordContent);
     this.Controls.Add(this.cmdCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmGeneralNurseRecord";
     this.Text            = "一般护理记录";
     this.Load           += new System.EventHandler(this.frmGeneralNurseRecord_Load);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.cmdCancel, 0);
     this.Controls.SetChildIndex(this.m_txtRecordContent, 0);
     this.Controls.SetChildIndex(this.cmdConfirm, 0);
     this.Controls.SetChildIndex(this.lblTitle3, 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.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 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_cmbsign, 0);
     this.Controls.SetChildIndex(this.txtSign, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBreakInput));
     this.txtname             = new System.Windows.Forms.TextBox();
     this.txtNo               = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.m_txtBreakReMark    = new com.digitalwave.controls.ctlRichTextBox();
     this.contextMenu1        = new System.Windows.Forms.ContextMenu();
     this.menu_Template       = new System.Windows.Forms.MenuItem();
     this.menu_CreatTemplate  = new System.Windows.Forms.MenuItem();
     this.menu_changeTemplate = new System.Windows.Forms.MenuItem();
     this.menu_Cut            = new System.Windows.Forms.MenuItem();
     this.menu_Copy           = new System.Windows.Forms.MenuItem();
     this.menuI_Paste         = new System.Windows.Forms.MenuItem();
     this.menuI_Undo          = new System.Windows.Forms.MenuItem();
     this.btnEsc              = new PinkieControls.ButtonXP();
     this.btnBreak            = new PinkieControls.ButtonXP();
     this.SuspendLayout();
     //
     // txtname
     //
     this.txtname.Enabled  = false;
     this.txtname.Location = new System.Drawing.Point(104, 62);
     this.txtname.Name     = "txtname";
     this.txtname.Size     = new System.Drawing.Size(192, 23);
     this.txtname.TabIndex = 4;
     //
     // txtNo
     //
     this.txtNo.Location  = new System.Drawing.Point(104, 22);
     this.txtNo.Name      = "txtNo";
     this.txtNo.Size      = new System.Drawing.Size(192, 23);
     this.txtNo.TabIndex  = 3;
     this.txtNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNo_KeyPress);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(12, 23);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(105, 23);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "员工工号:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(12, 61);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(105, 23);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "员工名称:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(12, 97);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(105, 23);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "退回原因:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label3.Click    += new System.EventHandler(this.label3_Click);
     //
     // m_txtBreakReMark
     //
     this.m_txtBreakReMark.BorderStyle                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtBreakReMark.ContextMenu                = this.contextMenu1;
     this.m_txtBreakReMark.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtBreakReMark.Location                   = new System.Drawing.Point(104, 102);
     this.m_txtBreakReMark.m_BlnIgnoreUserInfo        = true;
     this.m_txtBreakReMark.m_BlnPartControl           = false;
     this.m_txtBreakReMark.m_BlnReadOnly              = false;
     this.m_txtBreakReMark.m_BlnUnderLineDST          = false;
     this.m_txtBreakReMark.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtBreakReMark.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtBreakReMark.m_IntCanModifyTime         = 500;
     this.m_txtBreakReMark.m_IntPartControlLength     = 0;
     this.m_txtBreakReMark.m_IntPartControlStartIndex = 0;
     this.m_txtBreakReMark.m_StrUserID                = "";
     this.m_txtBreakReMark.m_StrUserName              = "";
     this.m_txtBreakReMark.Name     = "m_txtBreakReMark";
     this.m_txtBreakReMark.Size     = new System.Drawing.Size(192, 104);
     this.m_txtBreakReMark.TabIndex = 12;
     this.m_txtBreakReMark.Text     = "";
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_Template,
         this.menu_Cut,
         this.menu_Copy,
         this.menuI_Paste,
         this.menuI_Undo
     });
     //
     // menu_Template
     //
     this.menu_Template.Index = 0;
     this.menu_Template.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_CreatTemplate,
         this.menu_changeTemplate
     });
     this.menu_Template.Text = "模板维护";
     //
     // menu_CreatTemplate
     //
     this.menu_CreatTemplate.Index  = 0;
     this.menu_CreatTemplate.Text   = "生成模板";
     this.menu_CreatTemplate.Click += new System.EventHandler(this.menu_CreatTemplate_Click);
     //
     // menu_changeTemplate
     //
     this.menu_changeTemplate.Index  = 1;
     this.menu_changeTemplate.Text   = "修改模板";
     this.menu_changeTemplate.Click += new System.EventHandler(this.menu_changeTemplate_Click);
     //
     // menu_Cut
     //
     this.menu_Cut.Index    = 1;
     this.menu_Cut.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     this.menu_Cut.Text     = "剪切";
     this.menu_Cut.Click   += new System.EventHandler(this.menu_Cut_Click);
     //
     // menu_Copy
     //
     this.menu_Copy.Index    = 2;
     this.menu_Copy.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.menu_Copy.Text     = "复制";
     this.menu_Copy.Click   += new System.EventHandler(this.menu_Copy_Click);
     //
     // menuI_Paste
     //
     this.menuI_Paste.Index    = 3;
     this.menuI_Paste.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.menuI_Paste.Text     = "粘贴";
     this.menuI_Paste.Click   += new System.EventHandler(this.menuI_Paste_Click);
     //
     // menuI_Undo
     //
     this.menuI_Undo.Index    = 4;
     this.menuI_Undo.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     this.menuI_Undo.Text     = "撤消";
     this.menuI_Undo.Click   += new System.EventHandler(this.menuI_Undo_Click);
     //
     // btnEsc
     //
     this.btnEsc.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(240)))));
     this.btnEsc.DefaultScheme = true;
     this.btnEsc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(184, 224);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(88, 29);
     this.btnEsc.TabIndex      = 14;
     this.btnEsc.Text          = "取消(&C)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // btnBreak
     //
     this.btnBreak.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(240)))));
     this.btnBreak.DefaultScheme = true;
     this.btnBreak.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnBreak.Hint          = "";
     this.btnBreak.Location      = new System.Drawing.Point(74, 224);
     this.btnBreak.Name          = "btnBreak";
     this.btnBreak.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnBreak.Size          = new System.Drawing.Size(88, 29);
     this.btnBreak.TabIndex      = 13;
     this.btnBreak.Text          = "确定(&O)";
     this.btnBreak.Click        += new System.EventHandler(this.btnBreak_Click);
     //
     // frmBreakInput
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.Color.Ivory;
     this.ClientSize        = new System.Drawing.Size(328, 277);
     this.Controls.Add(this.btnEsc);
     this.Controls.Add(this.btnBreak);
     this.Controls.Add(this.m_txtBreakReMark);
     this.Controls.Add(this.txtname);
     this.Controls.Add(this.txtNo);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmBreakInput";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "退回处方";
     this.Load           += new System.EventHandler(this.frmBreakInput_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 10
0
        /// <summary>
        /// 选中双击事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void m_lsvItemList_DoubleClick(object sender, System.EventArgs e)
        {
            if (m_lsvItemList.Items.Count > 0 && m_lsvItemList.SelectedItems.Count > 0)
            {
//				if(m_BlnNeedVerify)
//				{
//					//					if(!m_blnCheckEmployeeSign(m_lsvItemList.SelectedItems[0].SubItems[0].Text,m_lsvItemList.SelectedItems[0].SubItems[1].Text))
//					//						return;
//				}

                #region 添加验证功能 modify by tfzhang at 2005-12-6 13:11
                if (m_BlnNeedVerify)
                {
                    string strReturnSetting = com.digitalwave.Emr.StaticObject.clsEMR_StaticObject.s_intGetEmrSettingValue("3002").ToString();
                    if (strReturnSetting != null)
                    {
                        //无需验证
                        if (strReturnSetting == "0")
                        {
                            //continue;
                        }
                        //密码验证
                        else if (strReturnSetting == "1")
                        {
                            if (!m_blnCheckEmployeeSign(m_lsvItemList.SelectedItems[0].SubItems[0].Text, m_lsvItemList.SelectedItems[0].SubItems[1].Text))
                            {
                                return;
                            }
                        }
                        //key盘验证
                        else if (strReturnSetting == "2")
                        {
                            if (!m_blnCheckEmployeeSignByKey(m_lsvItemList.SelectedItems[0].SubItems[0].Text, m_lsvItemList.SelectedItems[0].SubItems[1].Text))
                            {
                                return;
                            }
                        }
                    }
                }
                #endregion

                switch (m_objSelectedControl.GetType().FullName)
                {
                case "com.digitalwave.Utility.Controls.ctlRichTextBox":
                    ctlRichTextBox txtFocusTextBox = (ctlRichTextBox)m_objSelectedControl;
                    //						txtFocusTextBox.m_mthInsertText(m_lsvItemList.SelectedItems[0].SubItems[1].Text,txtFocusTextBox.Text.Length);
                    if (m_intType == (int)enmCommonUseValue.Anaesthesia_Plane || txtFocusTextBox.Name == "m_txtAttendPeople")
                    {
                        try
                        {
                            if (txtFocusTextBox.Name == "m_txtAttendPeople")
                            {
                                string strPanle = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                                if (txtFocusTextBox.Text.Trim() != "")
                                {
                                    strPanle = " " + strPanle;
                                }
                                txtFocusTextBox.m_mthInsertText(strPanle, txtFocusTextBox.Text.Length);
                            }
                            else
                            {
                                string strPanle = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                                if (txtFocusTextBox.Text.Trim() != "")
                                {
                                    strPanle = "~" + strPanle;
                                }
                                txtFocusTextBox.m_mthInsertText(strPanle, txtFocusTextBox.Text.Length);
                            }
                        }
                        catch (Exception)
                        {}
                    }
                    else
                    {
                        txtFocusTextBox.m_mthClearText();
                        txtFocusTextBox.m_mthInsertText(m_lsvItemList.SelectedItems[0].SubItems[1].Text, 0);
                    }
                    break;

                case "com.digitalwave.controls.ctlRichTextBox":
                    com.digitalwave.controls.ctlRichTextBox txtFocusTextBox1 = (com.digitalwave.controls.ctlRichTextBox)m_objSelectedControl;

                    if (m_intType == (int)enmCommonUseValue.Anaesthesia_Plane || txtFocusTextBox1.Name == "m_txtAttendPeople")
                    {
                        try
                        {
                            if (txtFocusTextBox1.Name == "m_txtAttendPeople")
                            {
                                string strPanle = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                                if (txtFocusTextBox1.Text.Trim() != "")
                                {
                                    strPanle = " " + strPanle;
                                }
                                txtFocusTextBox1.m_mthInsertText(strPanle, txtFocusTextBox1.Text.Length);
                            }
                            else
                            {
                                string strPanle = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                                if (txtFocusTextBox1.Text.Trim() != "")
                                {
                                    strPanle = "~" + strPanle;
                                }
                                txtFocusTextBox1.m_mthInsertText(strPanle, txtFocusTextBox1.Text.Length);
                            }
                        }
                        catch (Exception)
                        {}
                    }
                    else
                    {
                        txtFocusTextBox1.m_mthClearText();
                        txtFocusTextBox1.m_mthInsertText(m_lsvItemList.SelectedItems[0].SubItems[1].Text, 0);
                    }
                    break;

                case "System.Windows.Forms.TextBox":
                    TextBox txt = (TextBox)m_objSelectedControl;
                    txt.Text = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                    break;

                case "com.digitalwave.Utility.Controls.ctlBorderTextBox":
                    ctlBorderTextBox txt2 = (ctlBorderTextBox)m_objSelectedControl;
                    txt2.Text = m_lsvItemList.SelectedItems[0].SubItems[1].Text;
                    break;

                case "System.Windows.Forms.ListView":
                    ListView lsv = (ListView)m_objSelectedControl;
                    for (int i = 0; i < lsv.Items.Count; i++)
                    {
                        if (m_lsvItemList.SelectedItems[0].SubItems[1].Text == lsv.Items[i].SubItems[0].Text)                             //将对比名称重复改为对比名字而不是ID,因为手术记录单的护士可能没有ID
                        {
                            clsPublicFunction.ShowInformationMessageBox("对不起,员工不能重复,请重新选择!");
                            return;
                        }
                    }
                    ListViewItem lviNewItem = lsv.Items.Add(m_lsvItemList.SelectedItems[0].SubItems[1].Text);
                    lviNewItem.SubItems.Add(m_lsvItemList.SelectedItems[0].SubItems[0].Text);
                    break;
                }
                if (m_intType < 0 && m_objSelectedControl.GetType().Name != "ListView")
                {
                    string strFormName = m_objParentForm.Name;
                    if (strFormName != "frmInHospitalMainRecord" && strFormName != "frmConsultation" &&
                        strFormName != "frmCaseDiscuss" && strFormName != "frmDeadCaseDiscuss" &&
                        strFormName != "frmSaveRecord" && strFormName != "frmOutHospital" &&
                        strFormName != "frmBeforeOperationDiscuss" && strFormName != "frmCheckRoom" &&
                        strFormName != "frmConvey" && strFormName != "frmDeathRecord")
                    {
                        m_objSelectedControl.Tag = new clsEmployee(m_lsvItemList.SelectedItems[0].SubItems[0].Text);
                    }
                    else
                    {
                        m_objSelectedControl.Tag = m_lsvItemList.SelectedItems[0].SubItems[0].Text;
                    }
                }

                this.Close();
            }
        }
Ejemplo n.º 11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCaseHistorySummary));
     this.m_txtCaseHistorySummary = new com.digitalwave.controls.ctlRichTextBox();
     this.m_pnlContent.SuspendLayout();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_cmdCreateID
     //
     this.m_cmdCreateID.Location = new System.Drawing.Point(310, 145);
     this.m_cmdCreateID.Size     = new System.Drawing.Size(10, 28);
     this.m_cmdCreateID.Visible  = false;
     //
     // m_pnlContent
     //
     this.m_pnlContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.m_pnlContent.Controls.Add(this.m_txtCaseHistorySummary);
     this.m_pnlContent.Location = new System.Drawing.Point(1, 69);
     this.m_pnlContent.Size     = new System.Drawing.Size(836, 389);
     //
     // trvTime
     //
     this.trvTime.LineColor = System.Drawing.Color.Black;
     this.trvTime.Location  = new System.Drawing.Point(202, 123);
     this.trvTime.Size      = new System.Drawing.Size(10, 10);
     this.trvTime.Visible   = false;
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(246, 121);
     this.m_dtpCreateDate.Size     = new System.Drawing.Size(10, 22);
     this.m_dtpCreateDate.Visible  = false;
     //
     // lblCreateDate
     //
     this.lblCreateDate.Location = new System.Drawing.Point(199, 140);
     this.lblCreateDate.Visible  = false;
     //
     // lblNativePlace
     //
     this.lblNativePlace.Location = new System.Drawing.Point(-122, 172);
     this.lblNativePlace.Visible  = false;
     //
     // m_lblNativePlace
     //
     this.m_lblNativePlace.Location = new System.Drawing.Point(258, 165);
     this.m_lblNativePlace.Size     = new System.Drawing.Size(10, 24);
     this.m_lblNativePlace.Visible  = false;
     //
     // lblOccupation
     //
     this.lblOccupation.Location = new System.Drawing.Point(214, 140);
     this.lblOccupation.Visible  = false;
     //
     // m_lblOccupation
     //
     this.m_lblOccupation.Location = new System.Drawing.Point(254, 180);
     this.m_lblOccupation.Size     = new System.Drawing.Size(97, 24);
     this.m_lblOccupation.Visible  = false;
     //
     // m_lblMarriaged
     //
     this.m_lblMarriaged.Location = new System.Drawing.Point(246, 145);
     this.m_lblMarriaged.Visible  = false;
     //
     // lblMarriaged
     //
     this.lblMarriaged.Location = new System.Drawing.Point(-90, 140);
     this.lblMarriaged.Visible  = false;
     //
     // m_lblLinkMan
     //
     this.m_lblLinkMan.Location = new System.Drawing.Point(280, 174);
     this.m_lblLinkMan.Size     = new System.Drawing.Size(56, 10);
     this.m_lblLinkMan.Visible  = false;
     //
     // lblLinkMan
     //
     this.lblLinkMan.Location = new System.Drawing.Point(228, 129);
     this.lblLinkMan.Visible  = false;
     //
     // lblAddress
     //
     this.lblAddress.Location = new System.Drawing.Point(214, 172);
     this.lblAddress.Visible  = false;
     //
     // m_lblAddress
     //
     this.m_lblAddress.Location = new System.Drawing.Point(262, 202);
     this.m_lblAddress.Size     = new System.Drawing.Size(51, 24);
     this.m_lblAddress.Visible  = false;
     //
     // lblRepresentor
     //
     this.lblRepresentor.Location = new System.Drawing.Point(304, 136);
     this.lblRepresentor.Visible  = false;
     //
     // lblCredibility
     //
     this.lblCredibility.Location = new System.Drawing.Point(302, 116);
     this.lblCredibility.Visible  = false;
     //
     // m_cboRepresentor
     //
     this.m_cboRepresentor.Location = new System.Drawing.Point(296, 121);
     this.m_cboRepresentor.Size     = new System.Drawing.Size(10, 23);
     this.m_cboRepresentor.Visible  = false;
     //
     // m_cboCredibility
     //
     this.m_cboCredibility.Location = new System.Drawing.Point(300, 131);
     this.m_cboCredibility.Size     = new System.Drawing.Size(10, 23);
     this.m_cboCredibility.Visible  = false;
     //
     // m_lsvEmployee
     //
     this.m_lsvEmployee.Location = new System.Drawing.Point(194, 136);
     //
     // lsvSign
     //
     this.lsvSign.Visible = false;
     //
     // m_txtSign
     //
     this.m_txtSign.Location = new System.Drawing.Point(324, 94);
     this.m_txtSign.Size     = new System.Drawing.Size(10, 23);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(225, 158);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(201, 164);
     this.lblAge.Size     = new System.Drawing.Size(120, 24);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(268, 202);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(327, 149);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(254, 104);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(205, 144);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(271, 172);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(221, 158);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(258, 164);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(10, 24);
     this.m_lsvInPatientID.Visible  = false;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(227, 135);
     this.txtInPatientID.Size     = new System.Drawing.Size(10, 23);
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(311, 121);
     this.m_txtPatientName.Size     = new System.Drawing.Size(10, 23);
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(289, 165);
     this.m_txtBedNO.Size     = new System.Drawing.Size(10, 23);
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(253, 172);
     this.m_cboArea.Size     = new System.Drawing.Size(10, 23);
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(210, 158);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(10, 10);
     this.m_lsvPatientName.Visible  = false;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(258, 139);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(10, 10);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(253, 127);
     this.m_cboDept.Size     = new System.Drawing.Size(10, 23);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(214, 140);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(246, 162);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(10, 10);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(324, 176);
     this.m_cmdNext.Size     = new System.Drawing.Size(10, 24);
     this.m_cmdNext.Visible  = false;
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(253, 124);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(227, 123);
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(193, 124);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(762, 35);
     this.m_cmdModifyPatientInfo.Size     = new System.Drawing.Size(65, 28);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(1, 4);
     this.m_pnlNewBase.Size     = new System.Drawing.Size(793, 60);
     this.m_pnlNewBase.Visible  = true;
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowHomePlace   = true;
     this.m_ctlPatientInfo.m_BlnIsShowMarriage    = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowRace        = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     this.m_ctlPatientInfo.Size = new System.Drawing.Size(791, 29);
     //
     // m_txtCaseHistorySummary
     //
     this.m_txtCaseHistorySummary.AccessibleDescription = "病理摘要";
     this.m_txtCaseHistorySummary.BackColor             = System.Drawing.Color.White;
     this.m_txtCaseHistorySummary.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.m_txtCaseHistorySummary.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtCaseHistorySummary.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtCaseHistorySummary.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtCaseHistorySummary.Location                   = new System.Drawing.Point(0, 0);
     this.m_txtCaseHistorySummary.m_BlnIgnoreUserInfo        = false;
     this.m_txtCaseHistorySummary.m_BlnPartControl           = false;
     this.m_txtCaseHistorySummary.m_BlnReadOnly              = false;
     this.m_txtCaseHistorySummary.m_BlnUnderLineDST          = false;
     this.m_txtCaseHistorySummary.m_ClrDST                   = System.Drawing.Color.Black;
     this.m_txtCaseHistorySummary.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtCaseHistorySummary.m_IntCanModifyTime         = 2400;
     this.m_txtCaseHistorySummary.m_IntPartControlLength     = 0;
     this.m_txtCaseHistorySummary.m_IntPartControlStartIndex = 0;
     this.m_txtCaseHistorySummary.m_StrUserID                = "";
     this.m_txtCaseHistorySummary.m_StrUserName              = "";
     this.m_txtCaseHistorySummary.MaxLength                  = 600;
     this.m_txtCaseHistorySummary.Name                       = "m_txtCaseHistorySummary";
     this.m_txtCaseHistorySummary.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtCaseHistorySummary.Size                       = new System.Drawing.Size(836, 389);
     this.m_txtCaseHistorySummary.TabIndex                   = 1401;
     this.m_txtCaseHistorySummary.Text                       = "";
     //
     // frmCaseHistorySummary
     //
     this.AccessibleDescription = "病历摘要";
     this.ClientSize            = new System.Drawing.Size(793, 537);
     this.Icon    = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode = System.Windows.Forms.ImeMode.On;
     this.Name    = "frmCaseHistorySummary";
     this.Text    = "病历摘要";
     this.m_pnlContent.ResumeLayout(false);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_txtName    = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_btnExit    = new PinkieControls.ButtonXP();
     this.m_btnSave    = new PinkieControls.ButtonXP();
     this.label1       = new System.Windows.Forms.Label();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.m_txtMemo    = new com.digitalwave.controls.ctlRichTextBox();
     this.label5       = new System.Windows.Forms.Label();
     this.m_txtAddress = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label2       = new System.Windows.Forms.Label();
     this.m_txtPhone1  = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label3       = new System.Windows.Forms.Label();
     this.m_txtPhone2  = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label4       = new System.Windows.Forms.Label();
     this.m_txtZIP     = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label6       = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = true;
     this.m_txtName.EnableEnterKeyValidate = true;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location = new System.Drawing.Point(120, 32);
     this.m_txtName.Name     = "m_txtName";
     this.m_txtName.Size     = new System.Drawing.Size(328, 23);
     this.m_txtName.TabIndex = 20;
     this.m_txtName.Text     = "";
     //
     // m_btnExit
     //
     this.m_btnExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnExit.DefaultScheme = true;
     this.m_btnExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnExit.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(312, 360);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(96, 32);
     this.m_btnExit.TabIndex      = 23;
     this.m_btnExit.Text          = "退出(Esc)";
     //
     // m_btnSave
     //
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnSave.DefaultScheme = true;
     this.m_btnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnSave.Hint          = "";
     this.m_btnSave.Location      = new System.Drawing.Point(152, 360);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(96, 32);
     this.m_btnSave.TabIndex      = 21;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(32, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 19);
     this.label1.TabIndex  = 22;
     this.label1.Text      = "医院名称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txtMemo);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.m_txtName);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_btnExit);
     this.groupBox1.Controls.Add(this.m_btnSave);
     this.groupBox1.Controls.Add(this.m_txtAddress);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.m_txtPhone1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.m_txtPhone2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.m_txtZIP);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(32, 24);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(496, 408);
     this.groupBox1.TabIndex = 24;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "医院基本信息";
     //
     // m_txtMemo
     //
     this.m_txtMemo.AccessibleDescription = "";
     this.m_txtMemo.Location                   = new System.Drawing.Point(120, 232);
     this.m_txtMemo.m_BlnIgnoreUserInfo        = true;
     this.m_txtMemo.m_BlnPartControl           = false;
     this.m_txtMemo.m_BlnReadOnly              = false;
     this.m_txtMemo.m_BlnUnderLineDST          = false;
     this.m_txtMemo.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMemo.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMemo.m_IntCanModifyTime         = 6;
     this.m_txtMemo.m_IntPartControlLength     = 0;
     this.m_txtMemo.m_IntPartControlStartIndex = 0;
     this.m_txtMemo.m_StrUserID                = "";
     this.m_txtMemo.m_StrUserName              = "";
     this.m_txtMemo.MaxLength                  = 1000;
     this.m_txtMemo.Name     = "m_txtMemo";
     this.m_txtMemo.Size     = new System.Drawing.Size(336, 96);
     this.m_txtMemo.TabIndex = 242;
     this.m_txtMemo.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(40, 232);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(77, 19);
     this.label5.TabIndex  = 24;
     this.label5.Text      = "备    注:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtAddress
     //
     this.m_txtAddress.EnableAutoValidation   = true;
     this.m_txtAddress.EnableEnterKeyValidate = true;
     this.m_txtAddress.EnableEscapeKeyUndo    = true;
     this.m_txtAddress.EnableLastValidValue   = true;
     this.m_txtAddress.ErrorProvider          = null;
     this.m_txtAddress.ErrorProviderMessage   = "Invalid value";
     this.m_txtAddress.ForceFormatText        = true;
     this.m_txtAddress.Location = new System.Drawing.Point(120, 72);
     this.m_txtAddress.Name     = "m_txtAddress";
     this.m_txtAddress.Size     = new System.Drawing.Size(328, 23);
     this.m_txtAddress.TabIndex = 20;
     this.m_txtAddress.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(32, 72);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(77, 19);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "医院地址:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtPhone1
     //
     this.m_txtPhone1.EnableAutoValidation   = true;
     this.m_txtPhone1.EnableEnterKeyValidate = true;
     this.m_txtPhone1.EnableEscapeKeyUndo    = true;
     this.m_txtPhone1.EnableLastValidValue   = true;
     this.m_txtPhone1.ErrorProvider          = null;
     this.m_txtPhone1.ErrorProviderMessage   = "Invalid value";
     this.m_txtPhone1.ForceFormatText        = true;
     this.m_txtPhone1.Location = new System.Drawing.Point(120, 112);
     this.m_txtPhone1.Name     = "m_txtPhone1";
     this.m_txtPhone1.Size     = new System.Drawing.Size(128, 23);
     this.m_txtPhone1.TabIndex = 20;
     this.m_txtPhone1.Text     = "";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(32, 112);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(84, 19);
     this.label3.TabIndex  = 22;
     this.label3.Text      = "联系电话1:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtPhone2
     //
     this.m_txtPhone2.EnableAutoValidation   = true;
     this.m_txtPhone2.EnableEnterKeyValidate = true;
     this.m_txtPhone2.EnableEscapeKeyUndo    = true;
     this.m_txtPhone2.EnableLastValidValue   = true;
     this.m_txtPhone2.ErrorProvider          = null;
     this.m_txtPhone2.ErrorProviderMessage   = "Invalid value";
     this.m_txtPhone2.ForceFormatText        = true;
     this.m_txtPhone2.Location = new System.Drawing.Point(120, 152);
     this.m_txtPhone2.Name     = "m_txtPhone2";
     this.m_txtPhone2.Size     = new System.Drawing.Size(128, 23);
     this.m_txtPhone2.TabIndex = 20;
     this.m_txtPhone2.Text     = "";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(32, 152);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(84, 19);
     this.label4.TabIndex  = 22;
     this.label4.Text      = "联系电话2:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtZIP
     //
     this.m_txtZIP.EnableAutoValidation   = true;
     this.m_txtZIP.EnableEnterKeyValidate = true;
     this.m_txtZIP.EnableEscapeKeyUndo    = true;
     this.m_txtZIP.EnableLastValidValue   = true;
     this.m_txtZIP.ErrorProvider          = null;
     this.m_txtZIP.ErrorProviderMessage   = "Invalid value";
     this.m_txtZIP.ForceFormatText        = true;
     this.m_txtZIP.Location = new System.Drawing.Point(120, 192);
     this.m_txtZIP.Name     = "m_txtZIP";
     this.m_txtZIP.Size     = new System.Drawing.Size(128, 23);
     this.m_txtZIP.TabIndex = 20;
     this.m_txtZIP.Text     = "";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(32, 192);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(77, 19);
     this.label6.TabIndex  = 22;
     this.label6.Text      = "邮政编码:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmHISInfoDefine
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(568, 461);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmHISInfoDefine";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "医院基本信息";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmHISInfoDefine_KeyDown);
     this.Load           += new System.EventHandler(this.frmHISInfoDefine_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAllergiclist));
     this.lvPatlist      = new System.Windows.Forms.ListView();
     this.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.pictureBox2    = new System.Windows.Forms.PictureBox();
     this.imageList      = new System.Windows.Forms.ImageList(this.components);
     this.panel2         = new System.Windows.Forms.Panel();
     this.btnClose       = new System.Windows.Forms.Button();
     this.btnOK          = new System.Windows.Forms.Button();
     this.label4         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.txtdesc        = new com.digitalwave.controls.ctlRichTextBox();
     this.txtmed         = new com.digitalwave.controls.ctlRichTextBox();
     this.toolTip        = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // lvPatlist
     //
     this.lvPatlist.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvPatlist.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader11
     });
     this.lvPatlist.Font          = new System.Drawing.Font("宋体", 10F);
     this.lvPatlist.FullRowSelect = true;
     this.lvPatlist.Location      = new System.Drawing.Point(2, 41);
     this.lvPatlist.Name          = "lvPatlist";
     this.lvPatlist.Size          = new System.Drawing.Size(422, 405);
     this.lvPatlist.TabIndex      = 1;
     this.lvPatlist.UseCompatibleStateImageBehavior = false;
     this.lvPatlist.View = System.Windows.Forms.View.Details;
     this.lvPatlist.SelectedIndexChanged += new System.EventHandler(this.lvPatlist_SelectedIndexChanged);
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "序号";
     this.columnHeader6.Width = 41;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "诊疗卡号";
     this.columnHeader1.Width = 88;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "姓名";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "性别";
     this.columnHeader3.Width = 46;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "年龄";
     this.columnHeader4.Width = 52;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "接诊时间";
     this.columnHeader5.Width = 126;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "病人ID";
     this.columnHeader7.Width = 0;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "处方ID";
     this.columnHeader8.Width = 0;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "过敏药";
     this.columnHeader9.Width = 0;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "过敏描述";
     this.columnHeader10.Width = 0;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "状态";
     this.columnHeader11.Width = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.lvPatlist);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Location = new System.Drawing.Point(2, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(426, 454);
     this.panel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(64, 15);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(304, 20);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "护士站皮试、注射过程中过敏人员列表";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(2, 1);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(40, 44);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(377, 5);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(19, 18);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 4;
     this.pictureBox2.TabStop  = false;
     this.toolTip.SetToolTip(this.pictureBox2, "关闭");
     this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.btnClose);
     this.panel2.Controls.Add(this.btnOK);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.txtdesc);
     this.panel2.Controls.Add(this.txtmed);
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Location = new System.Drawing.Point(430, 1);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(402, 454);
     this.panel2.TabIndex = 2;
     //
     // btnClose
     //
     this.btnClose.BackColor  = System.Drawing.SystemColors.Control;
     this.btnClose.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnClose.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnClose.Image      = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btnClose.Location   = new System.Drawing.Point(316, 419);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(72, 28);
     this.btnClose.TabIndex   = 5;
     this.btnClose.Text       = "关闭(&C)";
     this.btnClose.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnOK
     //
     this.btnOK.BackColor  = System.Drawing.SystemColors.Control;
     this.btnOK.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnOK.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.btnOK.Image      = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
     this.btnOK.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btnOK.Location   = new System.Drawing.Point(185, 419);
     this.btnOK.Name       = "btnOK";
     this.btnOK.Size       = new System.Drawing.Size(100, 28);
     this.btnOK.TabIndex   = 4;
     this.btnOK.Text       = "医生确认(&O)";
     this.btnOK.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnOK.UseVisualStyleBackColor = false;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(8, 148);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 16);
     this.label4.TabIndex = 3;
     this.label4.Text     = "过敏信息:";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(8, 12);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(136, 20);
     this.label3.TabIndex = 2;
     this.label3.Text     = "过敏药品:";
     //
     // txtdesc
     //
     this.txtdesc.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.txtdesc.Font                       = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtdesc.Location                   = new System.Drawing.Point(9, 168);
     this.txtdesc.m_BlnIgnoreUserInfo        = true;
     this.txtdesc.m_BlnPartControl           = false;
     this.txtdesc.m_BlnReadOnly              = false;
     this.txtdesc.m_BlnUnderLineDST          = false;
     this.txtdesc.m_ClrDST                   = System.Drawing.Color.Red;
     this.txtdesc.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.txtdesc.m_IntCanModifyTime         = 500;
     this.txtdesc.m_IntPartControlLength     = 0;
     this.txtdesc.m_IntPartControlStartIndex = 0;
     this.txtdesc.m_StrUserID                = "";
     this.txtdesc.m_StrUserName              = "";
     this.txtdesc.Name                       = "txtdesc";
     this.txtdesc.Size                       = new System.Drawing.Size(387, 248);
     this.txtdesc.TabIndex                   = 1;
     this.txtdesc.Text                       = "";
     //
     // txtmed
     //
     this.txtmed.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.txtmed.Font                       = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtmed.Location                   = new System.Drawing.Point(9, 36);
     this.txtmed.m_BlnIgnoreUserInfo        = true;
     this.txtmed.m_BlnPartControl           = false;
     this.txtmed.m_BlnReadOnly              = false;
     this.txtmed.m_BlnUnderLineDST          = false;
     this.txtmed.m_ClrDST                   = System.Drawing.Color.Red;
     this.txtmed.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.txtmed.m_IntCanModifyTime         = 500;
     this.txtmed.m_IntPartControlLength     = 0;
     this.txtmed.m_IntPartControlStartIndex = 0;
     this.txtmed.m_StrUserID                = "";
     this.txtmed.m_StrUserName              = "";
     this.txtmed.Name                       = "txtmed";
     this.txtmed.Size                       = new System.Drawing.Size(387, 104);
     this.txtmed.TabIndex                   = 0;
     this.txtmed.Text                       = "";
     //
     // frmAllergiclist
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(134)))), ((int)(((byte)(222)))));
     this.ClientSize        = new System.Drawing.Size(834, 456);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmAllergiclist";
     this.ShowInTaskbar   = false;
     this.Text            = "过敏患者列表";
     this.TopMost         = true;
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLargeConsultation));
     this.lblDiscussContentTitle = new System.Windows.Forms.Label();
     this.m_txtDiscussContent    = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtAddress           = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmdAttendee          = new PinkieControls.ButtonXP();
     this.m_cmdCompere           = new PinkieControls.ButtonXP();
     this.m_cmdEmployeeSign      = new PinkieControls.ButtonXP();
     this.m_cmdAddress           = new PinkieControls.ButtonXP();
     this.lsvSign       = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.lsvCompere    = new System.Windows.Forms.ListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.m_txtAttendee = new com.digitalwave.controls.ctlRichTextBox();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.ForeColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(11, 37);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(197, 61);
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(211, 74);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(287, 70);
     this.m_dtpCreateDate.Size     = new System.Drawing.Size(215, 22);
     this.m_dtpCreateDate.TabIndex = 3333333;
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(110, 66);
     this.m_dtpGetDataTime.Size     = new System.Drawing.Size(10, 22);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.Location = new System.Drawing.Point(75, 79);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(643, 292);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(643, 321);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(413, 265);
     this.lblBedNoTitle.Size     = new System.Drawing.Size(56, 14);
     this.lblBedNoTitle.Text     = "床  号:";
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(413, 294);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(591, 265);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(591, 294);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(591, 323);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(215, 272);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(675, 353);
     this.m_lsvInPatientID.Visible  = false;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(475, 290);
     this.txtInPatientID.Size     = new System.Drawing.Size(110, 23);
     this.txtInPatientID.TabIndex = 33333333;
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(639, 261);
     this.m_txtPatientName.Size     = new System.Drawing.Size(118, 23);
     this.m_txtPatientName.TabIndex = 33333333;
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(475, 261);
     this.m_txtBedNO.Size     = new System.Drawing.Size(89, 23);
     this.m_txtBedNO.TabIndex = 0;
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(263, 268);
     this.m_cboArea.TabIndex = 9999999;
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(436, 357);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(64, 104);
     this.m_lsvPatientName.Visible  = false;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(475, 343);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(110, 116);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(263, 239);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(215, 243);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(704, 107);
     //
     // m_cmdNext
     //
     this.m_cmdNext.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
     this.m_cmdNext.Location  = new System.Drawing.Point(561, 262);
     this.m_cmdNext.TabIndex  = 1;
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(59, 290);
     this.m_cmdPre.Size     = new System.Drawing.Size(10, 20);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(81, 71);
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(662, 70);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(661, 40);
     this.m_cmdModifyPatientInfo.Size     = new System.Drawing.Size(69, 28);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Size    = new System.Drawing.Size(793, 92);
     this.m_pnlNewBase.Visible = true;
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_ctlPatientInfo.Dock     = System.Windows.Forms.DockStyle.None;
     this.m_ctlPatientInfo.Location = new System.Drawing.Point(206, 29);
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     this.m_ctlPatientInfo.Size = new System.Drawing.Size(586, 62);
     //
     // lblDiscussContentTitle
     //
     this.lblDiscussContentTitle.AutoSize  = true;
     this.lblDiscussContentTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblDiscussContentTitle.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
     this.lblDiscussContentTitle.ForeColor = System.Drawing.Color.Black;
     this.lblDiscussContentTitle.Location  = new System.Drawing.Point(15, 268);
     this.lblDiscussContentTitle.Name      = "lblDiscussContentTitle";
     this.lblDiscussContentTitle.Size      = new System.Drawing.Size(85, 16);
     this.lblDiscussContentTitle.TabIndex  = 6091;
     this.lblDiscussContentTitle.Text      = "讨论内容:";
     //
     // m_txtDiscussContent
     //
     this.m_txtDiscussContent.AccessibleDescription = "讨论内容";
     this.m_txtDiscussContent.BackColor             = System.Drawing.Color.White;
     this.m_txtDiscussContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDiscussContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtDiscussContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtDiscussContent.Location                   = new System.Drawing.Point(110, 267);
     this.m_txtDiscussContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtDiscussContent.m_BlnPartControl           = false;
     this.m_txtDiscussContent.m_BlnReadOnly              = false;
     this.m_txtDiscussContent.m_BlnUnderLineDST          = false;
     this.m_txtDiscussContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtDiscussContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtDiscussContent.m_IntCanModifyTime         = 6;
     this.m_txtDiscussContent.m_IntPartControlLength     = 0;
     this.m_txtDiscussContent.m_IntPartControlStartIndex = 0;
     this.m_txtDiscussContent.m_StrUserID                = "";
     this.m_txtDiscussContent.m_StrUserName              = "";
     this.m_txtDiscussContent.Name                       = "m_txtDiscussContent";
     this.m_txtDiscussContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtDiscussContent.Size                       = new System.Drawing.Size(678, 250);
     this.m_txtDiscussContent.TabIndex                   = 500;
     this.m_txtDiscussContent.Text                       = "";
     //
     // m_txtAddress
     //
     this.m_txtAddress.BackColor                  = System.Drawing.Color.White;
     this.m_txtAddress.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtAddress.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtAddress.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtAddress.Location                   = new System.Drawing.Point(110, 116);
     this.m_txtAddress.m_BlnIgnoreUserInfo        = false;
     this.m_txtAddress.m_BlnPartControl           = false;
     this.m_txtAddress.m_BlnReadOnly              = false;
     this.m_txtAddress.m_BlnUnderLineDST          = false;
     this.m_txtAddress.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtAddress.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtAddress.m_IntCanModifyTime         = 6;
     this.m_txtAddress.m_IntPartControlLength     = 0;
     this.m_txtAddress.m_IntPartControlStartIndex = 0;
     this.m_txtAddress.m_StrUserID                = "";
     this.m_txtAddress.m_StrUserName              = "";
     this.m_txtAddress.Multiline                  = false;
     this.m_txtAddress.Name                       = "m_txtAddress";
     this.m_txtAddress.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtAddress.Size                       = new System.Drawing.Size(678, 28);
     this.m_txtAddress.TabIndex                   = 100;
     this.m_txtAddress.Text                       = "";
     //
     // m_cmdAttendee
     //
     this.m_cmdAttendee.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdAttendee.DefaultScheme = true;
     this.m_cmdAttendee.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAttendee.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdAttendee.Hint          = "";
     this.m_cmdAttendee.Location      = new System.Drawing.Point(12, 151);
     this.m_cmdAttendee.Name          = "m_cmdAttendee";
     this.m_cmdAttendee.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAttendee.Size          = new System.Drawing.Size(92, 30);
     this.m_cmdAttendee.TabIndex      = 10000076;
     this.m_cmdAttendee.Text          = "参加人员:";
     //
     // m_cmdCompere
     //
     this.m_cmdCompere.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdCompere.DefaultScheme = true;
     this.m_cmdCompere.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdCompere.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdCompere.Hint          = "";
     this.m_cmdCompere.Location      = new System.Drawing.Point(12, 233);
     this.m_cmdCompere.Name          = "m_cmdCompere";
     this.m_cmdCompere.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdCompere.Size          = new System.Drawing.Size(88, 30);
     this.m_cmdCompere.TabIndex      = 300;
     this.m_cmdCompere.Text          = "主持人:";
     //
     // m_cmdEmployeeSign
     //
     this.m_cmdEmployeeSign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdEmployeeSign.DefaultScheme = true;
     this.m_cmdEmployeeSign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdEmployeeSign.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdEmployeeSign.Hint          = "";
     this.m_cmdEmployeeSign.Location      = new System.Drawing.Point(12, 521);
     this.m_cmdEmployeeSign.Name          = "m_cmdEmployeeSign";
     this.m_cmdEmployeeSign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdEmployeeSign.Size          = new System.Drawing.Size(88, 30);
     this.m_cmdEmployeeSign.TabIndex      = 600;
     this.m_cmdEmployeeSign.Tag           = "1";
     this.m_cmdEmployeeSign.Text          = "记录者:";
     //
     // m_cmdAddress
     //
     this.m_cmdAddress.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdAddress.DefaultScheme = true;
     this.m_cmdAddress.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAddress.Enabled       = false;
     this.m_cmdAddress.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdAddress.Hint          = "";
     this.m_cmdAddress.Location      = new System.Drawing.Point(12, 115);
     this.m_cmdAddress.Name          = "m_cmdAddress";
     this.m_cmdAddress.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAddress.Size          = new System.Drawing.Size(92, 30);
     this.m_cmdAddress.TabIndex      = 90;
     this.m_cmdAddress.Text          = "地点:";
     //
     // lsvSign
     //
     this.lsvSign.BackColor = System.Drawing.Color.White;
     this.lsvSign.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.lsvSign.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvSign.ForeColor     = System.Drawing.Color.Black;
     this.lsvSign.FullRowSelect = true;
     this.lsvSign.GridLines     = true;
     this.lsvSign.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvSign.Location      = new System.Drawing.Point(110, 523);
     this.lsvSign.Name          = "lsvSign";
     this.lsvSign.Size          = new System.Drawing.Size(678, 28);
     this.lsvSign.TabIndex      = 700;
     this.lsvSign.UseCompatibleStateImageBehavior = false;
     this.lsvSign.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 55;
     //
     // lsvCompere
     //
     this.lsvCompere.BackColor = System.Drawing.Color.White;
     this.lsvCompere.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2
     });
     this.lsvCompere.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvCompere.ForeColor     = System.Drawing.Color.Black;
     this.lsvCompere.FullRowSelect = true;
     this.lsvCompere.GridLines     = true;
     this.lsvCompere.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvCompere.Location      = new System.Drawing.Point(110, 233);
     this.lsvCompere.Name          = "lsvCompere";
     this.lsvCompere.Size          = new System.Drawing.Size(678, 28);
     this.lsvCompere.TabIndex      = 400;
     this.lsvCompere.UseCompatibleStateImageBehavior = false;
     this.lsvCompere.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader2
     //
     this.columnHeader2.Width = 55;
     //
     // m_txtAttendee
     //
     this.m_txtAttendee.AccessibleDescription = "参加人员";
     this.m_txtAttendee.BackColor             = System.Drawing.Color.White;
     this.m_txtAttendee.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtAttendee.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtAttendee.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtAttendee.Location                   = new System.Drawing.Point(110, 151);
     this.m_txtAttendee.m_BlnIgnoreUserInfo        = false;
     this.m_txtAttendee.m_BlnPartControl           = false;
     this.m_txtAttendee.m_BlnReadOnly              = false;
     this.m_txtAttendee.m_BlnUnderLineDST          = false;
     this.m_txtAttendee.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtAttendee.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtAttendee.m_IntCanModifyTime         = 6;
     this.m_txtAttendee.m_IntPartControlLength     = 0;
     this.m_txtAttendee.m_IntPartControlStartIndex = 0;
     this.m_txtAttendee.m_StrUserID                = "";
     this.m_txtAttendee.m_StrUserName              = "";
     this.m_txtAttendee.Name                       = "m_txtAttendee";
     this.m_txtAttendee.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtAttendee.Size                       = new System.Drawing.Size(678, 71);
     this.m_txtAttendee.TabIndex                   = 500;
     this.m_txtAttendee.Text                       = "";
     //
     // frmLargeConsultation
     //
     this.AccessibleDescription = "病例讨论记录";
     this.ClientSize            = new System.Drawing.Size(815, 566);
     this.Controls.Add(this.lsvCompere);
     this.Controls.Add(this.lsvSign);
     this.Controls.Add(this.m_cmdAddress);
     this.Controls.Add(this.m_cmdEmployeeSign);
     this.Controls.Add(this.lblDiscussContentTitle);
     this.Controls.Add(this.m_cmdCompere);
     this.Controls.Add(this.m_cmdAttendee);
     this.Controls.Add(this.m_txtAttendee);
     this.Controls.Add(this.m_txtDiscussContent);
     this.Controls.Add(this.m_txtAddress);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmLargeConsultation";
     this.Text            = "大会诊记录";
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 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.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_txtAddress, 0);
     this.Controls.SetChildIndex(this.m_txtDiscussContent, 0);
     this.Controls.SetChildIndex(this.m_txtAttendee, 0);
     this.Controls.SetChildIndex(this.m_cmdAttendee, 0);
     this.Controls.SetChildIndex(this.m_cmdCompere, 0);
     this.Controls.SetChildIndex(this.lblDiscussContentTitle, 0);
     this.Controls.SetChildIndex(this.m_cmdEmployeeSign, 0);
     this.Controls.SetChildIndex(this.m_cmdAddress, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.lsvSign, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 0);
     this.Controls.SetChildIndex(this.lsvCompere, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.lblCreateDateTitle, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFirstIllnessNote_F2));
     this.m_cmdClose          = new PinkieControls.ButtonXP();
     this.cmdConfirm          = new PinkieControls.ButtonXP();
     this.m_cmdEmployeeSign   = new PinkieControls.ButtonXP();
     this.lsvSign             = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.lblCaseHistoryTitle = new System.Windows.Forms.Label();
     this.label8                = new System.Windows.Forms.Label();
     this.m_txtCurePlan         = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtDiagnoseThe      = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtOriginalDiagnose = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtMostlyContent    = new com.digitalwave.controls.ctlRichTextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(58, -89);
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(9, 9);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(81, 4);
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(378, -49);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.Location = new System.Drawing.Point(274, -49);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(554, -145);
     this.lblSex.Size     = new System.Drawing.Size(56, 21);
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(674, -145);
     this.lblAge.Size     = new System.Drawing.Size(60, 21);
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(301, -183);
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(287, -146);
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(502, -183);
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(498, -145);
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(618, -145);
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(34, -153);
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(482, -118);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(135, 119);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(353, -151);
     this.txtInPatientID.Size     = new System.Drawing.Size(135, 23);
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(553, -187);
     this.m_txtPatientName.Size     = new System.Drawing.Size(136, 23);
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(353, -187);
     this.m_txtBedNO.Size     = new System.Drawing.Size(135, 23);
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(90, -153);
     this.m_cboArea.Size     = new System.Drawing.Size(168, 23);
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(514, -116);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(136, 119);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(437, -118);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(135, 119);
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(98, -193);
     this.m_cboDept.Size     = new System.Drawing.Size(168, 23);
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(34, -185);
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(623, -76);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(98, 33);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(255, -187);
     this.m_cmdNext.Size     = new System.Drawing.Size(28, 24);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(425, -28);
     this.m_cmdPre.Size     = new System.Drawing.Size(28, 24);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(343, -183);
     this.m_lblForTitle.Size     = new System.Drawing.Size(19, 27);
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(12, 577);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(655, -151);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(10, -63);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     //
     // m_cmdClose
     //
     this.m_cmdClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdClose.DefaultScheme = true;
     this.m_cmdClose.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdClose.Hint          = "";
     this.m_cmdClose.Location      = new System.Drawing.Point(737, 577);
     this.m_cmdClose.Name          = "m_cmdClose";
     this.m_cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClose.Size          = new System.Drawing.Size(80, 30);
     this.m_cmdClose.TabIndex      = 10000066;
     this.m_cmdClose.Text          = "取消";
     this.m_cmdClose.Click        += new System.EventHandler(this.m_cmdClose_Click);
     //
     // cmdConfirm
     //
     this.cmdConfirm.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(641, 577);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(80, 30);
     this.cmdConfirm.TabIndex      = 10000065;
     this.cmdConfirm.Text          = "确定";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // m_cmdEmployeeSign
     //
     this.m_cmdEmployeeSign.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_cmdEmployeeSign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdEmployeeSign.DefaultScheme = true;
     this.m_cmdEmployeeSign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdEmployeeSign.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdEmployeeSign.Hint          = "";
     this.m_cmdEmployeeSign.Location      = new System.Drawing.Point(92, 577);
     this.m_cmdEmployeeSign.Name          = "m_cmdEmployeeSign";
     this.m_cmdEmployeeSign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdEmployeeSign.Size          = new System.Drawing.Size(76, 30);
     this.m_cmdEmployeeSign.TabIndex      = 10000067;
     this.m_cmdEmployeeSign.Tag           = "1";
     this.m_cmdEmployeeSign.Text          = "签名:";
     //
     // lsvSign
     //
     this.lsvSign.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.lsvSign.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lsvSign.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.lsvSign.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvSign.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvSign.Location    = new System.Drawing.Point(172, 577);
     this.lsvSign.MultiSelect = false;
     this.lsvSign.Name        = "lsvSign";
     this.lsvSign.Size        = new System.Drawing.Size(463, 28);
     this.lsvSign.TabIndex    = 10000068;
     this.lsvSign.UseCompatibleStateImageBehavior = false;
     this.lsvSign.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 50;
     //
     // lblCaseHistoryTitle
     //
     this.lblCaseHistoryTitle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblCaseHistoryTitle.AutoSize  = true;
     this.lblCaseHistoryTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblCaseHistoryTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCaseHistoryTitle.ForeColor = System.Drawing.Color.Black;
     this.lblCaseHistoryTitle.Location  = new System.Drawing.Point(10, 260);
     this.lblCaseHistoryTitle.Name      = "lblCaseHistoryTitle";
     this.lblCaseHistoryTitle.Size      = new System.Drawing.Size(112, 14);
     this.lblCaseHistoryTitle.TabIndex  = 10000074;
     this.lblCaseHistoryTitle.Text      = "诊断与鉴别诊断:";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.SystemColors.Control;
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location  = new System.Drawing.Point(10, 126);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(70, 14);
     this.label8.TabIndex  = 10000073;
     this.label8.Text      = "病例特点:";
     //
     // m_txtCurePlan
     //
     this.m_txtCurePlan.AccessibleDescription = "治疗计划";
     this.m_txtCurePlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCurePlan.BackColor                  = System.Drawing.Color.White;
     this.m_txtCurePlan.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtCurePlan.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtCurePlan.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtCurePlan.Location                   = new System.Drawing.Point(11, 469);
     this.m_txtCurePlan.m_BlnIgnoreUserInfo        = false;
     this.m_txtCurePlan.m_BlnPartControl           = false;
     this.m_txtCurePlan.m_BlnReadOnly              = false;
     this.m_txtCurePlan.m_BlnUnderLineDST          = false;
     this.m_txtCurePlan.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtCurePlan.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtCurePlan.m_IntCanModifyTime         = 6;
     this.m_txtCurePlan.m_IntPartControlLength     = 0;
     this.m_txtCurePlan.m_IntPartControlStartIndex = 0;
     this.m_txtCurePlan.m_StrUserID                = "";
     this.m_txtCurePlan.m_StrUserName              = "";
     this.m_txtCurePlan.Name                       = "m_txtCurePlan";
     this.m_txtCurePlan.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtCurePlan.Size                       = new System.Drawing.Size(805, 102);
     this.m_txtCurePlan.TabIndex                   = 10000072;
     this.m_txtCurePlan.Text                       = "";
     //
     // m_txtDiagnoseThe
     //
     this.m_txtDiagnoseThe.AccessibleDescription = "诊断依据";
     this.m_txtDiagnoseThe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDiagnoseThe.BackColor                  = System.Drawing.Color.White;
     this.m_txtDiagnoseThe.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDiagnoseThe.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtDiagnoseThe.Location                   = new System.Drawing.Point(13, 277);
     this.m_txtDiagnoseThe.m_BlnIgnoreUserInfo        = false;
     this.m_txtDiagnoseThe.m_BlnPartControl           = false;
     this.m_txtDiagnoseThe.m_BlnReadOnly              = false;
     this.m_txtDiagnoseThe.m_BlnUnderLineDST          = false;
     this.m_txtDiagnoseThe.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtDiagnoseThe.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.m_IntCanModifyTime         = 6;
     this.m_txtDiagnoseThe.m_IntPartControlLength     = 0;
     this.m_txtDiagnoseThe.m_IntPartControlStartIndex = 0;
     this.m_txtDiagnoseThe.m_StrUserID                = "";
     this.m_txtDiagnoseThe.m_StrUserName              = "";
     this.m_txtDiagnoseThe.Name                       = "m_txtDiagnoseThe";
     this.m_txtDiagnoseThe.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtDiagnoseThe.Size                       = new System.Drawing.Size(804, 172);
     this.m_txtDiagnoseThe.TabIndex                   = 10000071;
     this.m_txtDiagnoseThe.Text                       = "";
     //
     // m_txtOriginalDiagnose
     //
     this.m_txtOriginalDiagnose.AccessibleDescription = "初步诊断";
     this.m_txtOriginalDiagnose.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtOriginalDiagnose.BackColor                  = System.Drawing.Color.White;
     this.m_txtOriginalDiagnose.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtOriginalDiagnose.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtOriginalDiagnose.Location                   = new System.Drawing.Point(12, 145);
     this.m_txtOriginalDiagnose.m_BlnIgnoreUserInfo        = false;
     this.m_txtOriginalDiagnose.m_BlnPartControl           = false;
     this.m_txtOriginalDiagnose.m_BlnReadOnly              = false;
     this.m_txtOriginalDiagnose.m_BlnUnderLineDST          = false;
     this.m_txtOriginalDiagnose.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtOriginalDiagnose.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.m_IntCanModifyTime         = 6;
     this.m_txtOriginalDiagnose.m_IntPartControlLength     = 0;
     this.m_txtOriginalDiagnose.m_IntPartControlStartIndex = 0;
     this.m_txtOriginalDiagnose.m_StrUserID                = "";
     this.m_txtOriginalDiagnose.m_StrUserName              = "";
     this.m_txtOriginalDiagnose.Name                       = "m_txtOriginalDiagnose";
     this.m_txtOriginalDiagnose.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtOriginalDiagnose.Size                       = new System.Drawing.Size(805, 110);
     this.m_txtOriginalDiagnose.TabIndex                   = 10000070;
     this.m_txtOriginalDiagnose.Text                       = "";
     //
     // m_txtMostlyContent
     //
     this.m_txtMostlyContent.AccessibleDescription = "主要内容";
     this.m_txtMostlyContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtMostlyContent.BackColor                  = System.Drawing.Color.White;
     this.m_txtMostlyContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtMostlyContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtMostlyContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMostlyContent.Location                   = new System.Drawing.Point(12, 58);
     this.m_txtMostlyContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtMostlyContent.m_BlnPartControl           = false;
     this.m_txtMostlyContent.m_BlnReadOnly              = false;
     this.m_txtMostlyContent.m_BlnUnderLineDST          = false;
     this.m_txtMostlyContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMostlyContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMostlyContent.m_IntCanModifyTime         = 6;
     this.m_txtMostlyContent.m_IntPartControlLength     = 0;
     this.m_txtMostlyContent.m_IntPartControlStartIndex = 0;
     this.m_txtMostlyContent.m_StrUserID                = "";
     this.m_txtMostlyContent.m_StrUserName              = "";
     this.m_txtMostlyContent.Name                       = "m_txtMostlyContent";
     this.m_txtMostlyContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtMostlyContent.Size                       = new System.Drawing.Size(805, 61);
     this.m_txtMostlyContent.TabIndex                   = 10000069;
     this.m_txtMostlyContent.Text                       = "";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(9, 452);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 10000075;
     this.label1.Text      = "治疗计划:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(10, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 14);
     this.label2.TabIndex  = 10000076;
     this.label2.Text      = "主要内容:";
     //
     // frmFirstIllnessNote_F2
     //
     this.AccessibleDescription = "首次病程记录";
     this.ClientSize            = new System.Drawing.Size(832, 621);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_txtCurePlan);
     this.Controls.Add(this.m_txtDiagnoseThe);
     this.Controls.Add(this.m_txtOriginalDiagnose);
     this.Controls.Add(this.lblCaseHistoryTitle);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_txtMostlyContent);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lsvSign);
     this.Controls.Add(this.m_cmdEmployeeSign);
     this.Controls.Add(this.m_cmdClose);
     this.Controls.Add(this.cmdConfirm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmFirstIllnessNote_F2";
     this.Text = "首次病程记录";
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 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_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.cmdConfirm, 0);
     this.Controls.SetChildIndex(this.m_cmdClose, 0);
     this.Controls.SetChildIndex(this.m_cmdEmployeeSign, 0);
     this.Controls.SetChildIndex(this.lsvSign, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.m_txtMostlyContent, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.lblCaseHistoryTitle, 0);
     this.Controls.SetChildIndex(this.m_txtOriginalDiagnose, 0);
     this.Controls.SetChildIndex(this.m_txtDiagnoseThe, 0);
     this.Controls.SetChildIndex(this.m_txtCurePlan, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 16
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMedicineUsageDetail));
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.btOK                = new PinkieControls.ButtonXP();
     this.btCancel            = new PinkieControls.ButtonXP();
     this.label1              = new System.Windows.Forms.Label();
     this.lbeMedicine         = new System.Windows.Forms.Label();
     this.contextMenu1        = new System.Windows.Forms.ContextMenu();
     this.menu_Template       = new System.Windows.Forms.MenuItem();
     this.menu_CreatTemplate  = new System.Windows.Forms.MenuItem();
     this.menu_changeTemplate = new System.Windows.Forms.MenuItem();
     this.menu_Cut            = new System.Windows.Forms.MenuItem();
     this.menu_Copy           = new System.Windows.Forms.MenuItem();
     this.menuI_Paste         = new System.Windows.Forms.MenuItem();
     this.menuI_Undo          = new System.Windows.Forms.MenuItem();
     this.m_txtMedDetails     = new com.digitalwave.controls.ctlRichTextBox();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // checkBox1
     //
     this.checkBox1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.checkBox1.Location = new System.Drawing.Point(7, 28);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(64, 24);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text     = "皮 试";
     this.checkBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.checkBox1_KeyDown);
     //
     // btOK
     //
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(315, 0);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(73, 32);
     this.btOK.TabIndex      = 1;
     this.btOK.Text          = "确定(&S)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btCancel.DefaultScheme = true;
     this.btCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Hint          = "";
     this.btCancel.Location      = new System.Drawing.Point(397, 1);
     this.btCancel.Name          = "btCancel";
     this.btCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btCancel.Size          = new System.Drawing.Size(74, 32);
     this.btCancel.TabIndex      = 2;
     this.btCancel.Text          = "取消(ESC)";
     this.btCancel.Click        += new System.EventHandler(this.btCancel_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location  = new System.Drawing.Point(72, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 12);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "回车跳转";
     //
     // lbeMedicine
     //
     this.lbeMedicine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbeMedicine.ForeColor   = System.Drawing.Color.Red;
     this.lbeMedicine.Location    = new System.Drawing.Point(7, 5);
     this.lbeMedicine.Name        = "lbeMedicine";
     this.lbeMedicine.Size        = new System.Drawing.Size(300, 24);
     this.lbeMedicine.TabIndex    = 5;
     this.lbeMedicine.TextAlign   = System.Drawing.ContentAlignment.BottomLeft;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_Template,
         this.menu_Cut,
         this.menu_Copy,
         this.menuI_Paste,
         this.menuI_Undo
     });
     //
     // menu_Template
     //
     this.menu_Template.Index = 0;
     this.menu_Template.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_CreatTemplate,
         this.menu_changeTemplate
     });
     this.menu_Template.Text = "模板维护";
     //
     // menu_CreatTemplate
     //
     this.menu_CreatTemplate.Index  = 0;
     this.menu_CreatTemplate.Text   = "生成模板";
     this.menu_CreatTemplate.Click += new System.EventHandler(this.menu_CreatTemplate_Click);
     //
     // menu_changeTemplate
     //
     this.menu_changeTemplate.Index  = 1;
     this.menu_changeTemplate.Text   = "修改模板";
     this.menu_changeTemplate.Click += new System.EventHandler(this.menu_changeTemplate_Click);
     //
     // menu_Cut
     //
     this.menu_Cut.Index    = 1;
     this.menu_Cut.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     this.menu_Cut.Text     = "剪切";
     this.menu_Cut.Click   += new System.EventHandler(this.menu_Cut_Click);
     //
     // menu_Copy
     //
     this.menu_Copy.Index    = 2;
     this.menu_Copy.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.menu_Copy.Text     = "复制";
     this.menu_Copy.Click   += new System.EventHandler(this.menu_Copy_Click);
     //
     // menuI_Paste
     //
     this.menuI_Paste.Index    = 3;
     this.menuI_Paste.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.menuI_Paste.Text     = "粘贴";
     this.menuI_Paste.Click   += new System.EventHandler(this.menuI_Paste_Click);
     //
     // menuI_Undo
     //
     this.menuI_Undo.Index    = 4;
     this.menuI_Undo.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     this.menuI_Undo.Text     = "撤消";
     this.menuI_Undo.Click   += new System.EventHandler(this.menuI_Undo_Click);
     //
     // m_txtMedDetails
     //
     this.m_txtMedDetails.BorderStyle                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtMedDetails.ContextMenu                = this.contextMenu1;
     this.m_txtMedDetails.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMedDetails.Location                   = new System.Drawing.Point(4, 51);
     this.m_txtMedDetails.m_BlnIgnoreUserInfo        = true;
     this.m_txtMedDetails.m_BlnPartControl           = false;
     this.m_txtMedDetails.m_BlnReadOnly              = false;
     this.m_txtMedDetails.m_BlnUnderLineDST          = false;
     this.m_txtMedDetails.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMedDetails.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMedDetails.m_IntCanModifyTime         = 500;
     this.m_txtMedDetails.m_IntPartControlLength     = 0;
     this.m_txtMedDetails.m_IntPartControlStartIndex = 0;
     this.m_txtMedDetails.m_StrUserID                = "";
     this.m_txtMedDetails.m_StrUserName              = "";
     this.m_txtMedDetails.Name     = "m_txtMedDetails";
     this.m_txtMedDetails.Size     = new System.Drawing.Size(470, 168);
     this.m_txtMedDetails.TabIndex = 0;
     this.m_txtMedDetails.Text     = "";
     this.toolTip1.SetToolTip(this.m_txtMedDetails, "请在这里录入详细用法");
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon    = true;
     this.toolTip1.ShowAlways   = true;
     this.toolTip1.ToolTipIcon  = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "提示";
     //
     // frmMedicineUsageDetail
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btCancel;
     this.ClientSize        = new System.Drawing.Size(478, 222);
     this.Controls.Add(this.m_txtMedDetails);
     this.Controls.Add(this.lbeMedicine);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.checkBox1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "frmMedicineUsageDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "详细用法录入窗口";
     this.Load           += new System.EventHandler(this.frmMedicineUsageDetail_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_txtRecordContent       = new com.digitalwave.controls.ctlRichTextBox();
     this.m_cmuRichTextBoxMenu     = new System.Windows.Forms.ContextMenu();
     this.mniDoubleStrikeOutDelete = new System.Windows.Forms.MenuItem();
     this.m_cboRecordList          = new com.digitalwave.Utility.Controls.ctlComboBox();
     this.label20            = new System.Windows.Forms.Label();
     this.m_cmdsave          = new PinkieControls.ButtonXP();
     this.m_cmdExit          = new PinkieControls.ButtonXP();
     this.m_cmdOnDoc         = new PinkieControls.ButtonXP();
     this.m_txtOnDoc         = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_pdcPrintDocument = new System.Drawing.Printing.PrintDocument();
     this.m_dtpCreateDate    = new com.digitalwave.Utility.Controls.ctlTimePicker();
     this.label3             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.gpbInPatientList   = new System.Windows.Forms.GroupBox();
     this.m_nudViewMo        = new System.Windows.Forms.NumericUpDown();
     this.m_rdbViewAll       = new System.Windows.Forms.RadioButton();
     this.m_lsvInPatientList = new System.Windows.Forms.ListView();
     this.columnHeader1      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4      = new System.Windows.Forms.ColumnHeader();
     this.m_rdbViewPart      = new System.Windows.Forms.RadioButton();
     this.label4             = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.gpbInPatientList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).BeginInit();
     this.SuspendLayout();
     //
     // lblSex
     //
     this.lblSex.Size    = new System.Drawing.Size(4, 4);
     this.lblSex.Visible = false;
     //
     // lblAge
     //
     this.lblAge.Size    = new System.Drawing.Size(4, 4);
     this.lblAge.Visible = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(188, 56);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.AutoSize  = false;
     this.lblInHospitalNoTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblInHospitalNoTitle.Location  = new System.Drawing.Point(768, 44);
     this.lblInHospitalNoTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblNameTitle
     //
     this.lblNameTitle.AutoSize  = false;
     this.lblNameTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblNameTitle.Location  = new System.Drawing.Point(532, 44);
     this.lblNameTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblSexTitle
     //
     this.lblSexTitle.AutoSize  = false;
     this.lblSexTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblSexTitle.Location  = new System.Drawing.Point(552, 44);
     this.lblSexTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.AutoSize  = false;
     this.lblAgeTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.lblAgeTitle.Location  = new System.Drawing.Point(656, 44);
     this.lblAgeTitle.Size      = new System.Drawing.Size(4, 4);
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblAreaTitle.Location  = new System.Drawing.Point(256, 24);
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(880, 132);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Enabled  = false;
     this.txtInPatientID.Location = new System.Drawing.Point(840, 44);
     this.txtInPatientID.Size     = new System.Drawing.Size(4, 23);
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Enabled  = false;
     this.m_txtPatientName.Location = new System.Drawing.Point(544, 44);
     this.m_txtPatientName.Size     = new System.Drawing.Size(4, 23);
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Enabled  = false;
     this.m_txtBedNO.Location = new System.Drawing.Point(520, 44);
     this.m_txtBedNO.Size     = new System.Drawing.Size(4, 23);
     //
     // m_cboArea
     //
     this.m_cboArea.Location              = new System.Drawing.Point(308, 20);
     this.m_cboArea.SelectedIndexChanged += new System.EventHandler(this.m_cboArea_SelectedIndexChanged);
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(476, 132);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(336, 132);
     //
     // m_cboDept
     //
     this.m_cboDept.Location              = new System.Drawing.Point(68, 20);
     this.m_cboDept.SelectedIndexChanged += new System.EventHandler(this.m_cboDept_SelectedIndexChanged);
     //
     // lblDept
     //
     this.lblDept.BackColor = System.Drawing.SystemColors.Control;
     this.lblDept.Location  = new System.Drawing.Point(16, 24);
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdNewTemplate.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdNewTemplate.Location  = new System.Drawing.Point(832, 68);
     //
     // m_cmdNext
     //
     this.m_cmdNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdNext.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdNext.Location  = new System.Drawing.Point(168, 20);
     this.m_cmdNext.UseVisualStyleBackColor = false;
     //
     // m_cmdPre
     //
     this.m_cmdPre.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(101)))), ((int)(((byte)(152)))));
     this.m_cmdPre.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdPre.Location  = new System.Drawing.Point(144, 20);
     this.m_cmdPre.UseVisualStyleBackColor = false;
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.BackColor = System.Drawing.SystemColors.Control;
     this.m_lblForTitle.Location  = new System.Drawing.Point(504, 8);
     this.m_lblForTitle.Size      = new System.Drawing.Size(432, 56);
     this.m_lblForTitle.Visible   = true;
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(748, 18);
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "";
     this.m_txtRecordContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtRecordContent.AutoSize                   = true;
     this.m_txtRecordContent.BackColor                  = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_txtRecordContent.ContextMenu                = this.m_cmuRichTextBoxMenu;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtRecordContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(8, 82);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.MaxLength                  = 30000;
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(548, 338);
     this.m_txtRecordContent.TabIndex                   = 10000004;
     this.m_txtRecordContent.Tag  = "0";
     this.m_txtRecordContent.Text = "";
     //
     // m_cmuRichTextBoxMenu
     //
     this.m_cmuRichTextBoxMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mniDoubleStrikeOutDelete
     });
     //
     // mniDoubleStrikeOutDelete
     //
     this.mniDoubleStrikeOutDelete.Index = 0;
     this.mniDoubleStrikeOutDelete.Text  = "双划线删除";
     //
     // m_cboRecordList
     //
     this.m_cboRecordList.AccessibleDescription = "";
     this.m_cboRecordList.BackColor             = System.Drawing.SystemColors.Control;
     this.m_cboRecordList.BorderColor           = System.Drawing.Color.Black;
     this.m_cboRecordList.DropButtonBackColor   = System.Drawing.SystemColors.Control;
     this.m_cboRecordList.DropButtonCursor      = System.Windows.Forms.Cursors.Hand;
     this.m_cboRecordList.DropButtonForeColor   = System.Drawing.Color.Black;
     this.m_cboRecordList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboRecordList.flatFont                 = new System.Drawing.Font("宋体", 10.5F);
     this.m_cboRecordList.Font                     = new System.Drawing.Font("宋体", 10.5F);
     this.m_cboRecordList.ForeColor                = System.Drawing.Color.Black;
     this.m_cboRecordList.ListBackColor            = System.Drawing.Color.White;
     this.m_cboRecordList.ListForeColor            = System.Drawing.Color.Black;
     this.m_cboRecordList.ListSelectedBackColor    = System.Drawing.SystemColors.Highlight;
     this.m_cboRecordList.ListSelectedForeColor    = System.Drawing.Color.White;
     this.m_cboRecordList.Location                 = new System.Drawing.Point(360, 24);
     this.m_cboRecordList.m_BlnEnableItemEventMenu = false;
     this.m_cboRecordList.Name                     = "m_cboRecordList";
     this.m_cboRecordList.SelectedIndex            = -1;
     this.m_cboRecordList.SelectedItem             = null;
     this.m_cboRecordList.SelectionStart           = 0;
     this.m_cboRecordList.Size                     = new System.Drawing.Size(196, 23);
     this.m_cboRecordList.TabIndex                 = 10000003;
     this.m_cboRecordList.TextBackColor            = System.Drawing.Color.White;
     this.m_cboRecordList.TextForeColor            = System.Drawing.Color.Black;
     this.m_cboRecordList.SelectedIndexChanged    += new System.EventHandler(this.m_cboRecordList_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(280, 28);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(70, 14);
     this.label20.TabIndex = 10000005;
     this.label20.Text     = "记录列表:";
     //
     // m_cmdsave
     //
     this.m_cmdsave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdsave.DefaultScheme = true;
     this.m_cmdsave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdsave.Hint          = "";
     this.m_cmdsave.Location      = new System.Drawing.Point(692, 520);
     this.m_cmdsave.Name          = "m_cmdsave";
     this.m_cmdsave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdsave.Size          = new System.Drawing.Size(75, 28);
     this.m_cmdsave.TabIndex      = 10000007;
     this.m_cmdsave.Text          = "保  存";
     this.m_cmdsave.Click        += new System.EventHandler(this.m_cmdsave_Click);
     //
     // m_cmdExit
     //
     this.m_cmdExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdExit.DefaultScheme = true;
     this.m_cmdExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdExit.Hint          = "";
     this.m_cmdExit.Location      = new System.Drawing.Point(876, 520);
     this.m_cmdExit.Name          = "m_cmdExit";
     this.m_cmdExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdExit.Size          = new System.Drawing.Size(75, 28);
     this.m_cmdExit.TabIndex      = 10000007;
     this.m_cmdExit.Text          = "退  出";
     this.m_cmdExit.Click        += new System.EventHandler(this.m_cmdExit_Click);
     //
     // m_cmdOnDoc
     //
     this.m_cmdOnDoc.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdOnDoc.DefaultScheme = true;
     this.m_cmdOnDoc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdOnDoc.Font          = new System.Drawing.Font("宋体", 12F);
     this.m_cmdOnDoc.Hint          = "";
     this.m_cmdOnDoc.Location      = new System.Drawing.Point(36, 520);
     this.m_cmdOnDoc.Name          = "m_cmdOnDoc";
     this.m_cmdOnDoc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOnDoc.Size          = new System.Drawing.Size(76, 28);
     this.m_cmdOnDoc.TabIndex      = 10000008;
     this.m_cmdOnDoc.Text          = "记录者:";
     //
     // m_txtOnDoc
     //
     this.m_txtOnDoc.AccessibleDescription = "住院医师签名";
     this.m_txtOnDoc.AccessibleName        = "NoDefault";
     this.m_txtOnDoc.BackColor             = System.Drawing.Color.White;
     this.m_txtOnDoc.BorderColor           = System.Drawing.Color.Transparent;
     this.m_txtOnDoc.Font      = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtOnDoc.ForeColor = System.Drawing.Color.Black;
     this.m_txtOnDoc.Location  = new System.Drawing.Point(116, 520);
     this.m_txtOnDoc.Name      = "m_txtOnDoc";
     this.m_txtOnDoc.Size      = new System.Drawing.Size(92, 28);
     this.m_txtOnDoc.TabIndex  = 10000009;
     this.m_txtOnDoc.Tag       = "1";
     //
     // m_pdcPrintDocument
     //
     this.m_pdcPrintDocument.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.m_pdcPrintDocument_PrintPage);
     this.m_pdcPrintDocument.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.m_pdcPrintDocument_BeginPrint);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.BackColor           = System.Drawing.SystemColors.Control;
     this.m_dtpCreateDate.BorderColor         = System.Drawing.Color.Black;
     this.m_dtpCreateDate.CustomFormat        = "yyyy年MM月dd日 HH:mm:ss";
     this.m_dtpCreateDate.DropButtonBackColor = System.Drawing.SystemColors.Control;
     this.m_dtpCreateDate.DropButtonCursor    = System.Windows.Forms.Cursors.Hand;
     this.m_dtpCreateDate.DropButtonForeColor = System.Drawing.Color.Black;
     this.m_dtpCreateDate.flatFont            = new System.Drawing.Font("宋体", 12F);
     this.m_dtpCreateDate.Font             = new System.Drawing.Font("宋体", 12F);
     this.m_dtpCreateDate.Format           = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpCreateDate.Location         = new System.Drawing.Point(84, 26);
     this.m_dtpCreateDate.m_BlnOnlyTime    = false;
     this.m_dtpCreateDate.m_EnmVisibleFlag = com.digitalwave.Utility.Controls.ctlTimePicker.enmDateTimeFlag.Second;
     this.m_dtpCreateDate.MaxDate          = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this.m_dtpCreateDate.MinDate          = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this.m_dtpCreateDate.Name             = "m_dtpCreateDate";
     this.m_dtpCreateDate.ReadOnly         = false;
     this.m_dtpCreateDate.Size             = new System.Drawing.Size(192, 22);
     this.m_dtpCreateDate.TabIndex         = 10000010;
     this.m_dtpCreateDate.TextBackColor    = System.Drawing.Color.White;
     this.m_dtpCreateDate.TextForeColor    = System.Drawing.Color.Black;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 14);
     this.label3.TabIndex = 10000005;
     this.label3.Text     = "记录时间:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_dtpCreateDate);
     this.groupBox1.Controls.Add(this.m_txtRecordContent);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.m_cboRecordList);
     this.groupBox1.Location = new System.Drawing.Point(416, 76);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(564, 432);
     this.groupBox1.TabIndex = 10000011;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "记录内容:";
     //
     // gpbInPatientList
     //
     this.gpbInPatientList.Controls.Add(this.m_nudViewMo);
     this.gpbInPatientList.Controls.Add(this.m_rdbViewAll);
     this.gpbInPatientList.Controls.Add(this.m_lsvInPatientList);
     this.gpbInPatientList.Controls.Add(this.m_rdbViewPart);
     this.gpbInPatientList.Controls.Add(this.label4);
     this.gpbInPatientList.Location = new System.Drawing.Point(16, 76);
     this.gpbInPatientList.Name     = "gpbInPatientList";
     this.gpbInPatientList.Size     = new System.Drawing.Size(392, 432);
     this.gpbInPatientList.TabIndex = 10000016;
     this.gpbInPatientList.TabStop  = false;
     this.gpbInPatientList.Text     = "出院病人一览表";
     //
     // m_nudViewMo
     //
     this.m_nudViewMo.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_nudViewMo.ForeColor = System.Drawing.Color.Black;
     this.m_nudViewMo.Location  = new System.Drawing.Point(204, 28);
     this.m_nudViewMo.Maximum   = new decimal(new int[] {
         36,
         0,
         0,
         0
     });
     this.m_nudViewMo.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.m_nudViewMo.Name     = "m_nudViewMo";
     this.m_nudViewMo.Size     = new System.Drawing.Size(40, 23);
     this.m_nudViewMo.TabIndex = 97;
     this.m_nudViewMo.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     this.m_nudViewMo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.m_nudViewMo_KeyPress);
     //
     // m_rdbViewAll
     //
     this.m_rdbViewAll.Location  = new System.Drawing.Point(8, 28);
     this.m_rdbViewAll.Name      = "m_rdbViewAll";
     this.m_rdbViewAll.Size      = new System.Drawing.Size(92, 20);
     this.m_rdbViewAll.TabIndex  = 1;
     this.m_rdbViewAll.Text      = "显示全部";
     this.m_rdbViewAll.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // m_lsvInPatientList
     //
     this.m_lsvInPatientList.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_lsvInPatientList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.m_lsvInPatientList.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.m_lsvInPatientList.ForeColor     = System.Drawing.Color.Black;
     this.m_lsvInPatientList.FullRowSelect = true;
     this.m_lsvInPatientList.GridLines     = true;
     this.m_lsvInPatientList.Location      = new System.Drawing.Point(3, 53);
     this.m_lsvInPatientList.MultiSelect   = false;
     this.m_lsvInPatientList.Name          = "m_lsvInPatientList";
     this.m_lsvInPatientList.Size          = new System.Drawing.Size(386, 376);
     this.m_lsvInPatientList.TabIndex      = 0;
     this.m_lsvInPatientList.UseCompatibleStateImageBehavior = false;
     this.m_lsvInPatientList.View = System.Windows.Forms.View.Details;
     this.m_lsvInPatientList.SelectedIndexChanged += new System.EventHandler(this.m_lsvInPatientList_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "住 院 号";
     this.columnHeader1.Width = 80;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "姓  名";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "住院日期";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 130;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "出院日期";
     this.columnHeader4.Width = 130;
     //
     // m_rdbViewPart
     //
     this.m_rdbViewPart.Checked         = true;
     this.m_rdbViewPart.Location        = new System.Drawing.Point(156, 28);
     this.m_rdbViewPart.Name            = "m_rdbViewPart";
     this.m_rdbViewPart.Size            = new System.Drawing.Size(224, 20);
     this.m_rdbViewPart.TabIndex        = 1;
     this.m_rdbViewPart.TabStop         = true;
     this.m_rdbViewPart.Text            = "显示      个月内出院病人";
     this.m_rdbViewPart.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.m_rdbViewPart.CheckedChanged += new System.EventHandler(this.m_rdbViewPart_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(192, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(105, 14);
     this.label4.TabIndex = 93;
     this.label4.Text     = "个月内出院病人";
     //
     // frmOutPatientRevisitRecord
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.CancelButton      = this.m_cmdExit;
     this.ClientSize        = new System.Drawing.Size(990, 583);
     this.Controls.Add(this.m_txtOnDoc);
     this.Controls.Add(this.gpbInPatientList);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_cmdOnDoc);
     this.Controls.Add(this.m_cmdsave);
     this.Controls.Add(this.m_cmdExit);
     this.Font            = new System.Drawing.Font("宋体", 10.5F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmOutPatientRevisitRecord";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "复诊\\随访记录";
     this.Load           += new System.EventHandler(this.frmOutPatientRevisitRecord_Load);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_cmdExit, 0);
     this.Controls.SetChildIndex(this.m_cmdsave, 0);
     this.Controls.SetChildIndex(this.m_cmdOnDoc, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.gpbInPatientList, 0);
     this.Controls.SetChildIndex(this.m_txtOnDoc, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 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_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 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.m_cboArea, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gpbInPatientList.ResumeLayout(false);
     this.gpbInPatientList.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nudViewMo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 18
0
        /// <summary>
        /// 模板内容赋值
        /// </summary>
        /// <param name="p_objTemplateSetContent">模板内容</param>
        /// <param name="p_intIndex">常用值插入点</param>
        /// <param name="p_intHash">需要从中间插入内容的RichTextBox的hashCode</param>
        public void m_mthLoadTemplateset(clsTemplatesetContentValue [] p_objTemplateSetContent, int p_intIndex, int p_intHash)
        {
            if (p_objTemplateSetContent == null || p_objTemplateSetContent.Length <= 0)
            {
                return;
            }

            #region 替换数据复用内容
            ArrayList arlTemp = new ArrayList();
            for (int i = 0; i < p_objTemplateSetContent.Length; i++)
            {
                arlTemp.Add(p_objTemplateSetContent[i].m_strContent);
            }
            string[] strContentArr = (string[])arlTemp.ToArray(typeof(string));
            com.digitalwave.Emr.Utility.DataShare.clsDataShareReplace.s_mthReplaceDataShareValue(MDIParent.s_ObjCurrentPatient, ref strContentArr);
            #endregion

            for (int i = 0; i < p_objTemplateSetContent.Length; i++)
            {
                for (int j = 0; j < m_intTemplateNumber; j++)
                {
                    Control txtBox     = m_objControlCollection[j];
                    string  strContent = strContentArr[i];
                    if (txtBox != null && p_objTemplateSetContent[i].m_strControl_ID == m_strControlIDCollection[j])
                    {
                        switch (txtBox.GetType().FullName)
                        {
                        case "System.Windows.Forms.RichTextBox":
                        case "iCare.CustomForm.ctlRichTextBox":
                            if (p_intIndex == -1)
                            {
                                txtBox.Text = strContent;
                            }
                            else
                            {
                                txtBox.Text = txtBox.Text.Replace("mb.", "");
                                if (txtBox.GetHashCode() == p_intHash)
                                {
                                    txtBox.Text = txtBox.Text.Insert(p_intIndex, strContent);
                                }
                                else
                                {
                                    txtBox.Text += strContent;
                                }
                            }
                            break;

                        case "com.digitalwave.Utility.Controls.ctlRichTextBox":
                            com.digitalwave.Utility.Controls.ctlRichTextBox ctlTxt = (com.digitalwave.Utility.Controls.ctlRichTextBox)txtBox;

                            int intMaxLength = ctlTxt.MaxLength;
                            if (strContent != null && strContent.Length > intMaxLength)
                            {
                                strContent = strContent.Substring(0, intMaxLength);
                            }
                            if (p_intIndex == -1)
                            {
                                //如果手术记录单的手术名称有内容,保持其内容不变
                                if (txtBox.FindForm().Name == "frmOperationRecordDoctor" && txtBox.Name == "m_txtOperationName" && txtBox.Text.Trim() != "")
                                {
                                    break;
                                }

                                //int intLength = ctlTxt.Text.Length;
                                ctlTxt.m_mthClearText();
                                ctlTxt.m_mthInsertText(strContent, 0);
                            }
                            else
                            {
                                ctlTxt.m_mthReplace("mb.", "");

                                if (txtBox.GetHashCode() == p_intHash)
                                {
                                    ctlTxt.m_mthInsertText(strContent, p_intIndex);
                                }
                                else
                                {
                                    int intLength = ctlTxt.Text.Length;
                                    ctlTxt.m_mthInsertText(strContent, intLength);
                                }
                            }
                            break;

                        case "com.digitalwave.controls.ctlRichTextBox":
                            com.digitalwave.controls.ctlRichTextBox ctlTxt2 = (com.digitalwave.controls.ctlRichTextBox)txtBox;

                            int intMaxLength2 = ctlTxt2.MaxLength;
                            if (strContent != null && strContent.Length > intMaxLength2)
                            {
                                strContent = strContent.Substring(0, intMaxLength2);
                            }
                            if (p_intIndex == -1)
                            {
                                //如果手术记录单的手术名称有内容,保持其内容不变
                                if (txtBox.FindForm().Name == "frmOperationRecordDoctor" && txtBox.Name == "m_txtOperationName" && txtBox.Text.Trim() != "")
                                {
                                    break;
                                }

                                //int intLength1 = ctlTxt2.Text.Length;
                                ctlTxt2.m_mthClearText();
                                ctlTxt2.m_mthInsertText(strContent, 0);
                            }
                            else
                            {
                                ctlTxt2.m_mthReplace("mb.", "");

                                if (txtBox.GetHashCode() == p_intHash)
                                {
                                    ctlTxt2.m_mthInsertText(strContent, p_intIndex);
                                }
                                else
                                {
                                    int intLength1 = ctlTxt2.Text.Length;
                                    ctlTxt2.m_mthInsertText(strContent, intLength1);
                                }
                            }
                            break;

                        case "com.digitalwave.Utility.Controls.ctlComboBox":
                            com.digitalwave.Utility.Controls.ctlComboBox ctlBox = txtBox as com.digitalwave.Utility.Controls.ctlComboBox;
                            ctlBox.Text = strContent;
                            break;

                        default:
                            txtBox.Text = strContent;
                            break;
                        }
                        break;
                    }
                }
            }

//			clsDataShareTool.s_mthSetDataShare(MDIParent.s_ObjCurrentPatient,m_objControlCollection);
        }
Ejemplo n.º 19
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIntensiveTend_GXContent));
     this.lblRecordContentTitle = new System.Windows.Forms.Label();
     this.m_cmdOK            = new PinkieControls.ButtonXP();
     this.m_cmdCancel        = new PinkieControls.ButtonXP();
     this.m_txtRecordContent = new com.digitalwave.controls.ctlRichTextBox();
     this.m_ttpTextInfo      = new System.Windows.Forms.ToolTip(this.components);
     this.txtSign            = new System.Windows.Forms.TextBox();
     this.m_cmbsign          = new PinkieControls.ButtonXP();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(37, 128);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(248, 101);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(8, 16);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(80, 13);
     this.m_dtpCreateDate.Size     = new System.Drawing.Size(224, 22);
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(411, 174);
     this.m_dtpGetDataTime.Size     = new System.Drawing.Size(247, 22);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.Location = new System.Drawing.Point(289, 174);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(528, 48);
     this.lblSex.Size     = new System.Drawing.Size(56, 21);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(656, 48);
     this.lblAge.Size     = new System.Drawing.Size(60, 21);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(275, 18);
     this.lblBedNoTitle.Visible  = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(261, 55);
     this.lblInHospitalNoTitle.Visible  = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(476, 18);
     this.lblNameTitle.Visible  = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(472, 48);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(600, 48);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(37, 91);
     this.lblAreaTitle.Visible  = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(327, 78);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(135, 119);
     this.m_lsvInPatientID.Visible  = false;
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(327, 50);
     this.txtInPatientID.Size     = new System.Drawing.Size(135, 23);
     this.txtInPatientID.Visible  = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(527, 14);
     this.m_txtPatientName.Size     = new System.Drawing.Size(136, 23);
     this.m_txtPatientName.Visible  = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(327, 14);
     this.m_txtBedNO.Size     = new System.Drawing.Size(135, 23);
     this.m_txtBedNO.Visible  = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(93, 87);
     this.m_cboArea.Size     = new System.Drawing.Size(168, 23);
     this.m_cboArea.Visible  = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(527, 41);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(136, 119);
     this.m_lsvPatientName.Visible  = false;
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(327, 38);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(135, 119);
     this.m_lsvBedNO.Visible  = false;
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(93, 46);
     this.m_cboDept.Size     = new System.Drawing.Size(168, 23);
     this.m_cboDept.Visible  = false;
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(37, 55);
     this.lblDept.Visible  = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(821, 55);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(98, 36);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(229, 14);
     this.m_cmdNext.Size     = new System.Drawing.Size(28, 24);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(182, 14);
     this.m_cmdPre.Size     = new System.Drawing.Size(28, 24);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(317, 18);
     this.m_lblForTitle.Size     = new System.Drawing.Size(19, 27);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(342, -36);
     this.m_tipMain.SetToolTip(this.m_cmdModifyPatientInfo, "点击查看和修改患者详细信息(快捷键Alt+P)");
     //
     // lblRecordContentTitle
     //
     this.lblRecordContentTitle.AutoSize  = true;
     this.lblRecordContentTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblRecordContentTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblRecordContentTitle.ForeColor = System.Drawing.SystemColors.WindowText;
     this.lblRecordContentTitle.Location  = new System.Drawing.Point(9, 41);
     this.lblRecordContentTitle.Name      = "lblRecordContentTitle";
     this.lblRecordContentTitle.Size      = new System.Drawing.Size(70, 14);
     this.lblRecordContentTitle.TabIndex  = 10000033;
     this.lblRecordContentTitle.Text      = "病情记录:";
     //
     // m_cmdOK
     //
     this.m_cmdOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     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(536, 376);
     this.m_cmdOK.Name          = "m_cmdOK";
     this.m_cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdOK.Size          = new System.Drawing.Size(75, 36);
     this.m_cmdOK.TabIndex      = 10000034;
     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)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     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(624, 376);
     this.m_cmdCancel.Name          = "m_cmdCancel";
     this.m_cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdCancel.Size          = new System.Drawing.Size(74, 36);
     this.m_cmdCancel.TabIndex      = 10000035;
     this.m_cmdCancel.Text          = "取消";
     this.m_cmdCancel.Click        += new System.EventHandler(this.m_cmdCancel_Click);
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "病情记录";
     this.m_txtRecordContent.BackColor             = System.Drawing.Color.White;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtRecordContent.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(8, 72);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(712, 295);
     this.m_txtRecordContent.TabIndex                   = 10;
     this.m_txtRecordContent.Text                       = "";
     //
     // m_ttpTextInfo
     //
     this.m_ttpTextInfo.AutomaticDelay = 200;
     //
     // txtSign
     //
     this.txtSign.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSign.Enabled     = false;
     this.txtSign.Location    = new System.Drawing.Point(80, 389);
     this.txtSign.Name        = "txtSign";
     this.txtSign.Size        = new System.Drawing.Size(106, 23);
     this.txtSign.TabIndex    = 10000037;
     //
     // m_cmbsign
     //
     this.m_cmbsign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmbsign.DefaultScheme = true;
     this.m_cmbsign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmbsign.Hint          = "";
     this.m_cmbsign.Location      = new System.Drawing.Point(12, 380);
     this.m_cmbsign.Name          = "m_cmbsign";
     this.m_cmbsign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmbsign.Size          = new System.Drawing.Size(64, 32);
     this.m_cmbsign.TabIndex      = 10000036;
     this.m_cmbsign.Text          = "签名";
     //
     // frmIntensiveTend_GXContent
     //
     this.AccessibleDescription = "危重患者护理记录--病情记录";
     this.AutoScaleBaseSize     = new System.Drawing.Size(7, 16);
     this.ClientSize            = new System.Drawing.Size(736, 437);
     this.Controls.Add(this.txtSign);
     this.Controls.Add(this.m_cmbsign);
     this.Controls.Add(this.lblRecordContentTitle);
     this.Controls.Add(this.m_cmdOK);
     this.Controls.Add(this.m_cmdCancel);
     this.Controls.Add(this.m_txtRecordContent);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmIntensiveTend_GXContent";
     this.Text  = "危重患者护理记录--病情记录";
     this.Load += new System.EventHandler(this.frmIntensiveTend_GXContent_Load);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_txtRecordContent, 0);
     this.Controls.SetChildIndex(this.m_cmdCancel, 0);
     this.Controls.SetChildIndex(this.m_cmdOK, 0);
     this.Controls.SetChildIndex(this.lblRecordContentTitle, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 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.lblCreateDateTitle, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.m_cmbsign, 0);
     this.Controls.SetChildIndex(this.txtSign, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }