Exemplo n.º 1
0
        public frmIntensiveTend_FContent(bool blnNew, string p_strInPatientID, string p_strInPatientDate, string p_strCreateDate)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
//			m_lblSign.Text=MDIParent.OperatorName;
//			m_mthSetRichTextBoxAttribInControl(this);
            //m_objBorderTool=new clsBorderTool(Color.White);
            //m_objSignTool = new clsEmployeeSignTool(m_lsvEmployee);
            //m_objSignTool.m_mthAddControl(m_txtSign);
            m_objSign = new clsEmrSignToolCollection();
            m_objSign.m_mthBindEmployeeSign(cmdSign, txtSign, 2, true, clsEMRLogin.LoginInfo.m_strEmpID);

            //初始化变量值
            blnNewRecord           = blnNew;
            strRecordInPatientID   = p_strInPatientID;
            strRecordInPatientDate = p_strInPatientDate;
            strRecordCreateDate    = p_strCreateDate;
            m_mthSetRichTextBoxAttribInControl(this);
            //右键菜单
            m_objTempTool  = new clsTemplatesetInvoke();
            objHRPBaseForm = new frmHRPBaseForm();
        }