diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj index 60434d1..b866388 100644 --- a/AIMS/AIMS.csproj +++ b/AIMS/AIMS.csproj @@ -225,161 +225,155 @@ frmQualityControlViewParent.cs - + Form - + frmAanesthesiaRecord.cs - + Form - + frmPhysioDataEdit.cs - + Form - + frmInstrumentRecord.cs - + Form - + frmOperationInfoNew2.cs - + Form - + frmSelectPatientNew2.cs - + Form - + frmSeleteRoom.cs - + Form - + frmBloodGasAnalysisNew.cs - + Form - + frmPhysiosSetting.cs - + Form - + frmOperationInfoNew.cs - + Form - + frmSafetyExamine.cs - + Form - + frmAanesthesiaRecover.cs - + Form - + frmRecoverPatient.cs - + Form - - FormUseDrugsReport.cs - - - Form - - + frmChargRecordPrint.cs - + Form - + frmHemodynamics.cs - + Form - + frmOpeRecoverInInfo.cs - + Form - + frmInstrumentRegistration.cs - + Form - + frmKnowledgeBase.cs - + Form - + frmLISResult.cs - + Form - + frmNoticeLargeScreen.cs - + Form - + frmOperatingRoomRegister.cs - + Form - + frmOpeRecoverOutInfo.cs - + Form - + frmPhysioDataUpdateLog.cs - + Form - + frmSelectApplianceUseType.cs - + Form - + frmSelectPatientGoodsBill.cs - + Form - - FrmScheduling3.cs + + frmPersonSchedulKeep.cs @@ -388,24 +382,24 @@ PrescriptionDocument.cs - + Form frmPrintingArrangemen.cs - + Form - - FrmScheduling2.cs + + frmPersonSchedul.cs - + Form - - FrmScheduling2Option.cs + + frmPersonSchedulOption.cs Form @@ -460,16 +454,16 @@ UCSurgicalNotice.cs - + Form - + frmAanesthesiaQuality.cs - + Form - + frmFactOutputLiquidsNew.cs @@ -541,7 +535,7 @@ frmOperationReview.cs - + Form @@ -663,16 +657,16 @@ frmEditPassWord.cs - + Form - + frmFactDrugNew.cs - + Form - + frmFactEventsNew.cs @@ -828,86 +822,83 @@ frmQualityControlViewParent.cs - + frmAanesthesiaRecord.cs Designer - + frmPhysioDataEdit.cs - + frmInstrumentRecord.cs Designer - + frmBloodGasAnalysisNew.cs - + frmOperationInfoNew2.cs - + frmSelectPatientNew2.cs - + frmSeleteRoom.cs - + frmPhysiosSetting.cs - + frmOperationInfoNew.cs - + frmSafetyExamine.cs - + frmAanesthesiaRecover.cs Designer - + frmRecoverPatient.cs - - FormUseDrugsReport.cs - - + frmChargRecordPrint.cs - + frmHemodynamics.cs - + frmOpeRecoverInInfo.cs - + frmInstrumentRegistration.cs - + frmKnowledgeBase.cs - + frmLISResult.cs - + frmNoticeLargeScreen.cs - + frmOperatingRoomRegister.cs - + frmOpeRecoverOutInfo.cs - + frmPhysioDataUpdateLog.cs - + frmSelectApplianceUseType.cs - + frmSelectPatientGoodsBill.cs - - FrmScheduling3.cs + + frmPersonSchedulKeep.cs PrescriptionDocument.cs @@ -915,11 +906,11 @@ frmPrintingArrangemen.cs - - FrmScheduling2.cs + + frmPersonSchedul.cs - - FrmScheduling2Option.cs + + frmPersonSchedulOption.cs frmSelectiveOperationsPrint.cs @@ -942,10 +933,10 @@ UCSurgicalNotice.cs - + frmAanesthesiaQuality.cs - + frmFactOutputLiquidsNew.cs @@ -1048,10 +1039,10 @@ frmEditPassWord.cs - + frmFactDrugNew.cs - + frmFactEventsNew.cs diff --git a/AIMS/AIMS.xml b/AIMS/AIMS.xml index d3fc59a..a1d6e41 100644 --- a/AIMS/AIMS.xml +++ b/AIMS/AIMS.xml @@ -1,6 +1,6 @@  - Data Source=tx.wulvshi.cn;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020; + Data Source=.;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020; Data Source=.;Initial Catalog=AIMSDB_DATA;User ID=sa;Password=Test2020; Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.7)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl2))));Persist Security Info=True;User ID=smview;Password=i39; diff --git a/AIMS/DocManager/frmTemplateD.cs b/AIMS/DocManager/frmTemplateD.cs index a04cbfb..8be508f 100644 --- a/AIMS/DocManager/frmTemplateD.cs +++ b/AIMS/DocManager/frmTemplateD.cs @@ -15,7 +15,7 @@ using DCSoft.Writer; using DCSoft.Writer.Dom; using System.Xml; -namespace AIMS.DocumentManager +namespace AIMS.DocManager { public partial class frmTemplateD : Form { diff --git a/AIMS/DocManager/frmTemplateD.designer.cs b/AIMS/DocManager/frmTemplateD.designer.cs index 5e15383..cc9677a 100644 --- a/AIMS/DocManager/frmTemplateD.designer.cs +++ b/AIMS/DocManager/frmTemplateD.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.DocumentManager +namespace AIMS.DocManager { partial class frmTemplateD { diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs index cf55c5e..bdd7b8e 100644 --- a/AIMS/FormMainManage.cs +++ b/AIMS/FormMainManage.cs @@ -1,6 +1,6 @@ using AIMS.DocManager; -using AIMS.OperationDoing.AnasRecordBill; -using AIMS.OperationDoing.AnasRecordBill.UI; +using AIMS.OperationAanesthesia; +using AIMS.OperationAanesthesia; using AIMSBLL; using AIMSExtension; using AIMSModel; diff --git a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs b/AIMS/OperationAanesthesia/DrawAnasReordBill.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs rename to AIMS/OperationAanesthesia/DrawAnasReordBill.cs index b500acf..81ef6c9 100644 --- a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs +++ b/AIMS/OperationAanesthesia/DrawAnasReordBill.cs @@ -8,7 +8,7 @@ using System.Collections.Generic; using System.Data; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public class DrawAnasReordBill { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.cs b/AIMS/OperationAanesthesia/frmAanesthesiaQuality.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaQuality.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.designer.cs b/AIMS/OperationAanesthesia/frmAanesthesiaQuality.designer.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.designer.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaQuality.designer.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.resx b/AIMS/OperationAanesthesia/frmAanesthesiaQuality.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.resx rename to AIMS/OperationAanesthesia/frmAanesthesiaQuality.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaRecord.Designer.cs index b8b5215..0ab8dc1 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmAanesthesiaRecord { @@ -546,6 +546,7 @@ this.btnyldj.TabIndex = 29; this.btnyldj.Text = " 余量登记"; this.btnyldj.UseVisualStyleBackColor = false; + this.btnyldj.Visible = false; this.btnyldj.Click += new System.EventHandler(this.btnyldj_Click); // // btnzsk @@ -1964,13 +1965,13 @@ this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71); this.flowLayoutPanel1.TabIndex = 0; // - // frmAnasRecordBill2 + // frmAanesthesiaRecord // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1711, 941); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "frmAnasRecordBill2"; + this.Name = "frmAanesthesiaRecord"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "麻醉记录单"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs index 63f9812..16aad9b 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.cs @@ -4,7 +4,6 @@ using AIMS.PublicUI.UI; using AIMSBLL; using AIMSExtension; using AIMSModel; -using DCSoftDotfuscate; using DevComponents.Editors.DateTimeAdv; using DocumentManagement; using DrawGraph; @@ -18,9 +17,8 @@ using System.Drawing; using System.Drawing.Printing; using System.Linq; using System.Windows.Forms; -using static System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmAanesthesiaRecord : Form { @@ -985,7 +983,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI #region 左侧按钮 private void btnSelectPatient_Click(object sender, EventArgs e) { - OperationDoing.AnasRecordBill.UI.frmSelectPatientNew2 frmSelectPatient = new UI.frmSelectPatientNew2(); + OperationAanesthesia.frmSelectPatientNew2 frmSelectPatient = new frmSelectPatientNew2(); frmSelectPatient.isMainOpen = true; frmSelectPatient.frmAnasRecord = this; frmSelectPatient.FormClosed += new FormClosedEventHandler(frmSelectPatient_FormClosed); @@ -1110,7 +1108,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { if (PatientId != 0) { - AIMS.OperationDoing.AnasRecordBill.UI.frmOperationInfoNew2 frmOperationInfo = new frmOperationInfoNew2(); + AIMS.OperationAanesthesia.frmOperationInfoNew2 frmOperationInfo = new frmOperationInfoNew2(); frmOperationInfo._record = _record; //frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click); frmOperationInfo.ShowDialog(); @@ -2197,9 +2195,9 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI #region 右侧按钮 private void btnyldj_Click(object sender, EventArgs e) { - FormUseDrugsReport formUseDrugsReport = new FormUseDrugsReport(1); - if (_record != null) formUseDrugsReport._record = _record; - formUseDrugsReport.Show(); + //FormUseDrugsReport formUseDrugsReport = new FormUseDrugsReport(1); + //if (_record != null) formUseDrugsReport._record = _record; + //formUseDrugsReport.Show(); } private void btnzsk_Click(object sender, EventArgs e) diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.resx b/AIMS/OperationAanesthesia/frmAanesthesiaRecord.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.resx rename to AIMS/OperationAanesthesia/frmAanesthesiaRecord.resx diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs index 780e410..6e87269 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { partial class frmAanesthesiaRecover { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs rename to AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs index a883fd7..159de36 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs +++ b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.cs @@ -1,5 +1,5 @@ using AIMS.DocManager; -using AIMS.OperationDoing.AnasRecordBill; +using AIMS.OperationAanesthesia; using AIMS.OperationFront.UI; using AIMS.PublicUI.UI; using AIMSBLL; @@ -19,7 +19,7 @@ using System.Linq; using System.Reflection; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmAanesthesiaRecover : Form { @@ -641,7 +641,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI #region 左侧按钮 private void btnSelectPatient_Click(object sender, EventArgs e) { - OperationDoing.AnasRecordBill.UI.frmRecoverPatient frmSelectPatient = new AnasRecordBill.UI.frmRecoverPatient(); + OperationAanesthesia.frmRecoverPatient frmSelectPatient = new OperationAanesthesia.frmRecoverPatient(); //frmSelectPatient.isMainOpen = true; frmSelectPatient.FormClosed += new FormClosedEventHandler(frmSelectPatient_FormClosed); frmSelectPatient.ShowDialog(); diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.resx b/AIMS/OperationAanesthesia/frmAanesthesiaRecover.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.resx rename to AIMS/OperationAanesthesia/frmAanesthesiaRecover.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.Designer.cs b/AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.Designer.cs rename to AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.Designer.cs index aea9914..4cb5a78 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.Designer.cs +++ b/AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmBloodGasAnalysisNew { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.cs b/AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.cs rename to AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.cs index c2428d3..d206d23 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.cs +++ b/AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.cs @@ -11,7 +11,7 @@ using System.Linq; using System.Windows.Forms; using DataDictionary; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmBloodGasAnalysisNew : Form { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.resx b/AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmBloodGasAnalysisNew.resx rename to AIMS/OperationAanesthesia/frmBloodGasAnalysisNew.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.Designer.cs b/AIMS/OperationAanesthesia/frmFactDrugNew.Designer.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.Designer.cs rename to AIMS/OperationAanesthesia/frmFactDrugNew.Designer.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.cs b/AIMS/OperationAanesthesia/frmFactDrugNew.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.cs rename to AIMS/OperationAanesthesia/frmFactDrugNew.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.resx b/AIMS/OperationAanesthesia/frmFactDrugNew.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactDrugNew.resx rename to AIMS/OperationAanesthesia/frmFactDrugNew.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.Designer.cs b/AIMS/OperationAanesthesia/frmFactEventsNew.Designer.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.Designer.cs rename to AIMS/OperationAanesthesia/frmFactEventsNew.Designer.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs b/AIMS/OperationAanesthesia/frmFactEventsNew.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs rename to AIMS/OperationAanesthesia/frmFactEventsNew.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.resx b/AIMS/OperationAanesthesia/frmFactEventsNew.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.resx rename to AIMS/OperationAanesthesia/frmFactEventsNew.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.Designer.cs b/AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.Designer.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.Designer.cs rename to AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.Designer.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.cs b/AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.cs similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.cs rename to AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.cs diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.resx b/AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmFactOutputLiquidsNew.resx rename to AIMS/OperationAanesthesia/frmFactOutputLiquidsNew.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs b/AIMS/OperationAanesthesia/frmInstrumentRecord.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs rename to AIMS/OperationAanesthesia/frmInstrumentRecord.Designer.cs index 54242ef..e4b680e 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs +++ b/AIMS/OperationAanesthesia/frmInstrumentRecord.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmInstrumentRecord { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs b/AIMS/OperationAanesthesia/frmInstrumentRecord.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs rename to AIMS/OperationAanesthesia/frmInstrumentRecord.cs index 0035df1..3796c61 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs +++ b/AIMS/OperationAanesthesia/frmInstrumentRecord.cs @@ -5,13 +5,9 @@ using AIMS.PublicUI.UI; using AIMSBLL; using AIMSExtension; using AIMSModel; -using AxNsoOfficeLib; -using DCSoftDotfuscate; -using DevComponents.DotNetBar; using DevComponents.Editors.DateTimeAdv; using DocumentManagement; using DrawGraph; -using KHD_OREMRInterface; using Newtonsoft.Json; using System; using System.Collections.Generic; @@ -20,13 +16,10 @@ using System.Data; using System.Diagnostics; using System.Drawing; using System.Drawing.Printing; -using System.IO; using System.Linq; -using System.Reflection; -using System.Security.Cryptography; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmInstrumentRecord : Form { @@ -421,7 +414,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI #region 左侧按钮 private void btnSelectPatient_Click(object sender, EventArgs e) { - OperationDoing.AnasRecordBill.UI.frmSelectPatientGoodsBill frmSelectPatient = new UI.frmSelectPatientGoodsBill(); + OperationAanesthesia.frmSelectPatientGoodsBill frmSelectPatient = new frmSelectPatientGoodsBill(); frmSelectPatient.isMainOpen = true; frmSelectPatient.frmAnasRecord = this; frmSelectPatient.FormClosed += new FormClosedEventHandler(frmSelectPatient_FormClosed); @@ -549,7 +542,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { if (PatientId != 0) { - AIMS.OperationDoing.AnasRecordBill.UI.frmOperationInfoNew2 frmOperationInfo = new frmOperationInfoNew2(); + AIMS.OperationAanesthesia.frmOperationInfoNew2 frmOperationInfo = new frmOperationInfoNew2(); frmOperationInfo._record = _record; //frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click); frmOperationInfo.ShowDialog(); diff --git a/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.resx b/AIMS/OperationAanesthesia/frmInstrumentRecord.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.resx rename to AIMS/OperationAanesthesia/frmInstrumentRecord.resx diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.cs b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.cs rename to AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs index c32e313..f708550 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.cs @@ -7,7 +7,7 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmOpeRecoverInInfo : Form { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.designer.cs b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.designer.cs rename to AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs index 9987c0d..ccb56e5 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.designer.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { partial class frmOpeRecoverInInfo { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.resx b/AIMS/OperationAanesthesia/frmOpeRecoverInInfo.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverInInfo.resx rename to AIMS/OperationAanesthesia/frmOpeRecoverInInfo.resx diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.cs b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.cs rename to AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs index 0882148..db8da0c 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.cs @@ -4,7 +4,7 @@ using DrawGraph; using System; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmOpeRecoverOutInfo : Form { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.designer.cs b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.designer.cs rename to AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs index 9ae2b41..eae649d 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.designer.cs +++ b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecoverBill.UI +namespace AIMS.OperationAanesthesia { partial class frmOpeRecoverOutInfo { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.resx b/AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecoverBill/frmOpeRecoverOutInfo.resx rename to AIMS/OperationAanesthesia/frmOpeRecoverOutInfo.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.cs rename to AIMS/OperationAanesthesia/frmOperationInfoNew.cs index 3a03c60..899749d 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew.cs @@ -9,7 +9,7 @@ using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmOperationInfoNew : Form, IMessageFilter { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.designer.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.designer.cs rename to AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs index d7328fc..5ca811b 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.designer.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmOperationInfoNew { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.resx b/AIMS/OperationAanesthesia/frmOperationInfoNew.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew.resx rename to AIMS/OperationAanesthesia/frmOperationInfoNew.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew2.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.cs rename to AIMS/OperationAanesthesia/frmOperationInfoNew2.cs index c5b893a..c7f12c0 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew2.cs @@ -9,7 +9,7 @@ using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmOperationInfoNew2 : Form, IMessageFilter { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.designer.cs b/AIMS/OperationAanesthesia/frmOperationInfoNew2.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.designer.cs rename to AIMS/OperationAanesthesia/frmOperationInfoNew2.designer.cs index 224ce56..d6ea6f4 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.designer.cs +++ b/AIMS/OperationAanesthesia/frmOperationInfoNew2.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmOperationInfoNew2 { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.resx b/AIMS/OperationAanesthesia/frmOperationInfoNew2.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmOperationInfoNew2.resx rename to AIMS/OperationAanesthesia/frmOperationInfoNew2.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs b/AIMS/OperationAanesthesia/frmPhysioDataEdit.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs rename to AIMS/OperationAanesthesia/frmPhysioDataEdit.cs index c555bd1..d966513 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs +++ b/AIMS/OperationAanesthesia/frmPhysioDataEdit.cs @@ -9,7 +9,7 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmPhysioDataEdit : Form { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.designer.cs b/AIMS/OperationAanesthesia/frmPhysioDataEdit.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.designer.cs rename to AIMS/OperationAanesthesia/frmPhysioDataEdit.designer.cs index bc15207..9c56115 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.designer.cs +++ b/AIMS/OperationAanesthesia/frmPhysioDataEdit.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmPhysioDataEdit { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.resx b/AIMS/OperationAanesthesia/frmPhysioDataEdit.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.resx rename to AIMS/OperationAanesthesia/frmPhysioDataEdit.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs b/AIMS/OperationAanesthesia/frmPhysiosSetting.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs rename to AIMS/OperationAanesthesia/frmPhysiosSetting.cs index ae41bbc..3f7d2fe 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs +++ b/AIMS/OperationAanesthesia/frmPhysiosSetting.cs @@ -8,7 +8,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmPhysiosSetting : Form { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs b/AIMS/OperationAanesthesia/frmPhysiosSetting.designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs rename to AIMS/OperationAanesthesia/frmPhysiosSetting.designer.cs index 99958c5..d46d925 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs +++ b/AIMS/OperationAanesthesia/frmPhysiosSetting.designer.cs @@ -1,5 +1,5 @@  -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmPhysiosSetting { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx b/AIMS/OperationAanesthesia/frmPhysiosSetting.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx rename to AIMS/OperationAanesthesia/frmPhysiosSetting.resx diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.Designer.cs b/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.Designer.cs rename to AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs index 0112695..cc62c3b 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.Designer.cs +++ b/AIMS/OperationAanesthesia/frmRecoverPatient.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmRecoverPatient { diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs b/AIMS/OperationAanesthesia/frmRecoverPatient.cs similarity index 94% rename from AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs rename to AIMS/OperationAanesthesia/frmRecoverPatient.cs index 8a04148..c34cb0f 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs +++ b/AIMS/OperationAanesthesia/frmRecoverPatient.cs @@ -11,7 +11,7 @@ using System.Windows.Forms; using AIMSBLL; using AIMSModel; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmRecoverPatient : Form { @@ -142,7 +142,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { if (supTabPatient.SelectedTab.Name == "待恢复" && dgv.SelectedRows.Count > 0) { - AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new AnasRecoverBill.UI.frmAanesthesiaRecover(); + AIMS.OperationAanesthesia.frmAanesthesiaRecover frmAnasRecord = new OperationAanesthesia.frmAanesthesiaRecover(); frmAnasRecord.PatientId = int.Parse(dgv.SelectedRows[0].Cells["PatientIdColumn"].Value.ToString()); frmAnasRecord.ApplyId = int.Parse(dgv.SelectedRows[0].Cells["ApplyIdColumn"].Value.ToString()); frmAnasRecord.RecoverId = RecoverId; @@ -182,7 +182,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI } else { - AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new AnasRecoverBill.UI.frmAanesthesiaRecover(); + AIMS.OperationAanesthesia.frmAanesthesiaRecover frmAnasRecord = new OperationAanesthesia.frmAanesthesiaRecover(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = applyId; frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString())); @@ -202,7 +202,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI int SelApplyId = int.Parse(dgv2.CurrentRow.Cells["ApplyIdColumn2"].Value.ToString()); int SelPatientId = int.Parse(dgv2.CurrentRow.Cells["PatientIdColumn2"].Value.ToString()); - AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover(); + AIMS.OperationAanesthesia.frmAanesthesiaRecover frmAnasRecord = new OperationAanesthesia.frmAanesthesiaRecover(); frmAnasRecord.PatientId = SelPatientId; frmAnasRecord.ApplyId = SelApplyId; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.resx b/AIMS/OperationAanesthesia/frmRecoverPatient.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.resx rename to AIMS/OperationAanesthesia/frmRecoverPatient.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.Designer.cs b/AIMS/OperationAanesthesia/frmSafetyExamine.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.Designer.cs rename to AIMS/OperationAanesthesia/frmSafetyExamine.Designer.cs index 78c6bb3..9d99e16 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSafetyExamine.Designer.cs @@ -1,5 +1,5 @@  -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmSafetyExamine { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.cs b/AIMS/OperationAanesthesia/frmSafetyExamine.cs similarity index 87% rename from AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.cs rename to AIMS/OperationAanesthesia/frmSafetyExamine.cs index 23916e0..6f7c867 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.cs +++ b/AIMS/OperationAanesthesia/frmSafetyExamine.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmSafetyExamine : Form { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.resx b/AIMS/OperationAanesthesia/frmSafetyExamine.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmSafetyExamine.resx rename to AIMS/OperationAanesthesia/frmSafetyExamine.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.Designer.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.Designer.cs rename to AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs index fef99a8..4f2fee1 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.Designer.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew2.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmSelectPatientNew2 { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs b/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs rename to AIMS/OperationAanesthesia/frmSelectPatientNew2.cs index cbb14bd..c32d4d4 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs +++ b/AIMS/OperationAanesthesia/frmSelectPatientNew2.cs @@ -14,7 +14,7 @@ using DCSoftDotfuscate; using System.Net; using AIMSExtension; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmSelectPatientNew2 : Form { @@ -22,7 +22,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord frmAnasRecord; + public AIMS.OperationAanesthesia.frmAanesthesiaRecord frmAnasRecord; List rooms; public frmSelectPatientNew2() diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.resx b/AIMS/OperationAanesthesia/frmSelectPatientNew2.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.resx rename to AIMS/OperationAanesthesia/frmSelectPatientNew2.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.cs b/AIMS/OperationAanesthesia/frmSeleteRoom.cs similarity index 97% rename from AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.cs rename to AIMS/OperationAanesthesia/frmSeleteRoom.cs index 3a7a40e..2cd236d 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.cs +++ b/AIMS/OperationAanesthesia/frmSeleteRoom.cs @@ -10,7 +10,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmSeleteRoom : Form { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.designer.cs b/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs similarity index 98% rename from AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.designer.cs rename to AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs index 12e321c..9f849ed 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.designer.cs +++ b/AIMS/OperationAanesthesia/frmSeleteRoom.designer.cs @@ -1,5 +1,5 @@  -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmSeleteRoom { diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.resx b/AIMS/OperationAanesthesia/frmSeleteRoom.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmSeleteRoom.resx rename to AIMS/OperationAanesthesia/frmSeleteRoom.resx diff --git a/AIMS/OperationDoing/oldSystemCode/PublicToDoument.cs b/AIMS/OperationAanesthesia/oldSystemCode/PublicToDoument.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/PublicToDoument.cs rename to AIMS/OperationAanesthesia/oldSystemCode/PublicToDoument.cs index e7898ba..e955584 100644 --- a/AIMS/OperationDoing/oldSystemCode/PublicToDoument.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/PublicToDoument.cs @@ -9,7 +9,7 @@ using System.Drawing.Imaging; using System.IO; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public static class PublicToDoument { diff --git a/AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.cs similarity index 97% rename from AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.cs index 834ca49..9770b15 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.cs @@ -4,7 +4,7 @@ using System; using System.Drawing; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmChargRecordPrint : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.designer.cs index 8259afa..2c2f838 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.designer.cs @@ -1,5 +1,5 @@ using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmChargRecordPrint { diff --git a/AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmChargRecordPrint.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmChargRecordPrint.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmHemodynamics.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmHemodynamics.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.cs index 5aab875..d7cdd4d 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmHemodynamics.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.cs @@ -1,7 +1,7 @@ using System; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmHemodynamics : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmHemodynamics.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmHemodynamics.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.designer.cs index b579ba0..bde9e15 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmHemodynamics.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmHemodynamics { diff --git a/AIMS/OperationDoing/oldSystemCode/frmHemodynamics.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmHemodynamics.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmHemodynamics.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.cs index 006fe26..bf8d953 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.cs @@ -7,7 +7,7 @@ using System.Data; using System.Linq; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmInstrumentRegistration : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.designer.cs index a9b8084..4538940 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmInstrumentRegistration { diff --git a/AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmInstrumentRegistration.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmInstrumentRegistration.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs index 582b85a..12958c7 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.cs @@ -6,7 +6,7 @@ using System.Data; using System.Drawing; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmKnowledgeBase : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.designer.cs index 56970f0..6271510 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmKnowledgeBase { diff --git a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmKnowledgeBase.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmLISResult.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.cs similarity index 97% rename from AIMS/OperationDoing/oldSystemCode/frmLISResult.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.cs index 2a53ab5..edd1920 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmLISResult.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.cs @@ -4,7 +4,7 @@ using System.Data; using System.Windows.Forms; using System.Xml; -namespace KHD_OREMRInterface +namespace AIMS.OperationAanesthesia { public partial class frmLISResult : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmLISResult.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmLISResult.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.designer.cs index d5eb93d..5586830 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmLISResult.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.designer.cs @@ -1,4 +1,4 @@ -namespace KHD_OREMRInterface +namespace AIMS.OperationAanesthesia { partial class frmLISResult { diff --git a/AIMS/OperationDoing/oldSystemCode/frmLISResult.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmLISResult.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmLISResult.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.cs index a61da11..0b9a4c3 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.cs @@ -10,7 +10,7 @@ using System.Drawing; using System.IO; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmNoticeLargeScreen : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.designer.cs index 8252a56..417e05c 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmNoticeLargeScreen { diff --git a/AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmNoticeLargeScreen.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmNoticeLargeScreen.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.cs index 4b7ba73..6d33388 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.cs @@ -8,7 +8,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmOperatingRoomRegister : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.designer.cs index f0152a8..0ce88e7 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmOperatingRoomRegister { diff --git a/AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmOperatingRoomRegister.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmOperatingRoomRegister.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.cs similarity index 96% rename from AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.cs index 04bbc61..402ac70 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.cs @@ -7,7 +7,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmPhysioDataUpdateLog : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.designer.cs index 4d2697e..1875379 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmPhysioDataUpdateLog { diff --git a/AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmPhysioDataUpdateLog.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmPhysioDataUpdateLog.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.cs index 69e92af..403c696 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.cs @@ -7,7 +7,7 @@ using System.Data; using System.Linq; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class frmSelectApplianceUseType : Form { diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.designer.cs index 967ed13..d88e13c 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class frmSelectApplianceUseType { diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmSelectApplianceUseType.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectApplianceUseType.resx diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs index fb78569..62e98c6 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { partial class frmSelectPatientGoodsBill { diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs similarity index 99% rename from AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs index 2026ea3..a0f82a7 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs +++ b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.cs @@ -11,7 +11,7 @@ using System.Drawing; using System.Net; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill.UI +namespace AIMS.OperationAanesthesia { public partial class frmSelectPatientGoodsBill : Form { @@ -19,7 +19,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI public int SelPatientId; public int SelApplyId; public bool isMainOpen = false; - public AIMS.OperationDoing.AnasRecordBill.UI.frmInstrumentRecord frmAnasRecord; + public AIMS.OperationAanesthesia.frmInstrumentRecord frmAnasRecord; List rooms; public frmSelectPatientGoodsBill() diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.resx b/AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.resx similarity index 100% rename from AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.resx rename to AIMS/OperationAanesthesia/oldSystemCode/frmSelectPatientGoodsBill.resx diff --git a/AIMS/OperationAfter/frmOperationReview.cs b/AIMS/OperationAfter/frmOperationReview.cs index c1e9445..6372c03 100644 --- a/AIMS/OperationAfter/frmOperationReview.cs +++ b/AIMS/OperationAfter/frmOperationReview.cs @@ -60,7 +60,7 @@ namespace AIMS.OperationAfter.UI int PatientId = int.Parse(dgv.CurrentRow.Cells["PatientId"].Value.ToString()); int ApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString()); - AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord(); + AIMS.OperationAanesthesia.frmAanesthesiaRecord frmAnasRecord = new AIMS.OperationAanesthesia.frmAanesthesiaRecord(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = ApplyId; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; @@ -80,7 +80,7 @@ namespace AIMS.OperationAfter.UI int PatientId = int.Parse(dgv.CurrentRow.Cells["PatientId"].Value.ToString()); int ApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString()); - AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover(); + AIMS.OperationAanesthesia.frmAanesthesiaRecover frmAnasRecord = new OperationAanesthesia.frmAanesthesiaRecover(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = ApplyId; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; diff --git a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.cs b/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.cs deleted file mode 100644 index feb6799..0000000 --- a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.cs +++ /dev/null @@ -1,882 +0,0 @@ -using AIMS.OremrUserControl; -using AIMSBLL; -using AIMSExtension; -using AIMSModel; -using DrawGraph; -using System; -using System.Collections.Generic; -using System.Data; -using System.Drawing; -using System.Windows.Forms; - -namespace AIMS.OperationDoing.AnasRecordBill -{ - public partial class FormUseDrugsReport : Form - { - public int stuts; - public OperationRecord _record; - IList lists; - public FormUseDrugsReport() - { - InitializeComponent(); - dgvUseDrugs.AutoGenerateColumns = false; - //SetMaxForm(); - } - public FormUseDrugsReport(int s) - { - InitializeComponent(); - dgvUseDrugs.AutoGenerateColumns = false; - //SetMaxForm(); - this.stuts = s; - - } - private void SetMaxForm() - { - this.WindowState = FormWindowState.Normal; - this.FormBorderStyle = FormBorderStyle.Sizable; - this.Top = 0; - this.Left = 0; - this.Width = Screen.PrimaryScreen.WorkingArea.Width; - this.Height = Screen.PrimaryScreen.WorkingArea.Height; - } - private void FormUseDrugsReport_Load(object sender, EventArgs e) - { - if (_record != null) - { - labDate.Visible = false; - label24.Visible = false; - btnQuery.Visible = false; - dtpBegin.Visible = false; - dtpEnd.Visible = false; - } - else - { - buttonX1.Visible = false; - btndel.Visible = false; - btnSave.Visible = false; - } - if (this.stuts == 1) - { - pnlDoctor.Visible = true; - pnlNurse.Visible = false; - dgvUseDrugs.Columns["Enter"].Visible = false; - } - else - { - pnlDoctor.Visible = false; - pnlNurse.Visible = true; - dgvUseDrugs.Columns["Enter"].Visible = true; - btnNotRegister.Visible = true; - } - - lists = new List(); - LoadDate(); - } - - private void toolStripButton7_Click(object sender, EventArgs e) - { - Close(); - } - - private void btnOK_Click_1(object sender, EventArgs e) - { - LoadDate(); - } - private void LoadDate() - { - DateTime dtBegin = reBeginTime(dtpBegin.Value, "begin"); - DateTime dtEnd = reBeginTime(dtpEnd.Value, "end"); - - if (_record != null) - { - dtBegin = reBeginTime(_record.InRoomTime.Value, "begin"); - if (_record.OutRoomTime!=null) - dtEnd = reBeginTime(_record.OutRoomTime.Value, "end"); - else - dtEnd = reBeginTime(DateTime.Now, "end"); - lists = BUseDrugsReportManager.GetListByDateTimeWork(dtBegin.ToString(), dtEnd.ToString(), _record.Id.Value); - } - else - { - lists = BUseDrugsReportManager.GetListByDateTime(dtBegin.ToString(), dtEnd.ToString()); - } - //dgvUseDrugs.DataSource = lists; - dgvUseDrugs.Rows.Clear(); - foreach(UseDrugsReport udr in lists) - { - int index = dgvUseDrugs.Rows.Add(); - dgvUseDrugs.Rows[index].Cells["Id"].Value = udr.Id; - dgvUseDrugs.Rows[index].Cells["用药Id"].Value = udr.用药Id; - dgvUseDrugs.Rows[index].Cells["加药时间"].Value = udr.加药时间.Value.ToString("HH:mm"); - dgvUseDrugs.Rows[index].Cells["使用日期"].Value = udr.使用日期; - dgvUseDrugs.Rows[index].Cells["术间"].Value = udr.术间; - dgvUseDrugs.Rows[index].Cells["患者姓名"].Value = udr.患者姓名; - dgvUseDrugs.Rows[index].Cells["性别"].Value = udr.性别; - dgvUseDrugs.Rows[index].Cells["年龄"].Value = udr.年龄; - dgvUseDrugs.Rows[index].Cells["住院号"].Value = udr.住院号; - dgvUseDrugs.Rows[index].Cells["病历号"].Value = udr.病历号; - dgvUseDrugs.Rows[index].Cells["身份证号码"].Value = udr.身份证号码; - dgvUseDrugs.Rows[index].Cells["疾病名称"].Value = udr.疾病名称; - dgvUseDrugs.Rows[index].Cells["药品名称"].Value = udr.药品名称; - dgvUseDrugs.Rows[index].Cells["批号"].Value =udr.批号; - dgvUseDrugs.Rows[index].Cells["处方剂量"].Value = udr.处方剂量; - try - { - dgvUseDrugs.Rows[index].Cells["用量"].Value = decimal.Parse(udr.用量).ToString("0.###"); - } - catch (Exception) - { - dgvUseDrugs.Rows[index].Cells["用量"].Value = udr.用量; - } - dgvUseDrugs.Rows[index].Cells["处方医师"].Value = udr.处方医师; - dgvUseDrugs.Rows[index].Cells["残留剂量"].Value = udr.残留剂量; - dgvUseDrugs.Rows[index].Cells["残液处理方式"].Value = udr.残液处理方式; - dgvUseDrugs.Rows[index].Cells["残液处理地点"].Value = udr.残液处理地点; - dgvUseDrugs.Rows[index].Cells["镇痛泵使用量"].Value = udr.镇痛泵使用量; - dgvUseDrugs.Rows[index].Cells["镇痛泵余量"].Value = udr.镇痛泵余量; - dgvUseDrugs.Rows[index].Cells["执行护士"].Value = udr.执行护士; - dgvUseDrugs.Rows[index].Cells["复核人"].Value = udr.复核人; - dgvUseDrugs.Rows[index].Cells["核对护士"].Value = udr.核对护士; - dgvUseDrugs.Rows[index].Cells["医生2"].Value = udr.医生签名2; - dgvUseDrugs.Rows[index].Cells["医生签名"].Value = udr.医生签名Img; - dgvUseDrugs.Rows[index].Cells["护士签名"].Value = udr.护士签名Img; - dgvUseDrugs.Rows[index].Cells["OperationRecordId"].Value = udr.Id; - dgvUseDrugs.Rows[index].Cells["State"].Value = udr.State; - dgvUseDrugs.Rows[index].Cells["数量"].Value = udr.Num; - dgvUseDrugs.Rows[index].Cells["单位"].Value = udr.SpecUnit; - dgvUseDrugs.Rows[index].Cells["Enter"].Value = udr.Enter == 1 ? true : false; - dgvUseDrugs.Rows[index].Tag = udr; - } - dgvUseDrugs.Columns[0].Visible = false; - } - - private void toolStripButton2_Click(object sender, EventArgs e) - { - DateTime dtBegin = reBeginTime(_record.InRoomTime.Value, "begin"); - DateTime dtEnd; - if(_record.OutRoomTime!=null) - dtEnd = reBeginTime(_record.OutRoomTime.Value, "end"); - else - dtEnd = reBeginTime(DateTime.Now, "end"); - - DataTable dt = null; - if (_record != null) - { - dt = BUseDrugsReportManager.GetUseDrugsReport(_record.Id.ToString()); - } - else - { - dt = BUseDrugsReportManager.GetUseDrugsReport(dtBegin.ToString(), dtEnd.ToString()); - } - //dgvUseDrugs.Rows.Clear(); - foreach(DataRow row in dt.Rows) - { - bool flag = false; - int currentindex = 0; - foreach (DataGridViewRow r in dgvUseDrugs.Rows) - { - if(row["用药Id"].ToString() == r.Cells["用药Id"].EditedFormattedValue.ToString()) - { - flag = true; - currentindex = r.Index; - break; - } - } - if(flag) - { - dgvUseDrugs.Rows[currentindex].Cells["State"].Value = 0; - if (row["处方剂量"].ToString().Length > 1 && row["用量"].ToString().Length > 1) - { - string useUnit = row["用量单位"].ToString().ToString(); - string drugeUnit = row["单位"].ToString().Trim(); - if (useUnit == drugeUnit) - { - decimal jl = decimal.Parse(row["处方剂量"].ToString()); - decimal yl = decimal.Parse(row["用量"].ToString()); - int num = yl % jl == 0 ? (int)(yl / jl) : (int)((yl / jl) + 1); - decimal cyl = num * jl - yl; - dgvUseDrugs.Rows[currentindex].Cells["数量"].Value = num; - dgvUseDrugs.Rows[currentindex].Cells["用量"].Value = decimal.Parse(row["用量"].ToString()).ToString("0.###"); - dgvUseDrugs.Rows[currentindex].Cells["残留剂量"].Value = cyl.ToString("0.###"); - if (yl % jl == 0) - { - dgvUseDrugs.Rows[currentindex].Cells["残液处理方式"].Value = "无"; - } - else - { - dgvUseDrugs.Rows[currentindex].Cells["残液处理方式"].Value = "废弃"; - } - } - } - } - else - { - int index = dgvUseDrugs.Rows.Add(); - dgvUseDrugs.Rows[index].Cells["用药Id"].Value = row["用药Id"].ToString(); - dgvUseDrugs.Rows[index].Cells["加药时间"].Value = DateTime.Parse(row["加药时间"].ToString()).ToString("HH:mm"); - dgvUseDrugs.Rows[index].Cells["使用日期"].Value = DateTime.Parse(row["使用日期"].ToString()).ToShortDateString(); - dgvUseDrugs.Rows[index].Cells["术间"].Value = row["术间"].ToString(); - dgvUseDrugs.Rows[index].Cells["患者姓名"].Value = row["患者姓名"].ToString(); - dgvUseDrugs.Rows[index].Cells["性别"].Value = row["性别"].ToString(); - dgvUseDrugs.Rows[index].Cells["年龄"].Value = row["年龄"].ToString(); - dgvUseDrugs.Rows[index].Cells["住院号"].Value = row["住院号"].ToString(); - dgvUseDrugs.Rows[index].Cells["病历号"].Value = row["病历号"].ToString(); - dgvUseDrugs.Rows[index].Cells["身份证号码"].Value = row["身份证号码"].ToString(); - dgvUseDrugs.Rows[index].Cells["疾病名称"].Value = row["疾病名称"].ToString(); - dgvUseDrugs.Rows[index].Cells["药品名称"].Value = row["药品名称"].ToString(); - dgvUseDrugs.Rows[index].Cells["批号"].Value = row["批号"].ToString(); - dgvUseDrugs.Rows[index].Cells["处方剂量"].Value = row["处方剂量"].ToString() + row["单位"].ToString().Trim(); - - dgvUseDrugs.Rows[index].Cells["处方医师"].Value = row["处方医师"].ToString(); - dgvUseDrugs.Rows[index].Cells["残液处理方式"].Value = row["残液处理方式"].ToString(); - dgvUseDrugs.Rows[index].Cells["残液处理地点"].Value = row["残液处理地点"].ToString(); - dgvUseDrugs.Rows[index].Cells["执行护士"].Value = row["执行护士"].ToString(); - dgvUseDrugs.Rows[index].Cells["复核人"].Value = row["复核人"].ToString(); - dgvUseDrugs.Rows[index].Cells["核对护士"].Value = row["核对护士"].ToString(); - dgvUseDrugs.Rows[index].Cells["医生2"].Value = row["医生2"].ToString(); - dgvUseDrugs.Rows[index].Cells["OperationRecordId"].Value = row["Id"].ToString(); - dgvUseDrugs.Rows[index].Cells["State"].Value = 0; - dgvUseDrugs.Rows[index].Cells["单位"].Value = row["包装单位"].ToString(); - if (row["处方剂量"].ToString().Length > 1 && row["用量"].ToString().Length > 1) - { - string useUnit = row["用量单位"].ToString().ToString(); - string drugeUnit = row["单位"].ToString().Trim(); - if (useUnit == drugeUnit) - { - decimal jl = decimal.Parse(row["处方剂量"].ToString()); - decimal yl = decimal.Parse(row["用量"].ToString()); - int num = yl % jl == 0 ? (int)(yl / jl) : (int)((yl / jl) + 1); - decimal cyl = num * jl - yl; - dgvUseDrugs.Rows[index].Cells["数量"].Value = num; - dgvUseDrugs.Rows[index].Cells["用量"].Value = decimal.Parse(row["用量"].ToString()).ToString("0.###"); - dgvUseDrugs.Rows[index].Cells["残留剂量"].Value = cyl.ToString("0.###"); - if (yl % jl == 0) - { - dgvUseDrugs.Rows[index].Cells["残液处理方式"].Value = "无"; - } - } - } - } - } - //if (_record != null) - //{ - // dtBegin = reBeginTime(_record.InRoomTime.Value, "begin"); - // dtEnd = reBeginTime(_record.InRoomTime.Value, "end"); - // lists = BUseDrugsReportManager.GetListByDateTimeWork(dtBegin.ToString(), dtEnd.ToString(), _record.PatientRef.InHospitalNo); - //} - //else - //{ - // lists = BUseDrugsReportManager.GetListByDateTime(dtBegin.ToString(), dtEnd.ToString()); - //} - - //foreach (DataRow item in dt.Rows) - //{ - // UseDrugsReport temp = new UseDrugsReport(); - // temp.加药时间 = DateTime.Parse(item["加药时间"].ToString()); - // temp.用药Id = int.Parse(item["用药Id"].ToString()); - // temp.患者姓名 = item["患者姓名"].ToString(); - // temp.使用日期 = item["使用日期"].ToString(); - // temp.性别 = item["性别"].ToString(); - // temp.年龄 = item["年龄"].ToString(); - // temp.住院号 = item["住院号"].ToString(); - // temp.病历号 = item["病历号"].ToString(); - // temp.身份证号码 = item["身份证号码"].ToString(); - // temp.疾病名称 = item["疾病名称"].ToString(); - // temp.药品名称 = item["药品名称"].ToString(); - // temp.批号 = item["批号"].ToString(); - // temp.处方剂量 = item["处方剂量"].ToString(); - // temp.用量 = item["用量"].ToString(); - // temp.术间 = item["术间"].ToString(); - // temp.处方医师 = item["处方医师"].ToString(); - // temp.残留剂量 = item["残留剂量"].ToString(); - // temp.残液处理方式 = item["残液处理方式"].ToString(); - // temp.残液处理地点 = item["残液处理地点"].ToString(); - // temp.执行护士 = item["执行护士"].ToString(); - // temp.复核人 = item["复核人"].ToString(); - // temp.核对护士 = item["核对护士"].ToString(); - // insertOrupdate(temp); - //} - - //List dellist = new List(); - //foreach (var item1 in lists) - //{ - // bool istrue = false; - // foreach (DataRow item in dt.Rows) - // { - // UseDrugsReport temp = new UseDrugsReport(); - // temp.加药时间 = DateTime.Parse(item["加药时间"].ToString()); - // temp.用药Id = int.Parse(item["用药Id"].ToString()); - // temp.患者姓名 = item["患者姓名"].ToString(); - // temp.使用日期 = item["使用日期"].ToString(); - // temp.住院号 = item["住院号"].ToString(); - // temp.药品名称 = item["药品名称"].ToString(); - // if (temp.加药时间 == item1.加药时间 && - // temp.用药Id == item1.用药Id && - // temp.使用日期 == item1.使用日期 && - // temp.住院号 == item1.住院号 && - // temp.药品名称 == item1.药品名称) - // { - // istrue = true; - // } - // } - // if (istrue == false) - // dellist.Add(item1);//UseDrugsReportManager.DelUseDrugsReport(item); - //} - //for (int i = 0; i < dellist.Count; i++) - //{ - // BUseDrugsReport.Delete(dellist[i]); - //} - //MessageBox.Show("导入成功", "系统提示"); - //LoadDate(); - } - - private void btndel_Click(object sender, EventArgs e) - { - if (dgvUseDrugs.SelectedCells == null || dgvUseDrugs.SelectedCells.Count <= 0) return; - int i = 0; - DataGridViewRow item = dgvUseDrugs.Rows[dgvUseDrugs.SelectedCells[0].RowIndex]; - string SelectId = item.Cells[0].Value.ToString();// as string; - i += BUseDrugsReport.Delete(" Id=" + Convert.ToInt32(SelectId), null); - if (i > 0) - { - MessageBox.Show("删除成功", "系统提示"); - LoadDate(); - } - - } - public void insertOrupdate(UseDrugsReport temp) - { - bool istrue = false; - if (lists != null && lists.Count != 0) - { - foreach (var item in lists) - { - if (temp.加药时间 == item.加药时间 && - temp.用药Id == item.用药Id && - temp.住院号 == item.住院号 && - temp.药品名称 == item.药品名称) - { - istrue = true; - //if (item.用量 != temp.用量) - //{ - // item.用量 = temp.用量; - // BUseDrugsReport.Update(item); - //} - } - } - } - if (istrue == false) - BUseDrugsReport.Insert(temp); - } - private void tsbLead_Click(object sender, EventArgs e) - { - //GoldPrinter.ExcelAccess excel = new GoldPrinter.ExcelAccess(); - //string strFileName = "精一药品使用记录单.xlt"; //模板文件名 - //string strExcelTemplateFile = AppDomain.CurrentDomain.BaseDirectory; - //strExcelTemplateFile += @"\printTemplate\" + strFileName; - //excel.Open(strExcelTemplateFile); //用模板文件 - //int rowNum = 4; - //string Letters = "A B C D E F G H I J K L M N O P Q R"; - //string[] letter = Letters.Split(' '); - //DateTime dtBegin = reBeginTime(dtpBegin.Value, "begin"); - //DateTime dtEnd = reBeginTime(dtpEnd.Value, "end"); - //if (_record != null) - //{ - // dtBegin = reBeginTime(_record.InRoomTime.Value, "begin"); - // dtEnd = reBeginTime(_record.InRoomTime.Value, "end"); - // lists = BUseDrugsReportManager.GetListByDateTimeWork(dtBegin.ToString(), dtEnd.ToString(), _record.Id.Value); - //} - //else - //{ - // lists = BUseDrugsReportManager.GetListByDateTime(dtBegin.ToString(), dtEnd.ToString()); - //} - //for (int j = 0; j < lists.Count; j++) - //{ - // rowNum++; - // UseDrugsReport temp = lists[j]; - // string enter = temp.Enter == 1 ? "√" : ""; - // excel.GetRange(rowNum, "A", rowNum, "R").RowHeight = 24.75; - // excel.GetRange(rowNum, "A", rowNum, "R").Borders.LineStyle = Microsoft.Office.Interop.Excel.XlLineStyle.xlContinuous; - // excel.GetRange(rowNum, "A", rowNum, "P").Value = new string[]{ - // (j+1).ToString(), - // temp.使用日期, - // temp.术间, - // temp.患者姓名, - // temp.住院号 , - // temp.药品名称, - // temp.处方剂量, - // temp.批号, - // temp.用量, - // temp.残留剂量, - // temp.残液处理方式, - // temp.镇痛泵使用量, - // temp.镇痛泵余量, - // temp.处方医师, - // temp.医生签名2, - // enter - // }; - - //} - //excel.PrintPreview(); - //this.Focus(); - //excel.Close(); - } - - Object cellTempValue = null; - private void dgvUseDrugs_CellBeginEdit(object sender, DataGridViewCellCancelEventArgs e) - { - cellTempValue = dgvUseDrugs.Rows[e.RowIndex].Cells[e.ColumnIndex].Value; - } - - private void dgvUseDrugs_CellEndEdit(object sender, DataGridViewCellEventArgs e) - { - DataGridViewCell dc = dgvUseDrugs.Rows[e.RowIndex].Cells[e.ColumnIndex]; - try - { - if (Object.Equals(cellTempValue, dc.Value)) - { - //如果没有修改,则返回 - return; - } - dgvUseDrugs.CurrentRow.Cells["State"].Value = 0; - } - catch (Exception) - { - dc.Value = cellTempValue; - } - } - - private void SetValue(int RowIndex) - { - UseDrugsReport temp = new UseDrugsReport(); - if (dgvUseDrugs.Rows[RowIndex].Cells["id"].Value != null) temp.Id = int.Parse(dgvUseDrugs.Rows[RowIndex].Cells["id"].Value.ToString()); - if (dgvUseDrugs.Rows[RowIndex].Cells["用药Id"].Value != null) temp.用药Id = int.Parse(dgvUseDrugs.Rows[RowIndex].Cells["用药Id"].Value.ToString()); - if (dgvUseDrugs.Rows[RowIndex].Cells["加药时间"].Value != null) temp.加药时间 = DateTime.Parse(dgvUseDrugs.Rows[RowIndex].Cells["加药时间"].Value.ToString()); - if (dgvUseDrugs.Rows[RowIndex].Cells["使用日期"].Value != null) temp.使用日期 = dgvUseDrugs.Rows[RowIndex].Cells["使用日期"].Value.ToString(); - if (dgvUseDrugs.Rows[RowIndex].Cells["患者姓名"].Value != null) temp.患者姓名 = dgvUseDrugs.Rows[RowIndex].Cells["患者姓名"].Value.ToString(); - else temp.患者姓名 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["性别"].Value != null) temp.性别 = dgvUseDrugs.Rows[RowIndex].Cells["性别"].Value.ToString(); - else temp.性别 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["年龄"].Value != null) temp.年龄 = dgvUseDrugs.Rows[RowIndex].Cells["年龄"].Value.ToString(); - else temp.年龄 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["住院号"].Value != null) temp.住院号 = dgvUseDrugs.Rows[RowIndex].Cells["住院号"].Value.ToString(); - else temp.住院号 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["病历号"].Value != null) temp.病历号 = dgvUseDrugs.Rows[RowIndex].Cells["病历号"].Value.ToString(); - if (dgvUseDrugs.Rows[RowIndex].Cells["术间"].Value != null) temp.术间 = dgvUseDrugs.Rows[RowIndex].Cells["术间"].Value.ToString(); - else temp.病历号 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["身份证号码"].Value != null) temp.身份证号码 = dgvUseDrugs.Rows[RowIndex].Cells["身份证号码"].Value.ToString(); - else temp.身份证号码 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["疾病名称"].Value != null) temp.疾病名称 = dgvUseDrugs.Rows[RowIndex].Cells["疾病名称"].Value.ToString(); - else temp.疾病名称 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["药品名称"].Value != null) temp.药品名称 = dgvUseDrugs.Rows[RowIndex].Cells["药品名称"].Value.ToString(); - else temp.药品名称 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["批号"].Value != null) temp.批号 = dgvUseDrugs.Rows[RowIndex].Cells["批号"].Value.ToString(); - else temp.批号 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["处方剂量"].Value != null) temp.处方剂量 = dgvUseDrugs.Rows[RowIndex].Cells["处方剂量"].Value.ToString(); - else temp.处方剂量 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["用量"].Value != null) temp.用量 = dgvUseDrugs.Rows[RowIndex].Cells["用量"].Value.ToString(); - else temp.用量 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["残留剂量"].Value != null) temp.残留剂量 = dgvUseDrugs.Rows[RowIndex].Cells["残留剂量"].Value.ToString(); - else temp.残留剂量 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["残液处理方式"].Value != null) temp.残液处理方式 = dgvUseDrugs.Rows[RowIndex].Cells["残液处理方式"].Value.ToString(); - else temp.残液处理方式 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["残液处理地点"].Value != null) temp.残液处理地点 = dgvUseDrugs.Rows[RowIndex].Cells["残液处理地点"].Value.ToString(); - else temp.残液处理地点 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["处方医师"].Value != null) temp.处方医师 = dgvUseDrugs.Rows[RowIndex].Cells["处方医师"].Value.ToString(); - else temp.处方医师 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["剩余药品弃取记录"].Value != null) temp.剩余药品弃取记录 = dgvUseDrugs.Rows[RowIndex].Cells["剩余药品弃取记录"].Value.ToString(); - else temp.剩余药品弃取记录 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["执行护士"].Value != null) temp.执行护士 = dgvUseDrugs.Rows[RowIndex].Cells["执行护士"].Value.ToString(); - else temp.执行护士 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["复核人"].Value != null) temp.复核人 = dgvUseDrugs.Rows[RowIndex].Cells["复核人"].Value.ToString(); - else temp.复核人 = ""; - if (dgvUseDrugs.Rows[RowIndex].Cells["核对护士"].Value != null) temp.核对护士 = dgvUseDrugs.Rows[RowIndex].Cells["核对护士"].Value.ToString(); - else temp.核对护士 = ""; - - - BUseDrugsReport.Update(temp); - } - - - - /// - /// 返回指定格式的日期 - /// - /// 传入的日期 - /// 标记,begin,end,其它任务标记全返回输入的日期 - /// - public DateTime reBeginTime(DateTime dt, string flag) - { - if (flag == "begin") return dt.Date.AddSeconds(1); - if (flag == "end") return dt.Date.AddHours(23).AddMinutes(59).AddSeconds(59); - return dt; - } - - private void dgvUseDrugs_CellClick(object sender, DataGridViewCellEventArgs e) - { - if (dgvUseDrugs.CurrentCell != null) - { - if (lbDrugs.Visible == true) - { - lbDrugs.Items.Clear(); - lbDrugs.Items0.Clear(); - lbDrugs.Visible = false; - return; - } - //this.lbDrugs.Visible = false; - } - - } - - #region 动态添加药品收费项 - /// - /// 当前单元格内容发生改变时,将改变提交 - /// - /// - /// - private void dgvUseDrugs_CurrentCellDirtyStateChanged(object sender, EventArgs e) - { - if (dgvUseDrugs.IsCurrentCellDirty) - { - dgvUseDrugs.CommitEdit(DataGridViewDataErrorContexts.Commit); - } - } - private void dgvUseDrugs_CellValueChanged(object sender, DataGridViewCellEventArgs e) - { - if (dgvUseDrugs == null) - { - return; - } - //判断如果事件名称列内容发生变化时(输入关键字),设置显示查询结果的控件的位置及内容 - if (e.ColumnIndex == 13) - { - if (dgvUseDrugs.CurrentCell == null) return; - if (dgvUseDrugs.CurrentCell.Value == null) - { - lbDrugs.Items.Clear(); - lbDrugs.Items0.Clear(); - lbDrugs.Visible = false; - return; - } - //获取当前选择的单元格的位置和大小 - - Rectangle rect = dgvUseDrugs.GetCellDisplayRectangle(dgvUseDrugs.CurrentCell.ColumnIndex, dgvUseDrugs.CurrentCell.RowIndex, false); - if (e.RowIndex < dgvUseDrugs.Height / rect.Height / 2) - { - lbDrugs.Top = rect.Bottom; - lbDrugs.Left = rect.Left; - lbDrugs.Width = (int)(rect.Width * 1.3); - } - else - { - lbDrugs.Top = rect.Bottom - rect.Height * 7; - lbDrugs.Left = rect.Left + 173; - lbDrugs.Width = (int)(rect.Width * 1.3); - } - lbDrugs.Items.Clear(); - lbDrugs.Items0.Clear(); - //设置显示高度及内容 - showDrugs(dgvUseDrugs.CurrentCell.Value.ToString(), 0); - } - else - { - this.lbDrugs.Visible = false; - } - } - - /// - /// 设置显示查询结果的控件的高度及内容 - /// - /// - /// - private void showDrugs(string str, int stype) - { - List listNew = BUseDrugsReport.getUseDrugsReportNo(str); - //根据表格的记录数确定列表控件的高度,并将数据添加到列表控件 - try - { - //获取当前选择的单元格的位置和大小 - Rectangle rect = dgvUseDrugs.GetCellDisplayRectangle(dgvUseDrugs.CurrentCell.ColumnIndex, dgvUseDrugs.CurrentCell.RowIndex, false); - int num = listNew.Count; - if (num > 0) - { - lbDrugs.Height = (rect.Height) * 5; - } - else if (num == 0) - { - lbDrugs.Visible = false; - } - if (num > 0) - { - for (int i = 0; i < listNew.Count; i++) - { - lbDrugs.Items.Add(listNew[i]); - lbDrugs.Items0.Add(listNew[i]); - } - lbDrugs.SelectedIndex = 0; - lbDrugs.Visible = true; - } - } - catch (Exception exp) - { - PublicMethod.WriteLog(exp, ""); return; - } - } - /// - /// 选择项编号 - /// - public int _DrugitemId; - /// - /// 鼠标点击将选中项的内容写到当前的单元格内并清理隐藏选择控件 - /// - /// - /// - private void lbDrugs_MouseClick(object sender, MouseEventArgs e) - { - selectDrugObj(lbDrugs, dgvUseDrugs.CurrentCell, ref _DrugitemId); - } - /// - /// 将选中项的内容写到当前的单元格内并清理隐藏选择控件 - /// - /// - /// - /// - private void selectDrugObj(MyListBox lb, DataGridViewCell tb, ref int objID) - { - if (lb.SelectedIndex >= 0) - { - string CODE = lb.Items0[lb.SelectedIndex].ToString(); - - dgvUseDrugs.CurrentRow.Cells[13].Value = CODE; - //SetValue(dgvUseDrugs.CurrentRow.Index); - lb.Visible = false; - lb.Items.Clear(); - lb.Items0.Clear(); - } - } - - #endregion - - private void dgvUseDrugs_CellDoubleClick(object sender, DataGridViewCellEventArgs e) - { - //if (dgvUseDrugs.CurrentCell != null) - //{ - // if (lbDrugs.Visible == true) - // { - // lbDrugs.Items.Clear(); - // lbDrugs.Items0.Clear(); - // lbDrugs.Visible = false; - // return; - // } - // //this.lbDrugs.Visible = false; - //} - } - - private void btnSave_Click(object sender, EventArgs e) - { - string message=""; - if(!ValidInput(out message)) - { - MessageBox.Show(message); - return; - } - int num = 0; - int continueNum = 0; - foreach(DataGridViewRow r in dgvUseDrugs.Rows) - { - if(r.Cells["State"].EditedFormattedValue.ToString()=="0") - { - UseDrugsReport temp = new UseDrugsReport(); - if (r.Cells["id"].Value != null) temp.Id = int.Parse(r.Cells["id"].Value.ToString()); - if (r.Cells["用药Id"].Value != null) temp.用药Id = int.Parse(r.Cells["用药Id"].Value.ToString()); - if (r.Cells["加药时间"].Value != null) temp.加药时间 = DateTime.Parse(r.Cells["加药时间"].Value.ToString()); - if (r.Cells["使用日期"].Value != null) temp.使用日期 = r.Cells["使用日期"].Value.ToString(); - if (r.Cells["患者姓名"].Value != null) temp.患者姓名 = r.Cells["患者姓名"].Value.ToString(); - else temp.患者姓名 = ""; - if (r.Cells["性别"].Value != null) temp.性别 = r.Cells["性别"].Value.ToString(); - else temp.性别 = ""; - if (r.Cells["年龄"].Value != null) temp.年龄 = r.Cells["年龄"].Value.ToString(); - else temp.年龄 = ""; - if (r.Cells["住院号"].Value != null) temp.住院号 = r.Cells["住院号"].Value.ToString(); - else temp.住院号 = ""; - if (r.Cells["病历号"].Value != null) temp.病历号 = r.Cells["病历号"].Value.ToString(); - if (r.Cells["术间"].Value != null) temp.术间 = r.Cells["术间"].Value.ToString(); - else temp.病历号 = ""; - if (r.Cells["身份证号码"].Value != null) temp.身份证号码 = r.Cells["身份证号码"].Value.ToString(); - else temp.身份证号码 = ""; - if (r.Cells["疾病名称"].Value != null) temp.疾病名称 = r.Cells["疾病名称"].Value.ToString(); - else temp.疾病名称 = ""; - if (r.Cells["药品名称"].Value != null) temp.药品名称 = r.Cells["药品名称"].Value.ToString(); - else temp.药品名称 = ""; - if (r.Cells["批号"].Value != null) temp.批号 = r.Cells["批号"].Value.ToString(); - else temp.批号 = ""; - if (r.Cells["处方剂量"].Value != null) temp.处方剂量 = r.Cells["处方剂量"].Value.ToString(); - else temp.处方剂量 = ""; - if (r.Cells["用量"].Value != null) temp.用量 = r.Cells["用量"].Value.ToString(); - else temp.用量 = ""; - if (r.Cells["残留剂量"].Value != null) temp.残留剂量 = r.Cells["残留剂量"].Value.ToString(); - else temp.残留剂量 = ""; - if (r.Cells["残液处理方式"].Value != null) temp.残液处理方式 = r.Cells["残液处理方式"].Value.ToString(); - else temp.残液处理方式 = ""; - if (r.Cells["残液处理地点"].Value != null) temp.残液处理地点 = r.Cells["残液处理地点"].Value.ToString(); - else temp.残液处理地点 = ""; - - if (r.Cells["镇痛泵使用量"].Value != null) temp.镇痛泵使用量 = r.Cells["镇痛泵使用量"].Value.ToString(); - else temp.镇痛泵使用量 = ""; - if (r.Cells["镇痛泵余量"].Value != null) temp.镇痛泵余量 = r.Cells["镇痛泵余量"].Value.ToString(); - else temp.镇痛泵余量 = ""; - - if (r.Cells["处方医师"].Value != null) temp.处方医师 = r.Cells["处方医师"].Value.ToString(); - else temp.处方医师 = ""; - if (r.Cells["剩余药品弃取记录"].Value != null) temp.剩余药品弃取记录 = r.Cells["剩余药品弃取记录"].Value.ToString(); - else temp.剩余药品弃取记录 = ""; - if (r.Cells["执行护士"].Value != null) temp.执行护士 = r.Cells["执行护士"].Value.ToString(); - else temp.执行护士 = ""; - if (r.Cells["复核人"].Value != null) temp.复核人 = r.Cells["复核人"].Value.ToString(); - else temp.复核人 = ""; - if (r.Cells["核对护士"].Value != null) temp.核对护士 = r.Cells["核对护士"].Value.ToString(); - else temp.核对护士 = ""; - if (r.Cells["医生2"].Value != null) temp.医生签名2 = r.Cells["医生2"].Value.ToString(); - else temp.核对护士 = ""; - - if (r.Cells["数量"].Value != null) temp.Num = int.Parse(r.Cells["数量"].Value.ToString()); - if (r.Cells["单位"].Value != null) temp.SpecUnit = r.Cells["单位"].Value.ToString(); - temp.Enter = r.Cells["Enter"].EditedFormattedValue.ToString() == "True" ? 1 : 0; - temp.PatientRecordId = _record.Id; - temp.State = 1; - - if (r.Tag == null) - { - num = BUseDrugsReport.Insert(temp); - } - else - { - num = BUseDrugsReport.Update(temp); - } - } - else - { - continueNum++; - } - } - if (continueNum == dgvUseDrugs.Rows.Count) - { - MessageBox.Show("数据已保存!"); - LoadDate(); - } - if (num > 0) - { - new frmMessageBox().Show(); - LoadDate(); - } - } - private bool ValidInput(out string message) - { - bool flag = true; - message = ""; - foreach(DataGridViewRow r in dgvUseDrugs.Rows) - { - if (r.Cells["批号"].EditedFormattedValue.ToString() == "") - { - message = "批号不能为空"; - flag = false; - break; - } - else if (r.Cells["用量"].EditedFormattedValue.ToString() == "") - { - message = "使用量不能为空"; - flag = false; - break; - } - else if (r.Cells["数量"].EditedFormattedValue.ToString() == "") - { - message = "数量不能为空"; - flag = false; - break; - } - else if (r.Cells["残留剂量"].EditedFormattedValue.ToString() == "") - { - message = "剩余量不能为空"; - flag = false; - break; - } - else if (r.Cells["残液处理方式"].EditedFormattedValue.ToString() == "") - { - message = "残液处理方式不能为空"; - flag = false; - break; - } - else if(r.Cells["处方医师"].EditedFormattedValue.ToString() == "") - { - message = "医生不能空,请返回麻醉记录单页面填写!"; - flag = false; - break; - } - else - { - message = ""; - } - } - return flag; - } - - private void FormUseDrugsReport_FormClosing(object sender, FormClosingEventArgs e) - { - bool flag = false; - foreach(DataGridViewRow r in dgvUseDrugs.Rows) - { - if(r.Cells["State"].EditedFormattedValue.ToString()=="0") - { - flag = true; - break; - } - } - if (flag && stuts == 1) - { - DialogResult dr = MessageBox.Show("有登记的药品未保存!是否保存?", "系统提示", MessageBoxButtons.YesNo, MessageBoxIcon.Information); - if(dr== System.Windows.Forms.DialogResult.Yes) - { - btnSave.PerformClick(); - } - } - } - - private void btnSaveQuery_Click(object sender, EventArgs e) - { - int num = 0; - foreach(DataGridViewRow r in dgvUseDrugs.Rows) - { - UseDrugsReport udr = r.Tag as UseDrugsReport; - udr.Enter = r.Cells["Enter"].EditedFormattedValue.ToString() == "True" ? 1 : 0; - udr.镇痛泵使用量 = r.Cells["镇痛泵使用量"].EditedFormattedValue.ToString(); - udr.镇痛泵余量 = r.Cells["镇痛泵余量"].EditedFormattedValue.ToString(); - num = BUseDrugsReport.Update(udr); - } - if(num>0) - { - new frmMessageBox().Show(); - } - } - - private void dgvUseDrugs_CellLeave(object sender, DataGridViewCellEventArgs e) - { - if(dgvUseDrugs.Columns[dgvUseDrugs.CurrentCell.ColumnIndex].HeaderText=="数量" || dgvUseDrugs.Columns[dgvUseDrugs.CurrentCell.ColumnIndex].HeaderText=="用量" || dgvUseDrugs.Columns[dgvUseDrugs.CurrentCell.ColumnIndex].HeaderText=="余量") - { - decimal num; - if(!decimal.TryParse(dgvUseDrugs.CurrentCell.EditedFormattedValue.ToString(),out num)) - { - MessageBox.Show("请输入数字!"); - } - } - } - - - private void chkAll_CheckedChanged(object sender, EventArgs e) - { - foreach(DataGridViewRow row in dgvUseDrugs.Rows) - { - row.Cells["Enter"].Value = chkAll.Checked; - } - } - } -} diff --git a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.designer.cs b/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.designer.cs deleted file mode 100644 index 7c497bf..0000000 --- a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.designer.cs +++ /dev/null @@ -1,1125 +0,0 @@ -namespace AIMS.OperationDoing.AnasRecordBill -{ - partial class FormUseDrugsReport - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUseDrugsReport)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); - this.toolStrip2 = new System.Windows.Forms.ToolStrip(); - this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); - this.tsbLead = new System.Windows.Forms.ToolStripButton(); - this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); - this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); - this.panel1 = new System.Windows.Forms.Panel(); - this.chkAll = new System.Windows.Forms.CheckBox(); - this.btnNotRegister = new DevComponents.DotNetBar.ButtonX(); - this.pnlNurse = new System.Windows.Forms.Panel(); - this.btnSaveQuery = new DevComponents.DotNetBar.ButtonX(); - this.btnQuery = new DevComponents.DotNetBar.ButtonX(); - this.labDate = new System.Windows.Forms.Label(); - this.label24 = new System.Windows.Forms.Label(); - this.dtpEnd = new System.Windows.Forms.DateTimePicker(); - this.dtpBegin = new System.Windows.Forms.DateTimePicker(); - this.pnlDoctor = new System.Windows.Forms.Panel(); - this.btndel = new DevComponents.DotNetBar.ButtonX(); - this.btnSave = new DevComponents.DotNetBar.ButtonX(); - this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); - this.panel2 = new System.Windows.Forms.Panel(); - this.lbDrugs = new AIMS.OremrUserControl.MyListBox(); - this.dgvUseDrugs = new System.Windows.Forms.DataGridView(); - this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.OperationRecordId = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.State = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.用药Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.加药时间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.使用日期 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.术间 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.患者姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.性别 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.年龄 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.住院号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.药品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.处方剂量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.批号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.病历号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.疾病名称 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.身份证号码 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.单位 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.用量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.残留剂量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.剩余药品弃取记录 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.残液处理方式 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.残液处理地点 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.镇痛泵使用量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.镇痛泵余量 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.处方医师 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.医生2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.执行护士 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.复核人 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.核对护士 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.Enter = new System.Windows.Forms.DataGridViewCheckBoxColumn(); - this.医生签名 = new System.Windows.Forms.DataGridViewImageColumn(); - this.护士签名 = new System.Windows.Forms.DataGridViewImageColumn(); - this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.toolStrip2.SuspendLayout(); - this.panel1.SuspendLayout(); - this.pnlNurse.SuspendLayout(); - this.pnlDoctor.SuspendLayout(); - this.panel2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.dgvUseDrugs)).BeginInit(); - this.SuspendLayout(); - // - // toolStrip2 - // - this.toolStrip2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.toolStrip2.ImageScalingSize = new System.Drawing.Size(25, 25); - this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.toolStripButton2, - this.toolStripSeparator4, - this.toolStripButton4, - this.toolStripSeparator1, - this.toolStripButton1, - this.toolStripSeparator3, - this.tsbLead, - this.toolStripSeparator2, - this.toolStripButton7}); - this.toolStrip2.Location = new System.Drawing.Point(0, 0); - this.toolStrip2.Name = "toolStrip2"; - this.toolStrip2.Size = new System.Drawing.Size(1350, 52); - this.toolStrip2.TabIndex = 188; - this.toolStrip2.Text = "toolStrip2"; - // - // toolStripButton2 - // - this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton2.Name = "toolStripButton2"; - this.toolStripButton2.Size = new System.Drawing.Size(69, 49); - this.toolStripButton2.Text = "导入药品"; - this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton2.ToolTipText = "默认值"; - this.toolStripButton2.Visible = false; - this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); - // - // toolStripSeparator4 - // - this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(6, 52); - this.toolStripSeparator4.Visible = false; - // - // toolStripButton4 - // - this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); - this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Transparent; - this.toolStripButton4.Name = "toolStripButton4"; - this.toolStripButton4.Size = new System.Drawing.Size(69, 49); - this.toolStripButton4.Text = "选择患者"; - this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton4.ToolTipText = "打印"; - this.toolStripButton4.Visible = false; - // - // toolStripSeparator1 - // - this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 52); - this.toolStripSeparator1.Visible = false; - // - // toolStripButton1 - // - this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); - this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Transparent; - this.toolStripButton1.Name = "toolStripButton1"; - this.toolStripButton1.Size = new System.Drawing.Size(59, 49); - this.toolStripButton1.Text = "保存(&S)"; - this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton1.ToolTipText = "保存"; - this.toolStripButton1.Visible = false; - // - // toolStripSeparator3 - // - this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 52); - this.toolStripSeparator3.Visible = false; - // - // tsbLead - // - this.tsbLead.Image = ((System.Drawing.Image)(resources.GetObject("tsbLead.Image"))); - this.tsbLead.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tsbLead.Name = "tsbLead"; - this.tsbLead.Size = new System.Drawing.Size(49, 49); - this.tsbLead.Text = "打 印"; - this.tsbLead.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.tsbLead.Click += new System.EventHandler(this.tsbLead_Click); - // - // toolStripSeparator2 - // - this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 52); - // - // toolStripButton7 - // - this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); - this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Transparent; - this.toolStripButton7.Name = "toolStripButton7"; - this.toolStripButton7.RightToLeftAutoMirrorImage = true; - this.toolStripButton7.Size = new System.Drawing.Size(62, 49); - this.toolStripButton7.Text = "退出(&Q)"; - this.toolStripButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.toolStripButton7.ToolTipText = "退出"; - this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click); - // - // panel1 - // - this.panel1.Controls.Add(this.chkAll); - this.panel1.Controls.Add(this.btnNotRegister); - this.panel1.Controls.Add(this.pnlNurse); - this.panel1.Controls.Add(this.pnlDoctor); - this.panel1.Dock = System.Windows.Forms.DockStyle.Top; - this.panel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.panel1.Location = new System.Drawing.Point(0, 52); - this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1350, 52); - this.panel1.TabIndex = 189; - // - // chkAll - // - this.chkAll.AccessibleRole = System.Windows.Forms.AccessibleRole.HelpBalloon; - this.chkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.chkAll.AutoSize = true; - this.chkAll.Location = new System.Drawing.Point(1288, 24); - this.chkAll.Name = "chkAll"; - this.chkAll.Size = new System.Drawing.Size(61, 25); - this.chkAll.TabIndex = 449; - this.chkAll.Text = "全选"; - this.chkAll.UseVisualStyleBackColor = true; - this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged); - // - // btnNotRegister - // - this.btnNotRegister.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnNotRegister.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnNotRegister.Location = new System.Drawing.Point(1097, 7); - this.btnNotRegister.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.btnNotRegister.Name = "btnNotRegister"; - this.btnNotRegister.Size = new System.Drawing.Size(142, 30); - this.btnNotRegister.TabIndex = 448; - this.btnNotRegister.Text = "未登记患者"; - this.btnNotRegister.Visible = false; - // - // pnlNurse - // - this.pnlNurse.Controls.Add(this.btnSaveQuery); - this.pnlNurse.Controls.Add(this.btnQuery); - this.pnlNurse.Controls.Add(this.labDate); - this.pnlNurse.Controls.Add(this.label24); - this.pnlNurse.Controls.Add(this.dtpEnd); - this.pnlNurse.Controls.Add(this.dtpBegin); - this.pnlNurse.Location = new System.Drawing.Point(4, 2); - this.pnlNurse.Name = "pnlNurse"; - this.pnlNurse.Size = new System.Drawing.Size(660, 50); - this.pnlNurse.TabIndex = 447; - // - // btnSaveQuery - // - this.btnSaveQuery.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnSaveQuery.Location = new System.Drawing.Point(496, 7); - this.btnSaveQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.btnSaveQuery.Name = "btnSaveQuery"; - this.btnSaveQuery.Size = new System.Drawing.Size(80, 30); - this.btnSaveQuery.TabIndex = 445; - this.btnSaveQuery.Text = "保存"; - this.btnSaveQuery.Click += new System.EventHandler(this.btnSaveQuery_Click); - // - // btnQuery - // - this.btnQuery.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnQuery.Location = new System.Drawing.Point(410, 7); - this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.btnQuery.Name = "btnQuery"; - this.btnQuery.Size = new System.Drawing.Size(80, 30); - this.btnQuery.TabIndex = 445; - this.btnQuery.Text = "查询"; - this.btnQuery.Click += new System.EventHandler(this.btnOK_Click_1); - // - // labDate - // - this.labDate.AutoSize = true; - this.labDate.Location = new System.Drawing.Point(23, 13); - this.labDate.Name = "labDate"; - this.labDate.Size = new System.Drawing.Size(74, 21); - this.labDate.TabIndex = 441; - this.labDate.Text = "使用时间"; - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Location = new System.Drawing.Point(239, 13); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(17, 21); - this.label24.TabIndex = 440; - this.label24.Text = "-"; - // - // dtpEnd - // - this.dtpEnd.CustomFormat = "yyyy-MM-dd"; - this.dtpEnd.Font = new System.Drawing.Font("宋体", 10F); - this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dtpEnd.Location = new System.Drawing.Point(262, 11); - this.dtpEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.dtpEnd.Name = "dtpEnd"; - this.dtpEnd.Size = new System.Drawing.Size(135, 23); - this.dtpEnd.TabIndex = 443; - // - // dtpBegin - // - this.dtpBegin.CustomFormat = "yyyy-MM-dd"; - this.dtpBegin.Font = new System.Drawing.Font("宋体", 10F); - this.dtpBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.dtpBegin.Location = new System.Drawing.Point(103, 12); - this.dtpBegin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.dtpBegin.Name = "dtpBegin"; - this.dtpBegin.Size = new System.Drawing.Size(130, 23); - this.dtpBegin.TabIndex = 442; - // - // pnlDoctor - // - this.pnlDoctor.Controls.Add(this.btndel); - this.pnlDoctor.Controls.Add(this.btnSave); - this.pnlDoctor.Controls.Add(this.buttonX1); - this.pnlDoctor.Location = new System.Drawing.Point(17, 2); - this.pnlDoctor.Name = "pnlDoctor"; - this.pnlDoctor.Size = new System.Drawing.Size(324, 50); - this.pnlDoctor.TabIndex = 446; - // - // btndel - // - this.btndel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btndel.Location = new System.Drawing.Point(208, 7); - this.btndel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.btndel.Name = "btndel"; - this.btndel.Size = new System.Drawing.Size(80, 30); - this.btndel.TabIndex = 445; - this.btndel.Text = "删除"; - this.btndel.Click += new System.EventHandler(this.btndel_Click); - // - // btnSave - // - this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnSave.Location = new System.Drawing.Point(111, 7); - this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(80, 30); - this.btnSave.TabIndex = 445; - this.btnSave.Text = "保存"; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); - // - // buttonX1 - // - this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.buttonX1.Location = new System.Drawing.Point(14, 7); - this.buttonX1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.buttonX1.Name = "buttonX1"; - this.buttonX1.Size = new System.Drawing.Size(80, 30); - this.buttonX1.TabIndex = 445; - this.buttonX1.Text = "导入"; - this.buttonX1.Click += new System.EventHandler(this.toolStripButton2_Click); - // - // panel2 - // - this.panel2.AutoScroll = true; - this.panel2.Controls.Add(this.lbDrugs); - this.panel2.Controls.Add(this.dgvUseDrugs); - this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel2.Location = new System.Drawing.Point(0, 104); - this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(1350, 612); - this.panel2.TabIndex = 190; - // - // lbDrugs - // - this.lbDrugs.Font = new System.Drawing.Font("微软雅黑", 10F); - this.lbDrugs.FormattingEnabled = true; - this.lbDrugs.ItemHeight = 19; - this.lbDrugs.Location = new System.Drawing.Point(652, 58); - this.lbDrugs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.lbDrugs.Name = "lbDrugs"; - this.lbDrugs.Size = new System.Drawing.Size(146, 23); - this.lbDrugs.TabIndex = 21; - this.lbDrugs.Visible = false; - this.lbDrugs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lbDrugs_MouseClick); - // - // dgvUseDrugs - // - this.dgvUseDrugs.AllowUserToAddRows = false; - this.dgvUseDrugs.AllowUserToDeleteRows = false; - this.dgvUseDrugs.BackgroundColor = System.Drawing.Color.White; - dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvUseDrugs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; - this.dgvUseDrugs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.dgvUseDrugs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { - this.Id, - this.OperationRecordId, - this.State, - this.用药Id, - this.加药时间, - this.使用日期, - this.术间, - this.患者姓名, - this.性别, - this.年龄, - this.住院号, - this.药品名称, - this.处方剂量, - this.批号, - this.病历号, - this.疾病名称, - this.身份证号码, - this.数量, - this.单位, - this.用量, - this.残留剂量, - this.剩余药品弃取记录, - this.残液处理方式, - this.残液处理地点, - this.镇痛泵使用量, - this.镇痛泵余量, - this.处方医师, - this.医生2, - this.执行护士, - this.复核人, - this.核对护士, - this.Enter, - this.医生签名, - this.护士签名}); - this.dgvUseDrugs.Dock = System.Windows.Forms.DockStyle.Fill; - this.dgvUseDrugs.GridColor = System.Drawing.Color.Black; - this.dgvUseDrugs.Location = new System.Drawing.Point(0, 0); - this.dgvUseDrugs.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.dgvUseDrugs.Name = "dgvUseDrugs"; - this.dgvUseDrugs.RowHeadersVisible = false; - this.dgvUseDrugs.RowTemplate.Height = 23; - this.dgvUseDrugs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; - this.dgvUseDrugs.Size = new System.Drawing.Size(1350, 612); - this.dgvUseDrugs.TabIndex = 0; - this.dgvUseDrugs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvUseDrugs_CellBeginEdit); - this.dgvUseDrugs.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUseDrugs_CellClick); - this.dgvUseDrugs.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUseDrugs_CellDoubleClick); - this.dgvUseDrugs.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUseDrugs_CellEndEdit); - this.dgvUseDrugs.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUseDrugs_CellLeave); - this.dgvUseDrugs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUseDrugs_CellValueChanged); - this.dgvUseDrugs.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvUseDrugs_CurrentCellDirtyStateChanged); - // - // Id - // - this.Id.DataPropertyName = "Id"; - this.Id.HeaderText = "Id"; - this.Id.Name = "Id"; - this.Id.ReadOnly = true; - this.Id.Visible = false; - // - // OperationRecordId - // - this.OperationRecordId.HeaderText = "OperationRecordId"; - this.OperationRecordId.Name = "OperationRecordId"; - this.OperationRecordId.Visible = false; - // - // State - // - this.State.HeaderText = "State"; - this.State.Name = "State"; - this.State.Visible = false; - // - // 用药Id - // - this.用药Id.DataPropertyName = "用药Id"; - this.用药Id.HeaderText = "用药Id"; - this.用药Id.Name = "用药Id"; - this.用药Id.ReadOnly = true; - this.用药Id.Visible = false; - // - // 加药时间 - // - this.加药时间.DataPropertyName = "加药时间"; - this.加药时间.HeaderText = "加药时间"; - this.加药时间.Name = "加药时间"; - this.加药时间.ReadOnly = true; - this.加药时间.Visible = false; - // - // 使用日期 - // - this.使用日期.DataPropertyName = "使用日期"; - this.使用日期.HeaderText = "手术日期"; - this.使用日期.Name = "使用日期"; - this.使用日期.ReadOnly = true; - this.使用日期.Width = 95; - // - // 术间 - // - this.术间.DataPropertyName = "术间"; - this.术间.HeaderText = "术间"; - this.术间.Name = "术间"; - this.术间.Width = 50; - // - // 患者姓名 - // - this.患者姓名.DataPropertyName = "患者姓名"; - this.患者姓名.HeaderText = "姓名"; - this.患者姓名.Name = "患者姓名"; - this.患者姓名.ReadOnly = true; - this.患者姓名.Width = 70; - // - // 性别 - // - this.性别.DataPropertyName = "性别"; - this.性别.HeaderText = "性别"; - this.性别.Name = "性别"; - this.性别.ReadOnly = true; - this.性别.Visible = false; - this.性别.Width = 60; - // - // 年龄 - // - this.年龄.DataPropertyName = "年龄"; - this.年龄.HeaderText = "年龄"; - this.年龄.Name = "年龄"; - this.年龄.ReadOnly = true; - this.年龄.Visible = false; - this.年龄.Width = 60; - // - // 住院号 - // - this.住院号.DataPropertyName = "住院号"; - this.住院号.HeaderText = "住院号"; - this.住院号.Name = "住院号"; - this.住院号.ReadOnly = true; - this.住院号.Width = 80; - // - // 药品名称 - // - this.药品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.药品名称.DataPropertyName = "药品名称"; - this.药品名称.HeaderText = "药品名称"; - this.药品名称.Name = "药品名称"; - this.药品名称.ReadOnly = true; - // - // 处方剂量 - // - this.处方剂量.DataPropertyName = "处方剂量"; - this.处方剂量.HeaderText = "规格"; - this.处方剂量.Name = "处方剂量"; - // - // 批号 - // - this.批号.DataPropertyName = "批号"; - this.批号.HeaderText = "批号"; - this.批号.Name = "批号"; - // - // 病历号 - // - this.病历号.DataPropertyName = "病历号"; - this.病历号.HeaderText = "病历号"; - this.病历号.Name = "病历号"; - this.病历号.Visible = false; - this.病历号.Width = 90; - // - // 疾病名称 - // - this.疾病名称.DataPropertyName = "疾病名称"; - this.疾病名称.HeaderText = "疾病名称"; - this.疾病名称.Name = "疾病名称"; - this.疾病名称.Visible = false; - this.疾病名称.Width = 300; - // - // 身份证号码 - // - this.身份证号码.DataPropertyName = "身份证号码"; - this.身份证号码.HeaderText = "身份证号码"; - this.身份证号码.Name = "身份证号码"; - this.身份证号码.Visible = false; - // - // 数量 - // - this.数量.HeaderText = "数量"; - this.数量.Name = "数量"; - this.数量.Width = 40; - // - // 单位 - // - this.单位.HeaderText = "单位"; - this.单位.Name = "单位"; - this.单位.Width = 40; - // - // 用量 - // - this.用量.DataPropertyName = "用量"; - this.用量.HeaderText = "用量"; - this.用量.Name = "用量"; - this.用量.Width = 65; - // - // 残留剂量 - // - this.残留剂量.DataPropertyName = "残留剂量"; - this.残留剂量.HeaderText = "余量"; - this.残留剂量.Name = "残留剂量"; - this.残留剂量.Width = 65; - // - // 剩余药品弃取记录 - // - this.剩余药品弃取记录.DataPropertyName = "剩余药品弃取记录"; - this.剩余药品弃取记录.HeaderText = "剩余处理办法"; - this.剩余药品弃取记录.Name = "剩余药品弃取记录"; - this.剩余药品弃取记录.Visible = false; - this.剩余药品弃取记录.Width = 130; - // - // 残液处理方式 - // - this.残液处理方式.DataPropertyName = "残液处理方式"; - this.残液处理方式.HeaderText = "残液处理方式"; - this.残液处理方式.Name = "残液处理方式"; - this.残液处理方式.Width = 80; - // - // 残液处理地点 - // - this.残液处理地点.DataPropertyName = "残液处理地点"; - this.残液处理地点.HeaderText = "残液处理地点"; - this.残液处理地点.Name = "残液处理地点"; - this.残液处理地点.Visible = false; - // - // 镇痛泵使用量 - // - this.镇痛泵使用量.HeaderText = "镇痛泵使用量ml"; - this.镇痛泵使用量.Name = "镇痛泵使用量"; - this.镇痛泵使用量.Width = 90; - // - // 镇痛泵余量 - // - this.镇痛泵余量.HeaderText = "镇痛泵余量ml"; - this.镇痛泵余量.Name = "镇痛泵余量"; - this.镇痛泵余量.Width = 80; - // - // 处方医师 - // - this.处方医师.DataPropertyName = "处方医师"; - this.处方医师.HeaderText = "医生姓名"; - this.处方医师.Name = "处方医师"; - this.处方医师.ReadOnly = true; - this.处方医师.Width = 70; - // - // 医生2 - // - this.医生2.DataPropertyName = "医生签名2Img"; - this.医生2.HeaderText = "医生姓名"; - this.医生2.Name = "医生2"; - this.医生2.ReadOnly = true; - this.医生2.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.医生2.Width = 70; - // - // 执行护士 - // - this.执行护士.DataPropertyName = "执行护士"; - this.执行护士.HeaderText = "执行护士"; - this.执行护士.Name = "执行护士"; - this.执行护士.Visible = false; - this.执行护士.Width = 80; - // - // 复核人 - // - this.复核人.DataPropertyName = "复核人"; - this.复核人.HeaderText = "复核人"; - this.复核人.Name = "复核人"; - this.复核人.Visible = false; - // - // 核对护士 - // - this.核对护士.DataPropertyName = "核对护士"; - this.核对护士.HeaderText = "核对护士"; - this.核对护士.Name = "核对护士"; - this.核对护士.Visible = false; - this.核对护士.Width = 80; - // - // Enter - // - this.Enter.HeaderText = "确认"; - this.Enter.Name = "Enter"; - this.Enter.Width = 40; - // - // 医生签名 - // - this.医生签名.DataPropertyName = "医生签名Img"; - this.医生签名.HeaderText = "医生签字"; - this.医生签名.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; - this.医生签名.Name = "医生签名"; - this.医生签名.ReadOnly = true; - this.医生签名.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.医生签名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; - this.医生签名.Visible = false; - this.医生签名.Width = 90; - // - // 护士签名 - // - this.护士签名.DataPropertyName = "护士签名Img"; - this.护士签名.HeaderText = "护士签字"; - this.护士签名.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; - this.护士签名.Name = "护士签名"; - this.护士签名.ReadOnly = true; - this.护士签名.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.护士签名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; - this.护士签名.Visible = false; - this.护士签名.Width = 90; - // - // dataGridViewTextBoxColumn1 - // - this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; - this.dataGridViewTextBoxColumn1.HeaderText = "Id"; - this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; - this.dataGridViewTextBoxColumn1.ReadOnly = true; - this.dataGridViewTextBoxColumn1.Visible = false; - // - // dataGridViewTextBoxColumn2 - // - this.dataGridViewTextBoxColumn2.DataPropertyName = "用药Id"; - this.dataGridViewTextBoxColumn2.HeaderText = "用药Id"; - this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; - this.dataGridViewTextBoxColumn2.ReadOnly = true; - this.dataGridViewTextBoxColumn2.Visible = false; - // - // dataGridViewTextBoxColumn3 - // - this.dataGridViewTextBoxColumn3.DataPropertyName = "加药时间"; - this.dataGridViewTextBoxColumn3.HeaderText = "加药时间"; - this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; - this.dataGridViewTextBoxColumn3.ReadOnly = true; - this.dataGridViewTextBoxColumn3.Visible = false; - // - // dataGridViewTextBoxColumn4 - // - this.dataGridViewTextBoxColumn4.DataPropertyName = "使用日期"; - this.dataGridViewTextBoxColumn4.HeaderText = "使用日期"; - this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; - this.dataGridViewTextBoxColumn4.ReadOnly = true; - this.dataGridViewTextBoxColumn4.Visible = false; - this.dataGridViewTextBoxColumn4.Width = 85; - // - // dataGridViewTextBoxColumn5 - // - this.dataGridViewTextBoxColumn5.DataPropertyName = "患者姓名"; - this.dataGridViewTextBoxColumn5.HeaderText = "患者姓名"; - this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; - this.dataGridViewTextBoxColumn5.ReadOnly = true; - this.dataGridViewTextBoxColumn5.Visible = false; - this.dataGridViewTextBoxColumn5.Width = 80; - // - // dataGridViewTextBoxColumn6 - // - this.dataGridViewTextBoxColumn6.DataPropertyName = "性别"; - this.dataGridViewTextBoxColumn6.HeaderText = "性别"; - this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; - this.dataGridViewTextBoxColumn6.ReadOnly = true; - this.dataGridViewTextBoxColumn6.Visible = false; - this.dataGridViewTextBoxColumn6.Width = 60; - // - // dataGridViewTextBoxColumn7 - // - this.dataGridViewTextBoxColumn7.DataPropertyName = "年龄"; - this.dataGridViewTextBoxColumn7.HeaderText = "年龄"; - this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; - this.dataGridViewTextBoxColumn7.ReadOnly = true; - this.dataGridViewTextBoxColumn7.Visible = false; - this.dataGridViewTextBoxColumn7.Width = 60; - // - // dataGridViewTextBoxColumn8 - // - this.dataGridViewTextBoxColumn8.DataPropertyName = "病历号"; - this.dataGridViewTextBoxColumn8.HeaderText = "病历号"; - this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; - this.dataGridViewTextBoxColumn8.ReadOnly = true; - this.dataGridViewTextBoxColumn8.Visible = false; - this.dataGridViewTextBoxColumn8.Width = 90; - // - // dataGridViewTextBoxColumn9 - // - this.dataGridViewTextBoxColumn9.DataPropertyName = "疾病名称"; - this.dataGridViewTextBoxColumn9.HeaderText = "疾病名称"; - this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; - this.dataGridViewTextBoxColumn9.ReadOnly = true; - this.dataGridViewTextBoxColumn9.Visible = false; - this.dataGridViewTextBoxColumn9.Width = 180; - // - // dataGridViewTextBoxColumn10 - // - this.dataGridViewTextBoxColumn10.DataPropertyName = "住院号"; - this.dataGridViewTextBoxColumn10.HeaderText = "住院号"; - this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; - this.dataGridViewTextBoxColumn10.ReadOnly = true; - this.dataGridViewTextBoxColumn10.Visible = false; - this.dataGridViewTextBoxColumn10.Width = 140; - // - // dataGridViewTextBoxColumn11 - // - this.dataGridViewTextBoxColumn11.DataPropertyName = "身份证号码"; - this.dataGridViewTextBoxColumn11.HeaderText = "身份证号码"; - this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; - this.dataGridViewTextBoxColumn11.ReadOnly = true; - this.dataGridViewTextBoxColumn11.Visible = false; - this.dataGridViewTextBoxColumn11.Width = 80; - // - // dataGridViewTextBoxColumn12 - // - this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.dataGridViewTextBoxColumn12.DataPropertyName = "药品名称"; - this.dataGridViewTextBoxColumn12.HeaderText = "药品名称"; - this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; - this.dataGridViewTextBoxColumn12.ReadOnly = true; - // - // dataGridViewTextBoxColumn13 - // - this.dataGridViewTextBoxColumn13.DataPropertyName = "批号"; - this.dataGridViewTextBoxColumn13.HeaderText = "批号"; - this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; - this.dataGridViewTextBoxColumn13.Visible = false; - this.dataGridViewTextBoxColumn13.Width = 90; - // - // dataGridViewTextBoxColumn14 - // - this.dataGridViewTextBoxColumn14.DataPropertyName = "处方剂量"; - this.dataGridViewTextBoxColumn14.HeaderText = "处方剂量"; - this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; - this.dataGridViewTextBoxColumn14.Visible = false; - this.dataGridViewTextBoxColumn14.Width = 300; - // - // dataGridViewTextBoxColumn15 - // - this.dataGridViewTextBoxColumn15.DataPropertyName = "用量"; - this.dataGridViewTextBoxColumn15.HeaderText = "用量"; - this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; - this.dataGridViewTextBoxColumn15.Visible = false; - this.dataGridViewTextBoxColumn15.Width = 80; - // - // dataGridViewTextBoxColumn16 - // - this.dataGridViewTextBoxColumn16.DataPropertyName = "处方医师"; - this.dataGridViewTextBoxColumn16.HeaderText = "处方医师"; - this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; - this.dataGridViewTextBoxColumn16.Visible = false; - this.dataGridViewTextBoxColumn16.Width = 80; - // - // dataGridViewTextBoxColumn17 - // - this.dataGridViewTextBoxColumn17.DataPropertyName = "执行护士"; - this.dataGridViewTextBoxColumn17.HeaderText = "执行护士"; - this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; - this.dataGridViewTextBoxColumn17.Visible = false; - this.dataGridViewTextBoxColumn17.Width = 80; - // - // dataGridViewTextBoxColumn18 - // - this.dataGridViewTextBoxColumn18.DataPropertyName = "残留剂量"; - this.dataGridViewTextBoxColumn18.HeaderText = "残留剂量"; - this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; - this.dataGridViewTextBoxColumn18.Visible = false; - this.dataGridViewTextBoxColumn18.Width = 80; - // - // dataGridViewTextBoxColumn19 - // - this.dataGridViewTextBoxColumn19.DataPropertyName = "残液处理方式"; - this.dataGridViewTextBoxColumn19.HeaderText = "残液处理方式"; - this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; - this.dataGridViewTextBoxColumn19.Visible = false; - this.dataGridViewTextBoxColumn19.Width = 80; - // - // dataGridViewTextBoxColumn20 - // - this.dataGridViewTextBoxColumn20.DataPropertyName = "残液处理地点"; - this.dataGridViewTextBoxColumn20.HeaderText = "残液处理地点"; - this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; - this.dataGridViewTextBoxColumn20.Visible = false; - this.dataGridViewTextBoxColumn20.Width = 80; - // - // dataGridViewTextBoxColumn21 - // - this.dataGridViewTextBoxColumn21.DataPropertyName = "剩余药品弃取记录"; - this.dataGridViewTextBoxColumn21.HeaderText = "剩余药品弃取记录"; - this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; - this.dataGridViewTextBoxColumn21.Visible = false; - this.dataGridViewTextBoxColumn21.Width = 200; - // - // dataGridViewTextBoxColumn22 - // - this.dataGridViewTextBoxColumn22.DataPropertyName = "复核人"; - this.dataGridViewTextBoxColumn22.HeaderText = "复核人"; - this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; - this.dataGridViewTextBoxColumn22.Visible = false; - this.dataGridViewTextBoxColumn22.Width = 80; - // - // dataGridViewTextBoxColumn23 - // - this.dataGridViewTextBoxColumn23.DataPropertyName = "核对护士"; - this.dataGridViewTextBoxColumn23.HeaderText = "核对护士"; - this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"; - this.dataGridViewTextBoxColumn23.Visible = false; - this.dataGridViewTextBoxColumn23.Width = 80; - // - // dataGridViewTextBoxColumn24 - // - this.dataGridViewTextBoxColumn24.DataPropertyName = "复核人"; - this.dataGridViewTextBoxColumn24.HeaderText = "复核人"; - this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"; - this.dataGridViewTextBoxColumn24.Visible = false; - this.dataGridViewTextBoxColumn24.Width = 80; - // - // dataGridViewTextBoxColumn25 - // - this.dataGridViewTextBoxColumn25.DataPropertyName = "核对护士"; - this.dataGridViewTextBoxColumn25.HeaderText = "核对护士"; - this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; - this.dataGridViewTextBoxColumn25.Visible = false; - this.dataGridViewTextBoxColumn25.Width = 80; - // - // dataGridViewTextBoxColumn26 - // - this.dataGridViewTextBoxColumn26.DataPropertyName = "医生签名2"; - this.dataGridViewTextBoxColumn26.HeaderText = "医生签名"; - this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26"; - this.dataGridViewTextBoxColumn26.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.dataGridViewTextBoxColumn26.Visible = false; - this.dataGridViewTextBoxColumn26.Width = 80; - // - // dataGridViewTextBoxColumn27 - // - this.dataGridViewTextBoxColumn27.DataPropertyName = "护士签名"; - this.dataGridViewTextBoxColumn27.HeaderText = "护士签名"; - this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27"; - this.dataGridViewTextBoxColumn27.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.dataGridViewTextBoxColumn27.Visible = false; - this.dataGridViewTextBoxColumn27.Width = 80; - // - // dataGridViewTextBoxColumn28 - // - this.dataGridViewTextBoxColumn28.DataPropertyName = "核对护士"; - this.dataGridViewTextBoxColumn28.HeaderText = "核对护士"; - this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28"; - this.dataGridViewTextBoxColumn28.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.dataGridViewTextBoxColumn28.Visible = false; - this.dataGridViewTextBoxColumn28.Width = 80; - // - // dataGridViewTextBoxColumn29 - // - this.dataGridViewTextBoxColumn29.DataPropertyName = "医生签名2Img"; - this.dataGridViewTextBoxColumn29.HeaderText = "医生签名"; - this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29"; - this.dataGridViewTextBoxColumn29.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.dataGridViewTextBoxColumn29.Visible = false; - this.dataGridViewTextBoxColumn29.Width = 80; - // - // dataGridViewTextBoxColumn30 - // - this.dataGridViewTextBoxColumn30.DataPropertyName = "复核人"; - this.dataGridViewTextBoxColumn30.HeaderText = "复核人"; - this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30"; - this.dataGridViewTextBoxColumn30.Visible = false; - // - // dataGridViewTextBoxColumn31 - // - this.dataGridViewTextBoxColumn31.DataPropertyName = "核对护士"; - this.dataGridViewTextBoxColumn31.HeaderText = "核对护士"; - this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31"; - this.dataGridViewTextBoxColumn31.Visible = false; - this.dataGridViewTextBoxColumn31.Width = 80; - // - // FormUseDrugsReport - // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1350, 716); - this.Controls.Add(this.panel2); - this.Controls.Add(this.panel1); - this.Controls.Add(this.toolStrip2); - this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.MaximizeBox = false; - this.Name = "FormUseDrugsReport"; - this.ShowIcon = false; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "药品使用临床登记表"; - this.WindowState = System.Windows.Forms.FormWindowState.Maximized; - this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormUseDrugsReport_FormClosing); - this.Load += new System.EventHandler(this.FormUseDrugsReport_Load); - this.toolStrip2.ResumeLayout(false); - this.toolStrip2.PerformLayout(); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - this.pnlNurse.ResumeLayout(false); - this.pnlNurse.PerformLayout(); - this.pnlDoctor.ResumeLayout(false); - this.panel2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.dgvUseDrugs)).EndInit(); - this.ResumeLayout(false); - this.PerformLayout(); - - } - - #endregion - - private System.Windows.Forms.ToolStrip toolStrip2; - public System.Windows.Forms.ToolStripButton toolStripButton7; - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.ToolStripButton tsbLead; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; - private System.Windows.Forms.DataGridView dgvUseDrugs; - public System.Windows.Forms.DateTimePicker dtpEnd; - public System.Windows.Forms.DateTimePicker dtpBegin; - public System.Windows.Forms.Label label24; - public System.Windows.Forms.Label labDate; - public System.Windows.Forms.ToolStripButton toolStripButton1; - private System.Windows.Forms.ToolStripButton toolStripButton2; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; - public System.Windows.Forms.ToolStripButton toolStripButton4; - private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; - private DevComponents.DotNetBar.ButtonX btndel; - private DevComponents.DotNetBar.ButtonX btnQuery; - private DevComponents.DotNetBar.ButtonX buttonX1; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27; - private AIMS.OremrUserControl.MyListBox lbDrugs; - private DevComponents.DotNetBar.ButtonX btnSave; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29; - private System.Windows.Forms.Panel pnlNurse; - private System.Windows.Forms.Panel pnlDoctor; - private DevComponents.DotNetBar.ButtonX btnSaveQuery; - private DevComponents.DotNetBar.ButtonX btnNotRegister; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30; - private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31; - private System.Windows.Forms.CheckBox chkAll; - private System.Windows.Forms.DataGridViewTextBoxColumn Id; - private System.Windows.Forms.DataGridViewTextBoxColumn OperationRecordId; - private System.Windows.Forms.DataGridViewTextBoxColumn State; - private System.Windows.Forms.DataGridViewTextBoxColumn 用药Id; - private System.Windows.Forms.DataGridViewTextBoxColumn 加药时间; - private System.Windows.Forms.DataGridViewTextBoxColumn 使用日期; - private System.Windows.Forms.DataGridViewTextBoxColumn 术间; - private System.Windows.Forms.DataGridViewTextBoxColumn 患者姓名; - private System.Windows.Forms.DataGridViewTextBoxColumn 性别; - private System.Windows.Forms.DataGridViewTextBoxColumn 年龄; - private System.Windows.Forms.DataGridViewTextBoxColumn 住院号; - private System.Windows.Forms.DataGridViewTextBoxColumn 药品名称; - private System.Windows.Forms.DataGridViewTextBoxColumn 处方剂量; - private System.Windows.Forms.DataGridViewTextBoxColumn 批号; - private System.Windows.Forms.DataGridViewTextBoxColumn 病历号; - private System.Windows.Forms.DataGridViewTextBoxColumn 疾病名称; - private System.Windows.Forms.DataGridViewTextBoxColumn 身份证号码; - private System.Windows.Forms.DataGridViewTextBoxColumn 数量; - private System.Windows.Forms.DataGridViewTextBoxColumn 单位; - private System.Windows.Forms.DataGridViewTextBoxColumn 用量; - private System.Windows.Forms.DataGridViewTextBoxColumn 残留剂量; - private System.Windows.Forms.DataGridViewTextBoxColumn 剩余药品弃取记录; - private System.Windows.Forms.DataGridViewTextBoxColumn 残液处理方式; - private System.Windows.Forms.DataGridViewTextBoxColumn 残液处理地点; - private System.Windows.Forms.DataGridViewTextBoxColumn 镇痛泵使用量; - private System.Windows.Forms.DataGridViewTextBoxColumn 镇痛泵余量; - private System.Windows.Forms.DataGridViewTextBoxColumn 处方医师; - private System.Windows.Forms.DataGridViewTextBoxColumn 医生2; - private System.Windows.Forms.DataGridViewTextBoxColumn 执行护士; - private System.Windows.Forms.DataGridViewTextBoxColumn 复核人; - private System.Windows.Forms.DataGridViewTextBoxColumn 核对护士; - private System.Windows.Forms.DataGridViewCheckBoxColumn Enter; - private System.Windows.Forms.DataGridViewImageColumn 医生签名; - private System.Windows.Forms.DataGridViewImageColumn 护士签名; - } -} \ No newline at end of file diff --git a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.resx b/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.resx deleted file mode 100644 index bcdbf2a..0000000 --- a/AIMS/OperationDoing/oldSystemCode/FormUseDrugsReport.resx +++ /dev/null @@ -1,1515 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17, 17 - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAT8SURBVFhHzZfLTxtnFMX5l/o3dJ9F1H2kpqLpoouqbKqu - qoqq27RVlXZXqU1ISQrBCRBCmxICbcAGg7EB8wixsc3DvEJgXp65Ped+M/Z4lRmplWrpSCgK/M45994P - 0RP/jK37EuluwZfbWUs1ML0nP01Uu/TDyJrq+9sF1Xc/z6lu3nohfV+OSm9vr4Q/NvmHYMfz9RsDEaF8 - X6QF4Z/FaYnYnojlBXLhBPIGOrcDOYNOLgM5hppvfDXQN9CQTz/7JZ2JyICCKXzRgQdq4NIN5DIOt3w5 - tQC/APzCl4NzXz75fFh6J0Wu/1hO10RkIA52mRqykJxwBUNngJ5e+gD7coTUBB+89qVx5svHfXfkvUeB - 6t2bZbnx0a1kJiIDCgfUwAOFXwBOMfVrhZvaWXkT8H2oAQO1046BdwZ8FU0kaiIy4LJyQG3WTTArJxgy - YKY2cIL3FNySXcArx770fzUr/V9nusQW3moiMqBwLJoVhyM1az8Oaz9k5YSj8voZ4S2pnPiyc9ySl82W - ZDK+6g4aoGgisQGtPJy11g3plhOs8w501hTBVUB3joy2AN84bMn6fkvWoJV6Swp1Ty8isQHOmsvWqTyQ - I8CbqJ2p91F5HXDOu4rUr5ga8G2AyweEe7K615ISVKh5sgylMqDnhao5az2vcMt10Vi5zhqVh3VvM/WB - p/BVpC7teZqa4MWqKwtQYgP15nnXibFyzpuLRjhT72pqH6l9hW8eepqalRcbHmr3ZAnw/K6n8FwlRQO1 - RkOTs+5usFk01s1F46w3tfIQjNQrgDP1EsC5qidZaG7HlRdQKgN8WAhvVw5x1pUTLhqSd8E9KTWwbIBz - 3vldV2vPvnJlHvr7pSuz2ykNRLfdCOvmrLnhpm7O22w4Z61gVJ6vAYzk2QrBnqYm/PmWK9NQKgOE87Zr - SMzbZu2Eb8W3HOAikkeVL6DuHJLPITVrnw2TE/5sw03+ENGAeVTMvBUMKRiVMzUXbTm25Vwy1s3Uf8XB - m4483XDkj7KTzkA1hHPeTL0R33KAWTlTc8u5bPOoXeHQDOCsfQrwPwlfd2VyPaUBPioEc97Ri1ZCar5q - bTBSZ6NZs3IFO0jtAuxq6t8Bnlhz5PFqSgP6nPJhAXgVlbcfFoiLxtuehwHO21TuaOp25TBA+JM1Wx6X - HBlbteX9698mM1AsFnXeTE04HxXdcgVzyw1YU+uWOzpv1v20bMCTTA3weMmW0aItj4qOXL3an9wAa9dl - Y+rYliscYNbOymfC1FMKN5U/AZy1jxEOPVwxSmUg2nI+p+a8TGoFIzUXbRrJp1C1pgbcgG0ZR90ROAM9 - WKasdAaiLW8/LBAfFc57JqzcwE1qVj4BcKdywAu2jBQcGYaBoaWUDSziOdXzit32cyyaptbzCmcNmS23 - UbljwEg9AjiTDy1Z8lvelvsQDXzwYUID7RetveWoHOcVbTmTMzVrHw+XjfCHK04MbkT4vcVoBDeSGeCi - xV80wplawWHqcdw24dxwzptgSlMDfI/gvCW/LlhyF0o1AvMbrHPb+qKFJ8bUUeWjgGcwZ7NslgxBhDP1 - IFIPLtgKT2Ugl8vFzit80QA3YJO6veVh3cOxWQ+GcEIHcjZk/rxLZaD9sECsXE+MW84TQ+poyx+w8nDe - 91E3ZSo3YBqI/r5MZODatW8kEr/h39CVK1+09VYD/PA//ZcKMf+XT0/PP/KnOt9FzYZ2AAAAAElFTkSu - QmCC - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABVSURBVDhP3ZBBCgAhDAP7eN/WbymhNIigWKsXB4aFbZKD - cot6KKml2E9VXeoZfFF0QgOdJDTgWRSdXwa6w9QhR3jYFR2rGuNh6dFA+g2eDwCGA2YRaSlFaRtVx/Tu - AAAAAElFTkSuQmCC - - - - - iVBORw0KGgoAAAANSUhEUgAAADkAAAA/CAYAAABaQWCYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABeiSURBVGhD3ZoHeFTVuoYXcACRppEeBQQPYA6KhqaigChK - RykqIiAIiiBFRYooNRQF6dIkoddUCKSTQEJ6TwgJCSG998xMMpnMzHe/NSWEA6jn6j1X/J/nf/Zkys56 - 9/e3tWfEX8tWNzQ9+Hvadxvtxxw6ezOwb9++jU1P/b1sxYZTw92v5iAgvAhzFuycxqcaGF/5m9jS1UcG - uF3JRlV1LTS1epw4nVjWq5d1R7709wBdtu7Qix5Xs6BUaWC2m2kqLF5xZDtfbmR810Ns39oc7ecVkA1V - Va0BTqXSQqcD9HrgvE8WBr3+Xh++7eFVUwJeDsohoFFBCVhaWgOlUmv4OztfjTVbPC6JLl0eMX3k4bK1 - W44NvBKSa8hBaVVVWlRUaFBeXmMArWVeSvMNKcKI8QvG8iMPl5rrt55+JSD8DmB1tQ6VlbV1kCUlasNj - aSUVtdhmG3G7W7durU0f/+vbZgL6h+WiWm0EVKt1UCi0d0GWlqpRXKw2qCstIr4UUz7dv010/m62aDe2 - velUf037YZf9a/6hOVCoagyL12j0hjyUOWiGLCu7Aynd+D4tfj6ZhE6jr0J0/3ElT/XXDN1tBAyMyK0H - aAxTCVlfSTOkDNmCgio+bwzb5NRSTFsRCNFzX7QQ7ZvzlH8t0O377IcGR+VCaaqiWkahWq3/Vcji4moU - FlYZQLVaYxE6cyEZ3UZ7QDTp24un/a9DPvAf7iZgeExeXZuQPVCqeDdkrQGyvPzfIauRl6fk39WGz+YW - KLFgQxQadvr4fZ769w4Jf+BiPP9R80dHbh/Z+ovoSxbzw2KbDpzR1fRKne0/5PxGZFxeXRWVDb6WD+tD - ynx8MGQV8vNVyM1VQF1tLELegXkYOG7PEZ6+Cf0BAH0fFa0XviE6/3JFPLVxGZ/4D0AJ1nz87qEWi2OP - P7upoHrayQqcjlBgo2c5WnyVpGo+ZPVQ0zvF3gMOb8YkFBDkDqAM0/qQVVUPhiwquhuysFBlOE85Q3vD - vrCCdk/3llW23uKtmgiLLweItrsPNm7rWDNkViBemOAL0XHDGr4oVX8waNshk1u0fm//6+2XJp6y2lpc - PfW0Er8EK5FazObNGpLH/82Wh2UuFei4JB2NR+yZtdZm97vxiQRUG6++NBmmZsgafu5eSNk+jJCy6NSH - lCGbnV3J9xlDPilViZlzty4XouOj4vH3eoundqxv0PN0mdX4y/hmx3XY+xfnn4hQBvaedA2ixZTZxPgH - /W7IJ16Z1dJimu2blmtvnemzp6BmuqMahyOqkUwwFRfJNSAmH/C7DbglG90nDdjoVY0v7VIQk5ADdY1R - QbP9FqSxR94LWUDIwgIVyourUFFahVJejCPuWeg+7pJKPHcs8+l3/DH/h+s46Z5X5hRbEbXifOm53muy - fmgwOnKn6OoI8dhwOS2ZIK0mN+n4sd1rnW3SjnSxTav9xLUWR6LVSC3Vgf0aSi7uVplRtYB04AqhfAnp - nQq4E9L1JkGji3D9ehoh7ihotrsh9b8JKV1RroayvBppGZU47p6BcSvC8NgoDzw+0gOTvovCQbdCOEaX - Jax1K3EetDl7V+OZN9eISYkrxfs3V4p/eTmLbmd0ovVr1nWQPXYWrhpjr8PxuFqkl+shR0euBTlK4EYR - EJVnBGQvR1Am4E9QqaQBMoXHyALExKWiRnO3gmYzQ8p8fBBkJeO/io81DJd8tg7XwALM3HodHadcRfOx - PnhzaTi2u2QjIFUDD17kRU61aLcw3VFMiFshJt1YJaYmrxIzU5eLt6O3ik5OYaL7sTLxiFVnAhorcZuP - 7UbN8+RKaDLXePGQXAokFgPXCRlXYAQNI2QwIaWaBki6T2wJ4qignEzuZ7Lo3Asp24exhajl+Kbh/ErQ - oPhyfGN3C89+HopW713FK0sisckhGz6JalxitGz1B2acAaaeA0Yf0sJySVG+mJq4WUyjejPTloupqSvF - Mx7nxJNOieLpn9OFaP14HWSrlz6xePmwny6zQm/IudvlxvBMKjFCxhIy0gRpUDKD4cqreSW+BNdvpD8Q - UNr9IGX7kK4hbEK6Cj84Z+OVFXFoMyME1l9HY/WZTHglVOEyI2VPMPDJWUL9osfb+/UYw+MHJ4GZTsDQ - HWq0npvuLqYmLRez0peJgdf2i3ZO7qKzfabovNWTaC3odTfGGjxtk+Rpn6iFXG6qGVIqWUhIFhoJaQ7X - q1QyIKEEiTczmGf3D1GzmSHN7UNCSpeAX5/IRNvPovHc0njDY88EleFC2icASy8BE48AIw4CYw8B42z1 - GG/yd+2A6fbAB6f06LKkXNFodtoWMTxyi+jo7E6/KCwdK8RTa3eRqxn9zt2/dvNcpy721BjyMb0CSCGk - DNd4QspqytETodlAYBZDNqkUySmZXPiDFTTbv0OqCSjt8JVitP40BidCypHO9PDjxdsRBHxxnuF4Cnjv - KAww70ivByh93CE93jtOhZ2BN/ZqYDE7NUpYOruIDk5eopOzp+juDNH24y+IJe/63YG0GPaZ5auHa1Bc - pUcuC44MVVl04hmq0abCE0zIUPap+Phkhptx2P4t+3dI8HFKrhqWC+Ow7gJPTjsWCyy+aAT85JQKU3bG - Y+IhtRHwAZAfngamMD+fX1WKR6x9kkWbsz6ik6On6OjkK54h5GMj6rWPOpvcqKtNRtTFmxrIWnDjfkWH - kEFpGkTFprBR8w2/w+pD6nhe6RN23sYgm2SoOHxf4zlXeAJfX9Ri0bbTiDg5lP/IGt+uWoRxB6rvgTSr - OIM52d+mHI0H+uSKtmd9RQdHQlJJS4cA0eVwrWg1bACh7h0EHp/rPvu7y2pDXkpIqWJdPkpAhtSluBr4 - hOcgTqqpltL8uklI6Wbb412EJ+bHISydA3gVsIkVc9F+X/jYjgLSZlDuM9BrKFPmh9huMwVjfi6/C3AC - 83QWFR+8uRzNX/XTibbnwkQHqmiApJKyfTxzoky0su5OpHsH+ZaDF/7z9cPVKGXlk8VHAhpClSqGEDKA - VdUpQomzQWW4FpGC22mM4d9hsn36JCgxZX8GLAi406cYknu7axzs930A/Y0JfBMTDCHQqo5BW7mVj/cC - +VNgt2kURm7LNkC+exj4WObh5hK0eJmb6K6XwDyMFZ3svYyQLDyWjgmi895M0jxBpPvtVob8o/O6tJt+ - t2tRwh2ODNO6qsqCc41KeiZpcfJaJS6EFCA8KgllFQrJcV8rY8M/ElyBYdsy0G3FTUyzzYJ3kgrRtzJx - 4eh81ISOAFSOfCebIK7RnVCV+T00JSv5eBV9GfdY78N5y+sYvTUZ75/Q49XluWg50A8NXyTkP30gLF0y - RQcHo5KyunZxzDa1j5b0+3+vYjHP77s13irDOBdhykWpYiBVlK1DDgEO4VU45l+By6G3kZCYBl29cJSW - XqrFes8yvLg5E302pmPVxWK2olok5JXB4ZQNyn2Yd2VsdpCF5xb9Ct2BbouK2DmoKVnEx18ykT8Bqmfy - hBPg+1N/9Jl8Hq1f9sc/rP0gBoZB9CboUxcUouM5Y05KyAe1j/rWfPD8596241BcrTcUHQlYN8qZZla3 - RB2O+itw2r8YIWGJKC3ieEQLztTgM8dSWP2YgxH783AsXIEcqnmrQo1jZ39B2vnBQDHDECzfYEIikR5A - Z5KByabfhsKASdBUzGWF+gxQTAWKxnO7M5rlfhSube6NNi/sQIP+wUZI6yCIzpd0oqNjiCFk2zMnu7Gy - tp8j28ev7Dm7DHnEcnVWfmiGBpnsX9eooMxFw1DOCcSbF96D8+rZ8Boc8q3g1iYL2z0y8e7JMjy3owCf - EtLvdg3KWb0yOD2dcHNFouPr/GM5F84kl6bLhb42EvoqN+bfUYbnNqjzV0KR+hmyL74JrZLqqVmESiYC - 2QzplEGshH1ZIIYgcUcvdHhxM8SAUHoIRHdPiHbOicLi3KUGTzr5NnzWhe3j7fEkubey1jeLede2bPFT - ssQzRAknXYapDyEl4CXuPM4n6KmmkuW8GNZ7i7DhihI3S3SQ3ZOCIoDt58i1BGiDX2LYsRFK0/KqVSdC - r/DlQ2doy+2gKf2JvgbqosWoLmKopo9jivIzt17j6EVPJuB1Akb2Yqh0Zt70QfruXuhm/S1Ef6rZ9TIa - WLoUDBjtGrV0k19FqwFOEM2GvESMX4ds+db6V8balqOcu4UQFhypoJwjPami3D9eTAIuMNJOR9Ri6IFi - bA827twzWEVj+DCA7ceLuWznGw1d0DBGJfNLyxEK8jYjT4RwOpsj2CrwM30D/Rv6fF6hN1gI/kmgbtBd - 7QyNhyWqXDuh6nx71Dg/Dp1zE17prija9wys+32BfpP9se4nf3h7heLYqWto1PNkhWj64jPEkJC/Ys8P - b95lRVpRQp4GCVTEi3DSDYAshOdvAM6cL+3j2a8OluBkvBoVHNK9M9UIo1hMVXBvi4M+hLzGUHVpwbgf - wsE1hiD8EDzonN0MgDZ0AuqYh6qPGJb9qN4rPA6ALtwKtVe6Qu3aHqrTrVBp1xQVewUU+wRqXXqgfL8V - tq1eCS+PEHoo1m5jIeq8j+2jRVtS/AYkrdWcALs9LC7cx8KNYG4yTHmUCkpAx+vMyzjg5QMlcE3RII+9 - 1eGGAj45Wvhx3nVlHu/1JGQglbxoQSbBcHieNYejCi7QZQHaSF/KgjOPYfwxUMgiE2/Nako1k15mWPD9 - Id1ZEDrwqvFCOfIcTk2hd+vK4tAdujNdsWnhTLi4BMLbMxRzVl6G6LjFl8uXXyvcr0febU2HbXj9vcNl - HAyoIiPM1RSiEtCBgNJtIzha7S3BFSbhDQ4PR2Oqce66Cu4MVRdW413uJkiP9vxgQ+MiuTiU7SLcbjr7 - oAxRCVj+Piceqp4wgDlJJSVgMN/rR8BLzXjCpjwPc9LnWV60J3g+Ac0RC9h8MRPOzoHw9Q7DO3NZhNp8 - v4fLlzeg798+6lvrPuMf674oqzqF/U2OdC6EMwOeY8Sdo4r7QoG+e4oRX1yLSKq3K1wLW7aNkwkaOLFY - bXeTOfkmlXiaSrTkIh/jgh+holSi8DsCsuLWsIpKwIJx0F8nYDzDNe4FTiDPsBi042ce51Xm5y//i+HE - i+XIi+XAiyUh7Qg5f5ZBSXe3EAz+wJ2Vdc4iLr8p/bchaQ1azbx6wTZQgWwONRLKDHiGj2WobgnQod+e - Itwsq0UAJ7xN3CptD1RjT6ASx27osY2Q2mBCBvPq+3HBVzrSO3HxbViyu3GaWcDwZT8s4NzKENVFES76 - OYYoX7v6JJObnwtgZfWlopeaM5yopitVle7WGOrjT8Fm3ic4fz4Qjs7B6DnSjZV12CSuXW6xHlxZ61uT - sb9MmH64yBCyTlRRgknAk6wfp9kV1l7WYNC+IqQpdPCi2jaBwGo/HTb7KrGDsFtcCRlCyCjmWRDVY8U0 - 5Jj04C70HgzR2UDO+5xf+0IX0tMIGEqwcLaPQAJfpnreVNOHISrdm+7FHPdtjeqT3bF+3mxccg3B8TP+ - eGwg20eLIa9y6b/ePupb8+c/atdjVTYyqZTskRJO+rFo43GZuxrDDhZxqtHDiX10HSGXeTMIPTRY7a7A - qrOR0IYOZwiyiESwz0Va0Rl2USaXvS+qD1X8FPqEodCFUslYvj+GHsiL4k/V/aWidKnsVUs6n5MRca09 - qk/1wPq5s+BgfxHL159Fgx4nVaJlv55c+u+HpDVs9UlggEOkwrCJPhxpBDzC4wkeF5yvwtu2RShiBT7K - orSakN8Qcu55PZa4VmPJkQhow95iS2DxiX/R2NQNzrxLMPl1qpzI5p/DHE2eTnAWnDDmo+yVYVQ6lMcQ - /i1dFqIgKh3EHA3vCtWZZ7H4g4l4c9pxNH3ensP6Dy7sCxZc929X1vrWcOzxGfNOFEDeqT8SxQbPimrL - Xn6UoLPslZjEiaeEQ8A+hu+33Bt+Scg5LtwEu+ux+JCEfJsNnjmXwoqZ8qpxkjE459hUk9+SkGwjNzi4 - x/Y2Fp5Y6VRZVlnpMlej+Zo5CuKtoDz7PKx7TeKsuitKtBw9zrS9+t1Fp84esZrWuffqLOQwZB2ZlwdZ - UQ+GAYcIOvmEElNPF6OIkD8R/htfYKEXATnMfOVGRfdFQhMykoVlEkGZm1lU1ezZhDc4Z9NsvlZAyFsM - UznS3WR4yz6ZxMeJA+msuhwOcKO/SX1GQ0pfKBys0b/D02eEeLQDlyp3HXIo/88ATdao2fTAhPNRCsOO - ZDcr6L4Q4ABhRx2qwOeODFdCrufzEnDJZWCFhL3IDe6eCNSGUsVKtonCscZmX/gOdxZmf5e7EumcV0s4 - +mXyPenslekM7zTpVPa2dE5LBsXNUUDPfA0KpwEY3qHhDK5RqidD9Hfn4b02+tTir04VGG5w7SLMHvrP - wdyh7y/FCrcSZHLXtIJbwi99gO+vUlEeP+XuafKBXEQeohr5HNdkw6/8gD7F5B9yK2V29skKTj75k7mt - 4kWRW6tcHnMZBTlSaekm5c2RUPgWFBcGYXSHRpO5wj8AZ7YeU3q9uCqDVVZryMvt3MTvZJEZtKsImy6X - IbGC4UmwlczJb6jkfIbq9zy6J3CQCA5B0gGGWjaLCr4ANNxG1czikRtis9fyuaqVQOk0OrdXpQxveSyZ - QJXpUnGDU31DNFB59USovIdhYqdGY0yr/INmZdXk0Rkht/wSVYZB/QeqxcEfA7blM0crEcEhfjEhl1HN - H6myX6oOZQoNaqvVUFRWITY6FkE/yTAjhJxywCHA4Avp8i4AjzXrOKCzZ8ohXcX3Kblhli43zlJ1g/qM - BDX/rpkGbewYxH/1FIY8IfqZVvkn2Khz61aey0MKZ9SNzLkfCPTc5mwcj1QiuADYymIk7wVVcXsmvxNQ - V2ugUNSgoqIaZWUq3Ei4CZ9NDLMYLhI/0tfQV985an6iolRaO4f+KR8TWLpZbT2fx+fQpU9B6o+98aN1 - I9ueTYS5J/5J1mfRC6+tTUNGmd6Ql6tZZJ7dmMWhXY1yFh6l6e6kTqeHRiO/66iFkk9WVvL18iqUliqR - kpIBV5uJ3D4xFHGILrdaclDfQ3UO8MNyYGcBMvhiulRZHrkVK/sUOczvA0MeudSvmejPFclK+ifbky81 - azEtMj8gWWX4rmLJRT16rc9ETM7dd9LljWQJqVZroVIZ1ZSQZWVKlJQokZ6eh7NrpkHpwuKiO8dPyLt1 - Zwl5kn/LrRfDFmtNx80MjW9R5PA2zo5tHTaslRjOlchW8ScUmgfZW077bZzzEcMcnOuoRY916UgpvBdS - /jZOfhlbVaWhmjUGNWXI5ucVIys9Hf5BMfhy+nQU2bE9qNlrwFKt5h5TJ/eY++m2DNndqPT+CG4fdkie - 1F7IX3zIW4z/h3Bm6/P10CFrbiG1jHXSWYO+mzORK2O1nsm75cav6YxqypAtKalAcX4u4hJSsMY2Gt2m - BUFYn0ru37WHXdqP1rwKrFo6JrVegp5GdfjX8Pv8yYLZncV8kskp5r8AZ7ZnRrRqNi26IjpbjW85nPfb - nIFipfxS4W4zh6xCoUJFSTHS0rOwyyEBz82LgHjZPlN0n79ANLN4kmdsNuhx8er1ZT3LkGULVdAKBH3W - rWxZT7HmKSE68fX/1fTyR62BGO58btvFAhyOqMLgrRlQmb6Kq281NbWoUlK9okKc8ErFq8vjIN7yKBK9 - lq4QTbvI3/yYRzDDlDKkvejqOr558NdWDZe1FUKOaP/ZgP2nm/X6tyZuuQ3b0AqM2J1l+E7DbDpKqNNU - GwDdwrIxZmMSGo8KUIgX1m8WLXv14KcfpcsR7H5bIQn2/6LcvdZxTJuOM2PwsV02PrRjY6wzHfRaNYIS - i/DRntto8VFErRi4dZ9o+4L8ibW85/IguL+kNWg84oJXpwXXseBsnglQj5scbBcezUbbIX46MfjQcWE5 - dCDfKyuihLv7G9+HwRq+snNqo+lxWHWhgDmpw3dOhej69S2IEadcRNdRg/kWeUvw4YSrM8sRTz42/xZG - 7spC/43ZaPjOhauNnn1/pOknJfKH8Q8x3B1r9MTc0IDWs0MTGvWZ9Y4QLdrwufpwD0Xe/bZxzBNtreTv - ZGQrqGsH9L+dSaiHQDkh/gf3NfP9Hp16HAAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHKSURBVFhH7ZRNSwJRFIbduVMRQVAERRm/8BNatQlaRNDO - pFxJ0craSRC4qIVEERG0KNwlLty0aBPRf/G3eOIcOXK83hmzmdGIXnjxDA7nebgz6vnPbwzYqO3A57BL - bezvQrVa/VZLpZJzAs+dbRjc1E1FKpUKlMtlghaLRSgUCpDP550V4OpEEM7QbDYLmUwG0um0OwJmIrlc - DgzDmDaVSjkv0DrcoFqJMDyZTDorMOjuwH17i6pKSBG8P5FIUHGmDTZDgOFdbU5APREWiMfjEIvFVIEf - C2kFdCfCAgiPRqMSCJf9D3sCr4/NGaDuRFggEolQccYivP3Qn14rXRhbAgzH4iyL3yNgUbQC6rUqgJ8S - fnb9BCedW2i0zqF21IK9g+ZyAvjMEYrl2UwgHA5DMBgEr9drCl9aAIsghlkJhEIhEsAZ22xfEZyvlS4M - LVffenkio9HkHhZAeCAQkAApsHRoudX/wHg8K+D3+6k404ZJnBWQJ6KegM/no+JMG2yGlqvP3OpnuDaB - 95eL1Qmo164LyLdeJ+SqwHF9kwCyOoG33ilDZR0JLZMi8kRwVgRcy5yI7CoEOFqRVQpwZkTWIcBh8Frg - fy0ezxeP/TnFScR6BgAAAABJRU5ErkJggg== - - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - - AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAABACUWAAAlFgAAAAAAAAAA - AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8B////D////0v///+J////vf///9/////1/////v// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////+////9f///9////+9////if// - /0v///8P////Af///wD///8A////AAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////Ff// - /0n///+J////tP///9H////l////8v////v////+//////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////7////7////8v///+X////R////tP///4n///9J////Ff///wD///8A////AP// - /wAAAAAAAAAAAP///wD///8A////A////yf///9n////sf///+7///////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////7v///7L///9o////KP///wP///8A////AAAAAAD///8A////AP///wP///8i////hv// - /9n//////////v////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////+/////////9r///+H////Iv// - /wP///8A////AP///wD///8A////Jf///4D////b/////f////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////f///9v///+A////Jf///wD///8A////AP///xX///9n////1v// - //z///////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////////P// - /9b///9n////Ff///wD///8B////S////7T///////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////7T///9M////Af///w////+N////8/// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////9P///47///8Q////S////7X///////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////tv///0z///+J////0f// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////R////iv///7r////k//////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////+X///+9////2f// - //D///////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////8////+D////t////+P////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////7////9P// - //r////9//////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////7////9//////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/v3//fz7//v5+P/79/X/+vf1//v49//8+/n//v38/////v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////+//37+v/59PH/9e3o//Ln - 4P/y59//8+rk//fx7P/7+Pb//v39//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////v///v3/+/f0//Tq4//u3NH/6tPE/+nSwv/s2cz/8eTa//jy7f/9+/r///7+//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////v7+//79/P/58uz/8d3P/+jI - sv/lu5//5bqd/+fDqv/r0b//9Ojf//v49v/+/f3///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/f3/+/r5//bq4v/u0Lv/5baV/+Opgf/jqH//5bCN/+jApf/w283/+PHt//z6 - +f/+/v7///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////7+//38+//59fP/8uLW/+vE - qf/kqH//451t/+Odbf/jo3j/5rGO/+zNuv/z5t//+fTy//79/f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/f3//Pn4//bv6//v2Mr/6LqZ/+Sebv/jlWD/45Zh/+Oaaf/kpXv/58Cn/+3c - 0f/17+v//fz7//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////39/f/7+Pb/8unk/+vR - wP/ms5D/45lm/+OTXP/jlF3/45di/+Ofcf/jt5j/6NLD//Lp4//9+/r///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////f39//r29P/w5N3/6Mu3/+Wviv/jl2P/45Jb/+OTXP/jlmD/45xr/+Gv - jf/lybb/8eTc//z6+f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////9/Pz/+vTy/+7f - 1v/lxa//46uF/+OWYv/jklv/45Nc/+OVXv/immj/4KqE/+XDq//w4NT//Pn3//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////38+//58/D/7NvQ/+PAqP/iqID/45Zh/+OSW//jk1z/45Re/+OY - Zv/hpXz/5b2h//Dczf/79vT///7////+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////v///fv7//ny - 7v/q18r/4ruh/+GlfP/jlmH/45Jb/+OTXP/jlF7/45hk/+Ojdv/nuJj/79bE//fw7P/8+/v//v7+//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////9+/v/+PHt/+rUxf/huJv/4aN5/+OVYP/jk1v/45Nc/+OT - Xf/jl2L/5KBw/+eyjf/szbf/8+ff//n29P/+/fz///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////37 - +v/48Or/6tG//+G0lP/hoXX/45Vg/+OTW//jk1z/45Nd/+OVYP/km2n/5qqB/+nDqP/t3dH/9vHs//38 - +/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////7//fv5//jv6P/qzrn/4rGO/+Gfcv/jlV//45Nb/+OT - XP/jk1z/45Re/+SXYv/ko3X/5bma/+jSwv/z6+T//Pv5//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////////////+ - /v/9+vj/+e7m/+3Ls//lrof/455u/+OVX//jk1v/45Nc/+OTXP/jk13/45Rf/+Odbv/isY7/5cm1//Hl - 3f/8+ff///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////v79//z49f/46uD/7sar/+eqgP/knGr/45Re/+OT - XP/jk1z/45Nc/+KSXP/jk13/4ppp/+Krhf/lwan/8eHV//z49f///v7///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///9/Pv/+fPw//Tj1//sv6D/5qR2/+SZZf/jlF3/45Nc/+OTXP/iklv/4ZFb/+KSXP/imGb/46Z9/+a7 - nv/x3M7/+/by//79/f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////7///7+///+/v///v7///7+///+ - /v///v7///7+///+/v////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////z6+f/27ur/8NvO/+m4lf/lnm3/45Vg/+OT - XP/jk1z/4pJb/+CRWv/gkFn/4ZFa/+OXY//konX/57WS//DWxP/58uz//Pv6///+/v////////////// - //////////////////////////////////////////////////////////////////////////////// - ///+/v7//v39//38+v/8+ff//Pj2//z39f/89/T//Pf1//z49v/8+ff//Pv5//39/P/+/v7///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////v7/+vf2//Pp4//s1MT/57GM/+SaZ//jlF3/4pNc/+KSW//hkVv/35Ba/96PWf/gkFn/4pVf/+Sd - bP/mrIP/7My0//Po4P/59vT//v39//////////////////////////////////////////////////// - //////////////////////////////////////////////38/P/7+Pb/9/Ds//Pn4P/y49n/8uHW//Hg - 1f/x4db/8ePZ//Ln3//17un/+ff1//z7+//+/v7///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////+/v/59fP/8OTc/+jNuv/krIb/45hl/+OT - XP/iklv/4ZFb/+CQWv/ej1n/3Y5Y/96PWf/hklz/45hl/+Wkd//owKT/7dzQ//Xv6//9/Pv///////// - //////////////////////////////////////////////////////////////////////////////7+ - /v/9/Pr/+vXy//br5f/v3tL/6dC+/+jJtP/oxq//58Wt/+fGr//nybT/6M+8/+3azP/06eD/+fPu//z6 - +P/+/v3///7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////7+//n08f/u39b/5May/+Opgv/jmGT/45Nc/+KSW//hklv/35Fa/96PWv/cj1n/3o9a/+GR - XP/ilWH/5J5v/+S2lv/p0cH/8+ni//37+f////////////////////////////////////////////// - ///////////////////////////////////+/v3//Pv5//n07//z597/7tfI/+nHsP/luZv/5LKQ/+Sw - jP/kr4v/47CM/+OykP/kt5f/6cGm/+/Svf/z4dT/9+/p//v49//+/f3///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////+/v///v7/+PLu/+3b0P/iwar/4aZ9/+OX - Y//jk1z/4pNc/+CTXv/flF//3pNf/92TX//fk17/4ZNd/+KVX//im2r/4q6J/+bIs//x49n//Pn4//// - ///////////////////////////////////////////////////////////////////////////+//79 - +//59fL/8+jh/+3Wxv/owqj/5LGN/+Olev/ioHL/4p5v/+Kebv/in2//4qBx/+Ojdv/lq4L/6rqX/+7N - tv/y4dX/9/Ht//z6+v///v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////7+//79/v/38Oz/69fK/+C8ov/hpHn/45Zi/+OTXf/ilWD/4Jpq/96fcv/fonf/4KJ3/+Ke - b//jmWb/45dj/+OaaP/hqID/5cCm//He0v/8+fb///////////////////////////////////////// - /////////////////////////////////////////fz6//Xu6P/r2cv/58Oq/+Svi//ioXT/4plo/+KX - Y//ilmH/4pZh/+KWYf/il2P/45hm/+SdbP/mp3r/6bmX/+zOuf/y5Nn/+vf0//7+/f////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////+/v/+/fz//fr5//z59v/99/T//ffz//338//99/P//ffz//338//99/P//ffz//33 - 8//99/P//ffz//338//99/P//ffz//338//99/P//ffz//338//99/P//ff0//349f/9+vj//v38///+ - /v///////////////////////////////////////////////////v7//v7+//bv6v/q1MT/4Lea/+Ch - df/jlmL/45Re/+KYZf/go3r/4K+N/+K2l//luJn/5q2G/+Whc//kmmj/45pn/+Kkef/mu5z/8drL//v2 - 8////////////////////v7//fz6//z59//8+PX//ffz//338//99/P//ffz//338//99/P//ffz//33 - 8v/68uv/8eHV/+bJs//js5L/4qF2/+KYZf/jlWD/45Re/+OUXf/jlF3/45Rd/+OUXv/jlV//45Zi/+Sb - af/lqH7/57qb/+3TwP/37uj//Pn4//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////+/v7//fz8//r28//16+T/9OTZ//Xf - 0P/23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bc - y//23Mv/9tzM//bczP/13s7/9eHU//Xn3v/69PD//fv7//7+/v////////////////////////////// - ///////////////+/v/+/v3/9+7n/+rQvv/hspL/4Z9y/+KWYf/jlWD/45tr/+Kui//kwaj/6cu3/+zO - uP/pu5z/5ad+/+Odbf/jmWb/46Jz/+e3lP/v1cL/+PHs//z9/P/+/v3///79//37+v/48ev/9OXb//Tg - 0v/13c3/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//TZxf/tzbX/5rmb/+Opgf/im2r/4pRf/+OT - Xf/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXf/jlF3/45Zh/+Oebv/kq4T/6cKn//Hg1f/38e3//Pv6//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7+/f/8+vj/9+7p/+3bzv/rzbn/7MSo/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/ - n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+3CpP/sx67/7dLA//Xp - 4f/79vT//fz8//////////////////////////////////////////////7+//7+/v/37eX/7M25/+Ku - i//hnW7/4pZh/+OXY//koHL/5rqd/+rSwv/v39T/8uDU/+vIsP/kroj/4p9x/+OZZf/kn27/6LKM/+3O - uP/06uL/+vj3//78/P/9/Pv/+vbz//Lj2P/rz7v/68Ws/+3Aov/uv5//7r+f/+6/n//uv5//7r+f/+6/ - n//uv57/7b6c/+q3k//mrIX/5KFz/+OXY//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT - XP/jlF3/4pdj/+OfcP/ls5D/6tLB//Ln4f/79/b///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////v79//z59v/06uP/59DB/+W+ - ov/msIr/6Kl8/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ip - ff/oqX3/6Kl9/+ipff/oqX3/56uB/+axjP/ovaH/7tnL//Xt5//7+Pb////+//////////////////// - /////////////////////v7///7+//js4//uy7T/5KuE/+Kba//jl2L/5Jto/+eoff/rx67/8OHX//Xt - 5//36+T/7NC9/+Oykf/ioXX/45hk/+SaZ//mqn//6cSp/+7f0//28e7//Pr5//r39f/27Ob/7tXE/+e9 - oP/msYz/56qA/+ipfP/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipfP/nqHv/5qZ4/+Whcv/km2j/45Vf/+OT - W//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jlF7/4pln/+Oqg//lx7L/7uDW//n1 - 8v////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////+/v3/+/j2//Po4f/lzLv/4raY/+Ome//lnWr/5Z1r/+Wda//lnWv/5Z1r/+Wd - a//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1q/+Wcaf/knWv/5KJ0/+Wu - iP/oyrX/7+HY//jz7////v7////////////////////////////////////////+/v/+/fz/+Org/+/J - r//mqX//45po/+SYZP/mn27/6a+H//DRvf/27Ob/+vXy//nw6//s1cX/4ria/+Gkev/jl2P/45Zg/+Si - dP/muZr/6dLD//Pq5P/69vT/9vDs//Dh1v/qyLD/5rCL/+Wlef/ln27/5Z1q/+Wda//lnWv/5Z1r/+Wd - a//lnWv/5Z1r/+Wdav/lnWr/5Jto/+OYY//jlF7/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT - XP/jk1z/45Nc/+OTXP/imGT/4ad+/+LBqv/s3NH/+PPw//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////79/f/7+Pb/8+jh/+XL - uf/itpj/5KZ8/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+We - bP/lnmz/5Z5s/+WdbP/lnGn/5Jhj/+OXYv/jm2j/46Z7/+S/pf/r2Mv/9u7p//7+/f////////////// - //////////////////////7//f38//r59//15dn/7saq/+eofP/kmmf/5Jll/+ehcv/qs43/8tjE//ny - 7f/8+ff/+fPv/+3bzf/jvqT/4ah//+OYY//jlF3/451t/+Owjv/myLT/8eXc//jz7v/z6OD/6tTE/+a7 - nf/lp3z/5aBx/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnWr/5Jlk/+OV - Xv/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OXY//hp37/4cGr/+vc - 0f/48/D///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v79//v49v/z6eP/59C//+W9ov/nsIr/6Kl8/+ipff/oqX3/6Kl9/+ip - ff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqHv/56V4/+agcf/kmGT/45Vf/+OX - Y//ioXP/4raY/+nRwP/16uP//v79//////////////////////////////////7+/v/8+/r/9/Pw//Hf - 0v/swaT/56Z5/+WaZf/kmWX/5qN0/+u2kf/028r/+/by//38+//69vL/7uDW/+XGr//irYf/45pm/+OT - XP/jmmj/4qqD/+TAp//w39T/9+/q/+/g1f/lyLL/4q+L/+Sgcf/ln23/56Jy/+ileP/oqHz/6Kl9/+ip - ff/oqX3/6Kl9/+ipff/oqHz/56Z5/+ajc//knGn/45Zg/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT - XP/jk1z/45Nc/+OTXP/jlF3/45lm/+Kpgf/jxbD/7d7V//j08f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////+/v7//Pr5//fw - 6//u39P/7dO//+/KsP/wxaf/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DF - qP/wxaj/8MWn/+2/oP/otpP/5KqC/+Obav/jlF//45Zg/+Kebv/hsI7/6Mu3//To3//+/v3///////// - /////////////////////////v39//v49//07ej/7dfH/+m7mv/moXL/5Jhi/+SZZf/lpXf/6rmV//Xe - zf/8+PT//v38//v49v/x6OH/6dC+/+W2lP/kn2//45Zg/+OZZv/jpnv/5rqb//Lczf/47eb/7trN/+O+ - pP/gp3//45xq/+afbf/oqHr/7LWQ/+/Bov/wxaf/8Mao//DGqP/wxqj/8MWn/+7CpP/quZf/5auD/+Of - cf/jlmH/45Jb/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OWYf/knm3/5K+L/+bM - uv/v49v/+fb0//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////7+///+/fz/+/j2//fw6v/26+H/9+fa//jl1//45df/+OXX//jl - 1//45df/+OXX//jl1//45df/+OXX//jl1//45df/+OXX//jk1v/449X/8tnI/+rKs//kt5f/46Fz/+OX - Yv/jlmH/45xr/+Kshv/pxq7/9OXa//78+//////////////////////////////////9/f3/+/b1//Hn - 4P/pz7z/5rOQ/+Sbaf/jlV//45lm/+Smev/ou5n/9N/Q//z49f/+/v3//Pr5//Xv6//u283/6MCj/+Sm - e//jmWb/45ll/+Wjdv/ptpL/89fE//fo3v/u1ML/47eY/+Gidv/jmmf/5qBv/+mtg//wxqn/9t3M//jk - 1v/45df/+OXX//jl1//35Nb/9eDQ/+3Puf/kt5n/4qZ9/+KZZ//jlF3/45Nc/+OTXP/jk1z/45Nc/+OT - XP/jk1z/45Nc/+OTXP/jlV//5Jtq/+WmfP/mupz/6tbI//Lp5P/7+Pb///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////7+ - /v/9/Pv//Pj2//v28v/89e///PTu//z07v/89O7//PTu//z07v/89O7//PTu//z07v/89O7//PTu//z0 - 7v/89O7//PPu//zz7P/26N7/7dfI/+fCqf/lqX//5Jtp/+SXY//jm2n/46h//+nCpf/y4NL/+/j1//79 - /P////7///////////////////////38/P/69fL/7uHY/+bIsv/krYj/45hk/+OTXf/jmWj/46d+/+a9 - n//z4NP//fj2///+/v/9/Pv/+fXz//Lk2v/qyK//5KyF/+Kca//jmWX/5aJy/+mxiv/vzbf/8tvN/+zJ - s//ksI3/4p9w/+OZZv/loXL/6LCL//HPuP/66+H/+/Ps//z07v/89O7//PTu//zz7v/57+f/8t/S/+jI - sv/ks5P/4qJ2/+KYZf/jlV//45Nd/+OTXP/jk1z/45Nc/+OTXP/jlF3/5JZg/+WbaP/kpXn/5bOQ/+nI - sf/w4tj/9/Ht//z7+v////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////+/v/+/v3//v38//79/P/+/Pv//vz7//78 - +//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz6//jz7f/x49j/6s66/+ey - jP/loHH/5Jlm/+OaZv/lpXf/6ryc//DZyP/48u7//Pv6//7+/v///////////////////////fz7//nz - 8P/s3NH/5MGp/+Opgf/jlmL/45Nd/+Kaaf/iqYP/5L+m//Li1//9+ff///////7+/v/8+/r/9uzk/+zP - u//jso//4Z9x/+OZZv/ln2//6KuC/+vApP/syrX/6b2f/+Wqgf/jnGv/45lm/+Sidv/ntJP/8dXC//vz - 7v/++/r//v38//78+//+/fv//vz7//z59v/27eb/7dnM/+jErP/kr4z/4qB0/+KZZv/ilmH/45Vg/+OV - X//jlV//4pVg/+OXY//knGr/5qR4/+axjv/mwqj/69fI//Xt6P/7+Pb//v39//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////+/n2//Xt5v/u2cn/6LmY/+Slef/jmmj/45hj/+Wfbv/otJD/7dC8//Pq - 5P/69/b//v39///////////////////+///9+/r/+PLt/+rXyf/iu6D/4aV8/+OVYf/jklz/4ptr/+Gs - iP/kxK3/8uTb//359/////////7+//7+/f/48Ov/7dTE/+K3mf/gonb/45ll/+SbaP/monX/56+K/+e1 - k//mrYb/5aJz/+SZZf/jmWb/46V8/+W5nP/w2sv/+/bz///+/v///////////////////////v39//r2 - 8//06eL/7tfI/+nErP/kspH/4aV7/+Gfcv/inGz/4ptp/+Kbav/hnW//4aJ2/+Oqg//nt5b/6sau/+3W - xv/y59//+vb0//38/P///v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////9/Pv/+fTv//Li - 1v/nv6P/46iA/+Kbav/jlmD/5Jlm/+WshP/oxq//7uHY//jz8f/+/fz///////////////////7///37 - +v/48Or/6dLB/+G2mP/honj/45Vg/+OTXP/inW7/4rGP/+TKt//y6N///fr4/////////v7///7///nz - 7//t2cz/4r2k/+Gmff/jmWb/45Zi/+OZZv/jnm//46F0/+Oebv/kmmf/5JZh/+ObaP/jq4X/5cKq//Df - 1P/8+PX///7+/////////////////////////v7//fv6//r18v/16uL/8NvP/+nKtv/juZ3/4rGP/+Os - hv/kqoL/5aqC/+Ouiv/itZb/5cCn/+rOvP/w3dD/9erj//r08f/9+/r///7+//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////79/f/79/T/9Ofd/+fErP/irIf/4p1t/+OVX//jl2H/5KZ8/+W+ - pf/q2c7/9/Dt//78+/////////////////////7//fv5//jv6P/qzrv/4rKR/+Ggc//jlWD/45Nd/+Of - cf/jt5f/59HB//Pr5f/8+/n/////////////////+vXy/+/f1f/lxrL/462K/+Scbf/jlmL/4pVg/+GX - Y//hmGX/4pdj/+SXYv/kmGP/5aJy/+a3lv/pz77/8ujh//z69////v7////////////////////////+ - /v///f3//fr6//r08f/27Ob/8eDV/+zTwv/rzLf/7Mmx/+3Hrf/tx63/68u0/+vQvf/t2Mr/8eLZ//Xs - 5v/59PL//Pv6//7+/f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////////v7+//z5 - 9//26+L/58q1/+Gwjv/hn3H/45Rf/+OVX//jonb/47ib/+jSw//27ej//fz7//////////////////// - /v/9+/j/+O7m/+vLtf/jr4r/4p5w/+OVYP/jlF7/5KN2/+a9oP/r2c3/9u/r//38+/////////////// - ///79/b/8ubf/+nRwf/mt5j/5KJ2/+KYZf/hk13/4JJc/+GTXf/ilF7/45Zg/+SbaP/nqX7/6sOo/+/e - 0v/28e7//fv7///////////////////////////////////////+/v7//fz6//v49v/58u7/9uvk//bn - 3v/25tv/9uXZ//bl2f/259z/9erh//bu6P/48/D/+/f2//37+//+/v7///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////v7//fr4//bt5//nz77/4bWW/+GhdP/jlF7/45Re/+Kf - cv/is5P/58u5//Xr5P/9+/r////////////////////+//37+P/57eX/7cmw/+WshP/jnW3/45Zh/+SY - ZP/nqn//68eu//Dk2//49fP//v38//////////////////z6+f/37ur/793S/+nApv/kp37/4ppp/+GT - Xf/hkVr/4pJb/+KTXP/jlmH/5J5t/+evif/tzbb/9Oni//r4+P/+/f3///////////////////////// - //////////////////////7//v79//37+//8+ff//Pf1//z39P/89/P//Pfz//z39P/8+Pb//Pr5//38 - +//+/f3///7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////////////+ - /v/9+vn/9+/q/+nVyP/ju5//46R6/+OVYP/jlF7/4p1u/+Kui//mxrD/9eff//36+P////////////// - /////v7//fr3//ns4v/vx6v/56qA/+Sca//kmGP/5Z1r/+myi//w0bz/9u7o//v6+f/+/v7///////// - /////////v39//v28//16OH/68mz/+Osh//hnG7/4ZRf/+KSW//ik1z/45Nd/+OXYv/ioHP/5bST/+/T - wf/48ev//f39//7+/v///////////////////////////////////////////////////v////7+//79 - /P/+/fz//vz8//78/P/+/Pz//vz8//79/P/+/v3//v7+///+/v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////+//38+v/48u7/7NzS/+fErP/lrIT/5Zpn/+OW - YP/jnGv/5KqE/+jBp//z49j/+/f0//79/f////////////79/P/79vP/9+fd/+7Ep//nqX7/5Z1q/+SZ - ZP/moHD/67eT//LXxP/59PD//f39//7+/v/////////////////+/v7//Pr4//ju6P/sz7z/47CP/+Gf - c//ilWD/4pNb/+OTXP/jk17/45hk/+Kkev/kup7/79jJ//r18P////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////7//vz7//n18v/x5d3/6826/+e0kf/loHD/45hj/+Obaf/lp33/6Lyd//Hez//48+7//Pv6//// - /////////Pv6//jy7f/z4dT/7MCh/+ene//lnGn/5Jll/+WidP/qupj/89vK//z49f/+//////////// - ///////////////////9/Pv/+fLt/+3Vxf/itpj/4aN5/+KWYv/jklv/45Nc/+OVX//jmmj/4amD/+TA - qv/v3tL/+/f0//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////+/f3/+/j3//bt6f/v18j/6bye/+Sk - eP/jmWb/45lm/+WidP/otJD/7tXD//Ts5f/6+Pb///7+///////7+Pf/9ezm/+7Zyf/puZf/5qN0/+Sa - Zv/jmWb/46N3/+m8nP/z3c3//fr3//////////////////////////////////79+//69PD/7drN/+O9 - o//hp3//45dj/+OSW//jlF7/5Jhj/+SfcP/jsZD/5sq4//Hj2//8+ff///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////+/v/++/v/+vbz//Pg1P/pw6j/4qiA/+Kaaf/jl2L/5Jxq/+aqgv/pyrT/8OPa//jz - 8P/+/v3///7+//r28//x5t3/6dC9/+axi//knWv/5Jdi/+OZZv/ipXv/576h//Le0P/9+vj///////// - /////////////////////////v38//r28v/v4Nf/5caw/+Osh//jmWX/45Nb/+OWYP/lnGr/5qh9/+e9 - of/r1sn/8+rl//z6+f////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////+//79/P/8+vj/9OXb/+nI - sf/hrIj/4pxs/+OWYf/jmWX/5KV5/+XCqP/s28//9vDr//7+/P////7/+PPw/+7g1f/lx7L/46qD/+OZ - Zv/jlmD/4ppo/+Cof//mwab/8uDT//37+f/////////////////////////////////+/f3/+/j1//Ho - 4f/p0L//5raU/+Wfbv/klV//45di/+SgcP/mr4j/68mx//Hi2f/38u///fz8//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v79//38+v/06eD/6M25/+CxkP/hnm//45Zg/+OXYv/joXT/4rqd/+nU - xf/07OX//v38//7+/v/38e3/7NrN/+K/p//hpXz/45dj/+OVYP/im2n/4KqF/+XErP/x4tb//fv5//// - //////////////////////////////7+/v/8+/n/9fDr/+7bzv/pwKP/5qd6/+SaZ//jm2j/5KV6/+a2 - lv/u08H/9u7o//v49//+/v7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////////////////v7//v37//Xs - 5f/p0sH/4LaY/+Kgcv/jlmH/45Zh/+KfcP/gs5T/5868//Tp4f/+/Pv//v7+//bv6f/q1MX/4Lic/+Gi - dv/jlmL/45Vg/+Kca//grYr/5cey//Hk2v/9+/r///////////////////////////////////////38 - +//59vT/8+bc/+vLtP/lsYz/4qN3/+Kid//jrov/58Gp//De0f/69fL//vz8//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////+/v/+/fz/9u7p/+vYyf/ivqL/46R3/+OXYv/jlmH/4p1t/+Cv - i//nybP/8+bc//77+v/+/v7/9u3m/+rQvv/gspT/4Z9y/+OWYf/jlWD/4p1t/+Cxkf/mzLr/8ubf//37 - +v///////////////////////////////////////v79//37+v/37+n/7dfI/+S/pf/hsZL/4rKS/+W/ - pv/q0cL/8+jh//z59////v3///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////////+//79 - /P/48u7/7t/U/+bHsf/lq4L/5Jxp/+SXY//jnGv/4qqE/+fEq//y4db//Pn3//79/f/26+T/6824/+Gv - jP/hnW7/45Vg/+OVYf/jnnD/47eZ/+jTxP/z6uT//fz7//////////////////////////////////// - //////7//v79//v28//z5t3/7NXG/+nMuP/qzbj/7dbG//Hj2v/48e3//fz7/////v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////7//v7+//n18//y5t7/69HA/+ezj//loXL/5Jlm/+Oa - aP/jpnz/6L6h//Dczv/59fL//fv6//fq4f/sy7P/46yF/+Kca//jlWD/45dj/+SidP/mv6T/7NvP//Xv - 6v/+/fz///////////////////////////////////////////////7//fv6//nz7//16+X/9Ofe//Xn - 3v/27OX/+PPu//v59//+/v3///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///+////+/n3//bu6P/w287/6buc/+Wlev/jm2n/45hk/+Ogcf/nt5X/7tTD//Xu6f/7+Pb/+One/+7J - r//lqoD/45tp/+OWYf/kmmj/5qh9/+vJsf/x5dz/+PXx//7+/f////////////////////////////// - ///////////////////+/v3//fz7//z6+P/8+Pb//Pj2//z6+P/9/Pr//v39//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////+/Pv/+vTx//Tj2f/owaf/46mC/+Kc - a//jlmH/45ln/+athv/qybP/8OTc//jy7f/35dn/78er/+eofP/kmmf/5Jhk/+agb//qsYn/8dTB//fv - 6f/8+vj///7+///////////////////////////////////////////////////////+/v7//v38//79 - /P/+/fz//v39//7+/v/+//7///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////7+/f/7+PX/9eng/+fHsP/irYn/4p1v/+OVX//jlmH/5KV7/+a9of/q1MX/8eHV//LY - xf/tv5//56Z4/+SaZv/kmWb/5aJ1/+q1kv/z2sn/+/Tv//79/P////////////////////////////// - ///////////////////////////////////////////+//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////////v7+//z5+P/27OX/58y4/+Gy - kf/hn3L/45Rf/+OUX//jn3H/47CO/+TBqv/qy7f/7Mar/+q1kP/mo3T/5Jll/+OZZ//kpHn/6bmY//Tf - z//89/T///7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////v///fr5//fu6P/o0cH/4beZ/+Gidv/jlF7/45Nd/+KZaf/go3v/4a2M/+W1 - lP/nso3/5qh+/+Sdbf/jl2P/45pp/+Omff/nvJ7/9OHT//359v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////+/v/9+/r/9/Hs/+rY - y//jvqP/4qZ8/+OVX//iklz/4ZRh/+CYaP/fnG//4qBy/+OgcP/im2n/4ZZi/+KUX//immn/46mC/+a+ - o//z4tb//fn3//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////+//38+//49PD/7uHX/+jIsv/lroj/5Jln/+KUX//hkl7/4JNf/9+V - Yv/gl2P/4ZZi/+CUYP/gk13/4ZNd/+Kba//iq4f/5cKq//Pk2v/9+ff///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////7//v38//r4 - 9f/y6+T/7NPB/+i3lv/koHH/45Zi/+KTXP/gkVv/35Fc/9+SXP/fklz/35Fb/+CSW//hk13/4Zxt/+Gu - jP/lxrH/8+bd//36+P////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////+/v3//Pv5//fz7//w3c7/6cCi/+Slev/jmWb/4pNd/+CR - Wv/fkFr/35Ba/9+QWv/fkFr/4JJb/+GTXf/inW//4rKR/+XLuf/z6eH//fv5//////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /v/+/fz/+/n2//Pk2P/pxaz/4qmB/+Kbaf/hk17/4JBa/96PWf/fkFr/35Ba/+CQWv/gkVz/4ZNe/+Kg - c//jtpj/5tDB//Pr5f/9+/n///////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////79/f/8+/r/9Off/+nKtP/grYn/4Zxt/+KU - X//gkFr/349Z/9+PWf/fkFn/4JBb/+GSXv/jl2T/5KZ7/+a9ov/p18v/9e7q//37+v////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////v7+//38/P/16uP/6c68/+Cykv/hnnH/4pRg/+GRW//gkFr/349Z/96PWf/fkVv/4ZRg/+Sc - a//mrYX/6cat/+3f1f/38u///fz7//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////v7//v39//bt5//q08T/4bic/+Gh - dP/ilWH/4pJc/+GRW//fkFr/35Ba/+CRXP/ilmL/5aBw/+i0j//tz7n/8ujh//n29f/+/f3///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////+/v/+/f3/9/Dr/+zazf/kwKf/46V6/+OWYv/jk1z/4pJc/+GRW//hkVv/4pNd/+OY - ZP/lonP/6rmW//HXxf/58+///fz7//7+/v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////79/v/48/H/8OLY/+jL - tv/mrYb/5Jtp/+OVX//jk1z/4pJc/+KSXP/jlF7/45ll/+Wjdv/qu5v/89zM//z49f/+//////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////v7+//r39f/06uT/7tbG/+i2lP/lonP/5Jhj/+OTXf/jk1z/45Nc/+OU - Xv/jmWb/46V6/+m+oP/z39D//fr4//////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////+/v///Pv5//jx - 7f/y4NT/6b+h/+WnfP/jm2j/45Rd/+OTXP/jk1z/45Vf/+OaaP/ip3//58Cm//Pg1P/9+/r///////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////+/fz/+/fz//Xn3v/oxav/4quF/+KcbP/jlF3/45Nc/+OT - XP/jlV//4ptp/+CqhP/mw6z/8uLX//37+v////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////////////+ - /v/8+ff/9uvj/+jKtf/hsI3/4Z5w/+OUXv/jk1v/45Nc/+OVYP/inGv/4K2K/+bHsv/y5Nr//fz6//// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////7+//36+f/27ef/6M++/+G0lf/hoXX/45Re/+OT - W//jk1z/45Vh/+Kdbv/hsZH/5su5//Lm3v/9/Pv///////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////v7//fv6//fw6//p1cf/4rqf/+Kkev/jlF//45Nb/+OTXP/jlmH/455w/+K1l//o0MD/8+nj//38 - +/////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////v/9/Pr/+PPv/+zc0f/lwqn/46h//+OV - X//jk1v/45Nc/+OWYf/joHL/47ue/+nWyP/07ef//v38//////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////79/P/69vP/8OXe/+rMuP/msIv/5Jpn/+OVXv/jlV//5Jpm/+Wme//mwqn/7NzR//Xw - 7P/+/f3///////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////39//z59//27ur/79jI/+m6 - mv/loHL/45dj/+OXY//ln27/566G/+rLtf/v49v/9/Pw//7+/f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////v7//vz7//r39P/z4dX/68On/+SnfP/jmmj/45pn/+Skdf/otZH/7dTC//Tr - 5f/69/X//v7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////+/fz//Pr5//Xn - 3f/qyLH/4auG/+KcbP/im2r/46d9/+a7nP/w3M7/+fPv//38+/////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////+/f/9/Pv/9u3m/+zTw//jup7/4qqE/+Kogf/js5L/58au//Pl - 2v/7+PX//v7+//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////7+//7+ - /f/58+//8OLY/+nPvv/kwKb/472i/+XFr//q1cX/9uzm//37+f////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////v////v59//27+r/8OTb/+vYyv/p1cb/69rO/+/k - 3P/48/D//v38//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////v38//v59v/59PD/9u7o//Xt5v/27+r/+PTw//z6+f/+/v7///////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////////////////////////v7//v38//38+v/8+vj//Pn3//z6 - +P/9+/r//v39//////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////v7//v7+//7+/v///v3//v79//7+/v////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////8/////v// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////+/////f////P////6//////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////v////0////4P// - //P///////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////8////+D///+8////5P////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////l////vf// - /4n////R//////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////////9H///+K////S////7X///////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////////tf// - /0z///8P////jf////P///////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////T///+O////D////wH///9L////tP////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////////////////////tP// - /0v///8B////AP///xX///9m////1v////z///////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - /////////////////////////////P///9b///9m////Ff///wD///8A////AP///yT///9/////2v// - //z///////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////z////a////f/// - /yT///8A////AP///wD///8A////A////yD///9/////1v/////////+//////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////7/////////1v///3////8g////A////wD///8AAAAAAP///wD///8A////A/// - /yT///9l////sP///+7///////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ////////////////////////////////////////////////////////////7v///7H///9l////JP// - /wP///8A////AAAAAAAAAAAA////AP///wD///8A////AP///xT///9I////iP///7L////P////4/// - //L////7/////v////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - ///////////////////////////////////////////////////////////////////////9////+P// - /+/////i////z////7L///+I////SP///xT///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAP// - /wD///8A////AP///wH///8O////R////4P///+4////3/////T////9//////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////////////////////////////////////////////////// - //////////////////////////////////r////t////1////7b///+D////Rv///w7///8B////AP// - /wD///8AAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAA - AAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAABgAAAAAAA - AAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAc= - - - \ No newline at end of file diff --git a/AIMS/OperationFront/frmOperationSchedulePlan.cs b/AIMS/OperationFront/frmOperationSchedulePlan.cs index 06cb51a..ebd2fab 100644 --- a/AIMS/OperationFront/frmOperationSchedulePlan.cs +++ b/AIMS/OperationFront/frmOperationSchedulePlan.cs @@ -4227,7 +4227,7 @@ namespace AIMS.OperationFront.UI private void btnWorkPlan_Click(object sender, EventArgs e) { - FrmScheduling2 fw = new FrmScheduling2(); + frmPersonSchedul fw = new frmPersonSchedul(); fw.Show(); } #endregion diff --git a/AIMS/OperationFront/FrmScheduling2.cs b/AIMS/OperationFront/frmPersonSchedul.cs similarity index 99% rename from AIMS/OperationFront/FrmScheduling2.cs rename to AIMS/OperationFront/frmPersonSchedul.cs index f999955..ed65c6b 100644 --- a/AIMS/OperationFront/FrmScheduling2.cs +++ b/AIMS/OperationFront/frmPersonSchedul.cs @@ -11,9 +11,9 @@ using DCSoftDotfuscate; namespace AIMS.OperationFront.UI { - public partial class FrmScheduling2 : Form + public partial class frmPersonSchedul : Form { - public FrmScheduling2() + public frmPersonSchedul() { InitializeComponent(); } @@ -1339,7 +1339,7 @@ namespace AIMS.OperationFront.UI GetDataTableSchedulingNew(); } - private FrmScheduling2Option formOption = new FrmScheduling2Option(); + private frmPersonSchedulOption formOption = new frmPersonSchedulOption(); private void dataGridView1_CellMouseDown(object sender, DataGridViewCellMouseEventArgs e) { /*在主排班表格的日期格上点鼠标右键, 进行排班设置*/ @@ -1516,7 +1516,7 @@ namespace AIMS.OperationFront.UI private void btnAttendance_Click(object sender, EventArgs e) { - FrmScheduling3 form = new FrmScheduling3(); + frmPersonSchedulKeep form = new frmPersonSchedulKeep(); form.Show(); } private void btnPrint_Click(object sender, EventArgs e) diff --git a/AIMS/OperationFront/FrmScheduling2.designer.cs b/AIMS/OperationFront/frmPersonSchedul.designer.cs similarity index 99% rename from AIMS/OperationFront/FrmScheduling2.designer.cs rename to AIMS/OperationFront/frmPersonSchedul.designer.cs index 471cf1b..2035b4d 100644 --- a/AIMS/OperationFront/FrmScheduling2.designer.cs +++ b/AIMS/OperationFront/frmPersonSchedul.designer.cs @@ -1,6 +1,6 @@ namespace AIMS.OperationFront.UI { - partial class FrmScheduling2 + partial class frmPersonSchedul { /// /// Required designer variable. @@ -45,7 +45,7 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScheduling2)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPersonSchedul)); this.panelAll = new System.Windows.Forms.Panel(); this.panelBody = new System.Windows.Forms.Panel(); this.panelBodyB = new System.Windows.Forms.Panel(); diff --git a/AIMS/OperationFront/FrmScheduling2.resx b/AIMS/OperationFront/frmPersonSchedul.resx similarity index 100% rename from AIMS/OperationFront/FrmScheduling2.resx rename to AIMS/OperationFront/frmPersonSchedul.resx diff --git a/AIMS/OperationFront/FrmScheduling3.cs b/AIMS/OperationFront/frmPersonSchedulKeep.cs similarity index 99% rename from AIMS/OperationFront/FrmScheduling3.cs rename to AIMS/OperationFront/frmPersonSchedulKeep.cs index b789341..d160df8 100644 --- a/AIMS/OperationFront/FrmScheduling3.cs +++ b/AIMS/OperationFront/frmPersonSchedulKeep.cs @@ -11,7 +11,7 @@ using System.Windows.Forms; namespace AIMS.OperationFront.UI { - public partial class FrmScheduling3 : Form + public partial class frmPersonSchedulKeep : Form { private bool isDataLoaded = false; @@ -25,7 +25,7 @@ namespace AIMS.OperationFront.UI private Dictionary dicSchedulingTypeNameId = new Dictionary(); private GPDbHelper dbHelper = new GPDbHelper(); - public FrmScheduling3() + public frmPersonSchedulKeep() { InitializeComponent(); } diff --git a/AIMS/OperationFront/FrmScheduling3.designer.cs b/AIMS/OperationFront/frmPersonSchedulKeep.designer.cs similarity index 99% rename from AIMS/OperationFront/FrmScheduling3.designer.cs rename to AIMS/OperationFront/frmPersonSchedulKeep.designer.cs index 1fcea7d..9e9f350 100644 --- a/AIMS/OperationFront/FrmScheduling3.designer.cs +++ b/AIMS/OperationFront/frmPersonSchedulKeep.designer.cs @@ -1,6 +1,6 @@ namespace AIMS.OperationFront.UI { - partial class FrmScheduling3 + partial class frmPersonSchedulKeep { /// /// Required designer variable. @@ -47,7 +47,7 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScheduling3)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPersonSchedulKeep)); this.panelAll = new System.Windows.Forms.Panel(); this.panelBody = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); diff --git a/AIMS/OperationFront/FrmScheduling3.resx b/AIMS/OperationFront/frmPersonSchedulKeep.resx similarity index 100% rename from AIMS/OperationFront/FrmScheduling3.resx rename to AIMS/OperationFront/frmPersonSchedulKeep.resx diff --git a/AIMS/OperationFront/FrmScheduling2Option.cs b/AIMS/OperationFront/frmPersonSchedulOption.cs similarity index 96% rename from AIMS/OperationFront/FrmScheduling2Option.cs rename to AIMS/OperationFront/frmPersonSchedulOption.cs index 3b57bb4..a5da965 100644 --- a/AIMS/OperationFront/FrmScheduling2Option.cs +++ b/AIMS/OperationFront/frmPersonSchedulOption.cs @@ -3,9 +3,9 @@ using System.Windows.Forms; namespace AIMS.OperationFront.UI { - public partial class FrmScheduling2Option : Form + public partial class frmPersonSchedulOption : Form { - public FrmScheduling2Option() + public frmPersonSchedulOption() { InitializeComponent(); } diff --git a/AIMS/OperationFront/FrmScheduling2Option.designer.cs b/AIMS/OperationFront/frmPersonSchedulOption.designer.cs similarity index 99% rename from AIMS/OperationFront/FrmScheduling2Option.designer.cs rename to AIMS/OperationFront/frmPersonSchedulOption.designer.cs index b9cc70d..1710098 100644 --- a/AIMS/OperationFront/FrmScheduling2Option.designer.cs +++ b/AIMS/OperationFront/frmPersonSchedulOption.designer.cs @@ -1,7 +1,7 @@  namespace AIMS.OperationFront.UI { - partial class FrmScheduling2Option + partial class frmPersonSchedulOption { /// /// Required designer variable. diff --git a/AIMS/OperationFront/FrmScheduling2Option.resx b/AIMS/OperationFront/frmPersonSchedulOption.resx similarity index 100% rename from AIMS/OperationFront/FrmScheduling2Option.resx rename to AIMS/OperationFront/frmPersonSchedulOption.resx diff --git a/AIMS/OremrUserControl/PanelScrollHelper.cs b/AIMS/OremrUserControl/PanelScrollHelper.cs index 8e735ea..aadfbe2 100644 --- a/AIMS/OremrUserControl/PanelScrollHelper.cs +++ b/AIMS/OremrUserControl/PanelScrollHelper.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Windows.Forms; -namespace AIMS.PublicUI +namespace AIMS.PublicUI.UI { class PanelScrollHelper { diff --git a/AIMS/OremrUserControl/PrescriptionDocument.Designer.cs b/AIMS/OremrUserControl/PrescriptionDocument.Designer.cs index 87b1063..0efbe36 100644 --- a/AIMS/OremrUserControl/PrescriptionDocument.Designer.cs +++ b/AIMS/OremrUserControl/PrescriptionDocument.Designer.cs @@ -1,4 +1,4 @@ -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { partial class PrescriptionDocument { diff --git a/AIMS/OremrUserControl/PrescriptionDocument.cs b/AIMS/OremrUserControl/PrescriptionDocument.cs index a6f8a66..8d84c3e 100644 --- a/AIMS/OremrUserControl/PrescriptionDocument.cs +++ b/AIMS/OremrUserControl/PrescriptionDocument.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; -namespace AIMS.OperationDoing.AnasRecordBill +namespace AIMS.OperationAanesthesia { public partial class PrescriptionDocument : UserControl { diff --git a/AIMSEntity/Extensions/Connection.cs b/AIMSEntity/Extensions/Connection.cs index cc3d15a..015e7f6 100644 --- a/AIMSEntity/Extensions/Connection.cs +++ b/AIMSEntity/Extensions/Connection.cs @@ -18,7 +18,7 @@ namespace AIMSDAL { if (connectionString == null) { - connectionString = "Data Source=tx.wulvshi.cn;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020;";// new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); + connectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); } return connectionString; } diff --git a/AIMSExtension/DATADBHelper.cs b/AIMSExtension/DATADBHelper.cs index d545f8a..5ab47ae 100644 --- a/AIMSExtension/DATADBHelper.cs +++ b/AIMSExtension/DATADBHelper.cs @@ -8,8 +8,8 @@ using System.Windows.Forms; namespace AIMSExtension { public static class DATADBHelper - { - public static string _ConnectionString= new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("DataConnectionString")[0].ToString(); + { + public static string _ConnectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("DataConnectionString")[0].ToString(); /// /// 执行sql操作(增、删、改) diff --git a/AIMSExtension/DbHelperSQL.cs b/AIMSExtension/DbHelperSQL.cs index 5b5b20d..d6483c4 100644 --- a/AIMSExtension/DbHelperSQL.cs +++ b/AIMSExtension/DbHelperSQL.cs @@ -9,7 +9,7 @@ namespace HelperDB { public class DbHelperSQL { - private static string _ConnectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); + private static string _ConnectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); private static SqlConnection mConnection; public static SqlConnection Connection { diff --git a/AIMSExtension/GPDBConn.cs b/AIMSExtension/GPDBConn.cs index c8154e1..b297ce5 100644 --- a/AIMSExtension/GPDBConn.cs +++ b/AIMSExtension/GPDBConn.cs @@ -221,8 +221,8 @@ namespace AIMSExtension bool flag = string.IsNullOrEmpty(GPDBConn._staticConnectionString); if (flag) { - GPDBConn._staticConnectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); - } + GPDBConn._staticConnectionString = new XmlUse(Application.StartupPath + "\\AIMS.xml").GetNode("ConnectionString")[0].ToString(); + } }