实例介绍
BN092-电子病历 C#源码 无密码
【实例截图】
【核心代码】
d6db5324-efe9-4414-968e-b40901901a3a
└── BN092-电子病历
├── database
│ └── 2012-12-03.dmp
├── doc
│ ├── 安装手册.doc
│ ├── 安装说明.txt
│ ├── 电子病历功能简介.doc
│ ├── 电子病历操作手册.doc
│ ├── 电子病历数据字段.doc
│ ├── 电子病历表数据库表说明及关系.xls
│ └── 电子病历项目模块说明.doc
├── Emr
│ ├── ArchivesManager
│ │ ├── App.config
│ │ ├── ArchivesManager.csproj
│ │ ├── ArchivesManager.csproj.user
│ │ ├── ArchivesManagerForm.cs
│ │ ├── ArchivesManagerForm.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── ArchivesManager.dll
│ │ │ ├── ArchivesManager.dll.config
│ │ │ ├── ArchivesManager.pdb
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── EmrBrowser.dll
│ │ │ ├── EmrBrowser.pdb
│ │ │ ├── EmrUC.dll
│ │ │ ├── EmrUC.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── CaseHistoryPigeonhole.cs
│ │ ├── CaseHistoryPigeonhole.resx
│ │ ├── CaseHistoryState.cs
│ │ ├── CaseHistoryState.resx
│ │ ├── CheckAndApproveNotify.cs
│ │ ├── CheckAndApproveNotify.resx
│ │ ├── CheckAndApproveSumUp.cs
│ │ ├── CheckAndApproveSumUp.resx
│ │ ├── devcomponents.dotnetbar.dll
│ │ ├── LookOverInform.cs
│ │ ├── LookOverInform.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── ArchivesManager.ArchivesManagerForm.resources
│ │ │ ├── ArchivesManager.CaseHistoryPigeonhole.resources
│ │ │ ├── ArchivesManager.CaseHistoryState.resources
│ │ │ ├── ArchivesManager.CheckAndApproveNotify.resources
│ │ │ ├── ArchivesManager.CheckAndApproveSumUp.resources
│ │ │ ├── ArchivesManager.csproj.FileListAbsolute.txt
│ │ │ ├── ArchivesManager.dll
│ │ │ ├── ArchivesManager.LookOverInform.resources
│ │ │ ├── ArchivesManager.pdb
│ │ │ ├── ArchivesManager.ReadCaseHistory.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Public
│ │ │ └── Public_AM.cs
│ │ ├── ReadCaseHistory.cs
│ │ └── ReadCaseHistory.resx
│ ├── Backup
│ │ ├── ArchivesManager
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── ArchivesManager.csproj
│ │ │ ├── ArchivesManager.csproj.user
│ │ │ ├── ArchivesManagerForm.cs
│ │ │ ├── ArchivesManagerForm.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryPigeonhole.cs
│ │ │ ├── CaseHistoryPigeonhole.resx
│ │ │ ├── CaseHistoryState.cs
│ │ │ ├── CaseHistoryState.resx
│ │ │ ├── CheckAndApproveNotify.cs
│ │ │ ├── CheckAndApproveNotify.resx
│ │ │ ├── CheckAndApproveSumUp.cs
│ │ │ ├── CheckAndApproveSumUp.resx
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── LookOverInform.cs
│ │ │ ├── LookOverInform.resx
│ │ │ ├── Public
│ │ │ │ └── Public_AM.cs
│ │ │ ├── ReadCaseHistory.cs
│ │ │ └── ReadCaseHistory.resx
│ │ ├── BaseManager
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── BaseManager.csproj
│ │ │ ├── BaseManager.csproj.user
│ │ │ ├── Departments.cs
│ │ │ ├── Departments.resx
│ │ │ ├── DepartmentsType.cs
│ │ │ ├── DepartmentsType.resx
│ │ │ ├── Employee.cs
│ │ │ ├── Employee.resx
│ │ │ ├── EmployeeSet.cs
│ │ │ ├── EmployeeSet.resx
│ │ │ ├── InFoSetForm.cs
│ │ │ ├── InFoSetForm.resx
│ │ │ ├── Job.cs.cs
│ │ │ ├── Job.cs.resx
│ │ │ ├── JobEvaluation.cs
│ │ │ ├── JobEvaluation.resx
│ │ │ ├── MyMessageBox.cs
│ │ │ ├── MyMessageBox.resx
│ │ │ ├── Patients.cs
│ │ │ ├── Patients.resx
│ │ │ └── Public
│ │ │ └── Cl_BaseManage.cs
│ │ ├── Consultation
│ │ │ ├── AccFrm.cs
│ │ │ ├── AccFrm.resx
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ConFrm.cs
│ │ │ ├── ConFrm.resx
│ │ │ ├── Consultation.csproj
│ │ │ ├── Consultation.csproj.user
│ │ │ ├── CWriteFrm.cs
│ │ │ ├── CWriteFrm.resx
│ │ │ ├── img
│ │ │ │ ├── Accept.png
│ │ │ │ ├── Finish.png
│ │ │ │ ├── Refresh.png
│ │ │ │ └── Send.png
│ │ │ ├── SendFrm.cs
│ │ │ └── SendFrm.resx
│ │ ├── DBDef
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DBDef.csproj
│ │ │ ├── DBDef.csproj.user
│ │ │ └── DBFiles
│ │ │ ├── DBEmr
│ │ │ │ ├── BLL
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ ├── DAL
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ └── Model
│ │ │ │ ├── ARCHIVES.cs
│ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ ├── CON_INVITE.cs
│ │ │ │ ├── CON_INVITED.cs
│ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ ├── EMR_USERS.cs
│ │ │ │ ├── METIER.cs
│ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ ├── NATIONALITY.cs
│ │ │ │ ├── NATION.cs
│ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ ├── PATIENTS.cs
│ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ ├── SYSCODE.cs
│ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ ├── USER_ROLE.cs
│ │ │ │ ├── USERTEAM.cs
│ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ ├── WATCH.cs
│ │ │ │ ├── WORK_PATH.cs
│ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ └── DBUtility
│ │ │ ├── DbHelperOra.cs
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── DESEncrypt.cs
│ │ │ └── PubConstant.cs
│ │ ├── DoctorWorkstationManage
│ │ │ ├── AmendBeInHospitalDoctorInfo.cs
│ │ │ ├── AmendBeInHospitalDoctorInfo.resx
│ │ │ ├── AmendSickbedNoInfo.cs
│ │ │ ├── AmendSickbedNoInfo.resx
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryUntreadInFo.cs
│ │ │ ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│ │ │ ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│ │ │ ├── CaseHistoryUntreadInFo.resx
│ │ │ ├── DdeathInfoBookIn.cs
│ │ │ ├── DdeathInfoBookIn.resx
│ │ │ ├── DeathNote_Browser.cs
│ │ │ ├── DeathNote_Browser.resx
│ │ │ ├── DeparTmentAlterSet.cs
│ │ │ ├── DeparTmentAlterSet.resx
│ │ │ ├── DoctorWorkstationForm.cs
│ │ │ ├── DoctorWorkstationForm.resx
│ │ │ ├── DoctorWorkstationManage.csproj
│ │ │ ├── DoctorWorkstationManage.csproj.user
│ │ │ ├── FileCorrect.cs
│ │ │ ├── FileCorrect.resx
│ │ │ ├── LeaveHospitalBookIn.cs
│ │ │ ├── LeaveHospitalBookIn.resx
│ │ │ ├── PALHBookIn.cs
│ │ │ ├── PALHBookIn.resx
│ │ │ ├── PatientWorksTation.cs
│ │ │ ├── PatientWorksTation.resx
│ │ │ ├── Public
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ └── Public_DW.cs
│ │ │ ├── RetakeArchivesInfo.cs
│ │ │ ├── RetakeArchivesInfo.resx
│ │ │ ├── SectionOffice_Examine.cs
│ │ │ ├── SectionOffice_Examine_ParticulaInfor.cs
│ │ │ ├── SectionOffice_Examine_ParticulaInfor.resx
│ │ │ ├── SectionOffice_Examine.resx
│ │ │ ├── SeeCaseHistoryIdea.cs
│ │ │ ├── SeeCaseHistoryIdea_ParticularContent.cs
│ │ │ ├── SeeCaseHistoryIdea_ParticularContent.resx
│ │ │ ├── SeeCaseHistoryIdea.resx
│ │ │ ├── See_SectionOffice_Examine.cs
│ │ │ ├── See_SectionOffice_Examine_Doc.cs
│ │ │ ├── See_SectionOffice_Examine_Doc.resx
│ │ │ └── See_SectionOffice_Examine.resx
│ │ ├── EmrBrowser
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Browser.cs
│ │ │ ├── Browser.resx
│ │ │ ├── EmrBrowser.csproj
│ │ │ ├── EmrBrowser.csproj.user
│ │ │ ├── MainFrm.cs
│ │ │ └── MainFrm.resx
│ │ ├── EmrKB
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ButtonImage
│ │ │ │ ├── about.bmp
│ │ │ │ ├── abspos.bmp
│ │ │ │ ├── anchor.bmp
│ │ │ │ ├── BackColor.bmp
│ │ │ │ ├── backward.bmp
│ │ │ │ ├── bgcolor.bmp
│ │ │ │ ├── bgpic.bmp
│ │ │ │ ├── BLD.BMP
│ │ │ │ ├── blink.bmp
│ │ │ │ ├── BMP.BMP
│ │ │ │ ├── bold.bmp
│ │ │ │ ├── br.bmp
│ │ │ │ ├── checked.bmp
│ │ │ │ ├── CNT.BMP
│ │ │ │ ├── code.bmp
│ │ │ │ ├── componentmenu.bmp
│ │ │ │ ├── copy.bmp
│ │ │ │ ├── createlink.bmp
│ │ │ │ ├── createsql.bmp
│ │ │ │ ├── CTR.bmp
│ │ │ │ ├── cut.bmp
│ │ │ │ ├── database.bmp
│ │ │ │ ├── date.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── design.bmp
│ │ │ │ ├── div.bmp
│ │ │ │ ├── editmenu.bmp
│ │ │ │ ├── emot.bmp
│ │ │ │ ├── excel.bmp
│ │ │ │ ├── fieldset.bmp
│ │ │ │ ├── file.bmp
│ │ │ │ ├── filemenu.bmp
│ │ │ │ ├── findreplace.bmp
│ │ │ │ ├── flash.bmp
│ │ │ │ ├── fontmenu.bmp
│ │ │ │ ├── forecolor.bmp
│ │ │ │ ├── formbutton.bmp
│ │ │ │ ├── formcheckbox.bmp
│ │ │ │ ├── formdropdown.bmp
│ │ │ │ ├── formmenu.bmp
│ │ │ │ ├── formradio.bmp
│ │ │ │ ├── formtextarea.bmp
│ │ │ │ ├── formtext.bmp
│ │ │ │ ├── forward.bmp
│ │ │ │ ├── help.bmp
│ │ │ │ ├── icq.bmp
│ │ │ │ ├── iframe.bmp
│ │ │ │ ├── img.bmp
│ │ │ │ ├── indent.bmp
│ │ │ │ ├── inserthorizontalrule.bmp
│ │ │ │ ├── insertorderedlist.bmp
│ │ │ │ ├── insertparagraph.bmp
│ │ │ │ ├── insertunorderedlist.bmp
│ │ │ │ ├── italic.bmp
│ │ │ │ ├── justifycenter.bmp
│ │ │ │ ├── justifyfull.bmp
│ │ │ │ ├── justifyleft.bmp
│ │ │ │ ├── justifyright.bmp
│ │ │ │ ├── key.bmp
│ │ │ │ ├── LFT.bmp
│ │ │ │ ├── lock.bmp
│ │ │ │ ├── logicdelete.bmp
│ │ │ │ ├── map.bmp
│ │ │ │ ├── marquee.bmp
│ │ │ │ ├── maximize.bmp
│ │ │ │ ├── media.bmp
│ │ │ │ ├── minimize.bmp
│ │ │ │ ├── modecode.bmp
│ │ │ │ ├── modecodebtn.bmp
│ │ │ │ ├── modeedit.bmp
│ │ │ │ ├── modeeditbtn.bmp
│ │ │ │ ├── modepreview.bmp
│ │ │ │ ├── modetext.bmp
│ │ │ │ ├── modetextbtn.bmp
│ │ │ │ ├── modeviewbtn.bmp
│ │ │ │ ├── msn.bmp
│ │ │ │ ├── myACDSeeCash.macdc
│ │ │ │ ├── NEW.bmp
│ │ │ │ ├── newemrtemplate.bmp
│ │ │ │ ├── objectmenu.bmp
│ │ │ │ ├── OPEN.bmp
│ │ │ │ ├── outdent.bmp
│ │ │ │ ├── page.bmp
│ │ │ │ ├── pagesetting.bmp
│ │ │ │ ├── paragraphmenu.bmp
│ │ │ │ ├── paste.bmp
│ │ │ │ ├── pastetext.bmp
│ │ │ │ ├── pasteword.bmp
│ │ │ │ ├── print.bmp
│ │ │ │ ├── PROP.bmp
│ │ │ │ ├── qq.bmp
│ │ │ │ ├── quote.bmp
│ │ │ │ ├── redo.bmp
│ │ │ │ ├── refresh.bmp
│ │ │ │ ├── remoteupload.bmp
│ │ │ │ ├── removeformat.bmp
│ │ │ │ ├── RT.bmp
│ │ │ │ ├── run.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── SaveImage.bmp
│ │ │ │ ├── script.bmp
│ │ │ │ ├── selectall.bmp
│ │ │ │ ├── showborders.bmp
│ │ │ │ ├── showdetails.bmp
│ │ │ │ ├── showtree.bmp
│ │ │ │ ├── site.bmp
│ │ │ │ ├── sizeminus.bmp
│ │ │ │ ├── sizeplus.bmp
│ │ │ │ ├── space.bmp
│ │ │ │ ├── spellcheck.bmp
│ │ │ │ ├── SPELLING.bmp
│ │ │ │ ├── spliter.bmp
│ │ │ │ ├── strikethrough.bmp
│ │ │ │ ├── subscript.bmp
│ │ │ │ ├── superscript.bmp
│ │ │ │ ├── symbol.bmp
│ │ │ │ ├── tablecellprop.bmp
│ │ │ │ ├── tablecellsplit.bmp
│ │ │ │ ├── tablecoldelete.bmp
│ │ │ │ ├── tablecolinsertleft.bmp
│ │ │ │ ├── tablecolinsertright.bmp
│ │ │ │ ├── tablecolmerge.bmp
│ │ │ │ ├── tablecolsplit.bmp
│ │ │ │ ├── tableinsert.bmp
│ │ │ │ ├── tablemenu.bmp
│ │ │ │ ├── tableprop.bmp
│ │ │ │ ├── tablerowdelete.bmp
│ │ │ │ ├── tablerowinsertabove.bmp
│ │ │ │ ├── tablerowinsertbelow.bmp
│ │ │ │ ├── tablerowmerge.bmp
│ │ │ │ ├── tablerowprop.bmp
│ │ │ │ ├── tablerowsplit.bmp
│ │ │ │ ├── tabpage.bmp
│ │ │ │ ├── time.bmp
│ │ │ │ ├── tobig.bmp
│ │ │ │ ├── toolmenu.bmp
│ │ │ │ ├── tosmall.bmp
│ │ │ │ ├── underline.bmp
│ │ │ │ ├── undo.bmp
│ │ │ │ ├── unlink.bmp
│ │ │ │ └── unselect.bmp
│ │ │ ├── config.xml
│ │ │ ├── ElementInfo.cs
│ │ │ ├── ElementInfo.resx
│ │ │ ├── EmrKB.csproj
│ │ │ ├── EmrKB.csproj.user
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── newemrtemplate.bmp
│ │ │ ├── projectdefine.xml
│ │ │ ├── toolbark.xml
│ │ │ └── trust.bat
│ │ ├── EmrMain
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── EmrMain.csproj
│ │ │ ├── EmrMain.csproj.user
│ │ │ ├── InfoFrm.cs
│ │ │ ├── InfoFrm.resx
│ │ │ ├── Login.cs
│ │ │ ├── Login.resx
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── NotifyIconEx.cs
│ │ │ ├── NotifyIconEx.resx
│ │ │ ├── UC_Config.cs
│ │ │ ├── UC_Config.resx
│ │ │ ├── UC_Left.cs
│ │ │ ├── UC_Left.resx
│ │ │ ├── UC_Login.cs
│ │ │ ├── UC_Login.resx
│ │ │ ├── UC_Update.cs
│ │ │ └── UC_Update.resx
│ │ ├── EmrMain.sln
│ │ ├── EmrUC
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataGridPage.cs
│ │ │ ├── DataGridPage.resx
│ │ │ ├── EmrUC.csproj
│ │ │ └── EmrUC.csproj.user
│ │ ├── MulEditor
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── FormMain.cs
│ │ │ ├── FormMain.resx
│ │ │ ├── FormSaveas.cs
│ │ │ ├── FormSaveas.resx
│ │ │ ├── MulEditor.csproj
│ │ │ └── MulEditor.csproj.user
│ │ ├── PersonalitySet
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── PersonalityFrom.cs
│ │ │ ├── PersonalityFrom.resx
│ │ │ ├── PersonalitySet.csproj
│ │ │ ├── PersonalitySet.csproj.user
│ │ │ ├── PrivatePassAmend.cs
│ │ │ ├── PrivatePassAmend.resx
│ │ │ ├── PrivateUserNameAmend.cs
│ │ │ ├── PrivateUserNameAmend.resx
│ │ │ ├── Public
│ │ │ │ └── Public_PS.cs
│ │ │ ├── PublicPassAmend.cs
│ │ │ ├── PublicPassAmend.resx
│ │ │ ├── PublicUserNameAmend.cs
│ │ │ └── PublicUserNameAmend.resx
│ │ ├── PopedomManager
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryCodeCorrect.cs
│ │ │ ├── CaseHistoryCodeCorrect.resx
│ │ │ ├── EmComparison.cs
│ │ │ ├── EmComparison.resx
│ │ │ ├── EmrSectionOffice.cs
│ │ │ ├── EmrSectionOffice.resx
│ │ │ ├── GetPass.cs
│ │ │ ├── GetPass.resx
│ │ │ ├── ModuleInfoManage.cs
│ │ │ ├── ModuleInfoManage.resx
│ │ │ ├── PoPedomConnectionSet.cs
│ │ │ ├── PoPedomConnectionSet.resx
│ │ │ ├── PopedomManager.csproj
│ │ │ ├── PopedomManager.csproj.user
│ │ │ ├── Public
│ │ │ │ └── public_pop.cs
│ │ │ ├── SystemMaintenance.cs
│ │ │ ├── SystemMaintenance.resx
│ │ │ ├── UserInfoInitialization.cs
│ │ │ ├── UserInfoInitialization.resx
│ │ │ ├── UserRoleManage.cs
│ │ │ ├── UserRoleManage.resx
│ │ │ ├── UserTeamManage.cs
│ │ │ └── UserTeamManage.resx
│ │ ├── TheFtp
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── TheFtp.cs
│ │ │ ├── TheFtp.csproj
│ │ │ └── TheFtp.csproj.user
│ │ ├── UC_Prjs
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ButtonImage
│ │ │ │ ├── about.bmp
│ │ │ │ ├── abspos.bmp
│ │ │ │ ├── anchor.bmp
│ │ │ │ ├── BackColor.bmp
│ │ │ │ ├── backward.bmp
│ │ │ │ ├── bgcolor.bmp
│ │ │ │ ├── bgpic.bmp
│ │ │ │ ├── BLD.BMP
│ │ │ │ ├── blink.bmp
│ │ │ │ ├── BMP.BMP
│ │ │ │ ├── bold.bmp
│ │ │ │ ├── br.bmp
│ │ │ │ ├── checked.bmp
│ │ │ │ ├── CNT.BMP
│ │ │ │ ├── code.bmp
│ │ │ │ ├── componentmenu.bmp
│ │ │ │ ├── copy.bmp
│ │ │ │ ├── createlink.bmp
│ │ │ │ ├── createsql.bmp
│ │ │ │ ├── CTR.bmp
│ │ │ │ ├── cut.bmp
│ │ │ │ ├── database.bmp
│ │ │ │ ├── date.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── design.bmp
│ │ │ │ ├── div.bmp
│ │ │ │ ├── editmenu.bmp
│ │ │ │ ├── emot.bmp
│ │ │ │ ├── excel.bmp
│ │ │ │ ├── fieldset.bmp
│ │ │ │ ├── file.bmp
│ │ │ │ ├── filemenu.bmp
│ │ │ │ ├── findreplace.bmp
│ │ │ │ ├── flash.bmp
│ │ │ │ ├── fontmenu.bmp
│ │ │ │ ├── forecolor.bmp
│ │ │ │ ├── formbutton.bmp
│ │ │ │ ├── formcheckbox.bmp
│ │ │ │ ├── formdropdown.bmp
│ │ │ │ ├── formmenu.bmp
│ │ │ │ ├── formradio.bmp
│ │ │ │ ├── formtextarea.bmp
│ │ │ │ ├── formtext.bmp
│ │ │ │ ├── forward.bmp
│ │ │ │ ├── help.bmp
│ │ │ │ ├── icq.bmp
│ │ │ │ ├── iframe.bmp
│ │ │ │ ├── img.bmp
│ │ │ │ ├── indent.bmp
│ │ │ │ ├── inserthorizontalrule.bmp
│ │ │ │ ├── insertorderedlist.bmp
│ │ │ │ ├── insertparagraph.bmp
│ │ │ │ ├── insertunorderedlist.bmp
│ │ │ │ ├── italic.bmp
│ │ │ │ ├── justifycenter.bmp
│ │ │ │ ├── justifyfull.bmp
│ │ │ │ ├── justifyleft.bmp
│ │ │ │ ├── justifyright.bmp
│ │ │ │ ├── kb.bmp
│ │ │ │ ├── key.bmp
│ │ │ │ ├── LFT.bmp
│ │ │ │ ├── lock.bmp
│ │ │ │ ├── logicdelete.bmp
│ │ │ │ ├── map.bmp
│ │ │ │ ├── marquee.bmp
│ │ │ │ ├── maximize.bmp
│ │ │ │ ├── media.bmp
│ │ │ │ ├── minimize.bmp
│ │ │ │ ├── modecode.bmp
│ │ │ │ ├── modecodebtn.bmp
│ │ │ │ ├── modeedit.bmp
│ │ │ │ ├── modeeditbtn.bmp
│ │ │ │ ├── modepreview.bmp
│ │ │ │ ├── modetext.bmp
│ │ │ │ ├── modetextbtn.bmp
│ │ │ │ ├── modeviewbtn.bmp
│ │ │ │ ├── msn.bmp
│ │ │ │ ├── myACDSeeCash.macdc
│ │ │ │ ├── NEW.bmp
│ │ │ │ ├── newemrtemplate.bmp
│ │ │ │ ├── objectmenu.bmp
│ │ │ │ ├── OPEN.bmp
│ │ │ │ ├── outdent.bmp
│ │ │ │ ├── page.bmp
│ │ │ │ ├── pagesetting.bmp
│ │ │ │ ├── paragraphmenu.bmp
│ │ │ │ ├── paste.bmp
│ │ │ │ ├── pastetext.bmp
│ │ │ │ ├── pasteword.bmp
│ │ │ │ ├── print.bmp
│ │ │ │ ├── PROP.bmp
│ │ │ │ ├── qq.bmp
│ │ │ │ ├── quote.bmp
│ │ │ │ ├── redo.bmp
│ │ │ │ ├── refresh.bmp
│ │ │ │ ├── remoteupload.bmp
│ │ │ │ ├── removeformat.bmp
│ │ │ │ ├── RT.bmp
│ │ │ │ ├── run.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── SaveImage.bmp
│ │ │ │ ├── script.bmp
│ │ │ │ ├── selectall.bmp
│ │ │ │ ├── showborders.bmp
│ │ │ │ ├── showdetails.bmp
│ │ │ │ ├── showtree.bmp
│ │ │ │ ├── site.bmp
│ │ │ │ ├── sizeminus.bmp
│ │ │ │ ├── sizeplus.bmp
│ │ │ │ ├── space.bmp
│ │ │ │ ├── spellcheck.bmp
│ │ │ │ ├── SPELLING.bmp
│ │ │ │ ├── spliter.bmp
│ │ │ │ ├── strikethrough.bmp
│ │ │ │ ├── subscript.bmp
│ │ │ │ ├── superscript.bmp
│ │ │ │ ├── symbol.bmp
│ │ │ │ ├── tablecellprop.bmp
│ │ │ │ ├── tablecellsplit.bmp
│ │ │ │ ├── tablecoldelete.bmp
│ │ │ │ ├── tablecolinsertleft.bmp
│ │ │ │ ├── tablecolinsertright.bmp
│ │ │ │ ├── tablecolmerge.bmp
│ │ │ │ ├── tablecolsplit.bmp
│ │ │ │ ├── tableinsert.bmp
│ │ │ │ ├── tablemenu.bmp
│ │ │ │ ├── tableprop.bmp
│ │ │ │ ├── tablerowdelete.bmp
│ │ │ │ ├── tablerowinsertabove.bmp
│ │ │ │ ├── tablerowinsertbelow.bmp
│ │ │ │ ├── tablerowmerge.bmp
│ │ │ │ ├── tablerowprop.bmp
│ │ │ │ ├── tablerowsplit.bmp
│ │ │ │ ├── tabpage.bmp
│ │ │ │ ├── time.bmp
│ │ │ │ ├── tobig.bmp
│ │ │ │ ├── toolbarback.bmp
│ │ │ │ ├── toolmenu.bmp
│ │ │ │ ├── tosmall.bmp
│ │ │ │ ├── underline.bmp
│ │ │ │ ├── undo.bmp
│ │ │ │ ├── unlink.bmp
│ │ │ │ ├── unselect.bmp
│ │ │ │ ├── zoom.bmp
│ │ │ │ ├── zoommenu.bmp
│ │ │ │ ├── 树状菜单图标1.bmp
│ │ │ │ └── 树状菜单图标2.bmp
│ │ │ ├── Grid
│ │ │ │ ├── CellLine.cs
│ │ │ │ ├── CellText.cs
│ │ │ │ ├── DLL
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ └── Interop.SHDocVw.dll
│ │ │ │ ├── ExRichTextBox.cs
│ │ │ │ ├── ExRichTextBox.resx
│ │ │ │ ├── FormCtrlSet.cs
│ │ │ │ ├── FormCtrlSet.resx
│ │ │ │ ├── GongShi.cs
│ │ │ │ ├── GongShi.resx
│ │ │ │ ├── GridAlignMethod.cs
│ │ │ │ ├── GridAlignMethod.resx
│ │ │ │ ├── GridLine.cs
│ │ │ │ ├── GridProperty.cs
│ │ │ │ ├── GridProperty.resx
│ │ │ │ ├── HT_Grid.cs
│ │ │ │ ├── Image
│ │ │ │ │ ├── InertLine.jpg
│ │ │ │ │ ├── InsertColumn.jpg
│ │ │ │ │ ├── InsertGrid.jpg
│ │ │ │ │ ├── Merge.jpg
│ │ │ │ │ ├── Split.jpg
│ │ │ │ │ ├── ws00.jpg
│ │ │ │ │ ├── ws01.jpg
│ │ │ │ │ ├── ws02.jpg
│ │ │ │ │ ├── ws10.jpg
│ │ │ │ │ ├── ws11.jpg
│ │ │ │ │ ├── ws12.jpg
│ │ │ │ │ ├── ws20.jpg
│ │ │ │ │ ├── ws21.jpg
│ │ │ │ │ └── ws22.jpg
│ │ │ │ ├── UC_Grid.cs
│ │ │ │ └── UC_Grid.resx
│ │ │ ├── ThiBPT
│ │ │ │ ├── InputFrm.cs
│ │ │ │ ├── InputFrm.resx
│ │ │ │ ├── UC_BPT.cs
│ │ │ │ └── UC_BPT.resx
│ │ │ ├── UC_MA
│ │ │ │ ├── UC_MAL.cs
│ │ │ │ ├── UC_MAL.resx
│ │ │ │ ├── UC_MAT.cs
│ │ │ │ └── UC_MAT.resx
│ │ │ ├── UC_MulEdit
│ │ │ │ ├── FormPaHead.cs
│ │ │ │ ├── FormPaHead.resx
│ │ │ │ ├── FormPaInfo.cs
│ │ │ │ ├── FormPaInfo.resx
│ │ │ │ ├── FormTmpNew.cs
│ │ │ │ ├── FormTmpNew.resx
│ │ │ │ ├── toolbardef.xml
│ │ │ │ ├── UC_MulEdit.cs
│ │ │ │ └── UC_MulEdit.resx
│ │ │ ├── UC_PAF
│ │ │ │ ├── FormInfos.cs
│ │ │ │ ├── FormInfos.resx
│ │ │ │ ├── UC_PAF.cs
│ │ │ │ └── UC_PAF.resx
│ │ │ ├── UC_Prjs.csproj
│ │ │ └── UC_Prjs.csproj.user
│ │ ├── Usual
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DTableClass.cs
│ │ │ ├── EnrolCode.cs
│ │ │ ├── FileOper.cs
│ │ │ ├── FileTrans.cs
│ │ │ ├── PermitKey.cs
│ │ │ ├── Public_AM.cs
│ │ │ ├── Public_BR.cs
│ │ │ ├── Public_doctor.cs
│ │ │ ├── Public_DW.cs
│ │ │ ├── Public_OutDoctorWorkstation.cs
│ │ │ ├── SecurityValidate.cs
│ │ │ ├── SystemPopedomManage.cs
│ │ │ ├── TheCtrl.cs
│ │ │ ├── UserInfo.cs
│ │ │ ├── Usual.csproj
│ │ │ └── Usual.csproj.user
│ │ ├── Watch
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── Watch.csproj
│ │ │ └── Watch.csproj.user
│ │ └── ZYTextDocumentLib
│ │ ├── App.config
│ │ ├── Dom
│ │ │ ├── A_ContentChangeLog.cs
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── UnderWriteMark.cs
│ │ │ ├── VBDocument.cs
│ │ │ ├── ZYAttributeCollection.cs
│ │ │ ├── ZYAttribute.cs
│ │ │ ├── ZYContent.cs
│ │ │ ├── ZYDataSource.cs
│ │ │ ├── ZYDocumentInfo.cs
│ │ │ ├── ZYEditorAction.cs
│ │ │ ├── ZYTextBlock.cs
│ │ │ ├── ZYTextBorder.cs
│ │ │ ├── ZYTextChar.cs
│ │ │ ├── ZYTextConst.cs
│ │ │ ├── ZYTextContainer.cs
│ │ │ ├── ZYTextDiv.cs
│ │ │ ├── ZYTextDocument.cs
│ │ │ ├── ZYTextElement.cs
│ │ │ ├── ZYTextFlag.cs
│ │ │ ├── ZYTextHRule.cs
│ │ │ ├── ZYTextImage.cs
│ │ │ ├── ZYTextInput.cs
│ │ │ ├── ZYTextKeyWord.cs
│ │ │ ├── ZYTextLine.cs
│ │ │ ├── ZYTextLineEnd.cs
│ │ │ ├── ZYTextListItem.cs
│ │ │ ├── ZYTextLock.cs
│ │ │ ├── ZYTextObject.cs
│ │ │ ├── ZYTextParagraph.cs
│ │ │ ├── ZYTextSaveLog.cs
│ │ │ ├── ZYTextSelect.cs
│ │ │ └── ZYUserList.cs
│ │ ├── GUI
│ │ │ ├── dlgDivProperty.cs
│ │ │ ├── dlgDivProperty.resx
│ │ │ ├── dlgFormat.cs
│ │ │ ├── dlgFormat.resx
│ │ │ ├── dlgHRuleProperty.cs
│ │ │ ├── dlgHRuleProperty.resx
│ │ │ ├── dlgPageSetup.cs
│ │ │ ├── dlgPageSetup.resx
│ │ │ ├── dlgSetHeadFooter.cs
│ │ │ ├── dlgSetHeadFooter.resx
│ │ │ ├── frmDBFileList.cs
│ │ │ ├── frmDBFileList.resx
│ │ │ ├── frmEditImage.cs
│ │ │ ├── frmEditImage.resx
│ │ │ ├── frmScript.cs
│ │ │ ├── frmScript.resx
│ │ │ ├── frmTest.cs
│ │ │ ├── frmTest.resx
│ │ │ ├── PopupInput.cs
│ │ │ ├── PopupInput.resx
│ │ │ ├── SmartTagProvider.cs
│ │ │ ├── TestControl2.cs
│ │ │ ├── TestControl2.resx
│ │ │ ├── TestControl.cs
│ │ │ ├── TestControl.resx
│ │ │ ├── ZYEditorControl.cs
│ │ │ ├── ZYEditorControl.resx
│ │ │ ├── ZYEditPanel.cs
│ │ │ ├── ZYEditPanel.resx
│ │ │ ├── ZYGout.cs
│ │ │ ├── ZYKnowledge.cs
│ │ │ └── ZYKnowledge.resx
│ │ ├── icon
│ │ │ ├── check.bmp
│ │ │ ├── checked.bmp
│ │ │ ├── chm.bmp
│ │ │ ├── close_2.bmp
│ │ │ ├── close.bmp
│ │ │ ├── createsql.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── div.bmp
│ │ │ ├── event.bmp
│ │ │ ├── frm.bmp
│ │ │ ├── frmX.bmp
│ │ │ ├── hrule.bmp
│ │ │ ├── IconHelper.cs
│ │ │ ├── img.bmp
│ │ │ ├── imgtools.bmp
│ │ │ ├── item.bmp
│ │ │ ├── link.bmp
│ │ │ ├── lock.bmp
│ │ │ ├── mspaint.ico
│ │ │ ├── new.bmp
│ │ │ ├── open_2.bmp
│ │ │ ├── open.bmp
│ │ │ ├── paragraph.bmp
│ │ │ ├── paragraphmenu.gif
│ │ │ ├── PPINTL5.ico
│ │ │ ├── PPINTL6.ico
│ │ │ ├── save.bmp
│ │ │ ├── system.bmp
│ │ │ ├── text.bmp
│ │ │ ├── textbox.bmp
│ │ │ └── unit.bmp
│ │ ├── KB
│ │ │ ├── DataProvider.cs
│ │ │ ├── dlgIconInfo.cs
│ │ │ ├── dlgIconInfo.resx
│ │ │ ├── dlgKB_Item.cs
│ │ │ ├── dlgKB_Item.resx
│ │ │ ├── dlgKB_List.cs
│ │ │ ├── dlgKB_List.resx
│ │ │ ├── dlgKBPath.cs
│ │ │ ├── dlgKBPath.resx
│ │ │ ├── KB_List.cs
│ │ │ ├── SectionList.cs
│ │ │ ├── ZYKBBuffer.cs
│ │ │ ├── ZYKBListView.cs
│ │ │ ├── ZYKBListView.resx
│ │ │ ├── ZYKBPopupList.cs
│ │ │ ├── ZYKBPopupList.resx
│ │ │ ├── ZYKBTreeView.cs
│ │ │ └── ZYKBTreeView.resx
│ │ ├── XDesignerGUI
│ │ │ ├── BorderUserControl.cs
│ │ │ ├── DeviceContextBase.cs
│ │ │ ├── dlgPageSetup.cs
│ │ │ ├── dlgPageSetup.en.resx
│ │ │ ├── dlgPageSetup.resx
│ │ │ ├── DocumentPageDrawer.cs
│ │ │ ├── DocumentViewControl.cs
│ │ │ ├── DocumentViewControl.resx
│ │ │ ├── DrawerUtil.cs
│ │ │ ├── EllipseObject.cs
│ │ │ ├── GDIObject.cs
│ │ │ ├── GDIPen.cs
│ │ │ ├── GraphicsUnitConvert.cs
│ │ │ ├── IPageDocument.cs
│ │ │ ├── MathCommon.cs
│ │ │ ├── MeasureConvert.cs
│ │ │ ├── MessageBoxHelper.cs
│ │ │ ├── MouseCapturer.cs
│ │ │ ├── MultiPageTransform.cs
│ │ │ ├── MultiRectangleTransform.cs
│ │ │ ├── PageFrameDrawer.cs
│ │ │ ├── PageLineInfo.cs
│ │ │ ├── PageScrollableControl.cs
│ │ │ ├── PageScrollableControl.resx
│ │ │ ├── PageSettingPreview.cs
│ │ │ ├── PointBuffer.cs
│ │ │ ├── PrintModel.cs
│ │ │ ├── PrintPageCollection.cs
│ │ │ ├── PrintPage.cs
│ │ │ ├── PrintUtil.cs
│ │ │ ├── RectangleCommon.cs
│ │ │ ├── RectangleCounter.cs
│ │ │ ├── RectangleDrawer.cs
│ │ │ ├── ReversibleDrawer.cs
│ │ │ ├── SimpleRectangleTransform.cs
│ │ │ ├── StackTraceHelper.cs
│ │ │ ├── StockObject.cs
│ │ │ ├── TextPageViewControl.cs
│ │ │ ├── TransformBase.cs
│ │ │ ├── UpdateLock.cs
│ │ │ ├── VariableString.cs
│ │ │ ├── Win32Caret.cs
│ │ │ └── XPrintDocument.cs
│ │ ├── ZYCommon
│ │ │ ├── Buffer.cs
│ │ │ ├── ClipboardHandler.cs
│ │ │ ├── CommandLine.cs
│ │ │ ├── CommonFunction.cs
│ │ │ ├── DBComboBox.cs
│ │ │ ├── DBComboBox.resx
│ │ │ ├── DBXMLConfig.cs
│ │ │ ├── dlgChangePWD.cs
│ │ │ ├── dlgChangePWD.resx
│ │ │ ├── dlgError.cs
│ │ │ ├── dlgError.resx
│ │ │ ├── dlgInputFormatText.cs
│ │ │ ├── dlgInputFormatText.resx
│ │ │ ├── dlgOpenConnection.cs
│ │ │ ├── dlgOpenConnection.resx
│ │ │ ├── dlgUnderWriteMarkList.cs
│ │ │ ├── dlgUnderWriteMarkList.resx
│ │ │ ├── dlgWaiting.cs
│ │ │ ├── dlgWaiting.resx
│ │ │ ├── DocumentView.cs
│ │ │ ├── InputBox2.cs
│ │ │ ├── InputBox2.resx
│ │ │ ├── InputBox4.cs
│ │ │ ├── InputBox4.resx
│ │ │ ├── InputBox5.cs
│ │ │ ├── InputBox5.resx
│ │ │ ├── InputBox.cs
│ │ │ ├── InputBox.resx
│ │ │ ├── IXMLSerializable.cs
│ │ │ ├── NameValueListControl.cs
│ │ │ ├── NameValueListControl.resx
│ │ │ ├── NameValueList.cs
│ │ │ ├── ObjectBlockBuffer.cs
│ │ │ ├── PropertyList.cs
│ │ │ ├── RectangleObject.cs
│ │ │ ├── SEQCreator.cs
│ │ │ ├── SimpleXMLConfig.cs
│ │ │ ├── StringCommon.cs
│ │ │ ├── StringDataFormat.cs
│ │ │ ├── Windows32.cs
│ │ │ ├── XMLCommon.cs
│ │ │ ├── XMLHttpConnection.cs
│ │ │ ├── ZYButtonGroup.cs
│ │ │ ├── ZYColorSelector.cs
│ │ │ ├── ZYDBConnection.cs
│ │ │ ├── ZYPopupList.cs
│ │ │ ├── ZYPopupList.resx
│ │ │ ├── ZYTime.cs
│ │ │ ├── ZYToolBar.cs
│ │ │ ├── ZYToolBar.resx
│ │ │ ├── ZYViewControl.cs
│ │ │ └── ZYViewControl.resx
│ │ ├── ZYTextDocumentLib.csproj
│ │ └── ZYTextDocumentLib.csproj.user
│ ├── Backup1
│ │ ├── ArchivesManager
│ │ │ ├── App.config
│ │ │ ├── ArchivesManager.csproj
│ │ │ ├── ArchivesManager.csproj.user
│ │ │ ├── ArchivesManagerForm.cs
│ │ │ ├── ArchivesManagerForm.resx
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryPigeonhole.cs
│ │ │ ├── CaseHistoryPigeonhole.resx
│ │ │ ├── CaseHistoryState.cs
│ │ │ ├── CaseHistoryState.resx
│ │ │ ├── CheckAndApproveNotify.cs
│ │ │ ├── CheckAndApproveNotify.resx
│ │ │ ├── CheckAndApproveSumUp.cs
│ │ │ ├── CheckAndApproveSumUp.resx
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── LookOverInform.cs
│ │ │ ├── LookOverInform.resx
│ │ │ ├── Public
│ │ │ │ └── Public_AM.cs
│ │ │ ├── ReadCaseHistory.cs
│ │ │ └── ReadCaseHistory.resx
│ │ ├── BaseManager
│ │ │ ├── App.config
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── BaseManager.csproj
│ │ │ ├── BaseManager.csproj.user
│ │ │ ├── Departments.cs
│ │ │ ├── Departments.resx
│ │ │ ├── DepartmentsType.cs
│ │ │ ├── DepartmentsType.resx
│ │ │ ├── Employee.cs
│ │ │ ├── Employee.resx
│ │ │ ├── EmployeeSet.cs
│ │ │ ├── EmployeeSet.resx
│ │ │ ├── InFoSetForm.cs
│ │ │ ├── InFoSetForm.resx
│ │ │ ├── Job.cs.cs
│ │ │ ├── Job.cs.resx
│ │ │ ├── JobEvaluation.cs
│ │ │ ├── JobEvaluation.resx
│ │ │ ├── MyMessageBox.cs
│ │ │ ├── MyMessageBox.resx
│ │ │ ├── Patients.cs
│ │ │ ├── Patients.resx
│ │ │ └── Public
│ │ │ └── Cl_BaseManage.cs
│ │ ├── Consultation
│ │ │ ├── AccFrm.cs
│ │ │ ├── AccFrm.resx
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ConFrm.cs
│ │ │ ├── ConFrm.resx
│ │ │ ├── Consultation.csproj
│ │ │ ├── Consultation.csproj.user
│ │ │ ├── CWriteFrm.cs
│ │ │ ├── CWriteFrm.resx
│ │ │ ├── img
│ │ │ │ ├── Accept.png
│ │ │ │ ├── Finish.png
│ │ │ │ ├── Refresh.png
│ │ │ │ └── Send.png
│ │ │ ├── SendFrm.cs
│ │ │ └── SendFrm.resx
│ │ ├── DBDef
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DBDef.csproj
│ │ │ ├── DBDef.csproj.user
│ │ │ ├── DBFiles
│ │ │ │ ├── DBEmr
│ │ │ │ │ ├── BLL
│ │ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ │ ├── METIER.cs
│ │ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ │ ├── NATION.cs
│ │ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ │ ├── DAL
│ │ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ │ ├── CONFIGSQL.cs
│ │ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ │ ├── METIER.cs
│ │ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ │ ├── NATION.cs
│ │ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ │ └── Model
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CONFIGSQL.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DocAdvice.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ └── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ └── DBUtility
│ │ │ │ ├── DbHelperOra.cs
│ │ │ │ ├── DbHelperSQL.cs
│ │ │ │ ├── DESEncrypt.cs
│ │ │ │ ├── MessageException.cs
│ │ │ │ └── PubConstant.cs
│ │ │ └── Set.cs
│ │ ├── DoctorWorkstationManage
│ │ │ ├── AmendBeInHospitalDoctorInfo.cs
│ │ │ ├── AmendBeInHospitalDoctorInfo.resx
│ │ │ ├── AmendSickbedNoInfo.cs
│ │ │ ├── AmendSickbedNoInfo.resx
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryUntreadInFo.cs
│ │ │ ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│ │ │ ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│ │ │ ├── CaseHistoryUntreadInFo.resx
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── DdeathInfoBookIn.cs
│ │ │ ├── DdeathInfoBookIn.resx
│ │ │ ├── DeathNote_Browser.cs
│ │ │ ├── DeathNote_Browser.resx
│ │ │ ├── DeparTmentAlterSet.cs
│ │ │ ├── DeparTmentAlterSet.resx
│ │ │ ├── DoctorWorkstationForm.cs
│ │ │ ├── DoctorWorkstationForm.resx
│ │ │ ├── DoctorWorkstationManage.csproj
│ │ │ ├── DoctorWorkstationManage.csproj.user
│ │ │ ├── FileCorrect.cs
│ │ │ ├── FileCorrect.resx
│ │ │ ├── LeaveHospitalBookIn.cs
│ │ │ ├── LeaveHospitalBookIn.resx
│ │ │ ├── PALHBookIn.cs
│ │ │ ├── PALHBookIn.resx
│ │ │ ├── PatientWorksTation.cs
│ │ │ ├── PatientWorksTation.resx
│ │ │ ├── Public
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ ├── Public_DW.cs
│ │ │ │ └── WordMLHelper.cs
│ │ │ ├── RetakeArchivesInfo.cs
│ │ │ ├── RetakeArchivesInfo.resx
│ │ │ ├── SectionOffice_Examine.cs
│ │ │ ├── SectionOffice_Examine_ParticulaInfor.cs
│ │ │ ├── SectionOffice_Examine_ParticulaInfor.resx
│ │ │ ├── SectionOffice_Examine.resx
│ │ │ ├── SeeCaseHistoryIdea.cs
│ │ │ ├── SeeCaseHistoryIdea_ParticularContent.cs
│ │ │ ├── SeeCaseHistoryIdea_ParticularContent.resx
│ │ │ ├── SeeCaseHistoryIdea.resx
│ │ │ ├── See_SectionOffice_Examine.cs
│ │ │ ├── See_SectionOffice_Examine_Doc.cs
│ │ │ ├── See_SectionOffice_Examine_Doc.resx
│ │ │ └── See_SectionOffice_Examine.resx
│ │ ├── EmrBrowser
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Browser.cs
│ │ │ ├── Browser.resx
│ │ │ ├── EmrBrowser.csproj
│ │ │ ├── EmrBrowser.csproj.user
│ │ │ ├── MainFrm.cs
│ │ │ └── MainFrm.resx
│ │ ├── EmrKB
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ButtonImage
│ │ │ │ ├── about.bmp
│ │ │ │ ├── abspos.bmp
│ │ │ │ ├── anchor.bmp
│ │ │ │ ├── BackColor.bmp
│ │ │ │ ├── backward.bmp
│ │ │ │ ├── bgcolor.bmp
│ │ │ │ ├── bgpic.bmp
│ │ │ │ ├── BLD.BMP
│ │ │ │ ├── blink.bmp
│ │ │ │ ├── BMP.BMP
│ │ │ │ ├── bold.bmp
│ │ │ │ ├── br.bmp
│ │ │ │ ├── checked.bmp
│ │ │ │ ├── CNT.BMP
│ │ │ │ ├── code.bmp
│ │ │ │ ├── componentmenu.bmp
│ │ │ │ ├── copy.bmp
│ │ │ │ ├── createlink.bmp
│ │ │ │ ├── createsql.bmp
│ │ │ │ ├── CTR.bmp
│ │ │ │ ├── cut.bmp
│ │ │ │ ├── database.bmp
│ │ │ │ ├── date.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── design.bmp
│ │ │ │ ├── div.bmp
│ │ │ │ ├── editmenu.bmp
│ │ │ │ ├── emot.bmp
│ │ │ │ ├── excel.bmp
│ │ │ │ ├── fieldset.bmp
│ │ │ │ ├── file.bmp
│ │ │ │ ├── filemenu.bmp
│ │ │ │ ├── findreplace.bmp
│ │ │ │ ├── flash.bmp
│ │ │ │ ├── fontmenu.bmp
│ │ │ │ ├── forecolor.bmp
│ │ │ │ ├── formbutton.bmp
│ │ │ │ ├── formcheckbox.bmp
│ │ │ │ ├── formdropdown.bmp
│ │ │ │ ├── formmenu.bmp
│ │ │ │ ├── formradio.bmp
│ │ │ │ ├── formtextarea.bmp
│ │ │ │ ├── formtext.bmp
│ │ │ │ ├── forward.bmp
│ │ │ │ ├── help.bmp
│ │ │ │ ├── icq.bmp
│ │ │ │ ├── iframe.bmp
│ │ │ │ ├── img.bmp
│ │ │ │ ├── indent.bmp
│ │ │ │ ├── inserthorizontalrule.bmp
│ │ │ │ ├── insertorderedlist.bmp
│ │ │ │ ├── insertparagraph.bmp
│ │ │ │ ├── insertunorderedlist.bmp
│ │ │ │ ├── italic.bmp
│ │ │ │ ├── justifycenter.bmp
│ │ │ │ ├── justifyfull.bmp
│ │ │ │ ├── justifyleft.bmp
│ │ │ │ ├── justifyright.bmp
│ │ │ │ ├── key.bmp
│ │ │ │ ├── LFT.bmp
│ │ │ │ ├── lock.bmp
│ │ │ │ ├── logicdelete.bmp
│ │ │ │ ├── map.bmp
│ │ │ │ ├── marquee.bmp
│ │ │ │ ├── maximize.bmp
│ │ │ │ ├── media.bmp
│ │ │ │ ├── minimize.bmp
│ │ │ │ ├── modecode.bmp
│ │ │ │ ├── modecodebtn.bmp
│ │ │ │ ├── modeedit.bmp
│ │ │ │ ├── modeeditbtn.bmp
│ │ │ │ ├── modepreview.bmp
│ │ │ │ ├── modetext.bmp
│ │ │ │ ├── modetextbtn.bmp
│ │ │ │ ├── modeviewbtn.bmp
│ │ │ │ ├── msn.bmp
│ │ │ │ ├── myACDSeeCash.macdc
│ │ │ │ ├── NEW.bmp
│ │ │ │ ├── newemrtemplate.bmp
│ │ │ │ ├── objectmenu.bmp
│ │ │ │ ├── OPEN.bmp
│ │ │ │ ├── outdent.bmp
│ │ │ │ ├── page.bmp
│ │ │ │ ├── pagesetting.bmp
│ │ │ │ ├── paragraphmenu.bmp
│ │ │ │ ├── paste.bmp
│ │ │ │ ├── pastetext.bmp
│ │ │ │ ├── pasteword.bmp
│ │ │ │ ├── print.bmp
│ │ │ │ ├── PROP.bmp
│ │ │ │ ├── qq.bmp
│ │ │ │ ├── quote.bmp
│ │ │ │ ├── redo.bmp
│ │ │ │ ├── refresh.bmp
│ │ │ │ ├── remoteupload.bmp
│ │ │ │ ├── removeformat.bmp
│ │ │ │ ├── RT.bmp
│ │ │ │ ├── run.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── SaveImage.bmp
│ │ │ │ ├── script.bmp
│ │ │ │ ├── selectall.bmp
│ │ │ │ ├── showborders.bmp
│ │ │ │ ├── showdetails.bmp
│ │ │ │ ├── showtree.bmp
│ │ │ │ ├── site.bmp
│ │ │ │ ├── sizeminus.bmp
│ │ │ │ ├── sizeplus.bmp
│ │ │ │ ├── space.bmp
│ │ │ │ ├── spellcheck.bmp
│ │ │ │ ├── SPELLING.bmp
│ │ │ │ ├── spliter.bmp
│ │ │ │ ├── strikethrough.bmp
│ │ │ │ ├── subscript.bmp
│ │ │ │ ├── superscript.bmp
│ │ │ │ ├── symbol.bmp
│ │ │ │ ├── tablecellprop.bmp
│ │ │ │ ├── tablecellsplit.bmp
│ │ │ │ ├── tablecoldelete.bmp
│ │ │ │ ├── tablecolinsertleft.bmp
│ │ │ │ ├── tablecolinsertright.bmp
│ │ │ │ ├── tablecolmerge.bmp
│ │ │ │ ├── tablecolsplit.bmp
│ │ │ │ ├── tableinsert.bmp
│ │ │ │ ├── tablemenu.bmp
│ │ │ │ ├── tableprop.bmp
│ │ │ │ ├── tablerowdelete.bmp
│ │ │ │ ├── tablerowinsertabove.bmp
│ │ │ │ ├── tablerowinsertbelow.bmp
│ │ │ │ ├── tablerowmerge.bmp
│ │ │ │ ├── tablerowprop.bmp
│ │ │ │ ├── tablerowsplit.bmp
│ │ │ │ ├── tabpage.bmp
│ │ │ │ ├── time.bmp
│ │ │ │ ├── tobig.bmp
│ │ │ │ ├── toolmenu.bmp
│ │ │ │ ├── tosmall.bmp
│ │ │ │ ├── underline.bmp
│ │ │ │ ├── undo.bmp
│ │ │ │ ├── unlink.bmp
│ │ │ │ └── unselect.bmp
│ │ │ ├── config.xml
│ │ │ ├── ElementInfo.cs
│ │ │ ├── ElementInfo.resx
│ │ │ ├── EmrKB.csproj
│ │ │ ├── EmrKB.csproj.user
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── newemrtemplate.bmp
│ │ │ ├── projectdefine.xml
│ │ │ ├── toolbark.xml
│ │ │ └── trust.bat
│ │ ├── EmrMain
│ │ │ ├── AboutFrm.cs
│ │ │ ├── AboutFrm.Designer.cs
│ │ │ ├── AboutFrm.resx
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── EmrMain.csproj
│ │ │ ├── EmrMain.csproj.user
│ │ │ ├── InfoFrm.cs
│ │ │ ├── InfoFrm.resx
│ │ │ ├── Login.cs
│ │ │ ├── Login.resx
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── NotifyIconEx.cs
│ │ │ ├── NotifyIconEx.resx
│ │ │ ├── Properties
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── UC_Config.cs
│ │ │ ├── UC_Config.resx
│ │ │ ├── UC_Left.cs
│ │ │ ├── UC_Left.resx
│ │ │ ├── UC_Login.cs
│ │ │ ├── UC_Login.resx
│ │ │ ├── UC_Update.cs
│ │ │ └── UC_Update.resx
│ │ ├── EmrMain.sln
│ │ ├── EmrUC
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataGridPage.cs
│ │ │ ├── DataGridPage.resx
│ │ │ ├── EmrUC.csproj
│ │ │ └── EmrUC.csproj.user
│ │ ├── MulEditor
│ │ │ ├── App.config
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── FormMain.cs
│ │ │ ├── FormMain.resx
│ │ │ ├── FormSaveas.cs
│ │ │ ├── FormSaveas.resx
│ │ │ ├── MulEditor.csproj
│ │ │ └── MulEditor.csproj.user
│ │ ├── PersonalitySet
│ │ │ ├── App.config
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── PersonalityFrom.cs
│ │ │ ├── PersonalityFrom.resx
│ │ │ ├── PersonalitySet.csproj
│ │ │ ├── PersonalitySet.csproj.user
│ │ │ ├── PrivatePassAmend.cs
│ │ │ ├── PrivatePassAmend.resx
│ │ │ ├── PrivateUserNameAmend.cs
│ │ │ ├── PrivateUserNameAmend.resx
│ │ │ ├── Public
│ │ │ │ └── Public_PS.cs
│ │ │ ├── PublicPassAmend.cs
│ │ │ ├── PublicPassAmend.resx
│ │ │ ├── PublicUserNameAmend.cs
│ │ │ └── PublicUserNameAmend.resx
│ │ ├── PopedomManager
│ │ │ ├── App.config
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CaseHistoryCodeCorrect.cs
│ │ │ ├── CaseHistoryCodeCorrect.resx
│ │ │ ├── EmComparison.cs
│ │ │ ├── EmComparison.resx
│ │ │ ├── EmrSectionOffice.cs
│ │ │ ├── EmrSectionOffice.resx
│ │ │ ├── GetPass.cs
│ │ │ ├── GetPass.resx
│ │ │ ├── HisInfoImport.cs
│ │ │ ├── HisInfoImport.resx
│ │ │ ├── ModuleInfoManage.cs
│ │ │ ├── ModuleInfoManage.resx
│ │ │ ├── PoPedomConnectionSet.cs
│ │ │ ├── PoPedomConnectionSet.resx
│ │ │ ├── PopedomManager.csproj
│ │ │ ├── PopedomManager.csproj.user
│ │ │ ├── Public
│ │ │ │ └── public_pop.cs
│ │ │ ├── SystemMaintenance.cs
│ │ │ ├── SystemMaintenance.resx
│ │ │ ├── UserInfoInitialization.cs
│ │ │ ├── UserInfoInitialization.resx
│ │ │ ├── UserRoleManage.cs
│ │ │ ├── UserRoleManage.resx
│ │ │ ├── UserTeamManage.cs
│ │ │ └── UserTeamManage.resx
│ │ ├── TheFtp
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── TheFtp.cs
│ │ │ ├── TheFtp.csproj
│ │ │ └── TheFtp.csproj.user
│ │ ├── UC_Prjs
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── ButtonImage
│ │ │ │ ├── about.bmp
│ │ │ │ ├── abspos.bmp
│ │ │ │ ├── anchor.bmp
│ │ │ │ ├── BackColor.bmp
│ │ │ │ ├── backward.bmp
│ │ │ │ ├── bgcolor.bmp
│ │ │ │ ├── bgpic.bmp
│ │ │ │ ├── BLD.BMP
│ │ │ │ ├── blink.bmp
│ │ │ │ ├── BMP.BMP
│ │ │ │ ├── bold.bmp
│ │ │ │ ├── br.bmp
│ │ │ │ ├── checked.bmp
│ │ │ │ ├── CNT.BMP
│ │ │ │ ├── code.bmp
│ │ │ │ ├── componentmenu.bmp
│ │ │ │ ├── copy.bmp
│ │ │ │ ├── createlink.bmp
│ │ │ │ ├── createsql.bmp
│ │ │ │ ├── CTR.bmp
│ │ │ │ ├── cut.bmp
│ │ │ │ ├── database.bmp
│ │ │ │ ├── date.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── design.bmp
│ │ │ │ ├── div.bmp
│ │ │ │ ├── editmenu.bmp
│ │ │ │ ├── emot.bmp
│ │ │ │ ├── excel.bmp
│ │ │ │ ├── fieldset.bmp
│ │ │ │ ├── file.bmp
│ │ │ │ ├── filemenu.bmp
│ │ │ │ ├── findreplace.bmp
│ │ │ │ ├── flash.bmp
│ │ │ │ ├── fontmenu.bmp
│ │ │ │ ├── forecolor.bmp
│ │ │ │ ├── formbutton.bmp
│ │ │ │ ├── formcheckbox.bmp
│ │ │ │ ├── formdropdown.bmp
│ │ │ │ ├── formmenu.bmp
│ │ │ │ ├── formradio.bmp
│ │ │ │ ├── formtextarea.bmp
│ │ │ │ ├── formtext.bmp
│ │ │ │ ├── forward.bmp
│ │ │ │ ├── help.bmp
│ │ │ │ ├── icq.bmp
│ │ │ │ ├── iframe.bmp
│ │ │ │ ├── img.bmp
│ │ │ │ ├── indent.bmp
│ │ │ │ ├── inserthorizontalrule.bmp
│ │ │ │ ├── insertorderedlist.bmp
│ │ │ │ ├── insertparagraph.bmp
│ │ │ │ ├── insertunorderedlist.bmp
│ │ │ │ ├── italic.bmp
│ │ │ │ ├── justifycenter.bmp
│ │ │ │ ├── justifyfull.bmp
│ │ │ │ ├── justifyleft.bmp
│ │ │ │ ├── justifyright.bmp
│ │ │ │ ├── kb.bmp
│ │ │ │ ├── key.bmp
│ │ │ │ ├── LFT.bmp
│ │ │ │ ├── lock.bmp
│ │ │ │ ├── logicdelete.bmp
│ │ │ │ ├── map.bmp
│ │ │ │ ├── marquee.bmp
│ │ │ │ ├── maximize.bmp
│ │ │ │ ├── media.bmp
│ │ │ │ ├── minimize.bmp
│ │ │ │ ├── modecode.bmp
│ │ │ │ ├── modecodebtn.bmp
│ │ │ │ ├── modeedit.bmp
│ │ │ │ ├── modeeditbtn.bmp
│ │ │ │ ├── modepreview.bmp
│ │ │ │ ├── modetext.bmp
│ │ │ │ ├── modetextbtn.bmp
│ │ │ │ ├── modeviewbtn.bmp
│ │ │ │ ├── msn.bmp
│ │ │ │ ├── myACDSeeCash.macdc
│ │ │ │ ├── NEW.bmp
│ │ │ │ ├── newemrtemplate.bmp
│ │ │ │ ├── objectmenu.bmp
│ │ │ │ ├── OPEN.bmp
│ │ │ │ ├── outdent.bmp
│ │ │ │ ├── page.bmp
│ │ │ │ ├── pagesetting.bmp
│ │ │ │ ├── paragraphmenu.bmp
│ │ │ │ ├── paste.bmp
│ │ │ │ ├── pastetext.bmp
│ │ │ │ ├── pasteword.bmp
│ │ │ │ ├── print.bmp
│ │ │ │ ├── PROP.bmp
│ │ │ │ ├── qq.bmp
│ │ │ │ ├── quote.bmp
│ │ │ │ ├── redo.bmp
│ │ │ │ ├── refresh.bmp
│ │ │ │ ├── remoteupload.bmp
│ │ │ │ ├── removeformat.bmp
│ │ │ │ ├── RT.bmp
│ │ │ │ ├── run.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── SaveImage.bmp
│ │ │ │ ├── script.bmp
│ │ │ │ ├── selectall.bmp
│ │ │ │ ├── showborders.bmp
│ │ │ │ ├── showdetails.bmp
│ │ │ │ ├── showtree.bmp
│ │ │ │ ├── site.bmp
│ │ │ │ ├── sizeminus.bmp
│ │ │ │ ├── sizeplus.bmp
│ │ │ │ ├── space.bmp
│ │ │ │ ├── spellcheck.bmp
│ │ │ │ ├── SPELLING.bmp
│ │ │ │ ├── spliter.bmp
│ │ │ │ ├── strikethrough.bmp
│ │ │ │ ├── subscript.bmp
│ │ │ │ ├── superscript.bmp
│ │ │ │ ├── symbol.bmp
│ │ │ │ ├── tablecellprop.bmp
│ │ │ │ ├── tablecellsplit.bmp
│ │ │ │ ├── tablecoldelete.bmp
│ │ │ │ ├── tablecolinsertleft.bmp
│ │ │ │ ├── tablecolinsertright.bmp
│ │ │ │ ├── tablecolmerge.bmp
│ │ │ │ ├── tablecolsplit.bmp
│ │ │ │ ├── tableinsert.bmp
│ │ │ │ ├── tablemenu.bmp
│ │ │ │ ├── tableprop.bmp
│ │ │ │ ├── tablerowdelete.bmp
│ │ │ │ ├── tablerowinsertabove.bmp
│ │ │ │ ├── tablerowinsertbelow.bmp
│ │ │ │ ├── tablerowmerge.bmp
│ │ │ │ ├── tablerowprop.bmp
│ │ │ │ ├── tablerowsplit.bmp
│ │ │ │ ├── tabpage.bmp
│ │ │ │ ├── time.bmp
│ │ │ │ ├── tobig.bmp
│ │ │ │ ├── toolbarback.bmp
│ │ │ │ ├── toolmenu.bmp
│ │ │ │ ├── tosmall.bmp
│ │ │ │ ├── underline.bmp
│ │ │ │ ├── undo.bmp
│ │ │ │ ├── unlink.bmp
│ │ │ │ ├── unselect.bmp
│ │ │ │ ├── zoom.bmp
│ │ │ │ ├── zoommenu.bmp
│ │ │ │ ├── 树状菜单图标1.bmp
│ │ │ │ └── 树状菜单图标2.bmp
│ │ │ ├── Grid
│ │ │ │ ├── CellLine.cs
│ │ │ │ ├── CellText.cs
│ │ │ │ ├── DLL
│ │ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ │ └── Interop.SHDocVw.dll
│ │ │ │ ├── ExRichTextBox.cs
│ │ │ │ ├── ExRichTextBox.resx
│ │ │ │ ├── FormCtrlSet.cs
│ │ │ │ ├── FormCtrlSet.resx
│ │ │ │ ├── GongShi.cs
│ │ │ │ ├── GongShi.resx
│ │ │ │ ├── GridAlignMethod.cs
│ │ │ │ ├── GridAlignMethod.resx
│ │ │ │ ├── GridLine.cs
│ │ │ │ ├── GridProperty.cs
│ │ │ │ ├── GridProperty.resx
│ │ │ │ ├── HT_Grid.cs
│ │ │ │ ├── Image
│ │ │ │ │ ├── InertLine.jpg
│ │ │ │ │ ├── InsertColumn.jpg
│ │ │ │ │ ├── InsertGrid.jpg
│ │ │ │ │ ├── Merge.jpg
│ │ │ │ │ ├── Split.jpg
│ │ │ │ │ ├── ws00.jpg
│ │ │ │ │ ├── ws01.jpg
│ │ │ │ │ ├── ws02.jpg
│ │ │ │ │ ├── ws10.jpg
│ │ │ │ │ ├── ws11.jpg
│ │ │ │ │ ├── ws12.jpg
│ │ │ │ │ ├── ws20.jpg
│ │ │ │ │ ├── ws21.jpg
│ │ │ │ │ └── ws22.jpg
│ │ │ │ ├── UC_Grid.cs
│ │ │ │ └── UC_Grid.resx
│ │ │ ├── ThiBPT
│ │ │ │ ├── InputFrm.cs
│ │ │ │ ├── InputFrm.resx
│ │ │ │ ├── UC_BPT.cs
│ │ │ │ └── UC_BPT.resx
│ │ │ ├── UC_Browser
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ ├── Interop.SHDocVw.dll
│ │ │ │ ├── UC_Browser.cs
│ │ │ │ └── UC_Browser.resx
│ │ │ ├── UC_MA
│ │ │ │ ├── UC_MAL.cs
│ │ │ │ ├── UC_MAL.resx
│ │ │ │ ├── UC_MAT.cs
│ │ │ │ └── UC_MAT.resx
│ │ │ ├── UC_MulEdit
│ │ │ │ ├── FormPaHead.cs
│ │ │ │ ├── FormPaHead.resx
│ │ │ │ ├── FormPaInfo.cs
│ │ │ │ ├── FormPaInfo.resx
│ │ │ │ ├── FormTmpNew.cs
│ │ │ │ ├── FormTmpNew.resx
│ │ │ │ ├── UC_MulEdit.cs
│ │ │ │ └── UC_MulEdit.resx
│ │ │ ├── UC_PAF
│ │ │ │ ├── FormInfos.cs
│ │ │ │ ├── FormInfos.resx
│ │ │ │ ├── TextBoxUC.cs
│ │ │ │ ├── UC_PAF.cs
│ │ │ │ └── UC_PAF.resx
│ │ │ ├── UC_Prjs.csproj
│ │ │ └── UC_Prjs.csproj.user
│ │ ├── Usual
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DTableClass.cs
│ │ │ ├── EnrolCode.cs
│ │ │ ├── FileOper.cs
│ │ │ ├── FileTrans.cs
│ │ │ ├── PermitKey.cs
│ │ │ ├── Public_AM.cs
│ │ │ ├── Public_BR.cs
│ │ │ ├── Public_doctor.cs
│ │ │ ├── Public_DW.cs
│ │ │ ├── Public_OutDoctorWorkstation.cs
│ │ │ ├── SecurityValidate.cs
│ │ │ ├── SystemPopedomManage.cs
│ │ │ ├── TheCtrl.cs
│ │ │ ├── UserInfo.cs
│ │ │ ├── Usual.csproj
│ │ │ └── Usual.csproj.user
│ │ ├── Watch
│ │ │ ├── App.config
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── MainFrm.cs
│ │ │ ├── MainFrm.resx
│ │ │ ├── Watch.csproj
│ │ │ └── Watch.csproj.user
│ │ └── ZYTextDocumentLib
│ │ ├── Dom
│ │ │ ├── A_ContentChangeLog.cs
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── TextScriptStyle.cs
│ │ │ ├── UnderWriteMark.cs
│ │ │ ├── VBDocument.cs
│ │ │ ├── XFontObject.cs
│ │ │ ├── ZYAttributeCollection.cs
│ │ │ ├── ZYAttribute.cs
│ │ │ ├── ZYContent.cs
│ │ │ ├── ZYDataSource.cs
│ │ │ ├── ZYDocumentInfo.cs
│ │ │ ├── ZYEditorAction.cs
│ │ │ ├── ZYTextBlock.cs
│ │ │ ├── ZYTextBorder.cs
│ │ │ ├── ZYTextChar.cs
│ │ │ ├── ZYTextConst.cs
│ │ │ ├── ZYTextContainer.cs
│ │ │ ├── ZYTextDiv.cs
│ │ │ ├── ZYTextDocument.cs
│ │ │ ├── ZYTextElement.cs
│ │ │ ├── ZYTextElementList.cs
│ │ │ ├── ZYTextFlag.cs
│ │ │ ├── ZYTextHRule.cs
│ │ │ ├── ZYTextImage.cs
│ │ │ ├── ZYTextInput.cs
│ │ │ ├── ZYTextKeyWord.cs
│ │ │ ├── ZYTextLine.cs
│ │ │ ├── ZYTextLineEnd.cs
│ │ │ ├── ZYTextListItem.cs
│ │ │ ├── ZYTextLock.cs
│ │ │ ├── ZYTextMark.cs
│ │ │ ├── ZYTextObject.cs
│ │ │ ├── ZYTextParagraph.cs
│ │ │ ├── ZYTextSaveLog.cs
│ │ │ ├── ZYTextSelect.cs
│ │ │ ├── ZYTextSelectElement.cs
│ │ │ └── ZYUserList.cs
│ │ ├── GUI
│ │ │ ├── dlgDivProperty.cs
│ │ │ ├── dlgDivProperty.resx
│ │ │ ├── dlgFormat.cs
│ │ │ ├── dlgFormat.resx
│ │ │ ├── dlgHRuleProperty.cs
│ │ │ ├── dlgHRuleProperty.resx
│ │ │ ├── dlgPageSetup.cs
│ │ │ ├── dlgPageSetup.resx
│ │ │ ├── dlgSetHeadFooter.cs
│ │ │ ├── dlgSetHeadFooter.resx
│ │ │ ├── frmDBFileList.cs
│ │ │ ├── frmDBFileList.resx
│ │ │ ├── frmEditImage.cs
│ │ │ ├── frmEditImage.resx
│ │ │ ├── frmScript.cs
│ │ │ ├── frmScript.resx
│ │ │ ├── frmTest.cs
│ │ │ ├── frmTest.resx
│ │ │ ├── PopupInput.cs
│ │ │ ├── PopupInput.resx
│ │ │ ├── SmartTagProvider.cs
│ │ │ ├── TestControl2.cs
│ │ │ ├── TestControl2.resx
│ │ │ ├── TestControl.cs
│ │ │ ├── TestControl.resx
│ │ │ ├── ZYEditorControl.cs
│ │ │ ├── ZYEditorControl.resx
│ │ │ ├── ZYEditPanel.cs
│ │ │ ├── ZYEditPanel.resx
│ │ │ ├── ZYGout.cs
│ │ │ ├── ZYKnowledge.cs
│ │ │ └── ZYKnowledge.resx
│ │ ├── icon
│ │ │ ├── check.bmp
│ │ │ ├── checked.bmp
│ │ │ ├── chm.bmp
│ │ │ ├── close_2.bmp
│ │ │ ├── close.bmp
│ │ │ ├── createsql.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── div.bmp
│ │ │ ├── event.bmp
│ │ │ ├── frm.bmp
│ │ │ ├── frmX.bmp
│ │ │ ├── hrule.bmp
│ │ │ ├── IconHelper.cs
│ │ │ ├── img.bmp
│ │ │ ├── imgtools.bmp
│ │ │ ├── item.bmp
│ │ │ ├── link.bmp
│ │ │ ├── lock.bmp
│ │ │ ├── mspaint.ico
│ │ │ ├── new.bmp
│ │ │ ├── open_2.bmp
│ │ │ ├── open.bmp
│ │ │ ├── paragraph.bmp
│ │ │ ├── paragraphmenu.gif
│ │ │ ├── PPINTL5.ico
│ │ │ ├── PPINTL6.ico
│ │ │ ├── save.bmp
│ │ │ ├── system.bmp
│ │ │ ├── text.bmp
│ │ │ ├── textbox.bmp
│ │ │ └── unit.bmp
│ │ ├── KB
│ │ │ ├── DataProvider.cs
│ │ │ ├── dlgIconInfo.cs
│ │ │ ├── dlgIconInfo.resx
│ │ │ ├── dlgKB_Item.cs
│ │ │ ├── dlgKB_Item.resx
│ │ │ ├── dlgKB_List.cs
│ │ │ ├── dlgKB_List.resx
│ │ │ ├── dlgKBPath.cs
│ │ │ ├── dlgKBPath.resx
│ │ │ ├── KB_List.cs
│ │ │ ├── SectionList.cs
│ │ │ ├── ZYKBBuffer.cs
│ │ │ ├── ZYKBListView.cs
│ │ │ ├── ZYKBListView.resx
│ │ │ ├── ZYKBPopupList.cs
│ │ │ ├── ZYKBPopupList.resx
│ │ │ ├── ZYKBTreeView.cs
│ │ │ └── ZYKBTreeView.resx
│ │ ├── XDesignerGUI
│ │ │ ├── BorderUserControl.cs
│ │ │ ├── DeviceContextBase.cs
│ │ │ ├── dlgPageSetup.cs
│ │ │ ├── dlgPageSetup.en.resx
│ │ │ ├── dlgPageSetup.resx
│ │ │ ├── DocumentPageDrawer.cs
│ │ │ ├── DocumentViewControl.cs
│ │ │ ├── DocumentViewControl.resx
│ │ │ ├── DrawerUtil.cs
│ │ │ ├── EllipseObject.cs
│ │ │ ├── GDIObject.cs
│ │ │ ├── GDIPen.cs
│ │ │ ├── GraphicsUnitConvert.cs
│ │ │ ├── IPageDocument.cs
│ │ │ ├── MathCommon.cs
│ │ │ ├── MeasureConvert.cs
│ │ │ ├── MessageBoxHelper.cs
│ │ │ ├── MouseCapturer.cs
│ │ │ ├── MultiPageTransform.cs
│ │ │ ├── MultiRectangleTransform.cs
│ │ │ ├── PageFrameDrawer.cs
│ │ │ ├── PageLineInfo.cs
│ │ │ ├── PageScrollableControl.cs
│ │ │ ├── PageScrollableControl.resx
│ │ │ ├── PageSettingPreview.cs
│ │ │ ├── PointBuffer.cs
│ │ │ ├── PrintModel.cs
│ │ │ ├── PrintPageCollection.cs
│ │ │ ├── PrintPage.cs
│ │ │ ├── PrintUtil.cs
│ │ │ ├── RectangleCommon.cs
│ │ │ ├── RectangleCounter.cs
│ │ │ ├── RectangleDrawer.cs
│ │ │ ├── ReversibleDrawer.cs
│ │ │ ├── SimpleRectangleTransform.cs
│ │ │ ├── StackTraceHelper.cs
│ │ │ ├── StockObject.cs
│ │ │ ├── TextPageViewControl.cs
│ │ │ ├── TextPageViewControl.resx
│ │ │ ├── TransformBase.cs
│ │ │ ├── UpdateLock.cs
│ │ │ ├── VariableString.cs
│ │ │ ├── Win32Caret.cs
│ │ │ └── XPrintDocument.cs
│ │ ├── ZYCommon
│ │ │ ├── Buffer.cs
│ │ │ ├── ClipboardHandler.cs
│ │ │ ├── CommandLine.cs
│ │ │ ├── CommonFunction.cs
│ │ │ ├── DBComboBox.cs
│ │ │ ├── DBComboBox.resx
│ │ │ ├── DBXMLConfig.cs
│ │ │ ├── dlgChangePWD.cs
│ │ │ ├── dlgChangePWD.resx
│ │ │ ├── dlgError.cs
│ │ │ ├── dlgError.resx
│ │ │ ├── dlgInputFormatText.cs
│ │ │ ├── dlgInputFormatText.resx
│ │ │ ├── dlgOpenConnection.cs
│ │ │ ├── dlgOpenConnection.resx
│ │ │ ├── dlgUnderWriteMarkList.cs
│ │ │ ├── dlgUnderWriteMarkList.resx
│ │ │ ├── dlgWaiting.cs
│ │ │ ├── dlgWaiting.resx
│ │ │ ├── DocumentView.cs
│ │ │ ├── InputBox2.cs
│ │ │ ├── InputBox2.resx
│ │ │ ├── InputBox4.cs
│ │ │ ├── InputBox4.resx
│ │ │ ├── InputBox5.cs
│ │ │ ├── InputBox5.resx
│ │ │ ├── InputBox.cs
│ │ │ ├── InputBox.resx
│ │ │ ├── IXMLSerializable.cs
│ │ │ ├── NameValueListControl.cs
│ │ │ ├── NameValueListControl.resx
│ │ │ ├── NameValueList.cs
│ │ │ ├── ObjectBlockBuffer.cs
│ │ │ ├── PropertyList.cs
│ │ │ ├── RectangleObject.cs
│ │ │ ├── SEQCreator.cs
│ │ │ ├── SimpleXMLConfig.cs
│ │ │ ├── StringCommon.cs
│ │ │ ├── StringDataFormat.cs
│ │ │ ├── Windows32.cs
│ │ │ ├── XMLCommon.cs
│ │ │ ├── XMLHttpConnection.cs
│ │ │ ├── ZYButtonGroup.cs
│ │ │ ├── ZYColorSelector.cs
│ │ │ ├── ZYDBConnection.cs
│ │ │ ├── ZYPopupList.cs
│ │ │ ├── ZYPopupList.resx
│ │ │ ├── ZYTime.cs
│ │ │ ├── ZYToolBar.cs
│ │ │ ├── ZYToolBar.resx
│ │ │ ├── ZYViewControl.cs
│ │ │ └── ZYViewControl.resx
│ │ ├── ZYTextDocumentLib.csproj
│ │ └── ZYTextDocumentLib.csproj.user
│ ├── BaseManager
│ │ ├── App.config
│ │ ├── AssemblyInfo.cs
│ │ ├── BaseManager.csproj
│ │ ├── BaseManager.csproj.user
│ │ ├── bin
│ │ │ ├── BaseManager.dll
│ │ │ ├── BaseManager.dll.config
│ │ │ ├── BaseManager.pdb
│ │ │ ├── CHWord2Spell.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── DevComponents.DotNetBar.dll
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── CHWord2Spell.dll
│ │ ├── Departments.cs
│ │ ├── Departments.resx
│ │ ├── DepartmentsType.cs
│ │ ├── DepartmentsType.resx
│ │ ├── Employee.cs
│ │ ├── Employee.resx
│ │ ├── EmployeeSet.cs
│ │ ├── EmployeeSet.resx
│ │ ├── InFoSetForm.cs
│ │ ├── InFoSetForm.resx
│ │ ├── Job.cs.cs
│ │ ├── Job.cs.resx
│ │ ├── JobEvaluation.cs
│ │ ├── JobEvaluation.resx
│ │ ├── MyMessageBox.cs
│ │ ├── MyMessageBox.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BaseManager.csproj.FileListAbsolute.txt
│ │ │ ├── BaseManager.Departments.resources
│ │ │ ├── BaseManager.DepartmentsType.resources
│ │ │ ├── BaseManager.dll
│ │ │ ├── BaseManager.Employee.resources
│ │ │ ├── BaseManager.EmployeeSet.resources
│ │ │ ├── BaseManager.Form1.resources
│ │ │ ├── BaseManager.JobEvaluation.resources
│ │ │ ├── BaseManager.Job.resources
│ │ │ ├── BaseManager.MyMessageBox.resources
│ │ │ ├── BaseManager.Patients.resources
│ │ │ ├── BaseManager.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.read.6.tlog
│ │ │ ├── GenerateResource-ResGen.read.7.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.6.tlog
│ │ │ ├── GenerateResource-ResGen.write.7.tlog
│ │ │ ├── Refactor
│ │ │ │ └── BaseManager.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Patients.cs
│ │ ├── Patients.resx
│ │ └── Public
│ │ └── Cl_BaseManage.cs
│ ├── Consultation
│ │ ├── AccFrm.cs
│ │ ├── AccFrm.resx
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Bin
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── Consultation.dll
│ │ │ ├── Consultation.dll.config
│ │ │ ├── Consultation.pdb
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── ConFrm.cs
│ │ ├── ConFrm.resx
│ │ ├── Consultation.csproj
│ │ ├── Consultation.csproj.user
│ │ ├── CWriteFrm.cs
│ │ ├── CWriteFrm.resx
│ │ ├── img
│ │ │ ├── Accept.png
│ │ │ ├── Finish.png
│ │ │ ├── Refresh.png
│ │ │ └── Send.png
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Consultation.AccFrm.resources
│ │ │ ├── Consultation.ConFrm.resources
│ │ │ ├── Consultation.csproj.FileListAbsolute.txt
│ │ │ ├── Consultation.CWriteFrm.resources
│ │ │ ├── Consultation.dll
│ │ │ ├── Consultation.pdb
│ │ │ ├── Consultation.SendFrm.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ │ └── Consultation.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── SendFrm.cs
│ │ └── SendFrm.resx
│ ├── DBDef
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ └── DBDef.pdb
│ │ ├── DBDef.csproj
│ │ ├── DBDef.csproj.user
│ │ ├── DBFiles
│ │ │ ├── DBEmr
│ │ │ │ ├── BLL
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── LONGMEDICATION.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── NURSE_NOTE.cs
│ │ │ │ │ ├── NURSINGRECORDS.cs
│ │ │ │ │ ├── OUT_CA_LOG.cs
│ │ │ │ │ ├── OUT_CASEHISTORY.cs
│ │ │ │ │ ├── OUT_CH_TEMPLET.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── OUT_TE_TYPE.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ ├── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ │ ├── XDCF.cs
│ │ │ │ │ ├── XDCFFL.cs
│ │ │ │ │ └── XDCFMX.cs
│ │ │ │ ├── DAL
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CONFIGSQL.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── LONGMEDICATION.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── NURSE_NOTE.cs
│ │ │ │ │ ├── NURSINGRECORDS.cs
│ │ │ │ │ ├── OUT_CA_LOG.cs
│ │ │ │ │ ├── OUT_CASEHISTORY.cs
│ │ │ │ │ ├── OUT_CH_TEMPLET.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── OUT_TE_TYPE.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ ├── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ │ ├── XDCF.cs
│ │ │ │ │ ├── XDCFFL.cs
│ │ │ │ │ └── XDCFMX.cs
│ │ │ │ └── Model
│ │ │ │ ├── ARCHIVES.cs
│ │ │ │ ├── AR_FP_AL_HOSPITA.cs
│ │ │ │ ├── AR_FP_BASICINFORMATION.cs
│ │ │ │ ├── AR_FP_DIAGNOSE.cs
│ │ │ │ ├── AR_FP_OPERATION.cs
│ │ │ │ ├── AR_FP_PATIENTSCOSTS.cs
│ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ ├── CONFIGSQL.cs
│ │ │ │ ├── CON_INVITE.cs
│ │ │ │ ├── CON_INVITED.cs
│ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ ├── DocAdvice.cs
│ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ ├── EMR_USERS.cs
│ │ │ │ ├── LONGMEDICATION.cs
│ │ │ │ ├── METIER.cs
│ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ ├── NATIONALITY.cs
│ │ │ │ ├── NATION.cs
│ │ │ │ ├── NURSE_NOTE.cs
│ │ │ │ ├── NURSINGRECORDS.cs
│ │ │ │ ├── OUT_CA_LOG.cs
│ │ │ │ ├── OUT_CASEHISTORY.cs
│ │ │ │ ├── OUT_CH_TEMPLET.cs
│ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ ├── OUT_TE_TYPE.cs
│ │ │ │ ├── PATIENTS.cs
│ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ ├── SYSCODE.cs
│ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ ├── USER_ROLE.cs
│ │ │ │ ├── USERTEAM.cs
│ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ ├── WATCH.cs
│ │ │ │ ├── WORK_PATH.cs
│ │ │ │ ├── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ ├── XDCF.cs
│ │ │ │ ├── XDCFFL.cs
│ │ │ │ └── XDCFMX.cs
│ │ │ ├── DBHis
│ │ │ │ ├── BLL
│ │ │ │ │ ├── BA_YSDBZ_FB.cs
│ │ │ │ │ ├── HT_BATJ_TJHZB.cs
│ │ │ │ │ ├── HT_HJPWJJ.cs
│ │ │ │ │ ├── HT_HMGLB.cs
│ │ │ │ │ ├── HT_MZCF.cs
│ │ │ │ │ ├── HT_MZCF_JZ.cs
│ │ │ │ │ ├── HT_MZGHB.cs
│ │ │ │ │ ├── HT_MZGHZL.cs
│ │ │ │ │ ├── HT_MZSF.cs
│ │ │ │ │ ├── HT_MZSF_JZ.cs
│ │ │ │ │ ├── HT_MZSFMX.cs
│ │ │ │ │ ├── HT_MZSFMX_JZ.cs
│ │ │ │ │ ├── HT_PWJJ_MX.cs
│ │ │ │ │ ├── HT_PWJJYP.cs
│ │ │ │ │ ├── HT_QXDYB.cs
│ │ │ │ │ ├── HT_QXMX.cs
│ │ │ │ │ ├── HT_SFXM.cs
│ │ │ │ │ ├── HT_SFXMCWFL.cs
│ │ │ │ │ ├── HT_SFZHXM.cs
│ │ │ │ │ ├── HT_SFZHXMMX.cs
│ │ │ │ │ ├── HT_XDCF.cs
│ │ │ │ │ ├── HT_XDCFMX.cs
│ │ │ │ │ ├── HT_YFYPKCL.cs
│ │ │ │ │ ├── HT_YPFLM.cs
│ │ │ │ │ ├── HT_YYKS.cs
│ │ │ │ │ ├── HT_YYYPBM.cs
│ │ │ │ │ ├── HT_ZYBRCY_FY.cs
│ │ │ │ │ ├── HT_ZYBRCYXX.cs
│ │ │ │ │ ├── HT_ZYCFMX.cs
│ │ │ │ │ ├── HT_ZYCFMX_JJ.cs
│ │ │ │ │ ├── HT_ZYCYJL.cs
│ │ │ │ │ ├── HT_ZYFYMX.cs
│ │ │ │ │ ├── HT_ZYFYMX_JZ.cs
│ │ │ │ │ ├── HT_ZYSF.cs
│ │ │ │ │ ├── HT_ZY_YZMX.cs
│ │ │ │ │ └── HT_ZY_YZZXQK.cs
│ │ │ │ ├── DAL
│ │ │ │ │ ├── ARCHIVES.cs
│ │ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ │ ├── CON_INVITE.cs
│ │ │ │ │ ├── CON_INVITED.cs
│ │ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ │ ├── EMR_USERS.cs
│ │ │ │ │ ├── LONGMEDICATION.cs
│ │ │ │ │ ├── METIER.cs
│ │ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ │ ├── NATIONALITY.cs
│ │ │ │ │ ├── NATION.cs
│ │ │ │ │ ├── NURSE_NOTE.cs
│ │ │ │ │ ├── NURSINGRECORDS.cs
│ │ │ │ │ ├── OUT_CA_LOG.cs
│ │ │ │ │ ├── OUT_CASEHISTORY.cs
│ │ │ │ │ ├── OUT_CH_TEMPLET.cs
│ │ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ │ ├── OUT_TE_TYPE.cs
│ │ │ │ │ ├── PATIENTS.cs
│ │ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ │ ├── SYSCODE.cs
│ │ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ │ ├── USER_ROLE.cs
│ │ │ │ │ ├── USERTEAM.cs
│ │ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ │ ├── WATCH.cs
│ │ │ │ │ ├── WORK_PATH.cs
│ │ │ │ │ ├── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ │ ├── XDCF.cs
│ │ │ │ │ ├── XDCFFL.cs
│ │ │ │ │ └── XDCFMX.cs
│ │ │ │ └── Model
│ │ │ │ ├── ARCHIVES.cs
│ │ │ │ ├── CASEHISTORY_EXAMINE_INFORM.cs
│ │ │ │ ├── CASEHISTORY_QUESTION.cs
│ │ │ │ ├── CON_INVITE.cs
│ │ │ │ ├── CON_INVITED.cs
│ │ │ │ ├── DEATH_LOG.cs
│ │ │ │ ├── DE_CHANGE_LOG.cs
│ │ │ │ ├── DELTE_FILE_LOG.cs
│ │ │ │ ├── DEPARTMENT.cs
│ │ │ │ ├── DOCTOR_DIS_CONNECTION.cs
│ │ │ │ ├── DOCTOR_DISTINCTION.cs
│ │ │ │ ├── EMP_DEP_CONNECTION.cs
│ │ │ │ ├── EMPLOYEE.cs
│ │ │ │ ├── EMR_CATALOG_DICT.cs
│ │ │ │ ├── EMR_USERS.cs
│ │ │ │ ├── LONGMEDICATION.cs
│ │ │ │ ├── METIER.cs
│ │ │ │ ├── MODULEMANAGE.cs
│ │ │ │ ├── MO_ROLE_CONNECTION.cs
│ │ │ │ ├── MO_TE_CONNECTION.cs
│ │ │ │ ├── MR_FILE_BROWSER.cs
│ │ │ │ ├── MR_FILE_EM_TYPE.cs
│ │ │ │ ├── MR_FILE_INDEX.cs
│ │ │ │ ├── MR_FILE_STATE.cs
│ │ │ │ ├── MR_TEMPLET_ANTITHESES.cs
│ │ │ │ ├── MR_TEMPLET_INDEX.cs
│ │ │ │ ├── NATIONALITY.cs
│ │ │ │ ├── NATION.cs
│ │ │ │ ├── NURSE_NOTE.cs
│ │ │ │ ├── NURSINGRECORDS.cs
│ │ │ │ ├── OUT_CA_LOG.cs
│ │ │ │ ├── OUT_CASEHISTORY.cs
│ │ │ │ ├── OUT_CH_TEMPLET.cs
│ │ │ │ ├── OUT_FILE_INDEX.cs
│ │ │ │ ├── OUT_FILE_INDEX_LOG.cs
│ │ │ │ ├── OUT_SYMPTOM.cs
│ │ │ │ ├── OUT_TEM_EMP_CONNECTION.cs
│ │ │ │ ├── OUT_TEMPLET_INDEX.cs
│ │ │ │ ├── OUT_TEMPLET_LOG.cs
│ │ │ │ ├── OUT_TE_TYPE.cs
│ │ │ │ ├── PATIENTS.cs
│ │ │ │ ├── PATIENT_SICKBED_CONNECTION.cs
│ │ │ │ ├── PROVISIONALMEDICATION.cs
│ │ │ │ ├── RO_TE_CONNECTION.cs
│ │ │ │ ├── SYSCODE.cs
│ │ │ │ ├── SYSTEM_CODE.cs
│ │ │ │ ├── USER_ROLE.cs
│ │ │ │ ├── USERTEAM.cs
│ │ │ │ ├── US_ROLE_CONNECTION.cs
│ │ │ │ ├── WATCH.cs
│ │ │ │ ├── WORK_PATH.cs
│ │ │ │ ├── WRITE_CASEHISTORY_LOG.cs
│ │ │ │ ├── XDCF.cs
│ │ │ │ ├── XDCFFL.cs
│ │ │ │ └── XDCFMX.cs
│ │ │ └── DBUtility
│ │ │ ├── DbHelperOra.cs
│ │ │ ├── DbHelperSQL.cs
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── MessageException.cs
│ │ │ └── PubConstant.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DBDef.csproj.FileListAbsolute.txt
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── Refactor
│ │ │ └── DBDef.dll
│ │ └── Set.cs
│ ├── DBDef.dll
│ ├── DBDef.pdb
│ ├── DoctorWorkstation
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── DoctorWorkstation.csproj
│ │ ├── Frm_NewQuery.cs
│ │ ├── Frm_NewQuery.resx
│ │ ├── Frm_SelectZLXM.cs
│ │ ├── Frm_SelectZLXM.resx
│ │ ├── Frm_YZZX.cs
│ │ ├── Frm_YZZX.resx
│ │ ├── InsertDoctor.cs
│ │ └── InsertDoctor.resx
│ ├── DoctorWorkstation.csproj
│ ├── DoctorWorkstation.csproj.user
│ ├── DoctorWorkstationManage
│ │ ├── AmendBeInHospitalDoctorInfo.cs
│ │ ├── AmendBeInHospitalDoctorInfo.resx
│ │ ├── AmendSickbedNoInfo.cs
│ │ ├── AmendSickbedNoInfo.resx
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── ArchivesManager.dll
│ │ │ ├── ArchivesManager.pdb
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── Consultation.dll
│ │ │ ├── Consultation.pdb
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── DoctorWorkstationManage.dll
│ │ │ ├── DoctorWorkstationManage.dll.config
│ │ │ ├── DoctorWorkstationManage.pdb
│ │ │ ├── EmrBrowser.dll
│ │ │ ├── EmrBrowser.pdb
│ │ │ ├── EmrUC.dll
│ │ │ ├── EmrUC.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── Watch.dll
│ │ │ ├── Watch.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── CaseHistoryUntreadInFo.cs
│ │ ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│ │ ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│ │ ├── CaseHistoryUntreadInFo.resx
│ │ ├── ClassDiagram1.cd
│ │ ├── DdeathInfoBookIn.cs
│ │ ├── DdeathInfoBookIn.resx
│ │ ├── DeathNote_Browser.cs
│ │ ├── DeathNote_Browser.resx
│ │ ├── DeparTmentAlterSet.cs
│ │ ├── DeparTmentAlterSet.resx
│ │ ├── DoctorWorkstationForm.cs
│ │ ├── DoctorWorkstationForm.resx
│ │ ├── DoctorWorkstationManage.csproj
│ │ ├── DoctorWorkstationManage.csproj.user
│ │ ├── FileCorrect.cs
│ │ ├── FileCorrect.resx
│ │ ├── LeaveHospitalBookIn.cs
│ │ ├── LeaveHospitalBookIn.resx
│ │ ├── LongMedication.cs
│ │ ├── LongMedication.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DoctorWorkstation.DoctorWorkstationForm.resources
│ │ │ ├── DoctorWorkstationManage.AmendBeInHospitalDoctorInfo.resources
│ │ │ ├── DoctorWorkstationManage.AmendSickbedNoInfo.resources
│ │ │ ├── DoctorWorkstationManage.CaseHistoryUntreadInFo_ParticularInfo.resources
│ │ │ ├── DoctorWorkstationManage.CaseHistoryUntreadInFo.resources
│ │ │ ├── DoctorWorkstationManage.csproj.FileListAbsolute.txt
│ │ │ ├── DoctorWorkstationManage.DdeathInfoBookIn.resources
│ │ │ ├── DoctorWorkstationManage.DeathNote_Browser.resources
│ │ │ ├── DoctorWorkstationManage.DeparTmentAlterSet.resources
│ │ │ ├── DoctorWorkstationManage.dll
│ │ │ ├── DoctorWorkstationManage.FileCorrect.resources
│ │ │ ├── DoctorWorkstationManage.LeaveHospitalBookIn.resources
│ │ │ ├── DoctorWorkstationManage.PALHBookIn.resources
│ │ │ ├── DoctorWorkstationManage.PatientWorksTation.resources
│ │ │ ├── DoctorWorkstationManage.pdb
│ │ │ ├── DoctorWorkstationManage.RetakeArchivesInfo.resources
│ │ │ ├── DoctorWorkstationManage.SectionOffice_Examine_ParticulaInfor.resources
│ │ │ ├── DoctorWorkstationManage.SectionOffice_Examine.resources
│ │ │ ├── DoctorWorkstationManage.SeeCaseHistoryIdea_ParticularContent.resources
│ │ │ ├── DoctorWorkstationManage.SeeCaseHistoryIdea.resources
│ │ │ ├── DoctorWorkstationManage.See_SectionOffice_Examine_Doc.resources
│ │ │ ├── DoctorWorkstationManage.See_SectionOffice_Examine.resources
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ │ └── DoctorWorkstationManage.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── PALHBookIn.cs
│ │ ├── PALHBookIn.resx
│ │ ├── PatientWorksTation.cs
│ │ ├── PatientWorksTation.resx
│ │ ├── Public
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── Public_DW.cs
│ │ │ └── WordMLHelper.cs
│ │ ├── RetakeArchivesInfo.cs
│ │ ├── RetakeArchivesInfo.resx
│ │ ├── SectionOffice_Examine.cs
│ │ ├── SectionOffice_Examine_ParticulaInfor.cs
│ │ ├── SectionOffice_Examine_ParticulaInfor.resx
│ │ ├── SectionOffice_Examine.resx
│ │ ├── SeeCaseHistoryIdea.cs
│ │ ├── SeeCaseHistoryIdea_ParticularContent.cs
│ │ ├── SeeCaseHistoryIdea_ParticularContent.resx
│ │ ├── SeeCaseHistoryIdea.resx
│ │ ├── See_SectionOffice_Examine.cs
│ │ ├── See_SectionOffice_Examine_Doc.cs
│ │ ├── See_SectionOffice_Examine_Doc.resx
│ │ ├── See_SectionOffice_Examine.resx
│ │ ├── WebFirstPage.cs
│ │ └── WebFirstPage.resx
│ ├── editor
│ │ ├── DBDef.dll
│ │ └── en
│ │ └── ZYTextDocumentLib.resources.dll
│ ├── EmrBrowser
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── CHWord2Spell.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── EmrBrowser.dll
│ │ │ ├── EmrBrowser.pdb
│ │ │ ├── EmrUC.dll
│ │ │ ├── EmrUC.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── Browser.cs
│ │ ├── Browser.resx
│ │ ├── EmrBrowser.csproj
│ │ ├── EmrBrowser.csproj.user
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── EmrBrowser.Browser.resources
│ │ ├── EmrBrowser.csproj.FileListAbsolute.txt
│ │ ├── EmrBrowser.dll
│ │ ├── EmrBrowser.MainFrm.resources
│ │ ├── EmrBrowser.pdb
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── Refactor
│ │ │ └── EmrBrowser.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── EmrCheck
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── EmrCheck.csproj
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── FormMain.cs
│ │ └── FormMain.resx
│ ├── EmrKB
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── EmrKB.dll
│ │ │ ├── EmrKB.dll.config
│ │ │ ├── EmrKB.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── ButtonImage
│ │ │ ├── about.bmp
│ │ │ ├── abspos.bmp
│ │ │ ├── anchor.bmp
│ │ │ ├── BackColor.bmp
│ │ │ ├── backward.bmp
│ │ │ ├── bgcolor.bmp
│ │ │ ├── bgpic.bmp
│ │ │ ├── BLD.BMP
│ │ │ ├── blink.bmp
│ │ │ ├── BMP.BMP
│ │ │ ├── bold.bmp
│ │ │ ├── br.bmp
│ │ │ ├── checked.bmp
│ │ │ ├── CNT.BMP
│ │ │ ├── code.bmp
│ │ │ ├── componentmenu.bmp
│ │ │ ├── copy.bmp
│ │ │ ├── createlink.bmp
│ │ │ ├── createsql.bmp
│ │ │ ├── CTR.bmp
│ │ │ ├── cut.bmp
│ │ │ ├── database.bmp
│ │ │ ├── date.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── design.bmp
│ │ │ ├── div.bmp
│ │ │ ├── editmenu.bmp
│ │ │ ├── emot.bmp
│ │ │ ├── excel.bmp
│ │ │ ├── fieldset.bmp
│ │ │ ├── file.bmp
│ │ │ ├── filemenu.bmp
│ │ │ ├── findreplace.bmp
│ │ │ ├── flash.bmp
│ │ │ ├── fontmenu.bmp
│ │ │ ├── forecolor.bmp
│ │ │ ├── formbutton.bmp
│ │ │ ├── formcheckbox.bmp
│ │ │ ├── formdropdown.bmp
│ │ │ ├── formmenu.bmp
│ │ │ ├── formradio.bmp
│ │ │ ├── formtextarea.bmp
│ │ │ ├── formtext.bmp
│ │ │ ├── forward.bmp
│ │ │ ├── help.bmp
│ │ │ ├── icq.bmp
│ │ │ ├── iframe.bmp
│ │ │ ├── img.bmp
│ │ │ ├── indent.bmp
│ │ │ ├── inserthorizontalrule.bmp
│ │ │ ├── insertorderedlist.bmp
│ │ │ ├── insertparagraph.bmp
│ │ │ ├── insertunorderedlist.bmp
│ │ │ ├── italic.bmp
│ │ │ ├── justifycenter.bmp
│ │ │ ├── justifyfull.bmp
│ │ │ ├── justifyleft.bmp
│ │ │ ├── justifyright.bmp
│ │ │ ├── key.bmp
│ │ │ ├── LFT.bmp
│ │ │ ├── lock.bmp
│ │ │ ├── logicdelete.bmp
│ │ │ ├── map.bmp
│ │ │ ├── marquee.bmp
│ │ │ ├── maximize.bmp
│ │ │ ├── media.bmp
│ │ │ ├── minimize.bmp
│ │ │ ├── modecode.bmp
│ │ │ ├── modecodebtn.bmp
│ │ │ ├── modeedit.bmp
│ │ │ ├── modeeditbtn.bmp
│ │ │ ├── modepreview.bmp
│ │ │ ├── modetext.bmp
│ │ │ ├── modetextbtn.bmp
│ │ │ ├── modeviewbtn.bmp
│ │ │ ├── msn.bmp
│ │ │ ├── myACDSeeCash.macdc
│ │ │ ├── NEW.bmp
│ │ │ ├── newemrtemplate.bmp
│ │ │ ├── objectmenu.bmp
│ │ │ ├── OPEN.bmp
│ │ │ ├── outdent.bmp
│ │ │ ├── page.bmp
│ │ │ ├── pagesetting.bmp
│ │ │ ├── paragraphmenu.bmp
│ │ │ ├── paste.bmp
│ │ │ ├── pastetext.bmp
│ │ │ ├── pasteword.bmp
│ │ │ ├── print.bmp
│ │ │ ├── PROP.bmp
│ │ │ ├── qq.bmp
│ │ │ ├── quote.bmp
│ │ │ ├── redo.bmp
│ │ │ ├── refresh.bmp
│ │ │ ├── remoteupload.bmp
│ │ │ ├── removeformat.bmp
│ │ │ ├── RT.bmp
│ │ │ ├── run.bmp
│ │ │ ├── save.bmp
│ │ │ ├── SaveImage.bmp
│ │ │ ├── script.bmp
│ │ │ ├── selectall.bmp
│ │ │ ├── showborders.bmp
│ │ │ ├── showdetails.bmp
│ │ │ ├── showtree.bmp
│ │ │ ├── site.bmp
│ │ │ ├── sizeminus.bmp
│ │ │ ├── sizeplus.bmp
│ │ │ ├── space.bmp
│ │ │ ├── spellcheck.bmp
│ │ │ ├── SPELLING.bmp
│ │ │ ├── spliter.bmp
│ │ │ ├── strikethrough.bmp
│ │ │ ├── subscript.bmp
│ │ │ ├── superscript.bmp
│ │ │ ├── symbol.bmp
│ │ │ ├── tablecellprop.bmp
│ │ │ ├── tablecellsplit.bmp
│ │ │ ├── tablecoldelete.bmp
│ │ │ ├── tablecolinsertleft.bmp
│ │ │ ├── tablecolinsertright.bmp
│ │ │ ├── tablecolmerge.bmp
│ │ │ ├── tablecolsplit.bmp
│ │ │ ├── tableinsert.bmp
│ │ │ ├── tablemenu.bmp
│ │ │ ├── tableprop.bmp
│ │ │ ├── tablerowdelete.bmp
│ │ │ ├── tablerowinsertabove.bmp
│ │ │ ├── tablerowinsertbelow.bmp
│ │ │ ├── tablerowmerge.bmp
│ │ │ ├── tablerowprop.bmp
│ │ │ ├── tablerowsplit.bmp
│ │ │ ├── tabpage.bmp
│ │ │ ├── time.bmp
│ │ │ ├── tobig.bmp
│ │ │ ├── toolmenu.bmp
│ │ │ ├── tosmall.bmp
│ │ │ ├── underline.bmp
│ │ │ ├── undo.bmp
│ │ │ ├── unlink.bmp
│ │ │ └── unselect.bmp
│ │ ├── config.xml
│ │ ├── ElementInfo.cs
│ │ ├── ElementInfo.resx
│ │ ├── EmrKB.csproj
│ │ ├── EmrKB.csproj.user
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── newemrtemplate.bmp
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EmrKB.csproj.FileListAbsolute.txt
│ │ │ ├── EmrKB.dll
│ │ │ ├── EmrKB.ElementInfo.resources
│ │ │ ├── EmrKB.MainFrm.resources
│ │ │ ├── EmrKB.pdb
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ └── Refactor
│ │ │ └── EmrKB.dll
│ │ ├── projectdefine.xml
│ │ ├── toolbark.xml
│ │ └── trust.bat
│ ├── EmrMain
│ │ ├── AboutFrm.cs
│ │ ├── AboutFrm.Designer.cs
│ │ ├── AboutFrm.resx
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── AB0013.xml
│ │ │ ├── admin
│ │ │ │ ├── SqlDelete.his
│ │ │ │ ├── SqlInsert.his
│ │ │ │ ├── SqlNet.his
│ │ │ │ ├── SqlSelect.his
│ │ │ │ └── SqlUpdate.his
│ │ │ ├── ArchivesManager.dll
│ │ │ ├── ArchivesManager.pdb
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── BaseManager.dll
│ │ │ ├── BaseManager.pdb
│ │ │ ├── ButtonImage
│ │ │ │ ├── about.bmp
│ │ │ │ ├── abspos.bmp
│ │ │ │ ├── anchor.bmp
│ │ │ │ ├── BackColor.bmp
│ │ │ │ ├── backward.bmp
│ │ │ │ ├── bgcolor.bmp
│ │ │ │ ├── bgpic.bmp
│ │ │ │ ├── BLD.BMP
│ │ │ │ ├── blink.bmp
│ │ │ │ ├── BMP.BMP
│ │ │ │ ├── bold.bmp
│ │ │ │ ├── br.bmp
│ │ │ │ ├── checked.bmp
│ │ │ │ ├── CNT.BMP
│ │ │ │ ├── code.bmp
│ │ │ │ ├── componentmenu.bmp
│ │ │ │ ├── copy.bmp
│ │ │ │ ├── createlink.bmp
│ │ │ │ ├── createsql.bmp
│ │ │ │ ├── CTR.bmp
│ │ │ │ ├── cut.bmp
│ │ │ │ ├── database.bmp
│ │ │ │ ├── date.bmp
│ │ │ │ ├── delete.bmp
│ │ │ │ ├── descript.ion
│ │ │ │ ├── design.bmp
│ │ │ │ ├── div.bmp
│ │ │ │ ├── editmenu.bmp
│ │ │ │ ├── emot.bmp
│ │ │ │ ├── excel.bmp
│ │ │ │ ├── fieldset.bmp
│ │ │ │ ├── file.bmp
│ │ │ │ ├── filemenu.bmp
│ │ │ │ ├── findreplace.bmp
│ │ │ │ ├── flash.bmp
│ │ │ │ ├── fontmenu.bmp
│ │ │ │ ├── forecolor.bmp
│ │ │ │ ├── formbutton.bmp
│ │ │ │ ├── formcheckbox.bmp
│ │ │ │ ├── formdropdown.bmp
│ │ │ │ ├── formmenu.bmp
│ │ │ │ ├── formradio.bmp
│ │ │ │ ├── formtextarea.bmp
│ │ │ │ ├── formtext.bmp
│ │ │ │ ├── forward.bmp
│ │ │ │ ├── help.bmp
│ │ │ │ ├── icq.bmp
│ │ │ │ ├── iframe.bmp
│ │ │ │ ├── img.bmp
│ │ │ │ ├── indent.bmp
│ │ │ │ ├── inserthorizontalrule.bmp
│ │ │ │ ├── insertorderedlist.bmp
│ │ │ │ ├── insertparagraph.bmp
│ │ │ │ ├── insertunorderedlist.bmp
│ │ │ │ ├── italic.bmp
│ │ │ │ ├── justifycenter.bmp
│ │ │ │ ├── justifyfull.bmp
│ │ │ │ ├── justifyleft.bmp
│ │ │ │ ├── justifyright.bmp
│ │ │ │ ├── kb.bmp
│ │ │ │ ├── key.bmp
│ │ │ │ ├── LFT.bmp
│ │ │ │ ├── lock.bmp
│ │ │ │ ├── logicdelete.bmp
│ │ │ │ ├── logic.gif
│ │ │ │ ├── map.bmp
│ │ │ │ ├── marquee.bmp
│ │ │ │ ├── maximize.bmp
│ │ │ │ ├── media.bmp
│ │ │ │ ├── minimize.bmp
│ │ │ │ ├── modecode.bmp
│ │ │ │ ├── modecodebtn.bmp
│ │ │ │ ├── modeedit.bmp
│ │ │ │ ├── modeeditbtn.bmp
│ │ │ │ ├── modepreview.bmp
│ │ │ │ ├── modetext.bmp
│ │ │ │ ├── modetextbtn.bmp
│ │ │ │ ├── modeviewbtn.bmp
│ │ │ │ ├── msn.bmp
│ │ │ │ ├── myACDSeeCash.macdc
│ │ │ │ ├── NEW.bmp
│ │ │ │ ├── newemrtemplate.bmp
│ │ │ │ ├── objectmenu.bmp
│ │ │ │ ├── OPEN.bmp
│ │ │ │ ├── outdent.bmp
│ │ │ │ ├── overline.bmp
│ │ │ │ ├── pa.bmp
│ │ │ │ ├── page.bmp
│ │ │ │ ├── pagesetting.bmp
│ │ │ │ ├── paragraphmenu.bmp
│ │ │ │ ├── paste.bmp
│ │ │ │ ├── pastetext.bmp
│ │ │ │ ├── pasteword.bmp
│ │ │ │ ├── print.bmp
│ │ │ │ ├── PROP.bmp
│ │ │ │ ├── qq.bmp
│ │ │ │ ├── quote.bmp
│ │ │ │ ├── redo.bmp
│ │ │ │ ├── refresh.bmp
│ │ │ │ ├── remoteupload.bmp
│ │ │ │ ├── removeformat.bmp
│ │ │ │ ├── resumePrint.bmp
│ │ │ │ ├── RT.bmp
│ │ │ │ ├── run.bmp
│ │ │ │ ├── saveasPic.bmp
│ │ │ │ ├── save.bmp
│ │ │ │ ├── SaveImage.bmp
│ │ │ │ ├── script.bmp
│ │ │ │ ├── selectall.bmp
│ │ │ │ ├── showborders.bmp
│ │ │ │ ├── showdetails.bmp
│ │ │ │ ├── showtree.bmp
│ │ │ │ ├── Signed.bmp
│ │ │ │ ├── SignedLayer.bmp
│ │ │ │ ├── site.bmp
│ │ │ │ ├── sizeminus.bmp
│ │ │ │ ├── sizeplus.bmp
│ │ │ │ ├── space.bmp
│ │ │ │ ├── spellcheck.bmp
│ │ │ │ ├── SPELLING.bmp
│ │ │ │ ├── spliter.bmp
│ │ │ │ ├── strikethrough.bmp
│ │ │ │ ├── subscript.bmp
│ │ │ │ ├── superscript.bmp
│ │ │ │ ├── symbol.bmp
│ │ │ │ ├── tablecellprop.bmp
│ │ │ │ ├── tablecellsplit.bmp
│ │ │ │ ├── tablecoldelete.bmp
│ │ │ │ ├── tablecolinsertleft.bmp
│ │ │ │ ├── tablecolinsertright.bmp
│ │ │ │ ├── tablecolmerge.bmp
│ │ │ │ ├── tablecolsplit.bmp
│ │ │ │ ├── tableinsert.bmp
│ │ │ │ ├── tablemenu.bmp
│ │ │ │ ├── tableprop.bmp
│ │ │ │ ├── tablerowdelete.bmp
│ │ │ │ ├── tablerowinsertabove.bmp
│ │ │ │ ├── tablerowinsertbelow.bmp
│ │ │ │ ├── tablerowmerge.bmp
│ │ │ │ ├── tablerowprop.bmp
│ │ │ │ ├── tablerowsplit.bmp
│ │ │ │ ├── tabpage.bmp
│ │ │ │ ├── time.bmp
│ │ │ │ ├── tobig.bmp
│ │ │ │ ├── toolbarback.bmp
│ │ │ │ ├── toolmenu.bmp
│ │ │ │ ├── tosmall.bmp
│ │ │ │ ├── underline.bmp
│ │ │ │ ├── undo.bmp
│ │ │ │ ├── unlink.bmp
│ │ │ │ ├── unselect.bmp
│ │ │ │ ├── Viewer.bmp
│ │ │ │ ├── zoom.bmp
│ │ │ │ ├── zoommenu.bmp
│ │ │ │ ├── 树状菜单图标1.bmp
│ │ │ │ └── 树状菜单图标2.bmp
│ │ │ ├── CFG
│ │ │ │ ├── PaFields.xml
│ │ │ │ └── PFields.xml
│ │ │ ├── CHWord2Spell.dll
│ │ │ ├── Consultation.dll
│ │ │ ├── Consultation.pdb
│ │ │ ├── DataBaseLog.log
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── devcomponents.dotnetbar.dll
│ │ │ ├── DoctorWorkstationManage.dll
│ │ │ ├── DoctorWorkstationManage.pdb
│ │ │ ├── EmrBrowser.dll
│ │ │ ├── EmrBrowser.pdb
│ │ │ ├── EmrKB.dll
│ │ │ ├── EmrKB.pdb
│ │ │ ├── EmrMain.exe
│ │ │ ├── EmrMain.exe.config
│ │ │ ├── EmrMain.exe.config.bak
│ │ │ ├── EmrMain.pdb
│ │ │ ├── EmrMain.vshost.exe
│ │ │ ├── EmrMain.vshost.exe.config
│ │ │ ├── EmrMain.vshost.exe.manifest
│ │ │ ├── EmrUC.dll
│ │ │ ├── EmrUC.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── IrisSkin.dll
│ │ │ ├── MulEditor.dll
│ │ │ ├── MulEditor.pdb
│ │ │ ├── PersonalitySet.dll
│ │ │ ├── PersonalitySet.pdb
│ │ │ ├── Pinyin.dll
│ │ │ ├── PopedomManager.dll
│ │ │ ├── PopedomManager.pdb
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── self.bat
│ │ │ ├── Skins
│ │ │ │ ├── Carlmness
│ │ │ │ │ ├── calmness_color1.gif
│ │ │ │ │ ├── CalmnessColor1.ssk
│ │ │ │ │ ├── calmness_color2.gif
│ │ │ │ │ ├── CalmnessColor2.ssk
│ │ │ │ │ ├── calmness.gif
│ │ │ │ │ └── Calmness.ssk
│ │ │ │ ├── Deep
│ │ │ │ │ ├── deepcyan.gif
│ │ │ │ │ ├── DeepCyan.ssk
│ │ │ │ │ ├── deepgreen.gif
│ │ │ │ │ ├── DeepGreen.ssk
│ │ │ │ │ ├── deeporange.gif
│ │ │ │ │ └── DeepOrange.ssk
│ │ │ │ ├── Diamond
│ │ │ │ │ ├── diamondblue.gif
│ │ │ │ │ ├── DiamondBlue.ssk
│ │ │ │ │ ├── diamondgreen.gif
│ │ │ │ │ ├── DiamondGreen.ssk
│ │ │ │ │ ├── DiamondOlive.gif
│ │ │ │ │ └── DiamondOlive.ssk
│ │ │ │ ├── Eighteen
│ │ │ │ │ ├── eighteen_color1.gif
│ │ │ │ │ ├── EighteenColor1.ssk
│ │ │ │ │ ├── eighteen_color2.gif
│ │ │ │ │ ├── EighteenColor2.ssk
│ │ │ │ │ ├── eighteen.gif
│ │ │ │ │ └── Eighteen.ssk
│ │ │ │ ├── Emerald
│ │ │ │ │ ├── emerald_color1.gif
│ │ │ │ │ ├── EmeraldColor1.ssk
│ │ │ │ │ ├── emerald_color2.gif
│ │ │ │ │ ├── EmeraldColor2.ssk
│ │ │ │ │ ├── emerald_color3.gif
│ │ │ │ │ ├── EmeraldColor3.ssk
│ │ │ │ │ ├── emerald.gif
│ │ │ │ │ └── Emerald.ssk
│ │ │ │ ├── Glass
│ │ │ │ │ ├── glassbrown.gif
│ │ │ │ │ ├── GlassBrown.ssk
│ │ │ │ │ ├── glassgreen.gif
│ │ │ │ │ ├── GlassGreen.ssk
│ │ │ │ │ ├── glassorange.gif
│ │ │ │ │ └── GlassOrange.ssk
│ │ │ │ ├── IrisSkin.dll
│ │ │ │ ├── Longhorn
│ │ │ │ │ ├── longhorn.gif
│ │ │ │ │ └── Longhorn.ssk
│ │ │ │ ├── MacOS
│ │ │ │ │ ├── macos.gif
│ │ │ │ │ └── MacOS.ssk
│ │ │ │ ├── Midsummer
│ │ │ │ │ ├── midsummer_color1.gif
│ │ │ │ │ ├── MidsummerColor1.ssk
│ │ │ │ │ ├── midsummer_color2.gif
│ │ │ │ │ ├── MidsummerColor2.ssk
│ │ │ │ │ ├── midsummer_color3.gif
│ │ │ │ │ ├── MidsummerColor3.ssk
│ │ │ │ │ ├── midsummer.gif
│ │ │ │ │ └── Midsummer.ssk
│ │ │ │ ├── MP10
│ │ │ │ │ ├── mp10.gif
│ │ │ │ │ └── MP10.ssk
│ │ │ │ ├── MSN
│ │ │ │ │ ├── msn.gif
│ │ │ │ │ └── MSN.ssk
│ │ │ │ ├── Office2007
│ │ │ │ │ ├── office2007.gif
│ │ │ │ │ └── office2007.ssk
│ │ │ │ ├── One
│ │ │ │ │ ├── oneblue.gif
│ │ │ │ │ ├── OneBlue.ssk
│ │ │ │ │ ├── onecyan.gif
│ │ │ │ │ ├── OneCyan.ssk
│ │ │ │ │ ├── onegreen.gif
│ │ │ │ │ ├── OneGreen.ssk
│ │ │ │ │ ├── oneorange.gif
│ │ │ │ │ └── OneOrange.ssk
│ │ │ │ ├── Page
│ │ │ │ │ ├── page_color1.gif
│ │ │ │ │ ├── PageColor1.ssk
│ │ │ │ │ ├── page_color2.gif
│ │ │ │ │ ├── PageColor2.ssk
│ │ │ │ │ ├── page.gif
│ │ │ │ │ └── Page.ssk
│ │ │ │ ├── RealOne
│ │ │ │ │ ├── realone.gif
│ │ │ │ │ └── RealOne.ssk
│ │ │ │ ├── Silver
│ │ │ │ │ ├── silver_color1.gif
│ │ │ │ │ ├── SilverColor1.ssk
│ │ │ │ │ ├── silver_color2.gif
│ │ │ │ │ ├── SilverColor2.ssk
│ │ │ │ │ ├── silver.gif
│ │ │ │ │ └── Silver.ssk
│ │ │ │ ├── Sports
│ │ │ │ │ ├── sportsblack.gif
│ │ │ │ │ ├── SportsBlack.ssk
│ │ │ │ │ ├── sportsblue.gif
│ │ │ │ │ ├── SportsBlue.ssk
│ │ │ │ │ ├── sportscyan.gif
│ │ │ │ │ ├── SportsCyan.ssk
│ │ │ │ │ ├── sportsgreen.gif
│ │ │ │ │ ├── SportsGreen.ssk
│ │ │ │ │ ├── sportsorange.gif
│ │ │ │ │ └── SportsOrange.ssk
│ │ │ │ ├── Steel
│ │ │ │ │ ├── steelblack.gif
│ │ │ │ │ ├── SteelBlack.ssk
│ │ │ │ │ ├── steelblue.gif
│ │ │ │ │ └── SteelBlue.ssk
│ │ │ │ ├── Vista1
│ │ │ │ │ ├── vista1.gif
│ │ │ │ │ ├── vista1_green.gif
│ │ │ │ │ ├── vista1_green.ssk
│ │ │ │ │ └── vista1.ssk
│ │ │ │ ├── Vista2
│ │ │ │ │ ├── vista2_color1.gif
│ │ │ │ │ ├── Vista2_color1.ssk
│ │ │ │ │ ├── vista2_color2.gif
│ │ │ │ │ ├── Vista2_color2.ssk
│ │ │ │ │ ├── vista2_color3.gif
│ │ │ │ │ ├── Vista2_color3.ssk
│ │ │ │ │ ├── vista2_color4.gif
│ │ │ │ │ ├── Vista2_color4.ssk
│ │ │ │ │ ├── vista2_color5.gif
│ │ │ │ │ ├── Vista2_color5.ssk
│ │ │ │ │ ├── vista2_color6.gif
│ │ │ │ │ ├── Vista2_color6.ssk
│ │ │ │ │ ├── vista2_color7.gif
│ │ │ │ │ └── Vista2_color7.ssk
│ │ │ │ ├── Warm
│ │ │ │ │ ├── warm_color1.gif
│ │ │ │ │ ├── WarmColor1.ssk
│ │ │ │ │ ├── warm_color2.gif
│ │ │ │ │ ├── WarmColor2.ssk
│ │ │ │ │ ├── warm_color3.gif
│ │ │ │ │ ├── WarmColor3.ssk
│ │ │ │ │ ├── warm.gif
│ │ │ │ │ └── Warm.ssk
│ │ │ │ ├── Wave
│ │ │ │ │ ├── wave_color1.gif
│ │ │ │ │ ├── WaveColor1.ssk
│ │ │ │ │ ├── wave_color2.gif
│ │ │ │ │ ├── WaveColor2.ssk
│ │ │ │ │ ├── wave.gif
│ │ │ │ │ └── Wave.ssk
│ │ │ │ └── WinXP
│ │ │ │ ├── xpblue.gif
│ │ │ │ ├── XPBlue.ssk
│ │ │ │ ├── xpgreen.gif
│ │ │ │ ├── XPGreen.ssk
│ │ │ │ ├── xporange.gif
│ │ │ │ ├── XPOrange.ssk
│ │ │ │ ├── xpsilver.gif
│ │ │ │ └── XPSilver.ssk
│ │ │ ├── sqlnet.log
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── toolbardef.xml
│ │ │ ├── toolbark.xml
│ │ │ ├── Update.ver
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── Watch.dll
│ │ │ ├── Watch.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── BinFiles
│ │ │ ├── CHWord2Spell.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── DevComponents.DotNetBar.dll
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Pinyin.dll
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ ├── ZYTextDocumentLib.dll.config.bak
│ │ │ ├── ZYTextDocumentLib.pdb
│ │ │ └── ZYTextDocumentLib.tlb
│ │ ├── EmrMain.csproj
│ │ ├── EmrMain.csproj.user
│ │ ├── Images
│ │ │ ├── 0029.png
│ │ │ ├── 017.png
│ │ │ ├── (05,43).png
│ │ │ ├── (08,17).png
│ │ │ ├── 10009o.png
│ │ │ ├── 154640205.png
│ │ │ ├── 15464022.png
│ │ │ ├── 1.gif
│ │ │ ├── 1ss009p.png
│ │ │ ├── 20071206131858641 副本.png
│ │ │ ├── 20071211102752802.png
│ │ │ ├── 20071211131020543.png
│ │ │ ├── 20080317222819684.png
│ │ │ ├── 2008040510585d4872.png
│ │ │ ├── 200804051105023733.png
│ │ │ ├── 20080405110502373.png
│ │ │ ├── 20080405110504975.png
│ │ │ ├── 20080405142607151.png
│ │ │ ├── 20080405142607181.png
│ │ │ ├── 20080405142607960.png
│ │ │ ├── 20080405142608294.png
│ │ │ ├── 20080405142608295.png
│ │ │ ├── 20080405150725165.png
│ │ │ ├── 20.png
│ │ │ ├── 2.gif
│ │ │ ├── 3.gif
│ │ │ ├── 42.png
│ │ │ ├── 4.gif
│ │ │ ├── 52design.com_jingying_143.png
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 79.png
│ │ │ ├── 9.png
│ │ │ ├── afro dude.ico
│ │ │ ├── Alert_16.png
│ │ │ ├── bm.jpg
│ │ │ ├── BOOKS01.ICO
│ │ │ ├── Bottom.jpg
│ │ │ ├── box.ico
│ │ │ ├── Buttons.png
│ │ │ ├── classy_icons_033.png
│ │ │ ├── df_On_Stage_Icon_037.png
│ │ │ ├── diandao.gif
│ │ │ ├── dl_02.jpg
│ │ │ ├── dl_08.jpg
│ │ │ ├── dl_10.jpg
│ │ │ ├── folder.ico
│ │ │ ├── folder open.ico
│ │ │ ├── HaoSc23_978_20052511024580.png
│ │ │ ├── hgf7.png
│ │ │ ├── inde1_04.jpg
│ │ │ ├── inde1_05.jpg
│ │ │ ├── inde1_06.jpg
│ │ │ ├── inde1_08.jpg
│ │ │ ├── inde1_10.gif
│ │ │ ├── inde1_11.jpg
│ │ │ ├── inde1_12.jpg
│ │ │ ├── login.jpg
│ │ │ ├── myspaceb2070619.png
│ │ │ ├── new.gif
│ │ │ ├── notas1.png
│ │ │ ├── NOTE16.ICO
│ │ │ ├── NOTEPA~5.ICO
│ │ │ ├── notesg.ico
│ │ │ ├── notesm.ico
│ │ │ ├── open.gif
│ │ │ ├── open.png
│ │ │ ├── people_vista_012.png
│ │ │ ├── person2.ico
│ │ │ ├── SAKURA_021.png
│ │ │ ├── save1.gif
│ │ │ ├── save.gif
│ │ │ ├── sdf2.png
│ │ │ ├── Service.ico
│ │ │ ├── tick.ico
│ │ │ ├── time.png
│ │ │ ├── tl.jpg
│ │ │ ├── transparenc_ystal_045.png
│ │ │ ├── viewmag+.png
│ │ │ ├── viewmag-.png
│ │ │ ├── wbmIV Sharing Overlay.ico
│ │ │ ├── wh-15.gif
│ │ │ ├── wh-17.png
│ │ │ ├── wh-29.gif
│ │ │ ├── yy063.gif
│ │ │ ├── yy078.gif
│ │ │ ├── yy087.gif
│ │ │ ├── yy089.gif
│ │ │ ├── 下划线20-20.gif
│ │ │ ├── 个性化设计(大).jpg
│ │ │ ├── 保存24-24.gif
│ │ │ ├── 信息录入.png
│ │ │ ├── 共有密码修改24-24.gif
│ │ │ ├── 共有用户名修改24-24.gif
│ │ │ ├── 关闭24-24.gif
│ │ │ ├── 删除24-24.gif
│ │ │ ├── 刷新24-24.gif
│ │ │ ├── 医生更换24-24.gif
│ │ │ ├── 原始视图20-20.gif
│ │ │ ├── 另存为24-24.gif
│ │ │ ├── 基础信息维护(大).jpg
│ │ │ ├── 存为图片20-20.gif
│ │ │ ├── 定位24-24.gif
│ │ │ ├── 床位修改24-24.gif
│ │ │ ├── 打印20-20.gif
│ │ │ ├── 打开24-24.gif
│ │ │ ├── 招回病例文书24-24.gif
│ │ │ ├── 按钮1.png
│ │ │ ├── 按钮.png
│ │ │ ├── 接受会诊24-24.gif
│ │ │ ├── 文书状态24-24.gif
│ │ │ ├── 文书状态查询24-24.gif
│ │ │ ├── 文件状态1-16-16.gif
│ │ │ ├── 文件状态2-16-16.gif
│ │ │ ├── 文件类型合起来16-16.gif
│ │ │ ├── 文件类型展开16-16.gif
│ │ │ ├── 新建24-24.gif
│ │ │ ├── 无按钮.jpg
│ │ │ ├── 死忙登记24-24.gif
│ │ │ ├── 用户签名20-20.gif
│ │ │ ├── 申请会诊24-24.gif
│ │ │ ├── 病例提交24-24.gif
│ │ │ ├── 病例文书审阅24-24.gif
│ │ │ ├── 病例文书签收.gif
│ │ │ ├── 登陆_05_left.jpg
│ │ │ ├── 登陆_05_right.jpg
│ │ │ ├── 私有密码修改24-24.gif
│ │ │ ├── 私有用户名修改24-24.gif
│ │ │ ├── 科室信息.png
│ │ │ ├── 科室排版24-24.gif
│ │ │ ├── 科室状态1-16-16.gif
│ │ │ ├── 科室状态2-16-16.gif
│ │ │ ├── 科室转置24-24.gif
│ │ │ ├── 签名层次20-20.gif
│ │ │ ├── 系统维护(大).jpg
│ │ │ └── 续打20-20.gif
│ │ ├── InfoFrm.cs
│ │ ├── InfoFrm.resx
│ │ ├── Login.cs
│ │ ├── Login.resx
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── NotifyIconEx.cs
│ │ ├── NotifyIconEx.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── EmrMain.AboutFrm.resources
│ │ │ ├── EmrMain.csproj.FileListAbsolute.txt
│ │ │ ├── EmrMain.exe
│ │ │ ├── EmrMain.InfoFrm.resources
│ │ │ ├── EmrMain.Login.resources
│ │ │ ├── EmrMain.MainFrm.resources
│ │ │ ├── EmrMain.pdb
│ │ │ ├── EmrMain.Properties.Resources.resources
│ │ │ ├── EmrMain.UC_Config.resources
│ │ │ ├── EmrMain.UC_Left.resources
│ │ │ ├── EmrMain.UC_Login.resources
│ │ │ ├── EmrMain.UC_Update.resources
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── TheNotify.NotifyIconEx.resources
│ │ ├── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Skins
│ │ │ ├── Carlmness
│ │ │ │ ├── calmness_color1.gif
│ │ │ │ ├── CalmnessColor1.ssk
│ │ │ │ ├── calmness_color2.gif
│ │ │ │ ├── CalmnessColor2.ssk
│ │ │ │ ├── calmness.gif
│ │ │ │ └── Calmness.ssk
│ │ │ ├── Deep
│ │ │ │ ├── deepcyan.gif
│ │ │ │ ├── DeepCyan.ssk
│ │ │ │ ├── deepgreen.gif
│ │ │ │ ├── DeepGreen.ssk
│ │ │ │ ├── deeporange.gif
│ │ │ │ └── DeepOrange.ssk
│ │ │ ├── Diamond
│ │ │ │ ├── diamondblue.gif
│ │ │ │ ├── DiamondBlue.ssk
│ │ │ │ ├── diamondgreen.gif
│ │ │ │ ├── DiamondGreen.ssk
│ │ │ │ ├── DiamondOlive.gif
│ │ │ │ └── DiamondOlive.ssk
│ │ │ ├── Eighteen
│ │ │ │ ├── eighteen_color1.gif
│ │ │ │ ├── EighteenColor1.ssk
│ │ │ │ ├── eighteen_color2.gif
│ │ │ │ ├── EighteenColor2.ssk
│ │ │ │ ├── eighteen.gif
│ │ │ │ └── Eighteen.ssk
│ │ │ ├── Emerald
│ │ │ │ ├── emerald_color1.gif
│ │ │ │ ├── EmeraldColor1.ssk
│ │ │ │ ├── emerald_color2.gif
│ │ │ │ ├── EmeraldColor2.ssk
│ │ │ │ ├── emerald_color3.gif
│ │ │ │ ├── EmeraldColor3.ssk
│ │ │ │ ├── emerald.gif
│ │ │ │ └── Emerald.ssk
│ │ │ ├── Glass
│ │ │ │ ├── glassbrown.gif
│ │ │ │ ├── GlassBrown.ssk
│ │ │ │ ├── glassgreen.gif
│ │ │ │ ├── GlassGreen.ssk
│ │ │ │ ├── glassorange.gif
│ │ │ │ └── GlassOrange.ssk
│ │ │ ├── IrisSkin.dll
│ │ │ ├── Longhorn
│ │ │ │ ├── longhorn.gif
│ │ │ │ └── Longhorn.ssk
│ │ │ ├── MacOS
│ │ │ │ ├── macos.gif
│ │ │ │ └── MacOS.ssk
│ │ │ ├── Midsummer
│ │ │ │ ├── midsummer_color1.gif
│ │ │ │ ├── MidsummerColor1.ssk
│ │ │ │ ├── midsummer_color2.gif
│ │ │ │ ├── MidsummerColor2.ssk
│ │ │ │ ├── midsummer_color3.gif
│ │ │ │ ├── MidsummerColor3.ssk
│ │ │ │ ├── midsummer.gif
│ │ │ │ └── Midsummer.ssk
│ │ │ ├── MP10
│ │ │ │ ├── mp10.gif
│ │ │ │ └── MP10.ssk
│ │ │ ├── MSN
│ │ │ │ ├── msn.gif
│ │ │ │ └── MSN.ssk
│ │ │ ├── Office2007
│ │ │ │ ├── office2007.gif
│ │ │ │ └── office2007.ssk
│ │ │ ├── One
│ │ │ │ ├── oneblue.gif
│ │ │ │ ├── OneBlue.ssk
│ │ │ │ ├── onecyan.gif
│ │ │ │ ├── OneCyan.ssk
│ │ │ │ ├── onegreen.gif
│ │ │ │ ├── OneGreen.ssk
│ │ │ │ ├── oneorange.gif
│ │ │ │ └── OneOrange.ssk
│ │ │ ├── Page
│ │ │ │ ├── page_color1.gif
│ │ │ │ ├── PageColor1.ssk
│ │ │ │ ├── page_color2.gif
│ │ │ │ ├── PageColor2.ssk
│ │ │ │ ├── page.gif
│ │ │ │ └── Page.ssk
│ │ │ ├── RealOne
│ │ │ │ ├── realone.gif
│ │ │ │ └── RealOne.ssk
│ │ │ ├── Silver
│ │ │ │ ├── silver_color1.gif
│ │ │ │ ├── SilverColor1.ssk
│ │ │ │ ├── silver_color2.gif
│ │ │ │ ├── SilverColor2.ssk
│ │ │ │ ├── silver.gif
│ │ │ │ └── Silver.ssk
│ │ │ ├── Sports
│ │ │ │ ├── sportsblack.gif
│ │ │ │ ├── SportsBlack.ssk
│ │ │ │ ├── sportsblue.gif
│ │ │ │ ├── SportsBlue.ssk
│ │ │ │ ├── sportscyan.gif
│ │ │ │ ├── SportsCyan.ssk
│ │ │ │ ├── sportsgreen.gif
│ │ │ │ ├── SportsGreen.ssk
│ │ │ │ ├── sportsorange.gif
│ │ │ │ └── SportsOrange.ssk
│ │ │ ├── Steel
│ │ │ │ ├── steelblack.gif
│ │ │ │ ├── SteelBlack.ssk
│ │ │ │ ├── steelblue.gif
│ │ │ │ └── SteelBlue.ssk
│ │ │ ├── Vista1
│ │ │ │ ├── vista1.gif
│ │ │ │ ├── vista1_green.gif
│ │ │ │ ├── vista1_green.ssk
│ │ │ │ └── vista1.ssk
│ │ │ ├── Vista2
│ │ │ │ ├── vista2_color1.gif
│ │ │ │ ├── Vista2_color1.ssk
│ │ │ │ ├── vista2_color2.gif
│ │ │ │ ├── Vista2_color2.ssk
│ │ │ │ ├── vista2_color3.gif
│ │ │ │ ├── Vista2_color3.ssk
│ │ │ │ ├── vista2_color4.gif
│ │ │ │ ├── Vista2_color4.ssk
│ │ │ │ ├── vista2_color5.gif
│ │ │ │ ├── Vista2_color5.ssk
│ │ │ │ ├── vista2_color6.gif
│ │ │ │ ├── Vista2_color6.ssk
│ │ │ │ ├── vista2_color7.gif
│ │ │ │ └── Vista2_color7.ssk
│ │ │ ├── Warm
│ │ │ │ ├── warm_color1.gif
│ │ │ │ ├── WarmColor1.ssk
│ │ │ │ ├── warm_color2.gif
│ │ │ │ ├── WarmColor2.ssk
│ │ │ │ ├── warm_color3.gif
│ │ │ │ ├── WarmColor3.ssk
│ │ │ │ ├── warm.gif
│ │ │ │ └── Warm.ssk
│ │ │ ├── Wave
│ │ │ │ ├── wave_color1.gif
│ │ │ │ ├── WaveColor1.ssk
│ │ │ │ ├── wave_color2.gif
│ │ │ │ ├── WaveColor2.ssk
│ │ │ │ ├── wave.gif
│ │ │ │ └── Wave.ssk
│ │ │ └── WinXP
│ │ │ ├── xpblue.gif
│ │ │ ├── XPBlue.ssk
│ │ │ ├── xpgreen.gif
│ │ │ ├── XPGreen.ssk
│ │ │ ├── xporange.gif
│ │ │ ├── XPOrange.ssk
│ │ │ ├── xpsilver.gif
│ │ │ └── XPSilver.ssk
│ │ ├── UC_Config.cs
│ │ ├── UC_Config.resx
│ │ ├── UC_Left.cs
│ │ ├── UC_Left.resx
│ │ ├── UC_Login.cs
│ │ ├── UC_Login.resx
│ │ ├── UC_Update.cs
│ │ └── UC_Update.resx
│ ├── EmrMain.sln
│ ├── EmrUC
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── EmrUC.dll
│ │ │ ├── EmrUC.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── DataGridPage.cs
│ │ ├── DataGridPage.resx
│ │ ├── EmrUC.csproj
│ │ ├── EmrUC.csproj.user
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── EmrUC.csproj.FileListAbsolute.txt
│ │ ├── EmrUC.DataGridPage.resources
│ │ ├── EmrUC.dll
│ │ ├── EmrUC.pdb
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── Refactor
│ │ │ └── EmrUC.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── MulEditor
│ │ ├── App.config
│ │ ├── AssemblyInfo.cs
│ │ ├── Bin
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── MulEditor.dll
│ │ │ ├── MulEditor.dll.config
│ │ │ ├── MulEditor.pdb
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── FormMain.cs
│ │ ├── FormMain.resx
│ │ ├── FormSaveas.cs
│ │ ├── FormSaveas.resx
│ │ ├── MulEditor.csproj
│ │ ├── MulEditor.csproj.user
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── MulEditor.csproj.FileListAbsolute.txt
│ │ ├── MulEditor.dll
│ │ ├── MulEditor.FormMain.resources
│ │ ├── MulEditor.FormSaveas.resources
│ │ ├── MulEditor.pdb
│ │ └── Refactor
│ │ └── MulEditor.dll
│ ├── PersonalitySet
│ │ ├── App.config
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── PersonalitySet.dll
│ │ │ ├── PersonalitySet.dll.config
│ │ │ ├── PersonalitySet.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.read.6.tlog
│ │ │ ├── GenerateResource-ResGen.read.8.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.6.tlog
│ │ │ ├── GenerateResource-ResGen.write.8.tlog
│ │ │ ├── PersonalitySet.csproj.FileListAbsolute.txt
│ │ │ ├── PersonalitySet.dll
│ │ │ ├── PersonalitySet.pdb
│ │ │ ├── PersonalitySet.PrivateUserNameAmend.resources
│ │ │ ├── PersonalitySet.Public.Form1.resources
│ │ │ ├── PersonalitySet.PublicPassAmend.resources
│ │ │ ├── PersonalitySet.Public.PrivatePassAmend.resources
│ │ │ ├── PersonalitySet.PublicUserNameAmend.resources
│ │ │ ├── Refactor
│ │ │ │ └── PersonalitySet.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── PersonalityFrom.cs
│ │ ├── PersonalityFrom.resx
│ │ ├── PersonalitySet.csproj
│ │ ├── PersonalitySet.csproj.user
│ │ ├── PrivatePassAmend.cs
│ │ ├── PrivatePassAmend.resx
│ │ ├── PrivateUserNameAmend.cs
│ │ ├── PrivateUserNameAmend.resx
│ │ ├── Public
│ │ │ └── Public_PS.cs
│ │ ├── PublicPassAmend.cs
│ │ ├── PublicPassAmend.resx
│ │ ├── PublicUserNameAmend.cs
│ │ └── PublicUserNameAmend.resx
│ ├── PopedomManager
│ │ ├── App.config
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── BaseManager.dll
│ │ │ ├── BaseManager.pdb
│ │ │ ├── CHWord2Spell.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── DevComponents.DotNetBar.dll
│ │ │ ├── PopedomManager.dll
│ │ │ ├── PopedomManager.dll.config
│ │ │ ├── PopedomManager.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── CaseHistoryCodeCorrect.cs
│ │ ├── CaseHistoryCodeCorrect.resx
│ │ ├── EmComparison.cs
│ │ ├── EmComparison.resx
│ │ ├── EmrSectionOffice.cs
│ │ ├── EmrSectionOffice.resx
│ │ ├── GetPass.cs
│ │ ├── GetPass.resx
│ │ ├── HisInfoImport.cs
│ │ ├── HisInfoImport.resx
│ │ ├── ModuleInfoManage.cs
│ │ ├── ModuleInfoManage.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.read.6.tlog
│ │ │ ├── GenerateResource-ResGen.read.8.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.6.tlog
│ │ │ ├── GenerateResource-ResGen.write.8.tlog
│ │ │ ├── PopedomManager.CaseHistoryCodeCorrect.resources
│ │ │ ├── PopedomManager.csproj.FileListAbsolute.txt
│ │ │ ├── PopedomManager.dll
│ │ │ ├── PopedomManager.EmComparison.resources
│ │ │ ├── PopedomManager.EmrSectionOffice.resources
│ │ │ ├── PopedomManager.Form1.resources
│ │ │ ├── PopedomManager.GetPass.resources
│ │ │ ├── PopedomManager.HisInfoImport.resources
│ │ │ ├── PopedomManager.ModuleInfoManage.resources
│ │ │ ├── PopedomManager.pdb
│ │ │ ├── PopedomManager.PoPedomConnectionSet.resources
│ │ │ ├── PopedomManager.UserInfoInitialization.resources
│ │ │ ├── PopedomManager.UserRoleManage.resources
│ │ │ ├── PopedomManager.UserTeamManage.resources
│ │ │ ├── Refactor
│ │ │ │ └── PopedomManager.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── PoPedomConnectionSet.cs
│ │ ├── PoPedomConnectionSet.resx
│ │ ├── PopedomManager.csproj
│ │ ├── PopedomManager.csproj.user
│ │ ├── Public
│ │ │ └── public_pop.cs
│ │ ├── SystemMaintenance.cs
│ │ ├── SystemMaintenance.resx
│ │ ├── UserInfoInitialization.cs
│ │ ├── UserInfoInitialization.resx
│ │ ├── UserRoleManage.cs
│ │ ├── UserRoleManage.resx
│ │ ├── UserTeamManage.cs
│ │ └── UserTeamManage.resx
│ ├── SourceGrid
│ │ ├── AssemblyInfo.cs
│ │ ├── BehaviorModels
│ │ │ ├── BehaviorModelCollection.cs
│ │ │ ├── BehaviorModelGroup.cs
│ │ │ ├── BindProperty.cs
│ │ │ ├── Button.cs
│ │ │ ├── CheckBox.cs
│ │ │ ├── ColumnHeader.cs
│ │ │ ├── Common.cs
│ │ │ ├── ContextMenu.cs
│ │ │ ├── Cursor.cs
│ │ │ ├── CustomEvents.cs
│ │ │ ├── Header.cs
│ │ │ ├── IBehaviorModel.cs
│ │ │ ├── Resize.cs
│ │ │ ├── RowHeader.cs
│ │ │ ├── ToolTipText.cs
│ │ │ ├── Unselectable.cs
│ │ │ └── vssver.scc
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── SourceGrid2.dll
│ │ │ │ ├── SourceGrid2.pdb
│ │ │ │ ├── SourceLibrary.dll
│ │ │ │ └── SourceLibrary.xml
│ │ │ └── Release
│ │ │ ├── SourceGrid2.dll
│ │ │ ├── SourceGrid2.xml
│ │ │ ├── SourceLibrary.dll
│ │ │ ├── SourceLibrary.xml
│ │ │ └── vssver.scc
│ │ ├── Cells
│ │ │ ├── Button.cs
│ │ │ ├── CellControl.cs
│ │ │ ├── Cell.cs
│ │ │ ├── CellVirtual.cs
│ │ │ ├── CheckBox.cs
│ │ │ ├── ColumnHeader.cs
│ │ │ ├── ComboBox.cs
│ │ │ ├── Header.cs
│ │ │ ├── ICellCheckBox.cs
│ │ │ ├── ICellContextMenu.cs
│ │ │ ├── ICell.cs
│ │ │ ├── ICellCursor.cs
│ │ │ ├── ICellSortableHeader.cs
│ │ │ ├── ICellToolTipText.cs
│ │ │ ├── ICellVirtual.cs
│ │ │ ├── Link.cs
│ │ │ ├── RowHeader.cs
│ │ │ └── vssver.scc
│ │ ├── Common
│ │ │ ├── Border.cs
│ │ │ ├── CellVirtualCollection.cs
│ │ │ ├── ColumnInfo.cs
│ │ │ ├── CustomScrollControl.cs
│ │ │ ├── Enums.cs
│ │ │ ├── Events.cs
│ │ │ ├── frmCellSize.cs
│ │ │ ├── frmCellSize.resx
│ │ │ ├── GridContextMenu.cs
│ │ │ ├── GridSubPanel.cs
│ │ │ ├── Icons
│ │ │ │ ├── CheckBoxCheckedDisable.ico
│ │ │ │ ├── CheckBoxChecked.ico
│ │ │ │ ├── CheckBoxCheckedSel.ico
│ │ │ │ ├── CheckBoxUnCheckedDisable.ico
│ │ │ │ ├── CheckBoxUnChecked.ico
│ │ │ │ ├── CheckBoxUnCheckedSel.ico
│ │ │ │ ├── clear.ico
│ │ │ │ ├── copy.ico
│ │ │ │ ├── cut.ico
│ │ │ │ ├── DeleteCol.ico
│ │ │ │ ├── DeleteRow.ico
│ │ │ │ ├── InsertCol.ico
│ │ │ │ ├── InsertRow.ico
│ │ │ │ ├── paste.ico
│ │ │ │ ├── properties.ico
│ │ │ │ ├── SortDown.ico
│ │ │ │ ├── SortUp.ico
│ │ │ │ └── vssver.scc
│ │ │ ├── Position.cs
│ │ │ ├── Range.cs
│ │ │ ├── RowInfo.cs
│ │ │ ├── Selection.cs
│ │ │ ├── Utility.cs
│ │ │ └── vssver.scc
│ │ ├── DataModels
│ │ │ ├── ControlsRepository.cs
│ │ │ ├── DataModelBase.cs
│ │ │ ├── EditorComboBox.cs
│ │ │ ├── EditorControlBase.cs
│ │ │ ├── EditorDateTime.cs
│ │ │ ├── EditorNumericUpDown.cs
│ │ │ ├── EditorTextBoxButton.cs
│ │ │ ├── EditorTextBox.cs
│ │ │ ├── EditorTextBoxNumeric.cs
│ │ │ ├── EditorUITypeEditor.cs
│ │ │ ├── IDataModel.cs
│ │ │ └── vssver.scc
│ │ ├── Grid.bmp
│ │ ├── Grids
│ │ │ ├── Grid.cs
│ │ │ ├── Grid.resx
│ │ │ ├── GridVirtual.cs
│ │ │ └── vssver.scc
│ │ ├── GridVirtual.bmp
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SourceGrid2.Common.frmCellSize.resources
│ │ │ ├── SourceGrid2.dll
│ │ │ ├── SourceGrid2.dll.incr
│ │ │ └── SourceGrid2.pdb
│ │ ├── SourceGrid2.csproj
│ │ ├── SourceGrid2.csproj.user
│ │ ├── SourceGrid2.snk
│ │ └── VisualModels
│ │ ├── CheckBox.cs
│ │ ├── Common.cs
│ │ ├── Header.cs
│ │ ├── IVisualModel.cs
│ │ ├── MultiImages.cs
│ │ ├── VisualModelBase.cs
│ │ └── vssver.scc
│ ├── TheFtp
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── TheFtp.dll
│ │ │ └── TheFtp.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ │ └── TheFtp.dll
│ │ │ ├── TheFtp.csproj.FileListAbsolute.txt
│ │ │ ├── TheFtp.dll
│ │ │ └── TheFtp.pdb
│ │ ├── TheFtp.cs
│ │ ├── TheFtp.csproj
│ │ └── TheFtp.csproj.user
│ ├── Thermometer
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Images
│ │ │ ├── TmpInput.png
│ │ │ ├── TmpNextPage.png
│ │ │ ├── TmpPrePage.png
│ │ │ └── TmpPrint.png
│ │ ├── InputFrm.cs
│ │ ├── InputFrm.resx
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ └── Thermometer.csproj
│ ├── UC_Prjs
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── SD.dll
│ │ │ ├── SD.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ └── ZYTextDocumentLib.pdb
│ │ ├── ButtonImage
│ │ │ ├── about.bmp
│ │ │ ├── abspos.bmp
│ │ │ ├── anchor.bmp
│ │ │ ├── BackColor.bmp
│ │ │ ├── backward.bmp
│ │ │ ├── bgcolor.bmp
│ │ │ ├── bgpic.bmp
│ │ │ ├── BLD.BMP
│ │ │ ├── blink.bmp
│ │ │ ├── BMP.BMP
│ │ │ ├── bold.bmp
│ │ │ ├── br.bmp
│ │ │ ├── checked.bmp
│ │ │ ├── CNT.BMP
│ │ │ ├── code.bmp
│ │ │ ├── componentmenu.bmp
│ │ │ ├── copy.bmp
│ │ │ ├── createlink.bmp
│ │ │ ├── createsql.bmp
│ │ │ ├── CTR.bmp
│ │ │ ├── cut.bmp
│ │ │ ├── database.bmp
│ │ │ ├── date.bmp
│ │ │ ├── delete.bmp
│ │ │ ├── design.bmp
│ │ │ ├── div.bmp
│ │ │ ├── editmenu.bmp
│ │ │ ├── emot.bmp
│ │ │ ├── excel.bmp
│ │ │ ├── fieldset.bmp
│ │ │ ├── file.bmp
│ │ │ ├── filemenu.bmp
│ │ │ ├── findreplace.bmp
│ │ │ ├── flash.bmp
│ │ │ ├── fontmenu.bmp
│ │ │ ├── forecolor.bmp
│ │ │ ├── formbutton.bmp
│ │ │ ├── formcheckbox.bmp
│ │ │ ├── formdropdown.bmp
│ │ │ ├── formmenu.bmp
│ │ │ ├── formradio.bmp
│ │ │ ├── formtextarea.bmp
│ │ │ ├── formtext.bmp
│ │ │ ├── forward.bmp
│ │ │ ├── help.bmp
│ │ │ ├── icq.bmp
│ │ │ ├── iframe.bmp
│ │ │ ├── img.bmp
│ │ │ ├── indent.bmp
│ │ │ ├── inserthorizontalrule.bmp
│ │ │ ├── insertorderedlist.bmp
│ │ │ ├── insertparagraph.bmp
│ │ │ ├── insertunorderedlist.bmp
│ │ │ ├── italic.bmp
│ │ │ ├── justifycenter.bmp
│ │ │ ├── justifyfull.bmp
│ │ │ ├── justifyleft.bmp
│ │ │ ├── justifyright.bmp
│ │ │ ├── kb.bmp
│ │ │ ├── key.bmp
│ │ │ ├── LFT.bmp
│ │ │ ├── lock.bmp
│ │ │ ├── logicdelete.bmp
│ │ │ ├── map.bmp
│ │ │ ├── marquee.bmp
│ │ │ ├── maximize.bmp
│ │ │ ├── media.bmp
│ │ │ ├── minimize.bmp
│ │ │ ├── modecode.bmp
│ │ │ ├── modecodebtn.bmp
│ │ │ ├── modeedit.bmp
│ │ │ ├── modeeditbtn.bmp
│ │ │ ├── modepreview.bmp
│ │ │ ├── modetext.bmp
│ │ │ ├── modetextbtn.bmp
│ │ │ ├── modeviewbtn.bmp
│ │ │ ├── msn.bmp
│ │ │ ├── myACDSeeCash.macdc
│ │ │ ├── NEW.bmp
│ │ │ ├── newemrtemplate.bmp
│ │ │ ├── objectmenu.bmp
│ │ │ ├── OPEN.bmp
│ │ │ ├── outdent.bmp
│ │ │ ├── page.bmp
│ │ │ ├── pagesetting.bmp
│ │ │ ├── paragraphmenu.bmp
│ │ │ ├── paste.bmp
│ │ │ ├── pastetext.bmp
│ │ │ ├── pasteword.bmp
│ │ │ ├── print.bmp
│ │ │ ├── PROP.bmp
│ │ │ ├── qq.bmp
│ │ │ ├── quote.bmp
│ │ │ ├── redo.bmp
│ │ │ ├── refresh.bmp
│ │ │ ├── remoteupload.bmp
│ │ │ ├── removeformat.bmp
│ │ │ ├── RT.bmp
│ │ │ ├── run.bmp
│ │ │ ├── save.bmp
│ │ │ ├── SaveImage.bmp
│ │ │ ├── script.bmp
│ │ │ ├── selectall.bmp
│ │ │ ├── showborders.bmp
│ │ │ ├── showdetails.bmp
│ │ │ ├── showtree.bmp
│ │ │ ├── site.bmp
│ │ │ ├── sizeminus.bmp
│ │ │ ├── sizeplus.bmp
│ │ │ ├── space.bmp
│ │ │ ├── spellcheck.bmp
│ │ │ ├── SPELLING.bmp
│ │ │ ├── spliter.bmp
│ │ │ ├── strikethrough.bmp
│ │ │ ├── subscript.bmp
│ │ │ ├── superscript.bmp
│ │ │ ├── symbol.bmp
│ │ │ ├── tablecellprop.bmp
│ │ │ ├── tablecellsplit.bmp
│ │ │ ├── tablecoldelete.bmp
│ │ │ ├── tablecolinsertleft.bmp
│ │ │ ├── tablecolinsertright.bmp
│ │ │ ├── tablecolmerge.bmp
│ │ │ ├── tablecolsplit.bmp
│ │ │ ├── tableinsert.bmp
│ │ │ ├── tablemenu.bmp
│ │ │ ├── tableprop.bmp
│ │ │ ├── tablerowdelete.bmp
│ │ │ ├── tablerowinsertabove.bmp
│ │ │ ├── tablerowinsertbelow.bmp
│ │ │ ├── tablerowmerge.bmp
│ │ │ ├── tablerowprop.bmp
│ │ │ ├── tablerowsplit.bmp
│ │ │ ├── tabpage.bmp
│ │ │ ├── time.bmp
│ │ │ ├── tobig.bmp
│ │ │ ├── toolbarback.bmp
│ │ │ ├── toolmenu.bmp
│ │ │ ├── tosmall.bmp
│ │ │ ├── underline.bmp
│ │ │ ├── undo.bmp
│ │ │ ├── unlink.bmp
│ │ │ ├── unselect.bmp
│ │ │ ├── zoom.bmp
│ │ │ ├── zoommenu.bmp
│ │ │ ├── 树状菜单图标1.bmp
│ │ │ └── 树状菜单图标2.bmp
│ │ ├── Grid
│ │ │ ├── CellLine.cs
│ │ │ ├── CellText.cs
│ │ │ ├── DLL
│ │ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ │ └── Interop.SHDocVw.dll
│ │ │ ├── ExRichTextBox.cs
│ │ │ ├── ExRichTextBox.resx
│ │ │ ├── FormCtrlSet.cs
│ │ │ ├── FormCtrlSet.resx
│ │ │ ├── GongShi.cs
│ │ │ ├── GongShi.resx
│ │ │ ├── GridAlignMethod.cs
│ │ │ ├── GridAlignMethod.resx
│ │ │ ├── GridLine.cs
│ │ │ ├── GridProperty.cs
│ │ │ ├── GridProperty.resx
│ │ │ ├── HT_Grid.cs
│ │ │ ├── Image
│ │ │ │ ├── InertLine.jpg
│ │ │ │ ├── InsertColumn.jpg
│ │ │ │ ├── InsertGrid.jpg
│ │ │ │ ├── Merge.jpg
│ │ │ │ ├── Split.jpg
│ │ │ │ ├── ws00.jpg
│ │ │ │ ├── ws01.jpg
│ │ │ │ ├── ws02.jpg
│ │ │ │ ├── ws10.jpg
│ │ │ │ ├── ws11.jpg
│ │ │ │ ├── ws12.jpg
│ │ │ │ ├── ws20.jpg
│ │ │ │ ├── ws21.jpg
│ │ │ │ └── ws22.jpg
│ │ │ ├── UC_Grid.cs
│ │ │ └── UC_Grid.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── RTX.ExRichTextBox.resources
│ │ │ ├── SD.dll
│ │ │ ├── SD.FormInfos.resources
│ │ │ ├── SD.FormPaHead.resources
│ │ │ ├── SD.FormPaInfo.resources
│ │ │ ├── SD.FormTmpNew.resources
│ │ │ ├── SD.InputFrm.resources
│ │ │ ├── SD.pdb
│ │ │ ├── SD.UC_BPT.resources
│ │ │ ├── SD.UC_Browser.resources
│ │ │ ├── SD.UC_MAL.resources
│ │ │ ├── SD.UC_MAT.resources
│ │ │ ├── SD.UC_MulEdit.resources
│ │ │ ├── SD.UC_PAF.resources
│ │ │ ├── TheGrid.Grid.FormCtrlSet.resources
│ │ │ ├── TheGrid.Grid.GongShi.resources
│ │ │ ├── TheGrid.Grid.GridAlignMethod.resources
│ │ │ ├── TheGrid.Grid.GridProperty.resources
│ │ │ ├── TheGrid.Grid.UC_Grid.resources
│ │ │ └── UC_Prjs.csproj.FileListAbsolute.txt
│ │ ├── ThiBPT
│ │ │ ├── InputFrm.cs
│ │ │ ├── InputFrm.resx
│ │ │ ├── UC_BPT.cs
│ │ │ └── UC_BPT.resx
│ │ ├── UC_Browser
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ ├── UC_Browser.cs
│ │ │ └── UC_Browser.resx
│ │ ├── UC_MA
│ │ │ ├── UC_MAL.cs
│ │ │ ├── UC_MAL.resx
│ │ │ ├── UC_MAT.cs
│ │ │ └── UC_MAT.resx
│ │ ├── UC_MulEdit
│ │ │ ├── FormPaHead.cs
│ │ │ ├── FormPaHead.resx
│ │ │ ├── FormPaInfo.cs
│ │ │ ├── FormPaInfo.resx
│ │ │ ├── FormTmpNew.cs
│ │ │ ├── FormTmpNew.resx
│ │ │ ├── UC_MulEdit.cs
│ │ │ └── UC_MulEdit.resx
│ │ ├── UC_PAF
│ │ │ ├── bak
│ │ │ │ ├── UC_PAF.cs
│ │ │ │ └── UC_PAF.resx
│ │ │ ├── FormInfos.cs
│ │ │ ├── FormInfos.resx
│ │ │ ├── TextBoxUC.cs
│ │ │ ├── UC_PAF.cs
│ │ │ └── UC_PAF.resx
│ │ ├── UC_Prjs.csproj
│ │ ├── UC_Prjs.csproj.user
│ │ └── UC_Prjs.sln
│ ├── UpgradeLog2.XML
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── Usual
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── DTableClass.cs
│ │ ├── EnrolCode.cs
│ │ ├── FileOper.cs
│ │ ├── FileTrans.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Refactor
│ │ │ │ └── Usual.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Usual.csproj.FileListAbsolute.txt
│ │ │ ├── Usual.dll
│ │ │ └── Usual.pdb
│ │ ├── PermitKey.cs
│ │ ├── Public_AM.cs
│ │ ├── Public_BR.cs
│ │ ├── Public_doctor.cs
│ │ ├── Public_DW.cs
│ │ ├── Public_OutDoctorWorkstation.cs
│ │ ├── SecurityValidate.cs
│ │ ├── SystemPopedomManage.cs
│ │ ├── TheCtrl.cs
│ │ ├── TheFtp.cs
│ │ ├── UserInfo.cs
│ │ ├── Usual.csproj
│ │ └── Usual.csproj.user
│ ├── Watch
│ │ ├── App.config
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── DBDef.dll
│ │ │ ├── DBDef.pdb
│ │ │ ├── TheFtp.dll
│ │ │ ├── TheFtp.pdb
│ │ │ ├── Usual.dll
│ │ │ ├── Usual.pdb
│ │ │ ├── Watch.dll
│ │ │ ├── Watch.dll.config
│ │ │ └── Watch.pdb
│ │ ├── MainFrm.cs
│ │ ├── MainFrm.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Watch.csproj.FileListAbsolute.txt
│ │ │ ├── Watch.dll
│ │ │ ├── Watch.MainFrm.resources
│ │ │ └── Watch.pdb
│ │ ├── Watch.csproj
│ │ └── Watch.csproj.user
│ └── ZYTextDocumentLib
│ ├── aj.cs
│ ├── al.cs
│ ├── aw.cs
│ ├── bin
│ │ ├── DBDef.dll
│ │ ├── DBDef.pdb
│ │ ├── en
│ │ │ ├── msxml2.dll
│ │ │ └── ZYTextDocumentLib.resources.dll
│ │ ├── msxml2.dll
│ │ ├── ZYTextDocumentLib.dll
│ │ ├── ZYTextDocumentLib.pdb
│ │ └── ZYTextDocumentLib.tlb
│ ├── demo.mdb
│ ├── Dom
│ │ ├── A_ContentChangeLog.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── TextScriptStyle.cs
│ │ ├── UnderWriteMark.cs
│ │ ├── VBDocument.cs
│ │ ├── XFontObject.cs
│ │ ├── XTextString.cs
│ │ ├── ZYAttributeCollection.cs
│ │ ├── ZYAttribute.cs
│ │ ├── ZYContent.cs
│ │ ├── ZYDataSource.cs
│ │ ├── ZYDocumentInfo.cs
│ │ ├── ZYEditorAction.cs
│ │ ├── ZYTextBlock.cs
│ │ ├── ZYTextBorder.cs
│ │ ├── ZYTextChar.cs
│ │ ├── ZYTextConst.cs
│ │ ├── ZYTextContainer.cs
│ │ ├── ZYTextDiv.cs
│ │ ├── ZYTextDocument.cs
│ │ ├── ZYTextDocumentUtil.cs
│ │ ├── ZYTextElement.cs
│ │ ├── ZYTextElementList.cs
│ │ ├── ZYTextFlag.cs
│ │ ├── ZYTextHRule.cs
│ │ ├── ZYTextImage.cs
│ │ ├── ZYTextInput.cs
│ │ ├── ZYTextKeyWord.cs
│ │ ├── ZYTextLine.cs
│ │ ├── ZYTextLineEnd.cs
│ │ ├── ZYTextListItem.cs
│ │ ├── ZYTextLock.cs
│ │ ├── ZYTextMark.cs
│ │ ├── ZYTextObject.cs
│ │ ├── ZYTextParagraph.cs
│ │ ├── ZYTextSaveLog.cs
│ │ ├── ZYTextSelect.cs
│ │ ├── ZYTextSelectElement.cs
│ │ └── ZYUserList.cs
│ ├── EMRTextDocumentLib.dll
│ ├── EMRTextDocumentLib.pdb
│ ├── EMRTextPublic.dll
│ ├── EMRTextPublic.dll.config
│ ├── GUI
│ │ ├── dlgDivProperty.cs
│ │ ├── dlgDivProperty.resx
│ │ ├── dlgFormat.cs
│ │ ├── dlgFormat.resx
│ │ ├── dlgHRuleProperty.cs
│ │ ├── dlgHRuleProperty.resx
│ │ ├── dlgPageSetup.cs
│ │ ├── dlgPageSetup.resx
│ │ ├── dlgSetHeadFooter.cs
│ │ ├── dlgSetHeadFooter.resx
│ │ ├── frmDBFileList.cs
│ │ ├── frmDBFileList.resx
│ │ ├── frmEditImage.cs
│ │ ├── frmEditImage.resx
│ │ ├── frmScript.cs
│ │ ├── frmScript.resx
│ │ ├── frmTest.cs
│ │ ├── frmTest.resx
│ │ ├── PopupInput.cs
│ │ ├── PopupInput.resx
│ │ ├── SmartTagProvider.cs
│ │ ├── TestControl2.cs
│ │ ├── TestControl2.resx
│ │ ├── TestControl.cs
│ │ ├── TestControl.resx
│ │ ├── ZYEditorControl.cs
│ │ ├── ZYEditorControl.resx
│ │ ├── ZYEditPanel.cs
│ │ ├── ZYEditPanel.resx
│ │ ├── ZYGout.cs
│ │ ├── ZYKnowledge.cs
│ │ └── ZYKnowledge.resx
│ ├── icon
│ │ ├── check.bmp
│ │ ├── checked.bmp
│ │ ├── chm.bmp
│ │ ├── close_2.bmp
│ │ ├── close.bmp
│ │ ├── createsql.bmp
│ │ ├── delete.bmp
│ │ ├── div.bmp
│ │ ├── event.bmp
│ │ ├── frm.bmp
│ │ ├── frmX.bmp
│ │ ├── hrule.bmp
│ │ ├── IconHelper.cs
│ │ ├── img.bmp
│ │ ├── imgtools.bmp
│ │ ├── item.bmp
│ │ ├── linka.bmp
│ │ ├── link.bmp
│ │ ├── lock.bmp
│ │ ├── mspaint.ico
│ │ ├── new.bmp
│ │ ├── open_2.bmp
│ │ ├── open.bmp
│ │ ├── paragraph.bmp
│ │ ├── paragraphmenu.gif
│ │ ├── PPINTL5.ico
│ │ ├── PPINTL6.ico
│ │ ├── save.bmp
│ │ ├── system.bmp
│ │ ├── text.bmp
│ │ ├── textbox.bmp
│ │ └── unit.bmp
│ ├── KB
│ │ ├── DataProvider.cs
│ │ ├── dlgIconInfo.cs
│ │ ├── dlgIconInfo.resx
│ │ ├── dlgKB_Item.cs
│ │ ├── dlgKB_Item.resx
│ │ ├── dlgKB_List.cs
│ │ ├── dlgKB_List.resx
│ │ ├── dlgKBPath.cs
│ │ ├── dlgKBPath.resx
│ │ ├── KB_List.cs
│ │ ├── SectionList.cs
│ │ ├── ZYKBBuffer.cs
│ │ ├── ZYKBListView.cs
│ │ ├── ZYKBListView.resx
│ │ ├── ZYKBPopupList.cs
│ │ ├── ZYKBPopupList.resx
│ │ ├── ZYKBTreeView.cs
│ │ └── ZYKBTreeView.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── en
│ │ │ │ └── ZYTextDocumentLib.resources.dll
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ │ └── ZYTextDocumentLib.dll
│ │ │ ├── XDesignerGUI.DocumentViewControl.resources
│ │ │ ├── XDesignerGUI.TextPageViewControl.resources
│ │ │ ├── XDesignerPrinting.dlgPageSetup.en.resources
│ │ │ ├── XDesignerPrinting.dlgPageSetup.resources
│ │ │ ├── XDesignerPrinting.PageScrollableControl.resources
│ │ │ ├── ZYCommon.DBComboBox.resources
│ │ │ ├── ZYCommon.dlgChangePWD.resources
│ │ │ ├── ZYCommon.dlgError.resources
│ │ │ ├── ZYCommon.dlgInputBox2.resources
│ │ │ ├── ZYCommon.dlgInputBox5.resources
│ │ │ ├── ZYCommon.dlgInputBox.resources
│ │ │ ├── ZYCommon.dlgInputFormatText.resources
│ │ │ ├── ZYCommon.dlgOpenConnection.resources
│ │ │ ├── ZYCommon.dlgUnderWriteMarkList.resources
│ │ │ ├── ZYCommon.dlgWaiting.resources
│ │ │ ├── ZYCommon.inputBox4.resources
│ │ │ ├── ZYCommon.NameValueListControl.resources
│ │ │ ├── ZYCommon.ZYPopupList.resources
│ │ │ ├── ZYCommon.ZYToolBarGroup.resources
│ │ │ ├── ZYCommon.ZYViewControl.resources
│ │ │ ├── ZYTextDocumentLib.csproj.FileListAbsolute.txt
│ │ │ ├── ZYTextDocumentLib.csproj.ResolveComReference.cache
│ │ │ ├── ZYTextDocumentLib.dlgDivProperty.resources
│ │ │ ├── ZYTextDocumentLib.dlgFormat.resources
│ │ │ ├── ZYTextDocumentLib.dlgHRuleProperty.resources
│ │ │ ├── ZYTextDocumentLib.dlgIconInfo.resources
│ │ │ ├── ZYTextDocumentLib.dlgKB_Item.resources
│ │ │ ├── ZYTextDocumentLib.dlgKB_List.resources
│ │ │ ├── ZYTextDocumentLib.dlgKBPath.resources
│ │ │ ├── ZYTextDocumentLib.dlgPageSetup.resources
│ │ │ ├── ZYTextDocumentLib.dlgSetHeadFooter.resources
│ │ │ ├── ZYTextDocumentLib.dll
│ │ │ ├── ZYTextDocumentLib.frmDBFileList.resources
│ │ │ ├── ZYTextDocumentLib.frmEditImage.resources
│ │ │ ├── ZYTextDocumentLib.frmScript.resources
│ │ │ ├── ZYTextDocumentLib.frmTest.resources
│ │ │ ├── ZYTextDocumentLibGUI.ZYKnowledge.resources
│ │ │ ├── ZYTextDocumentLib.KB.ZYKBListView.resources
│ │ │ ├── ZYTextDocumentLib.KB.ZYKBTreeView.resources
│ │ │ ├── ZYTextDocumentLib.pdb
│ │ │ ├── ZYTextDocumentLib.PopupInput.resources
│ │ │ ├── ZYTextDocumentLibPublic.ZYEditPanel.resources
│ │ │ ├── ZYTextDocumentLib.TestControl2.resources
│ │ │ ├── ZYTextDocumentLib.TestControl.resources
│ │ │ ├── ZYTextDocumentLib.tlb
│ │ │ ├── ZYTextDocumentLib.XDesignerGUI.PageScrollableControl.resources
│ │ │ ├── ZYTextDocumentLib.ZYCommon.dlgChangePWD.resources
│ │ │ ├── ZYTextDocumentLib.ZYCommon.ZYToolBar.resources
│ │ │ ├── ZYTextDocumentLib.ZYCommon.ZYViewControl.resources
│ │ │ ├── ZYTextDocumentLib.ZYEditorControl.resources
│ │ │ ├── ZYTextDocumentLib.ZYKBListView.resources
│ │ │ ├── ZYTextDocumentLib.ZYKBPopupList.resources
│ │ │ └── ZYTextDocumentLib.ZYKBTreeView.resources
│ │ └── ZYTextDocumentLib.csproj.UnmanagedRegistration.cache
│ ├── u.cs
│ ├── XDesignerGUI
│ │ ├── BorderUserControl.cs
│ │ ├── DeviceContextBase.cs
│ │ ├── dlgPageSetup.cs
│ │ ├── dlgPageSetup.en.resx
│ │ ├── dlgPageSetup.resx
│ │ ├── DocumentPageDrawer.cs
│ │ ├── DocumentViewControl.cs
│ │ ├── DocumentViewControl.resx
│ │ ├── DrawerUtil.cs
│ │ ├── EllipseObject.cs
│ │ ├── GDIObject.cs
│ │ ├── GDIPen.cs
│ │ ├── GraphicsUnitConvert.cs
│ │ ├── IPageDocument.cs
│ │ ├── MathCommon.cs
│ │ ├── MeasureConvert.cs
│ │ ├── MessageBoxHelper.cs
│ │ ├── MouseCapturer.cs
│ │ ├── MultiPageTransform.cs
│ │ ├── MultiRectangleTransform.cs
│ │ ├── PageFrameDrawer.cs
│ │ ├── PageLineInfo.cs
│ │ ├── PageScrollableControl.cs
│ │ ├── PageScrollableControl.resx
│ │ ├── PageSettingPreview.cs
│ │ ├── PointBuffer.cs
│ │ ├── PrintModel.cs
│ │ ├── PrintPageCollection.cs
│ │ ├── PrintPage.cs
│ │ ├── PrintUtil.cs
│ │ ├── RectangleCommon.cs
│ │ ├── RectangleCounter.cs
│ │ ├── RectangleDrawer.cs
│ │ ├── ReversibleDrawer.cs
│ │ ├── SimpleRectangleTransform.cs
│ │ ├── StackTraceHelper.cs
│ │ ├── StockObject.cs
│ │ ├── TextPageViewControl.cs
│ │ ├── TextPageViewControl.resx
│ │ ├── TransformBase.cs
│ │ ├── UpdateLock.cs
│ │ ├── VariableString.cs
│ │ ├── Win32Caret.cs
│ │ └── XPrintDocument.cs
│ ├── ZYCommon
│ │ ├── Buffer.cs
│ │ ├── ClipboardHandler.cs
│ │ ├── CommandLine.cs
│ │ ├── CommonFunction.cs
│ │ ├── DBComboBox.cs
│ │ ├── DBComboBox.resx
│ │ ├── DBXMLConfig.cs
│ │ ├── dlgChangePWD.cs
│ │ ├── dlgChangePWD.resx
│ │ ├── dlgError.cs
│ │ ├── dlgError.resx
│ │ ├── dlgInputFormatText.cs
│ │ ├── dlgInputFormatText.resx
│ │ ├── dlgOpenConnection.cs
│ │ ├── dlgOpenConnection.resx
│ │ ├── dlgUnderWriteMarkList.cs
│ │ ├── dlgUnderWriteMarkList.resx
│ │ ├── dlgWaiting.cs
│ │ ├── dlgWaiting.resx
│ │ ├── DocumentView.cs
│ │ ├── InputBox2.cs
│ │ ├── InputBox2.resx
│ │ ├── InputBox4.cs
│ │ ├── InputBox4.resx
│ │ ├── InputBox5.cs
│ │ ├── InputBox5.resx
│ │ ├── InputBox.cs
│ │ ├── InputBox.resx
│ │ ├── IXMLSerializable.cs
│ │ ├── NameValueListControl.cs
│ │ ├── NameValueListControl.resx
│ │ ├── NameValueList.cs
│ │ ├── ObjectBlockBuffer.cs
│ │ ├── PropertyList.cs
│ │ ├── RectangleObject.cs
│ │ ├── SEQCreator.cs
│ │ ├── SimpleXMLConfig.cs
│ │ ├── StringCommon.cs
│ │ ├── StringDataFormat.cs
│ │ ├── Windows32.cs
│ │ ├── XMLCommon.cs
│ │ ├── XMLHttpConnection.cs
│ │ ├── ZYButtonGroup.cs
│ │ ├── ZYColorSelector.cs
│ │ ├── ZYDBConnection.cs
│ │ ├── ZYPopupList.cs
│ │ ├── ZYPopupList.resx
│ │ ├── ZYTime.cs
│ │ ├── ZYToolBar.cs
│ │ ├── ZYToolBar.resx
│ │ ├── ZYViewControl.cs
│ │ └── ZYViewControl.resx
│ ├── ZYTextChar.cs
│ ├── ZYTextDocumentLib.csproj
│ ├── ZYTextDocumentLib.csproj.user
│ └── ZYTextDocumentLib.pdb
└── FtpRoot_27095.rar
296 directories, 4353 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论