From e2bd2d9f8d8237886aeb8a0b220d2fd5fc12ea7c Mon Sep 17 00:00:00 2001 From: leomo Date: Thu, 13 Oct 2022 23:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E5=99=A8=E6=A2=B0=E6=B8=85?= =?UTF-8?q?=E7=82=B9=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIMS/AIMS.csproj | 34 +- AIMS/FormLogin.cs | 10 +- AIMS/FormMainManage.cs | 2 +- AIMS/OperationAfter/frmOperationReview.cs | 4 +- .../AnasRecordBill/DrawAnasReordBill.cs | 78 +- ...igner.cs => frmAnasRecordBill.Designer.cs} | 4 +- ...sRecordBillNew.cs => frmAnasRecordBill.cs} | 4 +- ...ordBillNew.resx => frmAnasRecordBill.resx} | 0 .../frmAnasRecordInstrument.Designer.cs | 2874 +++++++++++++++++ .../AnasRecordBill/frmAnasRecordInstrument.cs | 1968 +++++++++++ .../frmAnasRecordInstrument.resx | 153 + .../frmAnaseDataQualityRecord.cs | 2 +- .../frmAnaseDataQualityRecord.designer.cs | 157 +- .../AnasRecordBill/frmSelectPatientNew.cs | 6 +- ...gner.cs => frmAnasRecoverBill.Designer.cs} | 4 +- ...ecoverBillNew.cs => frmAnasRecoverBill.cs} | 4 +- ...erBillNew.resx => frmAnasRecoverBill.resx} | 0 .../AnasRecoverBill/frmRecoverPatient.cs | 6 +- .../frmGoodsBillRecord.designer.cs | 1440 ++++----- .../oldSystemCode/frmGoodsBillRecord.resx | 2 +- .../frmSelectPatientGoodsBill.cs | 47 +- AIMS/OremrUserControl/UCOperationGoodsBill.cs | 1 + AIMSEntity/AIMSEntity.csproj | 5 - .../BLL/AutoGenerate/BApplianceRecord.cs | 1 + .../AutoGenerate/BOperationGoodsBillRecord.cs | 160 - .../BOperationRecordInstrumentList.cs | 1 + AIMSEntity/BLL/Extension/BOperationRecord.cs | 6 + .../DAL/AutoGenerate/DApplianceRecord.cs | 1 + .../AutoGenerate/DOperationGoodsBillRecord.cs | 765 ----- .../DOperationRecordInstrumentList.cs | 1 + .../AutoGenerate/OperationGoodsBillRecord.cs | 318 -- .../AreaManage}/ApplianceRecord.cs | 2 +- DrawGraph/AreaManage/AreaManageBase.cs | 3 + DrawGraph/AreaManage/DBManage.cs | 157 +- DrawGraph/AreaManage/DeletePhysios.cs | 80 + .../AreaManage/DeletePhysios.designer.cs | 88 - DrawGraph/AreaManage/InstrumentDataManage.cs | 528 +++ DrawGraph/AreaManage/OperationRecord.cs | 20 +- .../OperationRecordInstrumentList.cs | 60 +- DrawGraph/AreaManage/RemarkManage.cs | 2 +- DrawGraph/AreaManage/TempDataManage.cs | 470 +++ DrawGraph/AreaManage/TemplateManage.cs | 17 +- DrawGraph/DrawGraph.csproj | 13 +- DrawGraph/Graph/ZUtil.cs | 16 +- DrawGraph/Resources/bjtp.png | Bin 0 -> 41492 bytes DrawGraphManagement/AreaManageForm.cs | 20 +- DrawGraphManagement/Main.Designer.cs | 122 +- DrawGraphManagement/Main.cs | 113 +- 48 files changed, 7402 insertions(+), 2367 deletions(-) rename AIMS/OperationDoing/AnasRecordBill/{frmAnasRecordBillNew.Designer.cs => frmAnasRecordBill.Designer.cs} (99%) rename AIMS/OperationDoing/AnasRecordBill/{frmAnasRecordBillNew.cs => frmAnasRecordBill.cs} (99%) rename AIMS/OperationDoing/AnasRecordBill/{frmAnasRecordBillNew.resx => frmAnasRecordBill.resx} (100%) create mode 100644 AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs create mode 100644 AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs rename DrawGraph/AreaManage/DeletePhysios.resx => AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx (70%) rename AIMS/OperationDoing/AnasRecoverBill/{frmAnasRecoverBillNew.Designer.cs => frmAnasRecoverBill.Designer.cs} (99%) rename AIMS/OperationDoing/AnasRecoverBill/{frmAnasRecoverBillNew.cs => frmAnasRecoverBill.cs} (99%) rename AIMS/OperationDoing/AnasRecoverBill/{frmAnasRecoverBillNew.resx => frmAnasRecoverBill.resx} (100%) delete mode 100644 AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs delete mode 100644 AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs delete mode 100644 AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs rename {AIMSEntity/Model/AutoGenerate => DrawGraph/AreaManage}/ApplianceRecord.cs (99%) delete mode 100644 DrawGraph/AreaManage/DeletePhysios.designer.cs create mode 100644 DrawGraph/AreaManage/InstrumentDataManage.cs rename {AIMSEntity/Model/AutoGenerate => DrawGraph/AreaManage}/OperationRecordInstrumentList.cs (57%) create mode 100644 DrawGraph/AreaManage/TempDataManage.cs create mode 100644 DrawGraph/Resources/bjtp.png diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj index 33583d4..5556af6 100644 --- a/AIMS/AIMS.csproj +++ b/AIMS/AIMS.csproj @@ -279,6 +279,12 @@ frmQualityControlViewParent.cs + + Form + + + frmAnasRecordInstrument.cs + Form @@ -309,11 +315,11 @@ frmSafetyExamine.cs - + Form - - frmAnasRecoverBillNew.cs + + frmAnasRecoverBill.cs Form @@ -571,11 +577,11 @@ frmOperationReview.cs - + Form - - frmAnasRecordBillNew.cs + + frmAnasRecordBill.cs Form @@ -1001,6 +1007,10 @@ frmQualityControlViewParent.cs + + frmAnasRecordInstrument.cs + Designer + frmBloodGasAnalysisNew.cs @@ -1016,8 +1026,8 @@ frmSafetyExamine.cs - - frmAnasRecoverBillNew.cs + + frmAnasRecoverBill.cs Designer @@ -1140,8 +1150,8 @@ frmOperationReview.cs - - frmAnasRecordBillNew.cs + + frmAnasRecordBill.cs Designer @@ -1312,9 +1322,7 @@ Settings.settings True - - PreserveNewest - + PreserveNewest diff --git a/AIMS/FormLogin.cs b/AIMS/FormLogin.cs index b3f9365..c5e1a48 100644 --- a/AIMS/FormLogin.cs +++ b/AIMS/FormLogin.cs @@ -29,11 +29,11 @@ namespace AIMS //label2.Text = "@山西瑞禾康医疗科技有限公司 V" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString(); txtNo.Select(); txtNo.Focus(); - //#if DEBUG - // txtNo.Text = "admin"; - // txtPassWord.Text = "1"; - // btnOk_Click(null, null); - //#endif +#if DEBUG + txtNo.Text = "admin"; + txtPassWord.Text = "123"; + btnOk_Click(null, null); +#endif } private void btnOk_Click(object sender, EventArgs e) { diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs index ea12d17..3ae611d 100644 --- a/AIMS/FormMainManage.cs +++ b/AIMS/FormMainManage.cs @@ -471,7 +471,7 @@ namespace AIMS if (SelApplyId != 0) { OperationApply apply = BOperationApply.GetModel(SelApplyId); - AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew(); + AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill(); frmAnasRecord.PatientId = apply.OrisPatientId.Value; frmAnasRecord.ApplyId = apply.Id.Value; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; diff --git a/AIMS/OperationAfter/frmOperationReview.cs b/AIMS/OperationAfter/frmOperationReview.cs index c0d5d2c..caabad3 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.frmAnasRecordBillNew frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew(); + AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill(); 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.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew(); + AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = ApplyId; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; diff --git a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs b/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs index 22712a5..c07abb1 100644 --- a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs +++ b/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs @@ -1,4 +1,5 @@ using AIMSBLL; +using AxNsoOfficeLib; using DrawGraph; using HelperDB; using Newtonsoft.Json; @@ -12,9 +13,9 @@ namespace AIMS.OperationDoing.AnasRecordBill public class DrawAnasReordBill { public static void IniDrawAnasReordBill2(OperationRecord _record, ZedGraphControl Zgc, ref TemplateManage templateManage) - { + { try - { + { string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=1").ToString(); if (jsonStr != null && jsonStr != "") { @@ -63,7 +64,7 @@ namespace AIMS.OperationDoing.AnasRecordBill } public static void IniDrawAnasReordBill3(OperationRecord _record, ZedGraphControl Zgc, ref TemplateManage templateManage) - { + { try { string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=10").ToString(); @@ -113,8 +114,77 @@ namespace AIMS.OperationDoing.AnasRecordBill } } + public static void IniDrawAnasReordBill4(OperationRecord _record, ZedGraphControl Zgc, ZedGraphControl Zgc2, ref TemplateManage templateManage , ref TemplateManage templateManage2) + { + try + { + string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=20").ToString(); + if (jsonStr != null && jsonStr != "") + { + templateManage = JsonConvert.DeserializeObject(jsonStr); + templateManage.ZedControl = Zgc; + templateManage.Id = 20; + templateManage.OpeRecord = BOperationRecord.getRecord(_record, -1, 2); + bool reVal = templateManage.Load(); + if (reVal) + { + templateManage.DrawArea(); + DrawGraph.Util.DrawText(AIMSExtension.PublicMethod.GetHospitalName(), 0.385, 0.018, Zgc, DrawGraph.Util.Font16); + DrawGraph.Util.DrawText(" 器械清点单", 0.4, 0.04, Zgc, DrawGraph.Util.Font16); + + templateManage.ZedControl.Width = templateManage.ZedControl.Parent.Width - 54; + templateManage.ZedControl.Height = (templateManage.ZedControl.Parent.Width - 54) / 8 * 11; + + TextPackObj janCePack = templateManage.GetPackObjectOTag("BaseInfoTopManage_TextPackObj_2"); + int LocationY = Convert.ToInt32(templateManage.ZedControl.Height * janCePack.RealY); + templateManage.LocationY = LocationY; + templateManage.SetPYL(); + templateManage.ZedControl.AxisChange(); + templateManage.ZedControl.Refresh(); + } + else + { + MessageBox.Show(templateManage.MsgStr); + } + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + try + { + string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=30").ToString(); + if (jsonStr != null && jsonStr != "") + { + templateManage2 = JsonConvert.DeserializeObject(jsonStr); + templateManage2.ZedControl = Zgc2; + templateManage2.Id = 30; + templateManage2.OpeRecord = BOperationRecord.getRecord(_record, -1, 2); + bool reVal = templateManage2.Load(); + if (reVal) + { + templateManage2.DrawArea(); + templateManage2.ZedControl.Width = templateManage2.ZedControl.Parent.Width - 54; + templateManage2.ZedControl.Height = (templateManage2.ZedControl.Parent.Width - 54) / 8 * 11; + templateManage2.LocationY = 0; + templateManage2.SetPYL(); + templateManage2.ZedControl.AxisChange(); + templateManage2.ZedControl.Refresh(); + } + else + { + MessageBox.Show(templateManage2.MsgStr); + } + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + } public static DataTable SelectPhysioDataUpdate(int Id) - { + { string sql = string.Format("SELECT PhysioDataUpdate.Id,pr.Name ,PatientId,PhysioDataConfigId,RecordTime,[OldParamValue],[ParamValue],[PhysioDataUpdate].[OperatorName],[OperatorTime] FROM[dbo].[PhysioDataUpdate] left join PhysioDataConfig pr on pr.id =PhysioDataConfigId where PatientId ={0}", Id); DataTable dt = DBHelper.GetDataTable(sql); return dt; diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs index a6f88af..1eef4f3 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs @@ -1,6 +1,6 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { - partial class frmAnasRecordBillNew + partial class frmAnasRecordBill { /// /// Required designer variable. @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordBillNew)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordBill)); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel14 = new System.Windows.Forms.Panel(); diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs index 56d4e21..f1ae810 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs @@ -19,7 +19,7 @@ using System.Windows.Forms; namespace AIMS.OperationDoing.AnasRecordBill.UI { - public partial class frmAnasRecordBillNew : Form + public partial class frmAnasRecordBill : Form { #region 初始化 public OperationRecord _record; @@ -32,7 +32,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI public AIMSExtension.EditState State; public bool isReadOnly = false; - public frmAnasRecordBillNew() + public frmAnasRecordBill() { InitializeComponent(); #region 时间轴事件 diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.resx b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.resx rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs new file mode 100644 index 0000000..0fae68d --- /dev/null +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs @@ -0,0 +1,2874 @@ +namespace AIMS.OperationDoing.AnasRecordBill.UI +{ + partial class frmAnasRecordInstrument + { + /// + /// 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() + { + this.components = new System.ComponentModel.Container(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordInstrument)); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.panel14 = new System.Windows.Forms.Panel(); + this.button1 = new System.Windows.Forms.Button(); + this.button8 = new System.Windows.Forms.Button(); + this.button7 = new System.Windows.Forms.Button(); + this.btnCancelIn = new System.Windows.Forms.Button(); + this.btnCancelOperation = new System.Windows.Forms.Button(); + this.btnBloodGasAnalysis = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); + this.btnOperationInfo = new System.Windows.Forms.Button(); + this.btnOutputLiquids = new System.Windows.Forms.Button(); + this.btnAddEvents = new System.Windows.Forms.Button(); + this.btnDrug = new System.Windows.Forms.Button(); + this.btnTemplate = new System.Windows.Forms.Button(); + this.btnSelectPatient = new System.Windows.Forms.Button(); + this.panel4 = new System.Windows.Forms.Panel(); + this.btnChage = new System.Windows.Forms.Button(); + this.lblSpo2 = new System.Windows.Forms.Label(); + this.lblRESP = new System.Windows.Forms.Label(); + this.lblDia = new System.Windows.Forms.Label(); + this.lblPR = new System.Windows.Forms.Label(); + this.lblHR = new System.Windows.Forms.Label(); + this.btnsjzx = new System.Windows.Forms.Button(); + this.btndptz = new System.Windows.Forms.Button(); + this.btnsbwh = new System.Windows.Forms.Button(); + this.label9 = new System.Windows.Forms.Label(); + this.label8 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.label7 = new System.Windows.Forms.Label(); + this.label5 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.panel5 = new System.Windows.Forms.Panel(); + this.superTabMain = new DevComponents.DotNetBar.SuperTabControl(); + this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx(); + this.panel82 = new AIMS.PublicUI.UI.DrawPanel(); + this.panel18 = new System.Windows.Forms.Panel(); + this.panel19 = new System.Windows.Forms.Panel(); + this.label46 = new System.Windows.Forms.Label(); + this.label47 = new System.Windows.Forms.Label(); + this.uText21 = new System.Windows.Forms.TextBox(); + this.uText22 = new System.Windows.Forms.TextBox(); + this.label48 = new System.Windows.Forms.Label(); + this.label49 = new System.Windows.Forms.Label(); + this.uText23 = new System.Windows.Forms.TextBox(); + this.uText24 = new System.Windows.Forms.TextBox(); + this.label50 = new System.Windows.Forms.Label(); + this.uText25 = new System.Windows.Forms.TextBox(); + this.label51 = new System.Windows.Forms.Label(); + this.uText26 = new System.Windows.Forms.TextBox(); + this.panel20 = new System.Windows.Forms.Panel(); + this.label37 = new System.Windows.Forms.Label(); + this.label38 = new System.Windows.Forms.Label(); + this.uText15 = new System.Windows.Forms.TextBox(); + this.uText16 = new System.Windows.Forms.TextBox(); + this.label42 = new System.Windows.Forms.Label(); + this.label43 = new System.Windows.Forms.Label(); + this.uText17 = new System.Windows.Forms.TextBox(); + this.uText18 = new System.Windows.Forms.TextBox(); + this.label44 = new System.Windows.Forms.Label(); + this.uText19 = new System.Windows.Forms.TextBox(); + this.label45 = new System.Windows.Forms.Label(); + this.uText20 = new System.Windows.Forms.TextBox(); + this.panel22 = new System.Windows.Forms.Panel(); + this.label29 = new System.Windows.Forms.Label(); + this.label30 = new System.Windows.Forms.Label(); + this.uText9 = new System.Windows.Forms.TextBox(); + this.uText10 = new System.Windows.Forms.TextBox(); + this.label31 = new System.Windows.Forms.Label(); + this.label32 = new System.Windows.Forms.Label(); + this.uText11 = new System.Windows.Forms.TextBox(); + this.uText12 = new System.Windows.Forms.TextBox(); + this.label33 = new System.Windows.Forms.Label(); + this.uText13 = new System.Windows.Forms.TextBox(); + this.label34 = new System.Windows.Forms.Label(); + this.uText14 = new System.Windows.Forms.TextBox(); + this.panel23 = new System.Windows.Forms.Panel(); + this.label27 = new System.Windows.Forms.Label(); + this.label24 = new System.Windows.Forms.Label(); + this.uText8 = new System.Windows.Forms.TextBox(); + this.uText4 = new System.Windows.Forms.TextBox(); + this.label25 = new System.Windows.Forms.Label(); + this.label26 = new System.Windows.Forms.Label(); + this.uText7 = new System.Windows.Forms.TextBox(); + this.uText1 = new System.Windows.Forms.TextBox(); + this.label28 = new System.Windows.Forms.Label(); + this.uText5 = new System.Windows.Forms.TextBox(); + this.label35 = new System.Windows.Forms.Label(); + this.uText6 = new System.Windows.Forms.TextBox(); + this.panel25 = new System.Windows.Forms.Panel(); + this.label36 = new System.Windows.Forms.Label(); + this.panel12 = new System.Windows.Forms.Panel(); + this.panel17 = new System.Windows.Forms.Panel(); + this.panel24 = new System.Windows.Forms.Panel(); + this.button4 = new System.Windows.Forms.Button(); + this.radioButton4 = new System.Windows.Forms.RadioButton(); + this.radioButton5 = new System.Windows.Forms.RadioButton(); + this.radioButton3 = new System.Windows.Forms.RadioButton(); + this.radioButton2 = new System.Windows.Forms.RadioButton(); + this.label23 = new System.Windows.Forms.Label(); + this.radioButton1 = new System.Windows.Forms.RadioButton(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.circularProgress2 = new DevComponents.DotNetBar.Controls.CircularProgress(); + this.zgcAnaesRecord2 = new DrawGraph.ZedGraphControl(); + this.spTabBM = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.panelExZKZB = new DevComponents.DotNetBar.PanelEx(); + this.panel8 = new AIMS.PublicUI.UI.DrawPanel(); + this.panelQX = new System.Windows.Forms.Panel(); + this.plBottom = new System.Windows.Forms.Panel(); + this.panel32 = new System.Windows.Forms.Panel(); + this.plTital = new System.Windows.Forms.Panel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.label16 = new System.Windows.Forms.Label(); + this.label17 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.label20 = new System.Windows.Forms.Label(); + this.label21 = new System.Windows.Forms.Label(); + this.panel15 = new System.Windows.Forms.Panel(); + this.label11 = new System.Windows.Forms.Label(); + this.label12 = new System.Windows.Forms.Label(); + this.label13 = new System.Windows.Forms.Label(); + this.label14 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.label53 = new System.Windows.Forms.Label(); + this.panel16 = new System.Windows.Forms.Panel(); + this.label65 = new System.Windows.Forms.Label(); + this.label57 = new System.Windows.Forms.Label(); + this.label59 = new System.Windows.Forms.Label(); + this.label66 = new System.Windows.Forms.Label(); + this.label58 = new System.Windows.Forms.Label(); + this.plTop = new System.Windows.Forms.Panel(); + this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress(); + this.zgcAnaesRecord = new DrawGraph.ZedGraphControl(); + this.spTabQXQDD = new DevComponents.DotNetBar.SuperTabItem(); + this.panel7 = new System.Windows.Forms.Panel(); + this.panel21 = new System.Windows.Forms.Panel(); + this.plPrintBrowse = new System.Windows.Forms.Panel(); + this.PanelSave = new System.Windows.Forms.Panel(); + this.plPrint = new System.Windows.Forms.Panel(); + this.plRefresh = new System.Windows.Forms.Panel(); + this.lblRoom = new System.Windows.Forms.Label(); + this.label22 = new System.Windows.Forms.Label(); + this.labOperatorName = new System.Windows.Forms.Label(); + this.label19 = new System.Windows.Forms.Label(); + this.plTitleEventTime = new System.Windows.Forms.Panel(); + this.panel13 = new System.Windows.Forms.Panel(); + this.txtOutRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.picOutRoom = new System.Windows.Forms.PictureBox(); + this.button5 = new System.Windows.Forms.Button(); + this.panel10 = new System.Windows.Forms.Panel(); + this.txtOperationBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.picOpeBegin = new System.Windows.Forms.PictureBox(); + this.button2 = new System.Windows.Forms.Button(); + this.panel11 = new System.Windows.Forms.Panel(); + this.txtOperationEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.picOpeEnd = new System.Windows.Forms.PictureBox(); + this.button3 = new System.Windows.Forms.Button(); + this.panel6 = new System.Windows.Forms.Panel(); + this.txtInRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); + this.picInRoom = new System.Windows.Forms.PictureBox(); + this.txtInRoom1 = new System.Windows.Forms.Button(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.panel3.SuspendLayout(); + this.panel14.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.superTabMain)).BeginInit(); + this.superTabMain.SuspendLayout(); + this.superTabControlPanel2.SuspendLayout(); + this.panelExBLSJ.SuspendLayout(); + this.panel82.SuspendLayout(); + this.panel18.SuspendLayout(); + this.panel19.SuspendLayout(); + this.panel20.SuspendLayout(); + this.panel22.SuspendLayout(); + this.panel23.SuspendLayout(); + this.panel25.SuspendLayout(); + this.panel12.SuspendLayout(); + this.panel17.SuspendLayout(); + this.panel24.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.superTabControlPanel1.SuspendLayout(); + this.panelExZKZB.SuspendLayout(); + this.panel8.SuspendLayout(); + this.panelQX.SuspendLayout(); + this.plBottom.SuspendLayout(); + this.plTital.SuspendLayout(); + this.panel9.SuspendLayout(); + this.panel15.SuspendLayout(); + this.panel16.SuspendLayout(); + this.panel7.SuspendLayout(); + this.panel21.SuspendLayout(); + this.plTitleEventTime.SuspendLayout(); + this.panel13.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).BeginInit(); + this.panel10.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtOperationBegin)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOpeBegin)).BeginInit(); + this.panel11.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtOperationEnd)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOpeEnd)).BeginInit(); + this.panel6.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picInRoom)).BeginInit(); + this.SuspendLayout(); + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.AliceBlue; + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(2082, 10); + this.panel2.TabIndex = 1; + this.panel2.Visible = false; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.SlateGray; + this.panel3.Controls.Add(this.panel14); + this.panel3.Dock = System.Windows.Forms.DockStyle.Left; + this.panel3.Font = new System.Drawing.Font("宋体", 12F); + this.panel3.Location = new System.Drawing.Point(0, 10); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(160, 1032); + this.panel3.TabIndex = 2; + // + // panel14 + // + this.panel14.BackColor = System.Drawing.Color.White; + this.panel14.Controls.Add(this.button1); + this.panel14.Controls.Add(this.button8); + this.panel14.Controls.Add(this.button7); + this.panel14.Controls.Add(this.btnCancelIn); + this.panel14.Controls.Add(this.btnCancelOperation); + this.panel14.Controls.Add(this.btnBloodGasAnalysis); + this.panel14.Controls.Add(this.button6); + this.panel14.Controls.Add(this.btnOperationInfo); + this.panel14.Controls.Add(this.btnOutputLiquids); + this.panel14.Controls.Add(this.btnAddEvents); + this.panel14.Controls.Add(this.btnDrug); + this.panel14.Controls.Add(this.btnTemplate); + this.panel14.Controls.Add(this.btnSelectPatient); + this.panel14.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel14.Location = new System.Drawing.Point(0, 0); + this.panel14.Name = "panel14"; + this.panel14.Size = new System.Drawing.Size(160, 1032); + this.panel14.TabIndex = 5; + // + // button1 + // + this.button1.BackColor = System.Drawing.Color.Transparent; + this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.button1.Cursor = System.Windows.Forms.Cursors.Hand; + this.button1.Dock = System.Windows.Forms.DockStyle.Top; + this.button1.FlatAppearance.BorderSize = 0; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button1.Font = new System.Drawing.Font("微软雅黑", 11F); + this.button1.ForeColor = System.Drawing.Color.DimGray; + this.button1.Image = global::AIMS.Properties.Resources.添加数据; + this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.button1.Location = new System.Drawing.Point(0, 600); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(160, 50); + this.button1.TabIndex = 16; + this.button1.Text = " 新增器械"; + this.button1.UseVisualStyleBackColor = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // button8 + // + this.button8.BackColor = System.Drawing.Color.Transparent; + this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.button8.Cursor = System.Windows.Forms.Cursors.Hand; + this.button8.Dock = System.Windows.Forms.DockStyle.Top; + this.button8.FlatAppearance.BorderSize = 0; + this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button8.Font = new System.Drawing.Font("微软雅黑", 11F); + this.button8.ForeColor = System.Drawing.Color.DimGray; + this.button8.Image = global::AIMS.Properties.Resources.系统设置; + this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.button8.Location = new System.Drawing.Point(0, 550); + this.button8.Name = "button8"; + this.button8.Size = new System.Drawing.Size(160, 50); + this.button8.TabIndex = 15; + this.button8.Text = " 系统设置"; + this.button8.UseVisualStyleBackColor = false; + this.button8.Click += new System.EventHandler(this.toolStripMenuItem2_Click); + // + // button7 + // + this.button7.BackColor = System.Drawing.Color.Transparent; + this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.button7.Cursor = System.Windows.Forms.Cursors.Hand; + this.button7.Dock = System.Windows.Forms.DockStyle.Top; + this.button7.FlatAppearance.BorderSize = 0; + this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button7.Font = new System.Drawing.Font("微软雅黑", 11F); + this.button7.ForeColor = System.Drawing.Color.DimGray; + this.button7.Image = global::AIMS.Properties.Resources.文书编辑; + this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.button7.Location = new System.Drawing.Point(0, 500); + this.button7.Name = "button7"; + this.button7.Size = new System.Drawing.Size(160, 50); + this.button7.TabIndex = 14; + this.button7.Text = " 文书记录"; + this.button7.UseVisualStyleBackColor = false; + this.button7.Click += new System.EventHandler(this.tsbExePlan_Click); + // + // btnCancelIn + // + this.btnCancelIn.BackColor = System.Drawing.Color.Transparent; + this.btnCancelIn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnCancelIn.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnCancelIn.Dock = System.Windows.Forms.DockStyle.Top; + this.btnCancelIn.FlatAppearance.BorderSize = 0; + this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray; + this.btnCancelIn.Image = global::AIMS.Properties.Resources.显示切换; + this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnCancelIn.Location = new System.Drawing.Point(0, 450); + this.btnCancelIn.Name = "btnCancelIn"; + this.btnCancelIn.Size = new System.Drawing.Size(160, 50); + this.btnCancelIn.TabIndex = 12; + this.btnCancelIn.Text = " 取消转入"; + this.btnCancelIn.UseVisualStyleBackColor = false; + this.btnCancelIn.Visible = false; + this.btnCancelIn.Click += new System.EventHandler(this.btnCancelIn_Click); + // + // btnCancelOperation + // + this.btnCancelOperation.BackColor = System.Drawing.Color.Transparent; + this.btnCancelOperation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnCancelOperation.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnCancelOperation.Dock = System.Windows.Forms.DockStyle.Top; + this.btnCancelOperation.FlatAppearance.BorderSize = 0; + this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray; + this.btnCancelOperation.Image = global::AIMS.Properties.Resources.取消手术; + this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnCancelOperation.Location = new System.Drawing.Point(0, 400); + this.btnCancelOperation.Name = "btnCancelOperation"; + this.btnCancelOperation.Size = new System.Drawing.Size(160, 50); + this.btnCancelOperation.TabIndex = 11; + this.btnCancelOperation.Text = " 停止手术"; + this.btnCancelOperation.UseVisualStyleBackColor = false; + this.btnCancelOperation.Visible = false; + this.btnCancelOperation.Click += new System.EventHandler(this.btnCancelOperation_Click); + // + // btnBloodGasAnalysis + // + this.btnBloodGasAnalysis.BackColor = System.Drawing.Color.Transparent; + this.btnBloodGasAnalysis.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnBloodGasAnalysis.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnBloodGasAnalysis.Dock = System.Windows.Forms.DockStyle.Top; + this.btnBloodGasAnalysis.FlatAppearance.BorderSize = 0; + this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray; + this.btnBloodGasAnalysis.Image = global::AIMS.Properties.Resources.血气分析; + this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350); + this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis"; + this.btnBloodGasAnalysis.Size = new System.Drawing.Size(160, 50); + this.btnBloodGasAnalysis.TabIndex = 8; + this.btnBloodGasAnalysis.Text = " 血气分析"; + this.btnBloodGasAnalysis.UseVisualStyleBackColor = false; + this.btnBloodGasAnalysis.Visible = false; + this.btnBloodGasAnalysis.Click += new System.EventHandler(this.btnBloodGasAnalysis_Click); + // + // button6 + // + this.button6.BackColor = System.Drawing.Color.Transparent; + this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.button6.Cursor = System.Windows.Forms.Cursors.Hand; + this.button6.Dock = System.Windows.Forms.DockStyle.Top; + this.button6.FlatAppearance.BorderSize = 0; + this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button6.Font = new System.Drawing.Font("微软雅黑", 11F); + this.button6.ForeColor = System.Drawing.Color.DimGray; + this.button6.Image = global::AIMS.Properties.Resources.不良事件; + this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.button6.Location = new System.Drawing.Point(0, 300); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(160, 50); + this.button6.TabIndex = 9; + this.button6.Text = " 质控指标"; + this.button6.UseVisualStyleBackColor = false; + this.button6.Visible = false; + this.button6.Click += new System.EventHandler(this.button6_Click); + // + // btnOperationInfo + // + this.btnOperationInfo.BackColor = System.Drawing.Color.Transparent; + this.btnOperationInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnOperationInfo.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnOperationInfo.Dock = System.Windows.Forms.DockStyle.Top; + this.btnOperationInfo.FlatAppearance.BorderSize = 0; + this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray; + this.btnOperationInfo.Image = global::AIMS.Properties.Resources.文书单; + this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnOperationInfo.Location = new System.Drawing.Point(0, 250); + this.btnOperationInfo.Name = "btnOperationInfo"; + this.btnOperationInfo.Size = new System.Drawing.Size(160, 50); + this.btnOperationInfo.TabIndex = 4; + this.btnOperationInfo.Text = " 手术信息"; + this.btnOperationInfo.UseVisualStyleBackColor = false; + this.btnOperationInfo.Click += new System.EventHandler(this.btnOperationInfo_Click); + // + // btnOutputLiquids + // + this.btnOutputLiquids.BackColor = System.Drawing.Color.Transparent; + this.btnOutputLiquids.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnOutputLiquids.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnOutputLiquids.Dock = System.Windows.Forms.DockStyle.Top; + this.btnOutputLiquids.FlatAppearance.BorderSize = 0; + this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray; + this.btnOutputLiquids.Image = global::AIMS.Properties.Resources.快捷事件; + this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200); + this.btnOutputLiquids.Name = "btnOutputLiquids"; + this.btnOutputLiquids.Size = new System.Drawing.Size(160, 50); + this.btnOutputLiquids.TabIndex = 7; + this.btnOutputLiquids.Text = " 出量记录"; + this.btnOutputLiquids.UseVisualStyleBackColor = false; + this.btnOutputLiquids.Click += new System.EventHandler(this.btnOutputLiquids_Click); + // + // btnAddEvents + // + this.btnAddEvents.BackColor = System.Drawing.Color.Transparent; + this.btnAddEvents.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnAddEvents.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnAddEvents.Dock = System.Windows.Forms.DockStyle.Top; + this.btnAddEvents.FlatAppearance.BorderSize = 0; + this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray; + this.btnAddEvents.Image = global::AIMS.Properties.Resources.事件记录; + this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnAddEvents.Location = new System.Drawing.Point(0, 150); + this.btnAddEvents.Name = "btnAddEvents"; + this.btnAddEvents.Size = new System.Drawing.Size(160, 50); + this.btnAddEvents.TabIndex = 6; + this.btnAddEvents.Text = " 事件记录"; + this.btnAddEvents.UseVisualStyleBackColor = false; + this.btnAddEvents.Click += new System.EventHandler(this.btnAddEvents_Click); + // + // btnDrug + // + this.btnDrug.BackColor = System.Drawing.Color.Transparent; + this.btnDrug.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnDrug.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnDrug.Dock = System.Windows.Forms.DockStyle.Top; + this.btnDrug.FlatAppearance.BorderSize = 0; + this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnDrug.ForeColor = System.Drawing.Color.DimGray; + this.btnDrug.Image = global::AIMS.Properties.Resources.用药记录; + this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnDrug.Location = new System.Drawing.Point(0, 100); + this.btnDrug.Name = "btnDrug"; + this.btnDrug.Size = new System.Drawing.Size(160, 50); + this.btnDrug.TabIndex = 5; + this.btnDrug.Text = " 用药记录"; + this.btnDrug.UseVisualStyleBackColor = false; + this.btnDrug.Click += new System.EventHandler(this.btnDrug_Click); + // + // btnTemplate + // + this.btnTemplate.BackColor = System.Drawing.Color.Transparent; + this.btnTemplate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnTemplate.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnTemplate.Dock = System.Windows.Forms.DockStyle.Top; + this.btnTemplate.FlatAppearance.BorderSize = 0; + this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnTemplate.ForeColor = System.Drawing.Color.DimGray; + this.btnTemplate.Image = global::AIMS.Properties.Resources.模板应用; + this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnTemplate.Location = new System.Drawing.Point(0, 50); + this.btnTemplate.Name = "btnTemplate"; + this.btnTemplate.Size = new System.Drawing.Size(160, 50); + this.btnTemplate.TabIndex = 10; + this.btnTemplate.Text = " 选器械包"; + this.btnTemplate.UseVisualStyleBackColor = false; + this.btnTemplate.Click += new System.EventHandler(this.btnTemplate_Click); + // + // btnSelectPatient + // + this.btnSelectPatient.BackColor = System.Drawing.Color.Transparent; + this.btnSelectPatient.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.btnSelectPatient.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnSelectPatient.Dock = System.Windows.Forms.DockStyle.Top; + this.btnSelectPatient.FlatAppearance.BorderSize = 0; + this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray; + this.btnSelectPatient.Image = global::AIMS.Properties.Resources.患者列表; + this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnSelectPatient.Location = new System.Drawing.Point(0, 0); + this.btnSelectPatient.Name = "btnSelectPatient"; + this.btnSelectPatient.Size = new System.Drawing.Size(160, 50); + this.btnSelectPatient.TabIndex = 3; + this.btnSelectPatient.Text = " 患者列表"; + this.btnSelectPatient.UseVisualStyleBackColor = false; + this.btnSelectPatient.Click += new System.EventHandler(this.btnSelectPatient_Click); + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.White; + this.panel4.Controls.Add(this.btnChage); + this.panel4.Controls.Add(this.lblSpo2); + this.panel4.Controls.Add(this.lblRESP); + this.panel4.Controls.Add(this.lblDia); + this.panel4.Controls.Add(this.lblPR); + this.panel4.Controls.Add(this.lblHR); + this.panel4.Controls.Add(this.btnsjzx); + this.panel4.Controls.Add(this.btndptz); + this.panel4.Controls.Add(this.btnsbwh); + this.panel4.Controls.Add(this.label9); + this.panel4.Controls.Add(this.label8); + this.panel4.Controls.Add(this.label6); + this.panel4.Controls.Add(this.label10); + this.panel4.Controls.Add(this.label7); + this.panel4.Controls.Add(this.label5); + this.panel4.Controls.Add(this.label3); + this.panel4.Controls.Add(this.label2); + this.panel4.Controls.Add(this.label4); + this.panel4.Controls.Add(this.label1); + this.panel4.Dock = System.Windows.Forms.DockStyle.Right; + this.panel4.Font = new System.Drawing.Font("宋体", 10.5F); + this.panel4.Location = new System.Drawing.Point(1922, 10); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(160, 1032); + this.panel4.TabIndex = 3; + // + // btnChage + // + this.btnChage.BackColor = System.Drawing.Color.Transparent; + this.btnChage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnChage.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnChage.Dock = System.Windows.Forms.DockStyle.Bottom; + this.btnChage.FlatAppearance.BorderSize = 0; + this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnChage.ForeColor = System.Drawing.Color.DimGray; + this.btnChage.Image = global::AIMS.Properties.Resources.麻醉医嘱; + this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnChage.Location = new System.Drawing.Point(0, 832); + this.btnChage.Name = "btnChage"; + this.btnChage.Size = new System.Drawing.Size(160, 50); + this.btnChage.TabIndex = 24; + this.btnChage.Text = " 收费记录"; + this.btnChage.UseVisualStyleBackColor = false; + this.btnChage.Visible = false; + this.btnChage.Click += new System.EventHandler(this.btnChage_Click); + // + // lblSpo2 + // + this.lblSpo2.AutoSize = true; + this.lblSpo2.Font = new System.Drawing.Font("微软雅黑", 23F); + this.lblSpo2.ForeColor = System.Drawing.Color.Teal; + this.lblSpo2.Location = new System.Drawing.Point(63, 399); + this.lblSpo2.Name = "lblSpo2"; + this.lblSpo2.Size = new System.Drawing.Size(43, 40); + this.lblSpo2.TabIndex = 9; + this.lblSpo2.Text = "--"; + // + // lblRESP + // + this.lblRESP.AutoSize = true; + this.lblRESP.Font = new System.Drawing.Font("微软雅黑", 23F); + this.lblRESP.ForeColor = System.Drawing.Color.Teal; + this.lblRESP.Location = new System.Drawing.Point(63, 308); + this.lblRESP.Name = "lblRESP"; + this.lblRESP.Size = new System.Drawing.Size(43, 40); + this.lblRESP.TabIndex = 7; + this.lblRESP.Text = "--"; + // + // lblDia + // + this.lblDia.AutoSize = true; + this.lblDia.Font = new System.Drawing.Font("微软雅黑", 23F); + this.lblDia.ForeColor = System.Drawing.Color.Teal; + this.lblDia.Location = new System.Drawing.Point(43, 217); + this.lblDia.Name = "lblDia"; + this.lblDia.Size = new System.Drawing.Size(82, 40); + this.lblDia.TabIndex = 5; + this.lblDia.Text = "--/--"; + // + // lblPR + // + this.lblPR.AutoSize = true; + this.lblPR.Font = new System.Drawing.Font("微软雅黑", 23F); + this.lblPR.ForeColor = System.Drawing.Color.Teal; + this.lblPR.Location = new System.Drawing.Point(63, 126); + this.lblPR.Name = "lblPR"; + this.lblPR.Size = new System.Drawing.Size(43, 40); + this.lblPR.TabIndex = 3; + this.lblPR.Text = "--"; + // + // lblHR + // + this.lblHR.AutoSize = true; + this.lblHR.Font = new System.Drawing.Font("微软雅黑", 23F); + this.lblHR.ForeColor = System.Drawing.Color.Teal; + this.lblHR.Location = new System.Drawing.Point(63, 35); + this.lblHR.Name = "lblHR"; + this.lblHR.Size = new System.Drawing.Size(43, 40); + this.lblHR.TabIndex = 1; + this.lblHR.Text = "--"; + // + // btnsjzx + // + this.btnsjzx.BackColor = System.Drawing.Color.Transparent; + this.btnsjzx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnsjzx.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnsjzx.Dock = System.Windows.Forms.DockStyle.Bottom; + this.btnsjzx.FlatAppearance.BorderSize = 0; + this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnsjzx.ForeColor = System.Drawing.Color.DimGray; + this.btnsjzx.Image = global::AIMS.Properties.Resources.工作列表; + this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnsjzx.Location = new System.Drawing.Point(0, 882); + this.btnsjzx.Name = "btnsjzx"; + this.btnsjzx.Size = new System.Drawing.Size(160, 50); + this.btnsjzx.TabIndex = 22; + this.btnsjzx.Text = " 数据中心"; + this.btnsjzx.UseVisualStyleBackColor = false; + this.btnsjzx.Click += new System.EventHandler(this.btnsjzx_Click); + // + // btndptz + // + this.btndptz.BackColor = System.Drawing.Color.Transparent; + this.btndptz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btndptz.Cursor = System.Windows.Forms.Cursors.Hand; + this.btndptz.Dock = System.Windows.Forms.DockStyle.Bottom; + this.btndptz.FlatAppearance.BorderSize = 0; + this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btndptz.ForeColor = System.Drawing.Color.DimGray; + this.btndptz.Image = global::AIMS.Properties.Resources.文书状态; + this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btndptz.Location = new System.Drawing.Point(0, 932); + this.btndptz.Name = "btndptz"; + this.btndptz.Size = new System.Drawing.Size(160, 50); + this.btndptz.TabIndex = 19; + this.btndptz.Text = " 大屏通知"; + this.btndptz.UseVisualStyleBackColor = false; + this.btndptz.Click += new System.EventHandler(this.btndptz_Click); + // + // btnsbwh + // + this.btnsbwh.BackColor = System.Drawing.Color.Transparent; + this.btnsbwh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnsbwh.Cursor = System.Windows.Forms.Cursors.Hand; + this.btnsbwh.Dock = System.Windows.Forms.DockStyle.Bottom; + this.btnsbwh.FlatAppearance.BorderSize = 0; + this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F); + this.btnsbwh.ForeColor = System.Drawing.Color.DimGray; + this.btnsbwh.Image = global::AIMS.Properties.Resources.耗材管理; + this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; + this.btnsbwh.Location = new System.Drawing.Point(0, 982); + this.btnsbwh.Name = "btnsbwh"; + this.btnsbwh.Size = new System.Drawing.Size(160, 50); + this.btnsbwh.TabIndex = 16; + this.btnsbwh.Text = " 设备维护"; + this.btnsbwh.UseVisualStyleBackColor = false; + this.btnsbwh.Click += new System.EventHandler(this.btnsbwh_Click); + // + // label9 + // + this.label9.AutoSize = true; + this.label9.BackColor = System.Drawing.Color.White; + this.label9.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label9.ForeColor = System.Drawing.Color.DimGray; + this.label9.Location = new System.Drawing.Point(37, 376); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(95, 24); + this.label9.TabIndex = 10; + this.label9.Text = "SPO2( % )"; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.BackColor = System.Drawing.Color.White; + this.label8.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label8.ForeColor = System.Drawing.Color.DimGray; + this.label8.Location = new System.Drawing.Point(29, 285); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(110, 24); + this.label8.TabIndex = 8; + this.label8.Text = "呼吸( 次/分 )"; + // + // label6 + // + this.label6.AutoSize = true; + this.label6.BackColor = System.Drawing.Color.White; + this.label6.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label6.ForeColor = System.Drawing.Color.DimGray; + this.label6.Location = new System.Drawing.Point(21, 194); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(127, 24); + this.label6.TabIndex = 4; + this.label6.Text = "血压( mmHg )"; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.BackColor = System.Drawing.Color.White; + this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label10.ForeColor = System.Drawing.Color.DimGray; + this.label10.Location = new System.Drawing.Point(49, 441); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(70, 17); + this.label10.TabIndex = 2; + this.label10.Text = "90%-100%"; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.BackColor = System.Drawing.Color.White; + this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label7.ForeColor = System.Drawing.Color.DimGray; + this.label7.Location = new System.Drawing.Point(47, 350); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(74, 17); + this.label7.TabIndex = 2; + this.label7.Text = "16-20 次/分"; + // + // label5 + // + this.label5.AutoSize = true; + this.label5.BackColor = System.Drawing.Color.White; + this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label5.ForeColor = System.Drawing.Color.DimGray; + this.label5.Location = new System.Drawing.Point(39, 259); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(91, 17); + this.label5.TabIndex = 2; + this.label5.Text = "60-140 mmHg"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.BackColor = System.Drawing.Color.White; + this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label3.ForeColor = System.Drawing.Color.DimGray; + this.label3.Location = new System.Drawing.Point(44, 168); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(81, 17); + this.label3.TabIndex = 2; + this.label3.Text = "60-100 次/分"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.BackColor = System.Drawing.Color.White; + this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label2.ForeColor = System.Drawing.Color.DimGray; + this.label2.Location = new System.Drawing.Point(44, 77); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(81, 17); + this.label2.TabIndex = 2; + this.label2.Text = "60-100 次/分"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.BackColor = System.Drawing.Color.White; + this.label4.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label4.ForeColor = System.Drawing.Color.DimGray; + this.label4.Location = new System.Drawing.Point(29, 103); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(110, 24); + this.label4.TabIndex = 2; + this.label4.Text = "脉搏( 次/分 )"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.BackColor = System.Drawing.Color.White; + this.label1.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.ForeColor = System.Drawing.Color.DimGray; + this.label1.Location = new System.Drawing.Point(29, 12); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(110, 24); + this.label1.TabIndex = 0; + this.label1.Text = "心率( 次/分 )"; + // + // panel1 + // + this.panel1.Controls.Add(this.panel5); + this.panel1.Controls.Add(this.panel4); + this.panel1.Controls.Add(this.panel3); + this.panel1.Controls.Add(this.panel2); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(2082, 1042); + this.panel1.TabIndex = 0; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.SystemColors.Control; + this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel5.Controls.Add(this.superTabMain); + this.panel5.Controls.Add(this.panel7); + this.panel5.Controls.Add(this.plTitleEventTime); + this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel5.Location = new System.Drawing.Point(160, 10); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(1762, 1032); + this.panel5.TabIndex = 4; + // + // superTabMain + // + // + // + // + // + // + // + this.superTabMain.ControlBox.CloseBox.Name = ""; + // + // + // + this.superTabMain.ControlBox.MenuBox.Name = ""; + this.superTabMain.ControlBox.Name = ""; + this.superTabMain.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { + this.superTabMain.ControlBox.MenuBox, + this.superTabMain.ControlBox.CloseBox}); + this.superTabMain.Controls.Add(this.superTabControlPanel2); + this.superTabMain.Controls.Add(this.superTabControlPanel1); + this.superTabMain.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabMain.Location = new System.Drawing.Point(0, 58); + this.superTabMain.Name = "superTabMain"; + this.superTabMain.ReorderTabsEnabled = true; + this.superTabMain.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); + this.superTabMain.SelectedTabIndex = 0; + this.superTabMain.Size = new System.Drawing.Size(1760, 932); + this.superTabMain.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.superTabMain.TabIndex = 14; + this.superTabMain.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { + this.spTabQXQDD, + this.spTabBM}); + this.superTabMain.SelectedTabChanged += new System.EventHandler(this.superTabMain_SelectedTabChanged); + // + // superTabControlPanel2 + // + this.superTabControlPanel2.Controls.Add(this.panelExBLSJ); + this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28); + this.superTabControlPanel2.Name = "superTabControlPanel2"; + this.superTabControlPanel2.Size = new System.Drawing.Size(1760, 904); + this.superTabControlPanel2.TabIndex = 0; + this.superTabControlPanel2.TabItem = this.spTabBM; + // + // panelExBLSJ + // + this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control; + this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.panelExBLSJ.Controls.Add(this.panel82); + this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty; + this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelExBLSJ.Location = new System.Drawing.Point(0, 0); + this.panelExBLSJ.Name = "panelExBLSJ"; + this.panelExBLSJ.Size = new System.Drawing.Size(1760, 904); + this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center; + this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.panelExBLSJ.Style.GradientAngle = 90; + this.panelExBLSJ.TabIndex = 0; + // + // panel82 + // + this.panel82.AutoScroll = true; + this.panel82.BackColor = System.Drawing.Color.White; + this.panel82.Controls.Add(this.panel18); + this.panel82.Controls.Add(this.panel12); + this.panel82.Controls.Add(this.circularProgress2); + this.panel82.Controls.Add(this.zgcAnaesRecord2); + this.panel82.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel82.Location = new System.Drawing.Point(0, 0); + this.panel82.Name = "panel82"; + this.panel82.Size = new System.Drawing.Size(1760, 904); + this.panel82.TabIndex = 3; + this.panel82.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel82_Scroll); + // + // panel18 + // + this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel18.Controls.Add(this.panel19); + this.panel18.Controls.Add(this.panel20); + this.panel18.Controls.Add(this.panel22); + this.panel18.Controls.Add(this.panel23); + this.panel18.Controls.Add(this.panel25); + this.panel18.Location = new System.Drawing.Point(285, 552); + this.panel18.Name = "panel18"; + this.panel18.Size = new System.Drawing.Size(1055, 242); + this.panel18.TabIndex = 1469; + // + // panel19 + // + this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel19.Controls.Add(this.label46); + this.panel19.Controls.Add(this.label47); + this.panel19.Controls.Add(this.uText21); + this.panel19.Controls.Add(this.uText22); + this.panel19.Controls.Add(this.label48); + this.panel19.Controls.Add(this.label49); + this.panel19.Controls.Add(this.uText23); + this.panel19.Controls.Add(this.uText24); + this.panel19.Controls.Add(this.label50); + this.panel19.Controls.Add(this.uText25); + this.panel19.Controls.Add(this.label51); + this.panel19.Controls.Add(this.uText26); + this.panel19.Dock = System.Windows.Forms.DockStyle.Top; + this.panel19.Location = new System.Drawing.Point(54, 183); + this.panel19.Name = "panel19"; + this.panel19.Size = new System.Drawing.Size(999, 59); + this.panel19.TabIndex = 1356; + // + // label46 + // + this.label46.AutoSize = true; + this.label46.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label46.Location = new System.Drawing.Point(668, 30); + this.label46.Name = "label46"; + this.label46.Size = new System.Drawing.Size(65, 20); + this.label46.TabIndex = 1449; + this.label46.Text = "失效日期"; + // + // label47 + // + this.label47.AutoSize = true; + this.label47.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label47.Location = new System.Drawing.Point(668, 1); + this.label47.Name = "label47"; + this.label47.Size = new System.Drawing.Size(79, 20); + this.label47.TabIndex = 1449; + this.label47.Text = "灭菌器编号"; + // + // uText21 + // + this.uText21.BackColor = System.Drawing.Color.White; + this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText21.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText21.Location = new System.Drawing.Point(769, 33); + this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText21.Name = "uText21"; + this.uText21.Size = new System.Drawing.Size(217, 23); + this.uText21.TabIndex = 1435; + this.uText21.Tag = "TempDataManage_TextPackObj_616"; + // + // uText22 + // + this.uText22.BackColor = System.Drawing.Color.White; + this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText22.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText22.Location = new System.Drawing.Point(769, 4); + this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText22.Name = "uText22"; + this.uText22.Size = new System.Drawing.Size(217, 23); + this.uText22.TabIndex = 1435; + this.uText22.Tag = "TempDataManage_TextPackObj_615"; + // + // label48 + // + this.label48.AutoSize = true; + this.label48.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label48.Location = new System.Drawing.Point(367, 30); + this.label48.Name = "label48"; + this.label48.Size = new System.Drawing.Size(65, 20); + this.label48.TabIndex = 1449; + this.label48.Text = "灭菌日期"; + // + // label49 + // + this.label49.AutoSize = true; + this.label49.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label49.Location = new System.Drawing.Point(367, 1); + this.label49.Name = "label49"; + this.label49.Size = new System.Drawing.Size(51, 20); + this.label49.TabIndex = 1449; + this.label49.Text = "包装者"; + // + // uText23 + // + this.uText23.BackColor = System.Drawing.Color.White; + this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText23.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText23.Location = new System.Drawing.Point(451, 33); + this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText23.Name = "uText23"; + this.uText23.Size = new System.Drawing.Size(200, 23); + this.uText23.TabIndex = 1435; + this.uText23.Tag = "TempDataManage_TextPackObj_614"; + // + // uText24 + // + this.uText24.BackColor = System.Drawing.Color.White; + this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText24.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText24.Location = new System.Drawing.Point(451, 4); + this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText24.Name = "uText24"; + this.uText24.Size = new System.Drawing.Size(200, 23); + this.uText24.TabIndex = 1435; + this.uText24.Tag = "TempDataManage_TextPackObj_613"; + // + // label50 + // + this.label50.AutoSize = true; + this.label50.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label50.Location = new System.Drawing.Point(22, 30); + this.label50.Name = "label50"; + this.label50.Size = new System.Drawing.Size(65, 20); + this.label50.TabIndex = 1449; + this.label50.Text = "灭菌批次"; + // + // uText25 + // + this.uText25.BackColor = System.Drawing.Color.White; + this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText25.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText25.Location = new System.Drawing.Point(106, 33); + this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText25.Name = "uText25"; + this.uText25.Size = new System.Drawing.Size(255, 23); + this.uText25.TabIndex = 1435; + this.uText25.Tag = "TempDataManage_TextPackObj_612"; + // + // label51 + // + this.label51.AutoSize = true; + this.label51.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label51.Location = new System.Drawing.Point(22, 1); + this.label51.Name = "label51"; + this.label51.Size = new System.Drawing.Size(65, 20); + this.label51.TabIndex = 1449; + this.label51.Text = "物品名称"; + // + // uText26 + // + this.uText26.BackColor = System.Drawing.Color.White; + this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText26.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText26.Location = new System.Drawing.Point(106, 4); + this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText26.Name = "uText26"; + this.uText26.Size = new System.Drawing.Size(255, 23); + this.uText26.TabIndex = 1435; + this.uText26.Tag = "TempDataManage_TextPackObj_611"; + // + // panel20 + // + this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel20.Controls.Add(this.label37); + this.panel20.Controls.Add(this.label38); + this.panel20.Controls.Add(this.uText15); + this.panel20.Controls.Add(this.uText16); + this.panel20.Controls.Add(this.label42); + this.panel20.Controls.Add(this.label43); + this.panel20.Controls.Add(this.uText17); + this.panel20.Controls.Add(this.uText18); + this.panel20.Controls.Add(this.label44); + this.panel20.Controls.Add(this.uText19); + this.panel20.Controls.Add(this.label45); + this.panel20.Controls.Add(this.uText20); + this.panel20.Dock = System.Windows.Forms.DockStyle.Top; + this.panel20.Location = new System.Drawing.Point(54, 120); + this.panel20.Name = "panel20"; + this.panel20.Size = new System.Drawing.Size(999, 63); + this.panel20.TabIndex = 1355; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label37.Location = new System.Drawing.Point(668, 31); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(65, 20); + this.label37.TabIndex = 1449; + this.label37.Text = "失效日期"; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label38.Location = new System.Drawing.Point(668, 2); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(79, 20); + this.label38.TabIndex = 1449; + this.label38.Text = "灭菌器编号"; + // + // uText15 + // + this.uText15.BackColor = System.Drawing.Color.White; + this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText15.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText15.Location = new System.Drawing.Point(769, 34); + this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText15.Name = "uText15"; + this.uText15.Size = new System.Drawing.Size(217, 23); + this.uText15.TabIndex = 1435; + this.uText15.Tag = "TempDataManage_TextPackObj_610"; + // + // uText16 + // + this.uText16.BackColor = System.Drawing.Color.White; + this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText16.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText16.Location = new System.Drawing.Point(769, 5); + this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText16.Name = "uText16"; + this.uText16.Size = new System.Drawing.Size(217, 23); + this.uText16.TabIndex = 1435; + this.uText16.Tag = "TempDataManage_TextPackObj_609"; + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label42.Location = new System.Drawing.Point(367, 31); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(65, 20); + this.label42.TabIndex = 1449; + this.label42.Text = "灭菌日期"; + // + // label43 + // + this.label43.AutoSize = true; + this.label43.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label43.Location = new System.Drawing.Point(367, 2); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(51, 20); + this.label43.TabIndex = 1449; + this.label43.Text = "包装者"; + // + // uText17 + // + this.uText17.BackColor = System.Drawing.Color.White; + this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText17.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText17.Location = new System.Drawing.Point(451, 34); + this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText17.Name = "uText17"; + this.uText17.Size = new System.Drawing.Size(200, 23); + this.uText17.TabIndex = 1435; + this.uText17.Tag = "TempDataManage_TextPackObj_608"; + // + // uText18 + // + this.uText18.BackColor = System.Drawing.Color.White; + this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText18.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText18.Location = new System.Drawing.Point(451, 5); + this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText18.Name = "uText18"; + this.uText18.Size = new System.Drawing.Size(200, 23); + this.uText18.TabIndex = 1435; + this.uText18.Tag = "TempDataManage_TextPackObj_607"; + // + // label44 + // + this.label44.AutoSize = true; + this.label44.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label44.Location = new System.Drawing.Point(22, 31); + this.label44.Name = "label44"; + this.label44.Size = new System.Drawing.Size(65, 20); + this.label44.TabIndex = 1449; + this.label44.Text = "灭菌批次"; + // + // uText19 + // + this.uText19.BackColor = System.Drawing.Color.White; + this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText19.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText19.Location = new System.Drawing.Point(106, 34); + this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText19.Name = "uText19"; + this.uText19.Size = new System.Drawing.Size(255, 23); + this.uText19.TabIndex = 1435; + this.uText19.Tag = "TempDataManage_TextPackObj_606"; + // + // label45 + // + this.label45.AutoSize = true; + this.label45.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label45.Location = new System.Drawing.Point(22, 2); + this.label45.Name = "label45"; + this.label45.Size = new System.Drawing.Size(65, 20); + this.label45.TabIndex = 1449; + this.label45.Text = "物品名称"; + // + // uText20 + // + this.uText20.BackColor = System.Drawing.Color.White; + this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText20.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText20.Location = new System.Drawing.Point(106, 5); + this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText20.Name = "uText20"; + this.uText20.Size = new System.Drawing.Size(255, 23); + this.uText20.TabIndex = 1435; + this.uText20.Tag = "TempDataManage_TextPackObj_605"; + // + // panel22 + // + this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel22.Controls.Add(this.label29); + this.panel22.Controls.Add(this.label30); + this.panel22.Controls.Add(this.uText9); + this.panel22.Controls.Add(this.uText10); + this.panel22.Controls.Add(this.label31); + this.panel22.Controls.Add(this.label32); + this.panel22.Controls.Add(this.uText11); + this.panel22.Controls.Add(this.uText12); + this.panel22.Controls.Add(this.label33); + this.panel22.Controls.Add(this.uText13); + this.panel22.Controls.Add(this.label34); + this.panel22.Controls.Add(this.uText14); + this.panel22.Dock = System.Windows.Forms.DockStyle.Top; + this.panel22.Location = new System.Drawing.Point(54, 63); + this.panel22.Name = "panel22"; + this.panel22.Size = new System.Drawing.Size(999, 57); + this.panel22.TabIndex = 1354; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label29.Location = new System.Drawing.Point(668, 25); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(65, 20); + this.label29.TabIndex = 1449; + this.label29.Text = "失效日期"; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label30.Location = new System.Drawing.Point(668, 0); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(79, 20); + this.label30.TabIndex = 1449; + this.label30.Text = "灭菌器编号"; + // + // uText9 + // + this.uText9.BackColor = System.Drawing.Color.White; + this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText9.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText9.Location = new System.Drawing.Point(769, 28); + this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText9.Name = "uText9"; + this.uText9.Size = new System.Drawing.Size(217, 23); + this.uText9.TabIndex = 1435; + this.uText9.Tag = "TempDataManage_TextPackObj_603"; + // + // uText10 + // + this.uText10.BackColor = System.Drawing.Color.White; + this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText10.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText10.Location = new System.Drawing.Point(769, 3); + this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText10.Name = "uText10"; + this.uText10.Size = new System.Drawing.Size(217, 23); + this.uText10.TabIndex = 1435; + this.uText10.Tag = "TempDataManage_TextPackObj_602"; + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label31.Location = new System.Drawing.Point(367, 25); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(65, 20); + this.label31.TabIndex = 1449; + this.label31.Text = "灭菌日期"; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label32.Location = new System.Drawing.Point(367, 0); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(51, 20); + this.label32.TabIndex = 1449; + this.label32.Text = "包装者"; + // + // uText11 + // + this.uText11.BackColor = System.Drawing.Color.White; + this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText11.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText11.Location = new System.Drawing.Point(451, 28); + this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText11.Name = "uText11"; + this.uText11.Size = new System.Drawing.Size(200, 23); + this.uText11.TabIndex = 1435; + this.uText11.Tag = "TempDataManage_TextPackObj_601"; + // + // uText12 + // + this.uText12.BackColor = System.Drawing.Color.White; + this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText12.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText12.Location = new System.Drawing.Point(451, 3); + this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText12.Name = "uText12"; + this.uText12.Size = new System.Drawing.Size(200, 23); + this.uText12.TabIndex = 1435; + this.uText12.Tag = "TempDataManage_TextPackObj_600"; + // + // label33 + // + this.label33.AutoSize = true; + this.label33.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label33.Location = new System.Drawing.Point(22, 25); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(65, 20); + this.label33.TabIndex = 1449; + this.label33.Text = "灭菌批次"; + // + // uText13 + // + this.uText13.BackColor = System.Drawing.Color.White; + this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText13.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText13.Location = new System.Drawing.Point(106, 28); + this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText13.Name = "uText13"; + this.uText13.Size = new System.Drawing.Size(255, 23); + this.uText13.TabIndex = 1435; + this.uText13.Tag = "TempDataManage_TextPackObj_599"; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label34.Location = new System.Drawing.Point(22, 0); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(65, 20); + this.label34.TabIndex = 1449; + this.label34.Text = "物品名称"; + // + // uText14 + // + this.uText14.BackColor = System.Drawing.Color.White; + this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText14.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText14.Location = new System.Drawing.Point(106, 3); + this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText14.Name = "uText14"; + this.uText14.Size = new System.Drawing.Size(255, 23); + this.uText14.TabIndex = 1435; + this.uText14.Tag = "TempDataManage_TextPackObj_604"; + // + // panel23 + // + this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel23.Controls.Add(this.label27); + this.panel23.Controls.Add(this.label24); + this.panel23.Controls.Add(this.uText8); + this.panel23.Controls.Add(this.uText4); + this.panel23.Controls.Add(this.label25); + this.panel23.Controls.Add(this.label26); + this.panel23.Controls.Add(this.uText7); + this.panel23.Controls.Add(this.uText1); + this.panel23.Controls.Add(this.label28); + this.panel23.Controls.Add(this.uText5); + this.panel23.Controls.Add(this.label35); + this.panel23.Controls.Add(this.uText6); + this.panel23.Dock = System.Windows.Forms.DockStyle.Top; + this.panel23.Location = new System.Drawing.Point(54, 0); + this.panel23.Name = "panel23"; + this.panel23.Size = new System.Drawing.Size(999, 63); + this.panel23.TabIndex = 1353; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label27.Location = new System.Drawing.Point(668, 31); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(65, 20); + this.label27.TabIndex = 1449; + this.label27.Text = "失效日期"; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label24.Location = new System.Drawing.Point(668, 2); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(79, 20); + this.label24.TabIndex = 1449; + this.label24.Text = "灭菌器编号"; + // + // uText8 + // + this.uText8.BackColor = System.Drawing.Color.White; + this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText8.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText8.Location = new System.Drawing.Point(769, 34); + this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText8.Name = "uText8"; + this.uText8.Size = new System.Drawing.Size(217, 23); + this.uText8.TabIndex = 1435; + this.uText8.Tag = "TempDataManage_TextPackObj_598"; + // + // uText4 + // + this.uText4.BackColor = System.Drawing.Color.White; + this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText4.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText4.Location = new System.Drawing.Point(769, 5); + this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText4.Name = "uText4"; + this.uText4.Size = new System.Drawing.Size(217, 23); + this.uText4.TabIndex = 1435; + this.uText4.Tag = "TempDataManage_TextPackObj_597"; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label25.Location = new System.Drawing.Point(367, 31); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(65, 20); + this.label25.TabIndex = 1449; + this.label25.Text = "灭菌日期"; + // + // label26 + // + this.label26.AutoSize = true; + this.label26.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label26.Location = new System.Drawing.Point(367, 2); + this.label26.Name = "label26"; + this.label26.Size = new System.Drawing.Size(51, 20); + this.label26.TabIndex = 1449; + this.label26.Text = "包装者"; + // + // uText7 + // + this.uText7.BackColor = System.Drawing.Color.White; + this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText7.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText7.Location = new System.Drawing.Point(451, 34); + this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText7.Name = "uText7"; + this.uText7.Size = new System.Drawing.Size(200, 23); + this.uText7.TabIndex = 1435; + this.uText7.Tag = "TempDataManage_TextPackObj_596"; + // + // uText1 + // + this.uText1.BackColor = System.Drawing.Color.White; + this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText1.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText1.Location = new System.Drawing.Point(451, 5); + this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText1.Name = "uText1"; + this.uText1.Size = new System.Drawing.Size(200, 23); + this.uText1.TabIndex = 1435; + this.uText1.Tag = "TempDataManage_TextPackObj_595"; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label28.Location = new System.Drawing.Point(22, 31); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(65, 20); + this.label28.TabIndex = 1449; + this.label28.Text = "灭菌批次"; + // + // uText5 + // + this.uText5.BackColor = System.Drawing.Color.White; + this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText5.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText5.Location = new System.Drawing.Point(106, 34); + this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText5.Name = "uText5"; + this.uText5.Size = new System.Drawing.Size(255, 23); + this.uText5.TabIndex = 1435; + this.uText5.Tag = "TempDataManage_TextPackObj_594"; + // + // label35 + // + this.label35.AutoSize = true; + this.label35.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label35.Location = new System.Drawing.Point(22, 2); + this.label35.Name = "label35"; + this.label35.Size = new System.Drawing.Size(65, 20); + this.label35.TabIndex = 0; + this.label35.Text = "物品名称"; + // + // uText6 + // + this.uText6.BackColor = System.Drawing.Color.White; + this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText6.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText6.Location = new System.Drawing.Point(106, 5); + this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText6.Name = "uText6"; + this.uText6.Size = new System.Drawing.Size(255, 23); + this.uText6.TabIndex = 1; + this.uText6.Tag = "TempDataManage_TextPackObj_593"; + // + // panel25 + // + this.panel25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel25.Controls.Add(this.label36); + this.panel25.Dock = System.Windows.Forms.DockStyle.Left; + this.panel25.Location = new System.Drawing.Point(0, 0); + this.panel25.Name = "panel25"; + this.panel25.Size = new System.Drawing.Size(54, 240); + this.panel25.TabIndex = 1352; + // + // label36 + // + this.label36.AutoSize = true; + this.label36.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.label36.Location = new System.Drawing.Point(4, 44); + this.label36.Name = "label36"; + this.label36.Size = new System.Drawing.Size(37, 140); + this.label36.TabIndex = 1351; + this.label36.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴"; + // + // panel12 + // + this.panel12.BackColor = System.Drawing.Color.White; + this.panel12.Controls.Add(this.panel17); + this.panel12.Location = new System.Drawing.Point(699, 355); + this.panel12.Margin = new System.Windows.Forms.Padding(0); + this.panel12.Name = "panel12"; + this.panel12.Size = new System.Drawing.Size(345, 194); + this.panel12.TabIndex = 12; + // + // panel17 + // + this.panel17.Controls.Add(this.panel24); + this.panel17.Controls.Add(this.pictureBox1); + this.panel17.Location = new System.Drawing.Point(11, 13); + this.panel17.Name = "panel17"; + this.panel17.Size = new System.Drawing.Size(321, 169); + this.panel17.TabIndex = 1464; + // + // panel24 + // + this.panel24.Controls.Add(this.button4); + this.panel24.Controls.Add(this.radioButton4); + this.panel24.Controls.Add(this.radioButton5); + this.panel24.Controls.Add(this.radioButton3); + this.panel24.Controls.Add(this.radioButton2); + this.panel24.Controls.Add(this.label23); + this.panel24.Controls.Add(this.radioButton1); + this.panel24.Location = new System.Drawing.Point(3, 3); + this.panel24.Name = "panel24"; + this.panel24.Size = new System.Drawing.Size(144, 158); + this.panel24.TabIndex = 1; + // + // button4 + // + this.button4.Font = new System.Drawing.Font("微软雅黑", 9F); + this.button4.Location = new System.Drawing.Point(4, 120); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(122, 30); + this.button4.TabIndex = 1436; + this.button4.Text = "清除所有标记"; + this.button4.UseVisualStyleBackColor = true; + this.button4.Click += new System.EventHandler(this.buttonClear_Click); + // + // radioButton4 + // + this.radioButton4.AutoSize = true; + this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.radioButton4.Location = new System.Drawing.Point(4, 59); + this.radioButton4.Name = "radioButton4"; + this.radioButton4.Size = new System.Drawing.Size(82, 20); + this.radioButton4.TabIndex = 1435; + this.radioButton4.TabStop = true; + this.radioButton4.Text = "V 静脉穿刺"; + this.radioButton4.UseVisualStyleBackColor = true; + this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton5 + // + this.radioButton5.AutoSize = true; + this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.radioButton5.Location = new System.Drawing.Point(4, 102); + this.radioButton5.Name = "radioButton5"; + this.radioButton5.Size = new System.Drawing.Size(72, 20); + this.radioButton5.TabIndex = 1435; + this.radioButton5.TabStop = true; + this.radioButton5.Text = "⊙ 引流管"; + this.radioButton5.UseVisualStyleBackColor = true; + this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton3 + // + this.radioButton3.AutoSize = true; + this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.radioButton3.Location = new System.Drawing.Point(4, 81); + this.radioButton3.Name = "radioButton3"; + this.radioButton3.Size = new System.Drawing.Size(83, 20); + this.radioButton3.TabIndex = 1435; + this.radioButton3.TabStop = true; + this.radioButton3.Text = "A 动脉穿刺"; + this.radioButton3.UseVisualStyleBackColor = true; + this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // radioButton2 + // + this.radioButton2.AutoSize = true; + this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.radioButton2.Location = new System.Drawing.Point(4, 21); + this.radioButton2.Name = "radioButton2"; + this.radioButton2.Size = new System.Drawing.Size(106, 20); + this.radioButton2.TabIndex = 1435; + this.radioButton2.TabStop = true; + this.radioButton2.Text = "▬ 贴负极板部位"; + this.radioButton2.UseVisualStyleBackColor = true; + this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // label23 + // + this.label23.AutoSize = true; + this.label23.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label23.Location = new System.Drawing.Point(4, 41); + this.label23.Name = "label23"; + this.label23.Size = new System.Drawing.Size(62, 16); + this.label23.TabIndex = 1438; + this.label23.Text = "穿刺部位:"; + // + // radioButton1 + // + this.radioButton1.AutoSize = true; + this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.radioButton1.Location = new System.Drawing.Point(4, 0); + this.radioButton1.Name = "radioButton1"; + this.radioButton1.Size = new System.Drawing.Size(83, 20); + this.radioButton1.TabIndex = 1435; + this.radioButton1.TabStop = true; + this.radioButton1.Text = "卅 切口部位"; + this.radioButton1.UseVisualStyleBackColor = true; + this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged); + // + // pictureBox1 + // + this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + this.pictureBox1.Location = new System.Drawing.Point(150, 3); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(162, 149); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + this.pictureBox1.Tag = "C79"; + this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick); + // + // circularProgress2 + // + this.circularProgress2.AnimationSpeed = 50; + // + // + // + this.circularProgress2.BackgroundStyle.BackgroundImageAlpha = ((byte)(0)); + this.circularProgress2.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Zoom; + this.circularProgress2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.circularProgress2.FocusCuesEnabled = false; + this.circularProgress2.Font = new System.Drawing.Font("微软雅黑", 9F); + this.circularProgress2.Location = new System.Drawing.Point(678, 354); + this.circularProgress2.Margin = new System.Windows.Forms.Padding(4); + this.circularProgress2.Name = "circularProgress2"; + this.circularProgress2.ProgressColor = System.Drawing.Color.DodgerBlue; + this.circularProgress2.Size = new System.Drawing.Size(389, 239); + this.circularProgress2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; + this.circularProgress2.TabIndex = 6; + this.circularProgress2.Value = 100; + // + // zgcAnaesRecord2 + // + this.zgcAnaesRecord2.Location = new System.Drawing.Point(416, 41); + this.zgcAnaesRecord2.Name = "zgcAnaesRecord2"; + this.zgcAnaesRecord2.ScrollGrace = 0D; + this.zgcAnaesRecord2.ScrollMaxX = 0D; + this.zgcAnaesRecord2.ScrollMaxY = 0D; + this.zgcAnaesRecord2.ScrollMaxY2 = 0D; + this.zgcAnaesRecord2.ScrollMinX = 0D; + this.zgcAnaesRecord2.ScrollMinY = 0D; + this.zgcAnaesRecord2.ScrollMinY2 = 0D; + this.zgcAnaesRecord2.Size = new System.Drawing.Size(800, 1000); + this.zgcAnaesRecord2.TabIndex = 0; + this.zgcAnaesRecord2.Visible = false; + this.zgcAnaesRecord2.ContextMenuBuilder += new DrawGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zgcAnaesRecord2_ContextMenuBuilder); + this.zgcAnaesRecord2.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseDownEvent); + this.zgcAnaesRecord2.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseUpEvent); + this.zgcAnaesRecord2.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseMoveEvent); + this.zgcAnaesRecord2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord2_KeyUp); + this.zgcAnaesRecord2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord2_MouseDoubleClick); + // + // spTabBM + // + this.spTabBM.AttachedControl = this.superTabControlPanel2; + this.spTabBM.GlobalItem = false; + this.spTabBM.Name = "spTabBM"; + this.spTabBM.Text = "器械清点单背面"; + // + // superTabControlPanel1 + // + this.superTabControlPanel1.Controls.Add(this.panelExZKZB); + this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28); + this.superTabControlPanel1.Name = "superTabControlPanel1"; + this.superTabControlPanel1.Size = new System.Drawing.Size(1760, 904); + this.superTabControlPanel1.TabIndex = 1; + this.superTabControlPanel1.TabItem = this.spTabQXQDD; + // + // panelExZKZB + // + this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control; + this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.panelExZKZB.Controls.Add(this.panel8); + this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty; + this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelExZKZB.Location = new System.Drawing.Point(0, 0); + this.panelExZKZB.Name = "panelExZKZB"; + this.panelExZKZB.Size = new System.Drawing.Size(1760, 904); + this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center; + this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.panelExZKZB.Style.GradientAngle = 90; + this.panelExZKZB.TabIndex = 0; + // + // panel8 + // + this.panel8.AutoScroll = true; + this.panel8.BackColor = System.Drawing.Color.White; + this.panel8.Controls.Add(this.panelQX); + this.panel8.Controls.Add(this.circularProgress1); + this.panel8.Controls.Add(this.zgcAnaesRecord); + this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel8.Location = new System.Drawing.Point(0, 0); + this.panel8.Name = "panel8"; + this.panel8.Size = new System.Drawing.Size(1760, 904); + this.panel8.TabIndex = 2; + this.panel8.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel8_Scroll); + // + // panelQX + // + this.panelQX.BackColor = System.Drawing.Color.White; + this.panelQX.Controls.Add(this.plBottom); + this.panelQX.Controls.Add(this.plTop); + this.panelQX.Location = new System.Drawing.Point(122, 588); + this.panelQX.Margin = new System.Windows.Forms.Padding(0); + this.panelQX.Name = "panelQX"; + this.panelQX.Size = new System.Drawing.Size(1606, 562); + this.panelQX.TabIndex = 12; + this.panelQX.Visible = false; + // + // plBottom + // + this.plBottom.BackColor = System.Drawing.Color.White; + this.plBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.plBottom.Controls.Add(this.panel32); + this.plBottom.Controls.Add(this.plTital); + this.plBottom.Dock = System.Windows.Forms.DockStyle.Fill; + this.plBottom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.plBottom.Location = new System.Drawing.Point(0, 2); + this.plBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.plBottom.Name = "plBottom"; + this.plBottom.Size = new System.Drawing.Size(1606, 560); + this.plBottom.TabIndex = 1355; + // + // panel32 + // + this.panel32.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel32.Location = new System.Drawing.Point(0, 70); + this.panel32.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.panel32.Name = "panel32"; + this.panel32.Size = new System.Drawing.Size(1604, 488); + this.panel32.TabIndex = 1350; + // + // plTital + // + this.plTital.BackColor = System.Drawing.SystemColors.Control; + this.plTital.Controls.Add(this.panel9); + this.plTital.Controls.Add(this.panel15); + this.plTital.Controls.Add(this.label53); + this.plTital.Controls.Add(this.panel16); + this.plTital.Dock = System.Windows.Forms.DockStyle.Top; + this.plTital.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.plTital.Location = new System.Drawing.Point(0, 0); + this.plTital.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.plTital.Name = "plTital"; + this.plTital.Size = new System.Drawing.Size(1604, 70); + this.plTital.TabIndex = 1349; + // + // panel9 + // + this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel9.Controls.Add(this.label16); + this.panel9.Controls.Add(this.label17); + this.panel9.Controls.Add(this.label18); + this.panel9.Controls.Add(this.label20); + this.panel9.Controls.Add(this.label21); + this.panel9.Location = new System.Drawing.Point(1050, 30); + this.panel9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(524, 40); + this.panel9.TabIndex = 13; + // + // label16 + // + this.label16.AutoSize = true; + this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label16.Location = new System.Drawing.Point(73, 9); + this.label16.Name = "label16"; + this.label16.Size = new System.Drawing.Size(32, 17); + this.label16.TabIndex = 9; + this.label16.Text = "名称"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label17.Location = new System.Drawing.Point(174, 0); + this.label17.Margin = new System.Windows.Forms.Padding(0); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(32, 34); + this.label17.TabIndex = 10; + this.label17.Text = "术前\r\n清点"; + this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label18.Location = new System.Drawing.Point(273, 0); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(32, 34); + this.label18.TabIndex = 12; + this.label18.Text = "术中\r\n加数"; + // + // label20 + // + this.label20.AutoSize = true; + this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label20.Location = new System.Drawing.Point(360, 0); + this.label20.Margin = new System.Windows.Forms.Padding(0); + this.label20.Name = "label20"; + this.label20.Size = new System.Drawing.Size(32, 34); + this.label20.TabIndex = 8; + this.label20.Text = "关体\r\n腔前"; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label21.Location = new System.Drawing.Point(444, 0); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(32, 34); + this.label21.TabIndex = 11; + this.label21.Text = "关体\r\n腔后"; + // + // panel15 + // + this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel15.Controls.Add(this.label11); + this.panel15.Controls.Add(this.label12); + this.panel15.Controls.Add(this.label13); + this.panel15.Controls.Add(this.label14); + this.panel15.Controls.Add(this.label15); + this.panel15.Location = new System.Drawing.Point(525, 30); + this.panel15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.panel15.Name = "panel15"; + this.panel15.Size = new System.Drawing.Size(524, 40); + this.panel15.TabIndex = 13; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label11.Location = new System.Drawing.Point(73, 9); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(32, 17); + this.label11.TabIndex = 9; + this.label11.Text = "名称"; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label12.Location = new System.Drawing.Point(174, 0); + this.label12.Margin = new System.Windows.Forms.Padding(0); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(32, 34); + this.label12.TabIndex = 10; + this.label12.Text = "术前\r\n清点"; + this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label13.Location = new System.Drawing.Point(273, 0); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(32, 34); + this.label13.TabIndex = 12; + this.label13.Text = "术中\r\n加数"; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label14.Location = new System.Drawing.Point(360, 0); + this.label14.Margin = new System.Windows.Forms.Padding(0); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(32, 34); + this.label14.TabIndex = 8; + this.label14.Text = "关体\r\n腔前"; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label15.Location = new System.Drawing.Point(444, 0); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(32, 34); + this.label15.TabIndex = 11; + this.label15.Text = "关体\r\n腔后"; + // + // label53 + // + this.label53.AutoSize = true; + this.label53.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold); + this.label53.Location = new System.Drawing.Point(763, 1); + this.label53.Name = "label53"; + this.label53.Size = new System.Drawing.Size(119, 22); + this.label53.TabIndex = 12; + this.label53.Text = "器 械 清 点"; + // + // panel16 + // + this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel16.Controls.Add(this.label65); + this.panel16.Controls.Add(this.label57); + this.panel16.Controls.Add(this.label59); + this.panel16.Controls.Add(this.label66); + this.panel16.Controls.Add(this.label58); + this.panel16.Location = new System.Drawing.Point(0, 30); + this.panel16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.panel16.Name = "panel16"; + this.panel16.Size = new System.Drawing.Size(524, 40); + this.panel16.TabIndex = 11; + // + // label65 + // + this.label65.AutoSize = true; + this.label65.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label65.Location = new System.Drawing.Point(74, 9); + this.label65.Name = "label65"; + this.label65.Size = new System.Drawing.Size(32, 17); + this.label65.TabIndex = 9; + this.label65.Text = "名称"; + // + // label57 + // + this.label57.AutoSize = true; + this.label57.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label57.Location = new System.Drawing.Point(175, 0); + this.label57.Margin = new System.Windows.Forms.Padding(0); + this.label57.Name = "label57"; + this.label57.Size = new System.Drawing.Size(32, 34); + this.label57.TabIndex = 10; + this.label57.Text = "术前\r\n清点"; + this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label59 + // + this.label59.AutoSize = true; + this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label59.Location = new System.Drawing.Point(355, 0); + this.label59.Margin = new System.Windows.Forms.Padding(0); + this.label59.Name = "label59"; + this.label59.Size = new System.Drawing.Size(32, 34); + this.label59.TabIndex = 8; + this.label59.Text = "关体\r\n腔前"; + // + // label66 + // + this.label66.AutoSize = true; + this.label66.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label66.Location = new System.Drawing.Point(452, 0); + this.label66.Name = "label66"; + this.label66.Size = new System.Drawing.Size(32, 34); + this.label66.TabIndex = 11; + this.label66.Text = "关体\r\n腔后"; + // + // label58 + // + this.label58.AutoSize = true; + this.label58.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label58.Location = new System.Drawing.Point(268, 0); + this.label58.Name = "label58"; + this.label58.Size = new System.Drawing.Size(32, 34); + this.label58.TabIndex = 12; + this.label58.Text = "术中\r\n加数"; + // + // plTop + // + this.plTop.BackColor = System.Drawing.Color.White; + this.plTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.plTop.Dock = System.Windows.Forms.DockStyle.Top; + this.plTop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.plTop.Location = new System.Drawing.Point(0, 0); + this.plTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.plTop.Name = "plTop"; + this.plTop.Size = new System.Drawing.Size(1606, 2); + this.plTop.TabIndex = 22; + // + // circularProgress1 + // + this.circularProgress1.AnimationSpeed = 50; + // + // + // + this.circularProgress1.BackgroundStyle.BackgroundImageAlpha = ((byte)(0)); + this.circularProgress1.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Zoom; + this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.circularProgress1.FocusCuesEnabled = false; + this.circularProgress1.Font = new System.Drawing.Font("微软雅黑", 9F); + this.circularProgress1.Location = new System.Drawing.Point(602, 274); + this.circularProgress1.Margin = new System.Windows.Forms.Padding(4); + this.circularProgress1.Name = "circularProgress1"; + this.circularProgress1.ProgressColor = System.Drawing.Color.DodgerBlue; + this.circularProgress1.Size = new System.Drawing.Size(389, 239); + this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; + this.circularProgress1.TabIndex = 6; + this.circularProgress1.Value = 100; + // + // zgcAnaesRecord + // + this.zgcAnaesRecord.Location = new System.Drawing.Point(416, 41); + this.zgcAnaesRecord.Name = "zgcAnaesRecord"; + this.zgcAnaesRecord.ScrollGrace = 0D; + this.zgcAnaesRecord.ScrollMaxX = 0D; + this.zgcAnaesRecord.ScrollMaxY = 0D; + this.zgcAnaesRecord.ScrollMaxY2 = 0D; + this.zgcAnaesRecord.ScrollMinX = 0D; + this.zgcAnaesRecord.ScrollMinY = 0D; + this.zgcAnaesRecord.ScrollMinY2 = 0D; + this.zgcAnaesRecord.Size = new System.Drawing.Size(800, 1000); + this.zgcAnaesRecord.TabIndex = 0; + this.zgcAnaesRecord.Visible = false; + this.zgcAnaesRecord.ContextMenuBuilder += new DrawGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zgcAnaesRecord_ContextMenuBuilder); + this.zgcAnaesRecord.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseDownEvent); + this.zgcAnaesRecord.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseUpEvent); + this.zgcAnaesRecord.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseMoveEvent); + this.zgcAnaesRecord.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord_KeyUp); + this.zgcAnaesRecord.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord_MouseDoubleClick); + // + // spTabQXQDD + // + this.spTabQXQDD.AttachedControl = this.superTabControlPanel1; + this.spTabQXQDD.GlobalItem = false; + this.spTabQXQDD.Name = "spTabQXQDD"; + this.spTabQXQDD.Text = "器械清点单"; + // + // panel7 + // + this.panel7.BackColor = System.Drawing.SystemColors.Control; + this.panel7.Controls.Add(this.panel21); + this.panel7.Controls.Add(this.lblRoom); + this.panel7.Controls.Add(this.label22); + this.panel7.Controls.Add(this.labOperatorName); + this.panel7.Controls.Add(this.label19); + this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom; + this.panel7.Location = new System.Drawing.Point(0, 990); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(1760, 40); + this.panel7.TabIndex = 1; + // + // panel21 + // + this.panel21.Controls.Add(this.plPrintBrowse); + this.panel21.Controls.Add(this.PanelSave); + this.panel21.Controls.Add(this.plPrint); + this.panel21.Controls.Add(this.plRefresh); + this.panel21.Dock = System.Windows.Forms.DockStyle.Right; + this.panel21.Location = new System.Drawing.Point(1419, 0); + this.panel21.Name = "panel21"; + this.panel21.Size = new System.Drawing.Size(341, 40); + this.panel21.TabIndex = 10; + // + // plPrintBrowse + // + this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览; + this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand; + this.plPrintBrowse.Location = new System.Drawing.Point(205, 4); + this.plPrintBrowse.Name = "plPrintBrowse"; + this.plPrintBrowse.Size = new System.Drawing.Size(28, 28); + this.plPrintBrowse.TabIndex = 4; + this.plPrintBrowse.Click += new System.EventHandler(this.plPrintBrowse_Click); + // + // PanelSave + // + this.PanelSave.BackgroundImage = global::AIMS.Properties.Resources.图标_保存; + this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand; + this.PanelSave.Location = new System.Drawing.Point(121, 4); + this.PanelSave.Name = "PanelSave"; + this.PanelSave.Size = new System.Drawing.Size(28, 28); + this.PanelSave.TabIndex = 3; + this.PanelSave.Click += new System.EventHandler(this.PanelSave_Click); + // + // plPrint + // + this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印; + this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand; + this.plPrint.Location = new System.Drawing.Point(163, 4); + this.plPrint.Name = "plPrint"; + this.plPrint.Size = new System.Drawing.Size(28, 28); + this.plPrint.TabIndex = 3; + this.plPrint.Click += new System.EventHandler(this.plPrint_Click); + // + // plRefresh + // + this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新; + this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand; + this.plRefresh.Location = new System.Drawing.Point(247, 4); + this.plRefresh.Name = "plRefresh"; + this.plRefresh.Size = new System.Drawing.Size(28, 28); + this.plRefresh.TabIndex = 2; + this.plRefresh.Click += new System.EventHandler(this.plRefresh_Click); + // + // lblRoom + // + this.lblRoom.AutoSize = true; + this.lblRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.lblRoom.Location = new System.Drawing.Point(317, 8); + this.lblRoom.Name = "lblRoom"; + this.lblRoom.Size = new System.Drawing.Size(13, 20); + this.lblRoom.TabIndex = 9; + this.lblRoom.Text = " "; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label22.Location = new System.Drawing.Point(235, 8); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(82, 20); + this.label22.TabIndex = 8; + this.label22.Text = "当前手术间:"; + // + // labOperatorName + // + this.labOperatorName.AutoSize = true; + this.labOperatorName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.labOperatorName.Location = new System.Drawing.Point(84, 8); + this.labOperatorName.Name = "labOperatorName"; + this.labOperatorName.Size = new System.Drawing.Size(93, 20); + this.labOperatorName.TabIndex = 7; + this.labOperatorName.Text = "操作人员名称"; + // + // label19 + // + this.label19.AutoSize = true; + this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label19.Location = new System.Drawing.Point(8, 8); + this.label19.Name = "label19"; + this.label19.Size = new System.Drawing.Size(68, 20); + this.label19.TabIndex = 6; + this.label19.Text = "操作人员:"; + // + // plTitleEventTime + // + this.plTitleEventTime.BackColor = System.Drawing.Color.White; + this.plTitleEventTime.Controls.Add(this.panel13); + this.plTitleEventTime.Controls.Add(this.panel10); + this.plTitleEventTime.Controls.Add(this.panel11); + this.plTitleEventTime.Controls.Add(this.panel6); + this.plTitleEventTime.Dock = System.Windows.Forms.DockStyle.Top; + this.plTitleEventTime.Location = new System.Drawing.Point(0, 0); + this.plTitleEventTime.Name = "plTitleEventTime"; + this.plTitleEventTime.Size = new System.Drawing.Size(1760, 58); + this.plTitleEventTime.TabIndex = 0; + // + // panel13 + // + this.panel13.BackColor = System.Drawing.Color.AliceBlue; + this.panel13.Controls.Add(this.txtOutRoom); + this.panel13.Controls.Add(this.picOutRoom); + this.panel13.Controls.Add(this.button5); + this.panel13.Location = new System.Drawing.Point(563, 3); + this.panel13.Name = "panel13"; + this.panel13.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6); + this.panel13.Size = new System.Drawing.Size(150, 53); + this.panel13.TabIndex = 51; + // + // txtOutRoom + // + this.txtOutRoom.AutoAdvance = true; + // + // + // + this.txtOutRoom.BackgroundStyle.Class = "DateTimeInputBackground"; + this.txtOutRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOutRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.txtOutRoom.CustomFormat = "MM-ddHH:mm"; + this.txtOutRoom.FocusHighlightColor = System.Drawing.Color.White; + this.txtOutRoom.Font = new System.Drawing.Font("微软雅黑", 9F); + this.txtOutRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.txtOutRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center; + this.txtOutRoom.IsPopupCalendarOpen = false; + this.txtOutRoom.Location = new System.Drawing.Point(42, 23); + this.txtOutRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6); + // + // + // + // + // + // + this.txtOutRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOutRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.txtOutRoom.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOutRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15); + this.txtOutRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.txtOutRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOutRoom.Name = "txtOutRoom"; + this.txtOutRoom.Size = new System.Drawing.Size(101, 23); + this.txtOutRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.txtOutRoom.TabIndex = 43; + // + // picOutRoom + // + this.picOutRoom.BackColor = System.Drawing.Color.Transparent; + this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室; + this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.picOutRoom.Location = new System.Drawing.Point(2, 10); + this.picOutRoom.Name = "picOutRoom"; + this.picOutRoom.Size = new System.Drawing.Size(34, 33); + this.picOutRoom.TabIndex = 42; + this.picOutRoom.TabStop = false; + // + // button5 + // + this.button5.BackColor = System.Drawing.Color.Transparent; + this.button5.FlatAppearance.BorderSize = 0; + this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button5.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.button5.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; + this.button5.Location = new System.Drawing.Point(39, -3); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(100, 25); + this.button5.TabIndex = 41; + this.button5.Tag = ""; + this.button5.Text = "出手术间"; + this.button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.button5.UseVisualStyleBackColor = false; + // + // panel10 + // + this.panel10.BackColor = System.Drawing.Color.AliceBlue; + this.panel10.Controls.Add(this.txtOperationBegin); + this.panel10.Controls.Add(this.picOpeBegin); + this.panel10.Controls.Add(this.button2); + this.panel10.Location = new System.Drawing.Point(191, 3); + this.panel10.Name = "panel10"; + this.panel10.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6); + this.panel10.Size = new System.Drawing.Size(150, 53); + this.panel10.TabIndex = 51; + // + // txtOperationBegin + // + this.txtOperationBegin.AutoAdvance = true; + // + // + // + this.txtOperationBegin.BackgroundStyle.Class = "DateTimeInputBackground"; + this.txtOperationBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.txtOperationBegin.CustomFormat = "MM-ddHH:mm"; + this.txtOperationBegin.FocusHighlightColor = System.Drawing.Color.White; + this.txtOperationBegin.Font = new System.Drawing.Font("微软雅黑", 9F); + this.txtOperationBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.txtOperationBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center; + this.txtOperationBegin.IsPopupCalendarOpen = false; + this.txtOperationBegin.Location = new System.Drawing.Point(42, 23); + this.txtOperationBegin.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6); + // + // + // + // + // + // + this.txtOperationBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.txtOperationBegin.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationBegin.MonthCalendar.DaySize = new System.Drawing.Size(20, 15); + this.txtOperationBegin.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.txtOperationBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationBegin.Name = "txtOperationBegin"; + this.txtOperationBegin.Size = new System.Drawing.Size(101, 23); + this.txtOperationBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.txtOperationBegin.TabIndex = 43; + // + // picOpeBegin + // + this.picOpeBegin.BackColor = System.Drawing.Color.Transparent; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始; + this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.picOpeBegin.Location = new System.Drawing.Point(2, 10); + this.picOpeBegin.Name = "picOpeBegin"; + this.picOpeBegin.Size = new System.Drawing.Size(34, 33); + this.picOpeBegin.TabIndex = 42; + this.picOpeBegin.TabStop = false; + // + // button2 + // + this.button2.BackColor = System.Drawing.Color.Transparent; + this.button2.FlatAppearance.BorderSize = 0; + this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button2.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; + this.button2.Location = new System.Drawing.Point(39, -3); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(100, 25); + this.button2.TabIndex = 41; + this.button2.Tag = ""; + this.button2.Text = "手术开始"; + this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.button2.UseVisualStyleBackColor = false; + // + // panel11 + // + this.panel11.BackColor = System.Drawing.Color.AliceBlue; + this.panel11.Controls.Add(this.txtOperationEnd); + this.panel11.Controls.Add(this.picOpeEnd); + this.panel11.Controls.Add(this.button3); + this.panel11.Location = new System.Drawing.Point(377, 3); + this.panel11.Name = "panel11"; + this.panel11.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6); + this.panel11.Size = new System.Drawing.Size(150, 53); + this.panel11.TabIndex = 50; + // + // txtOperationEnd + // + this.txtOperationEnd.AutoAdvance = true; + // + // + // + this.txtOperationEnd.BackgroundStyle.Class = "DateTimeInputBackground"; + this.txtOperationEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.txtOperationEnd.CustomFormat = "MM-ddHH:mm"; + this.txtOperationEnd.FocusHighlightColor = System.Drawing.Color.White; + this.txtOperationEnd.Font = new System.Drawing.Font("微软雅黑", 9F); + this.txtOperationEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.txtOperationEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center; + this.txtOperationEnd.IsPopupCalendarOpen = false; + this.txtOperationEnd.Location = new System.Drawing.Point(42, 23); + this.txtOperationEnd.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6); + // + // + // + // + // + // + this.txtOperationEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.txtOperationEnd.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationEnd.MonthCalendar.DaySize = new System.Drawing.Size(20, 15); + this.txtOperationEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.txtOperationEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtOperationEnd.Name = "txtOperationEnd"; + this.txtOperationEnd.Size = new System.Drawing.Size(101, 23); + this.txtOperationEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.txtOperationEnd.TabIndex = 43; + // + // picOpeEnd + // + this.picOpeEnd.BackColor = System.Drawing.Color.Transparent; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束; + this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.picOpeEnd.Location = new System.Drawing.Point(2, 10); + this.picOpeEnd.Name = "picOpeEnd"; + this.picOpeEnd.Size = new System.Drawing.Size(34, 33); + this.picOpeEnd.TabIndex = 42; + this.picOpeEnd.TabStop = false; + // + // button3 + // + this.button3.BackColor = System.Drawing.Color.Transparent; + this.button3.FlatAppearance.BorderSize = 0; + this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.button3.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.button3.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; + this.button3.Location = new System.Drawing.Point(39, -3); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(100, 25); + this.button3.TabIndex = 41; + this.button3.Tag = ""; + this.button3.Text = "手术结束"; + this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.button3.UseVisualStyleBackColor = false; + // + // panel6 + // + this.panel6.BackColor = System.Drawing.Color.AliceBlue; + this.panel6.Controls.Add(this.txtInRoom); + this.panel6.Controls.Add(this.picInRoom); + this.panel6.Controls.Add(this.txtInRoom1); + this.panel6.Location = new System.Drawing.Point(5, 3); + this.panel6.Name = "panel6"; + this.panel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6); + this.panel6.Size = new System.Drawing.Size(150, 53); + this.panel6.TabIndex = 50; + // + // txtInRoom + // + this.txtInRoom.AutoAdvance = true; + // + // + // + this.txtInRoom.BackgroundStyle.Class = "DateTimeInputBackground"; + this.txtInRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtInRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; + this.txtInRoom.CustomFormat = "MM-ddHH:mm"; + this.txtInRoom.FocusHighlightColor = System.Drawing.Color.White; + this.txtInRoom.Font = new System.Drawing.Font("微软雅黑", 9F); + this.txtInRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; + this.txtInRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center; + this.txtInRoom.IsPopupCalendarOpen = false; + this.txtInRoom.Location = new System.Drawing.Point(42, 23); + this.txtInRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6); + // + // + // + // + // + // + this.txtInRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtInRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); + this.txtInRoom.MonthCalendar.ClearButtonVisible = true; + // + // + // + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; + this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtInRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15); + this.txtInRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0); + this.txtInRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; + // + // + // + this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; + this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; + this.txtInRoom.Name = "txtInRoom"; + this.txtInRoom.Size = new System.Drawing.Size(101, 23); + this.txtInRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.txtInRoom.TabIndex = 43; + // + // picInRoom + // + this.picInRoom.BackColor = System.Drawing.Color.Transparent; + this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室; + this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.picInRoom.Location = new System.Drawing.Point(2, 10); + this.picInRoom.Name = "picInRoom"; + this.picInRoom.Size = new System.Drawing.Size(34, 33); + this.picInRoom.TabIndex = 42; + this.picInRoom.TabStop = false; + // + // txtInRoom1 + // + this.txtInRoom1.BackColor = System.Drawing.Color.Transparent; + this.txtInRoom1.FlatAppearance.BorderSize = 0; + this.txtInRoom1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.txtInRoom1.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.txtInRoom1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft; + this.txtInRoom1.Location = new System.Drawing.Point(39, -3); + this.txtInRoom1.Name = "txtInRoom1"; + this.txtInRoom1.Size = new System.Drawing.Size(100, 25); + this.txtInRoom1.TabIndex = 41; + this.txtInRoom1.Tag = "进手术间"; + this.txtInRoom1.Text = "进手术间"; + this.txtInRoom1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.txtInRoom1.UseVisualStyleBackColor = false; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 441); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71); + this.flowLayoutPanel1.TabIndex = 0; + // + // frmAnasRecordInstrument + // + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; + this.ClientSize = new System.Drawing.Size(2082, 1042); + this.Controls.Add(this.panel1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "frmAnasRecordInstrument"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "器械清点单"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.Load += new System.EventHandler(this.frmAnasRecordInstrument_Load); + this.panel3.ResumeLayout(false); + this.panel14.ResumeLayout(false); + this.panel4.ResumeLayout(false); + this.panel4.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel5.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.superTabMain)).EndInit(); + this.superTabMain.ResumeLayout(false); + this.superTabControlPanel2.ResumeLayout(false); + this.panelExBLSJ.ResumeLayout(false); + this.panel82.ResumeLayout(false); + this.panel18.ResumeLayout(false); + this.panel19.ResumeLayout(false); + this.panel19.PerformLayout(); + this.panel20.ResumeLayout(false); + this.panel20.PerformLayout(); + this.panel22.ResumeLayout(false); + this.panel22.PerformLayout(); + this.panel23.ResumeLayout(false); + this.panel23.PerformLayout(); + this.panel25.ResumeLayout(false); + this.panel25.PerformLayout(); + this.panel12.ResumeLayout(false); + this.panel17.ResumeLayout(false); + this.panel24.ResumeLayout(false); + this.panel24.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.superTabControlPanel1.ResumeLayout(false); + this.panelExZKZB.ResumeLayout(false); + this.panel8.ResumeLayout(false); + this.panelQX.ResumeLayout(false); + this.plBottom.ResumeLayout(false); + this.plTital.ResumeLayout(false); + this.plTital.PerformLayout(); + this.panel9.ResumeLayout(false); + this.panel9.PerformLayout(); + this.panel15.ResumeLayout(false); + this.panel15.PerformLayout(); + this.panel16.ResumeLayout(false); + this.panel16.PerformLayout(); + this.panel7.ResumeLayout(false); + this.panel7.PerformLayout(); + this.panel21.ResumeLayout(false); + this.plTitleEventTime.ResumeLayout(false); + this.panel13.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).EndInit(); + this.panel10.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txtOperationBegin)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOpeBegin)).EndInit(); + this.panel11.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txtOperationEnd)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picOpeEnd)).EndInit(); + this.panel6.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picInRoom)).EndInit(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.Panel plTitleEventTime; + private PublicUI.UI.DrawPanel panel8; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Label lblSpo2; + private System.Windows.Forms.Label lblDia; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label lblPR; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Label lblHR; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label lblRoom; + private System.Windows.Forms.Label label22; + private System.Windows.Forms.Label labOperatorName; + private System.Windows.Forms.Label label19; + private System.Windows.Forms.Panel panel21; + private System.Windows.Forms.Panel plPrintBrowse; + private System.Windows.Forms.Panel plPrint; + private System.Windows.Forms.Panel plRefresh; + private System.Windows.Forms.Button btnSelectPatient; + private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; + private System.Windows.Forms.Panel panel14; + private System.Windows.Forms.Button btnDrug; + private System.Windows.Forms.Button btnOperationInfo; + private System.Windows.Forms.Button btnAddEvents; + private System.Windows.Forms.Button btnTemplate; + private System.Windows.Forms.Button button6; + private System.Windows.Forms.Button btnBloodGasAnalysis; + private System.Windows.Forms.Button btnOutputLiquids; + private DrawGraph.ZedGraphControl zgcAnaesRecord; + private System.Windows.Forms.Panel panel6; + private DevComponents.Editors.DateTimeAdv.DateTimeInput txtInRoom; + private System.Windows.Forms.PictureBox picInRoom; + private System.Windows.Forms.Button txtInRoom1; + private System.Windows.Forms.Panel panel10; + private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOperationBegin; + private System.Windows.Forms.PictureBox picOpeBegin; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Panel panel13; + private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOutRoom; + private System.Windows.Forms.PictureBox picOutRoom; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.Panel panel11; + private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOperationEnd; + private System.Windows.Forms.PictureBox picOpeEnd; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button8; + private System.Windows.Forms.Button button7; + private System.Windows.Forms.Button btnCancelIn; + private System.Windows.Forms.Button btnCancelOperation; + public DevComponents.DotNetBar.Controls.CircularProgress circularProgress1; + private System.Windows.Forms.Button btnsbwh; + private System.Windows.Forms.Button btndptz; + private System.Windows.Forms.Button btnsjzx; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label lblRESP; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Button btnChage; + private System.Windows.Forms.Panel panelQX; + private System.Windows.Forms.Panel plBottom; + private System.Windows.Forms.Panel panel32; + private System.Windows.Forms.Panel plTital; + private System.Windows.Forms.Panel panel15; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Label label53; + private System.Windows.Forms.Panel panel16; + private System.Windows.Forms.Label label65; + private System.Windows.Forms.Label label57; + private System.Windows.Forms.Label label59; + private System.Windows.Forms.Label label66; + private System.Windows.Forms.Label label58; + private System.Windows.Forms.Panel plTop; + private System.Windows.Forms.Panel panel9; + private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label label17; + private System.Windows.Forms.Label label18; + private System.Windows.Forms.Label label20; + private System.Windows.Forms.Label label21; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Panel PanelSave; + private DevComponents.DotNetBar.SuperTabControl superTabMain; + private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; + private DevComponents.DotNetBar.PanelEx panelExZKZB; + private DevComponents.DotNetBar.SuperTabItem spTabQXQDD; + private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; + private DevComponents.DotNetBar.PanelEx panelExBLSJ; + private DevComponents.DotNetBar.SuperTabItem spTabBM; + private PublicUI.UI.DrawPanel panel82; + public DevComponents.DotNetBar.Controls.CircularProgress circularProgress2; + private DrawGraph.ZedGraphControl zgcAnaesRecord2; + private System.Windows.Forms.Panel panel12; + private System.Windows.Forms.Panel panel17; + private System.Windows.Forms.Panel panel24; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.RadioButton radioButton4; + private System.Windows.Forms.RadioButton radioButton5; + private System.Windows.Forms.RadioButton radioButton3; + private System.Windows.Forms.RadioButton radioButton2; + private System.Windows.Forms.Label label23; + private System.Windows.Forms.RadioButton radioButton1; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Panel panel18; + private System.Windows.Forms.Panel panel19; + public System.Windows.Forms.Label label46; + public System.Windows.Forms.Label label47; + public System.Windows.Forms.TextBox uText21; + public System.Windows.Forms.TextBox uText22; + public System.Windows.Forms.Label label48; + public System.Windows.Forms.Label label49; + public System.Windows.Forms.TextBox uText23; + public System.Windows.Forms.TextBox uText24; + public System.Windows.Forms.Label label50; + public System.Windows.Forms.TextBox uText25; + public System.Windows.Forms.Label label51; + public System.Windows.Forms.TextBox uText26; + private System.Windows.Forms.Panel panel20; + public System.Windows.Forms.Label label37; + public System.Windows.Forms.Label label38; + public System.Windows.Forms.TextBox uText15; + public System.Windows.Forms.TextBox uText16; + public System.Windows.Forms.Label label42; + public System.Windows.Forms.Label label43; + public System.Windows.Forms.TextBox uText17; + public System.Windows.Forms.TextBox uText18; + public System.Windows.Forms.Label label44; + public System.Windows.Forms.TextBox uText19; + public System.Windows.Forms.Label label45; + public System.Windows.Forms.TextBox uText20; + private System.Windows.Forms.Panel panel22; + public System.Windows.Forms.Label label29; + public System.Windows.Forms.Label label30; + public System.Windows.Forms.TextBox uText9; + public System.Windows.Forms.TextBox uText10; + public System.Windows.Forms.Label label31; + public System.Windows.Forms.Label label32; + public System.Windows.Forms.TextBox uText11; + public System.Windows.Forms.TextBox uText12; + public System.Windows.Forms.Label label33; + public System.Windows.Forms.TextBox uText13; + public System.Windows.Forms.Label label34; + public System.Windows.Forms.TextBox uText14; + private System.Windows.Forms.Panel panel23; + public System.Windows.Forms.Label label27; + public System.Windows.Forms.Label label24; + public System.Windows.Forms.TextBox uText8; + public System.Windows.Forms.TextBox uText4; + public System.Windows.Forms.Label label25; + public System.Windows.Forms.Label label26; + public System.Windows.Forms.TextBox uText7; + public System.Windows.Forms.TextBox uText1; + public System.Windows.Forms.Label label28; + public System.Windows.Forms.TextBox uText5; + public System.Windows.Forms.Label label35; + public System.Windows.Forms.TextBox uText6; + private System.Windows.Forms.Panel panel25; + public System.Windows.Forms.Label label36; + } +} \ No newline at end of file diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs new file mode 100644 index 0000000..ab220ff --- /dev/null +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs @@ -0,0 +1,1968 @@ +using AIMS.DocManager; +using AIMS.OperationFront.UI; +using AIMS.OremrUserControl; +using AIMS.PublicUI.UI; +using AIMSBLL; +using AIMSExtension; +using AIMSModel; +using DevComponents.Editors.DateTimeAdv; +using DrawGraph; +using Newtonsoft.Json; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Drawing.Printing; +using System.IO; +using System.Linq; +using System.Reflection; +using System.Windows.Forms; + +namespace AIMS.OperationDoing.AnasRecordBill.UI +{ + public partial class frmAnasRecordInstrument : Form + { + #region 初始化 + public OperationRecord _record; + public TemplateManage templateManage; + public TemplateManage templateManage2; + public AIMSModel.OperationRoom NowRoom; + private DataTable _appliance; + private List _applianceUseType; + public int PatientId = 0; + public int ApplyId = 0; + public int RecoverId = 1; + private System.Windows.Forms.Timer timerGetTextCollectorData; + public AIMSExtension.EditState State; + public bool isReadOnly = false; + + public frmAnasRecordInstrument() + { + InitializeComponent(); + #region 时间轴事件 + this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束; + this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室; + #endregion + //AIMSExtension.PublicMethod.SetLocalDateTime(); + } + + private void frmAnasRecordInstrument_Load(object sender, EventArgs e) + { + //系统演示 收费功能 + if (PublicMethod.OperatorNo == "admin") + { + btnChage.Visible = true; + } + + labOperatorName.Text = "(" + AIMSExtension.PublicMethod.OperatorNo + ")" + " " + AIMSExtension.PublicMethod.OperatorName; + if (NowRoom != null) lblRoom.Text = NowRoom.Name; + circularProgress1.Location = new Point((panel8.Width - circularProgress1.Width) / 2, (panel8.Height - circularProgress1.Height) / 2); + + LoadAnesRescue(); + } + + #endregion + + #region 上方按钮 + /// + /// 手术特殊事件时间点处理事件 + /// + /// + /// + public void txtDateTime_MouseDown(object sender, MouseEventArgs e) + { + if (PatientId == 0) return; + DateTimeInput tb = sender as DateTimeInput; + if (_record != null && _record.OutRoomTime != null) + { + if ((tb.Name == "txtBG" || tb.Name == "txtCG") && tb.Text.Trim() == "") + { + return; + } + } + + if (tb.Text.Trim() == "" && tb.CustomFormat == " ") + { + tb.BackColor = Color.White; + SetPic(sender); + } + else + { + tb.CustomFormat = "HH:mm"; + tb.ButtonDropDown.Visible = true; + } + } + private void txtDateTime_LostFocus(object sender, EventArgs e) + { + if (PatientId == 0) return; + DateTimeInput tb = sender as DateTimeInput; + if (tb.CustomFormat == "HH:mm") + { + if (tb.Name == "txtInRoom" || tb.Name == "txtOutRoom") + { + tb.CustomFormat = "MM-dd HH:mm"; + } + tb.ButtonDropDown.Visible = false; + } + if (tb.Text.Trim() != "" && tb.Value.ToString() != tb.Tag.ToString()) + { + try + { + SetPic(sender, tb.Value); + tb.BackColor = Color.White; + } + catch (Exception) + { + tb.Focus(); + tb.Value = DateTime.Parse(tb.Tag.ToString()); + return; + } + } + else + { + if (tb.Tag != null && tb.Tag.ToString() != "") + tb.Value = DateTime.Parse(tb.Tag.ToString()); + } + } + private void dateTimePicker_KeyUp(object sender, KeyEventArgs e) + { + if (PatientId == 0) return; + DateTimeInput dtpak = (DateTimeInput)sender; + if (e.KeyCode == Keys.Delete || e.KeyCode == Keys.Back) + { + if (dtpak.CustomFormat != " " && dtpak.Tag != null) + { + try + { + SetPic((DateTimeInput)sender); + } + catch (Exception) + { + //PublicMethod.ShowMessage("输入的时间格式不符合规范(HH:mm)!"); + return; + } + } + + } + } + /// + /// 特殊事件触发时设置图片 + /// + /// 显示时间的控件 + private void SetPic(Object obj) + { + DrawGraph.FactEvents Inevent = null; + DateTimeInput tb = obj as DateTimeInput; + DateTime nowtime = DateTime.Now;// getOpeMaxTime(); + DateTime curTimeTemp = new DateTime(nowtime.Year, nowtime.Month, nowtime.Day, nowtime.Hour, nowtime.Minute, 0); + InsertOrUpdateEventTime(0, "txtInRoom", "入室", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(0, "txtOperationBegin", "手术开始", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(0, "txtOperationEnd", "手术结束", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(0, "txtOutRoom", "出室", tb, curTimeTemp, ref Inevent); + + if (Inevent != null) + { + _record.FactEventsList.Add(Inevent); + if (Inevent.EventName == "入室") + { + _record.pageCount = 0; + ReviewEvent(); + } + else if (Inevent.EventName == "手术开始" || Inevent.EventName == "出室" || Inevent.EventBeginTime > _record.lastPageBegin) + { + ReviewEvent(); + } + else + { + DrawEvent(); + } + } + } + /// + /// 特殊事件触发时设置图片 + /// + /// 显示时间的控件 + private void SetPic(Object obj, DateTime curTimeTemp) + { + DrawGraph.FactEvents Inevent = null; + DateTimeInput tb = obj as DateTimeInput; + curTimeTemp = new DateTime(curTimeTemp.Year, curTimeTemp.Month, curTimeTemp.Day, curTimeTemp.Hour, curTimeTemp.Minute, 0); + //try + //{ + // if (curTimeTemp.Date < _record.PlanOperationTime.AddDays(-3).Date) + // { + // tb.Focus(); + // tb.Value = DateTime.Parse(tb.Tag.ToString()); + // return; + // } + //} + //catch (Exception) + //{ + //} + InsertOrUpdateEventTime(1, "txtInRoom", "入室", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(1, "txtOperationBegin", "手术开始", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(1, "txtOperationEnd", "手术结束", tb, curTimeTemp, ref Inevent); + curTimeTemp = curTimeTemp.AddSeconds(2); + InsertOrUpdateEventTime(1, "txtOutRoom", "出室", tb, curTimeTemp, ref Inevent); + + if (Inevent != null) + { + if (Inevent.EventName == "入室") + { + _record.pageCount = 0; + ReviewEvent(); + } + else if (Inevent.EventName == "出室" || Inevent.EventName == "手术开始" || Inevent.EventBeginTime > _record.lastPageBegin) + { + ReviewEvent(); + } + else + { + DrawEvent(); + } + } + } + /// + /// 特殊事件触发时设置图片 + /// + /// 显示时间的控件 + private void SetPic(DateTimeInput obj) + { + DrawGraph.FactEvents Inevent = null; + DateTimeInput tb = obj as DateTimeInput; + if (_record.State == "手术中") + { + DeleteEventTime("txtOperationBegin", "手术开始", tb, ref Inevent); + DeleteEventTime("txtOperationEnd", "手术结束", tb, ref Inevent); + DeleteEventTime("txtBG", "拔管", tb, ref Inevent); + } + else + { + MessageBox.Show("选择的事件不可删除 只可修改!"); + } + + if (Inevent != null) + { + tb.ButtonDropDown.Visible = false; + _record.FactEventsList.Remove(Inevent); + DrawEvent(); + } + } + /// + /// 判断控件对应的事件 删除事件 + /// + /// 事件对应的控件名称 + /// 事件名称 + /// 控件 + private void DeleteEventTime(string EventTxtName, string EventName, DateTimeInput tb, ref DrawGraph.FactEvents Inevent) + { + if (tb.Name.Equals(EventTxtName)) + { + List list = _record.FactEventsList.Where(c => c.EventName == EventName).ToList(); + if (list.Count <= 0) return; + Inevent = list[0]; + if (EventName == "入室" || EventName == "出室") + { + //PublicMethod.ShowMessage("该事件为主要事件 不可删除 只可修改!!"); + tb.Value = Inevent.EventBeginTime.Value; + Inevent = null; + return; + } + + BFactEvents.DeleteById(Inevent.Id.ToString()); + Inevent.clearAddObj(zgcAnaesRecord); + tb.CustomFormat = " "; + tb.Value = DateTime.Now; + tb.Tag = null; + + if (Inevent != null && Inevent.EventName == "手术开始") + { + _record.OperationBeginTime = null; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始; + } + if (Inevent != null && Inevent.EventName == "手术结束") + { + _record.OperationEndTime = null; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束; + } + + if (Inevent != null) + { + BOperationRecord.Update("OperationBeginTime=@OperationBegin,OperationEndTime=@OperationEnd,OutRoomTime=@OutRoom where Id=@id", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.HasValue ? (object)_record.OperationBeginTime.Value : (object)DBNull.Value, "@OperationEnd", _record.OperationEndTime.HasValue ? (object)_record.OperationEndTime.Value : (object)DBNull.Value, "@OutRoom", _record.OutRoomTime.HasValue ? (object)_record.OutRoomTime.Value : (object)DBNull.Value, "@id", _record.Id)); + } + } + } + /// + /// 判断控件对应的事件 插入事件 + /// + /// 0插入 1更新 + /// 事件对应的控件名称 + /// 事件名称 + /// 事件对应的对象时间 + /// 控件 + /// 事件时间 + /// 事件对象 + private void InsertOrUpdateEventTime(int state, string EventTxtName, string EventName, DateTimeInput tb, DateTime curTimeTemp, ref DrawGraph.FactEvents Inevent) + { + if (tb.Name.Equals(EventTxtName)) + { + string messing = ""; + bool timeistrue = true; + timeistrue = BOperationRecord.IfTimeisTrue(true, _record, EventName, curTimeTemp, ref messing); + if (_record.State != null && _record.State != "5") + { + if (messing != "") + { + MessageBox.Show(messing); + } + } + else + { timeistrue = true; } + if (EventName == "出室" && _record.State == "手术中" && state == 0) + { + if (messing != "") MessageBox.Show(messing, "系统提示"); + return; + } + if (timeistrue == false) + { + if (tb.Tag != null) tb.Value = DateTime.Parse(tb.Tag.ToString()); + return; + } + if (EventName == "出室" && curTimeTemp.ToString("yyyy-MM-dd HH:mm") == _record.lastPageBegin.ToString("yyyy-MM-dd HH:mm")) + { + curTimeTemp = _record.lastPageBegin; + } + if (state != 1) + { + Inevent = BFactEvents.Insert(PatientId, EventName, curTimeTemp, curTimeTemp, RecoverId); + } + else + { + updateEventTime(EventName, curTimeTemp, ref Inevent); + } + tb.Value = curTimeTemp; + tb.Tag = curTimeTemp; + + if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime) + { + _record.InRoomTime = Inevent.EventBeginTime; + this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室_select; + } + if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime) + { + _record.OperationBeginTime = Inevent.EventBeginTime; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始_select; + } + if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime) + { + _record.OperationEndTime = Inevent.EventBeginTime; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束_select; + } + if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime) + { + _record.OutRoomTime = Inevent.EventBeginTime; + this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select; + } + if (Inevent != null) + { + BOperationRecord.Update("InRoomTime=@InRoom,OperationBeginTime=@OperationBegin,OperationEndTime=@OperationEnd,OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.HasValue ? (object)_record.InRoomTime.Value : (object)DateTime.Now, "@OperationBegin", _record.OperationBeginTime.HasValue ? (object)_record.OperationBeginTime.Value : (object)DBNull.Value, "@OperationEnd", _record.OperationEndTime.HasValue ? (object)_record.OperationEndTime.Value : (object)DBNull.Value, "@OutRoom", _record.OutRoomTime.HasValue ? (object)_record.OutRoomTime.Value : (object)DBNull.Value, "@id", _record.Id)); + } + } + } + /// + /// 修改事件时间 + /// + /// + /// + public void updateEventTime(string eventName, DateTime dt, ref DrawGraph.FactEvents elist) + { + List list = _record.FactEventsList.Where(c => c.EventName == eventName).ToList(); + if (list.Count <= 0) return; + elist = list[0]; + if (elist.EventBeginTime != dt) + { + elist.EventBeginTime = dt; + elist.EventEndTime = dt; + BFactEvents.Update("EventBeginTime=@EventBeginTime,EventEndTime=@EventEndTime where id=@id ", new AIMSModel.ParameterList("@EventBeginTime", elist.EventBeginTime, "@EventEndTime", elist.EventEndTime, "@id", elist.Id)); + } + } + #endregion + + #region 下方按钮 + private void panel8_Scroll(object sender, ScrollEventArgs e) + { + templateManage.SetPYL(); + } + private void panel82_Scroll(object sender, ScrollEventArgs e) + { + templateManage2.SetPYL(); + } + + + private void plRefresh_Click(object sender, EventArgs e) + { + if (PatientId == 0) return; + //刷新到当前页 + ReviewEvent(); + } + #endregion + + #region 左侧按钮 + private void btnSelectPatient_Click(object sender, EventArgs e) + { + OperationDoing.AnasRecordBill.UI.frmSelectPatientNew frmSelectPatient = new UI.frmSelectPatientNew(); + frmSelectPatient.isMainOpen = true; + frmSelectPatient.FormClosed += new FormClosedEventHandler(frmSelectPatient_FormClosed); + frmSelectPatient.ShowDialog(); + + } + void frmSelectPatient_FormClosed(object sender, FormClosedEventArgs e) + { + LoadAnesRescue(); + } + + private System.Windows.Forms.Timer timerLoadAnesRescue; + + public void LoadAnesRescue() + { + circularProgress1.IsRunning = true; + circularProgress1.Visible = true; + circularProgress2.IsRunning = true; + circularProgress2.Visible = true; + zgcAnaesRecord.Visible = false; + zgcAnaesRecord2.Visible = false; + timerLoadAnesRescue = new System.Windows.Forms.Timer(components); + timerLoadAnesRescue.Enabled = true;//调试时设置为FALSE , + timerLoadAnesRescue.Interval = 300; + timerLoadAnesRescue.Tick -= TimerLoadAnesRescue_Tick; + timerLoadAnesRescue.Tick += TimerLoadAnesRescue_Tick; + timerLoadAnesRescue.Start(); + } + private void TimerLoadAnesRescue_Tick(object sender, EventArgs e) + { + timerLoadAnesRescue.Dispose(); + if (PatientId > 0 && State == AIMSExtension.EditState.ADD) + { + try + { + HelperDB.DbHelperSQL.BeginTrans(); + _record = new OperationRecord(); + _record.OperationApplyId = ApplyId; + _record.PatientId = PatientId; + _record.RecoverId = RecoverId; + _record.Id = BOperationRecord.AddTitleTime(PatientId, ApplyId, RecoverId, "InRoomTime", DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd HH:mm:00")), NowRoom.Id.Value); + BOperationRecord.UpdateState(PatientId, RecoverId, 1); + HelperDB.DbHelperSQL.CommitTrans(); + ClearTimeText(); + btnSelectPatient.Enabled = false; + DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2); + StartTimer(); + + txtInRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown); + txtOutRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown); + txtOperationBegin.MouseDown += new MouseEventHandler(txtDateTime_MouseDown); + txtOperationEnd.MouseDown += new MouseEventHandler(txtDateTime_MouseDown); + + txtOperationBegin.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp); + txtOperationEnd.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp); + + txtInRoom.LostFocus += new EventHandler(txtDateTime_LostFocus); + txtOutRoom.LostFocus += new EventHandler(txtDateTime_LostFocus); + txtOperationBegin.LostFocus += new EventHandler(txtDateTime_LostFocus); + txtOperationEnd.LostFocus += new EventHandler(txtDateTime_LostFocus); + + } + catch + { + HelperDB.DbHelperSQL.RollbackTrans(); + } + } + else if (PatientId > 0 && State == AIMSExtension.EditState.EDIT) + { + _record = new OperationRecord(); + btnSelectPatient.Enabled = false; //清空记录点并重新加载 + ClearTimeText(); + if (templateManage != null) + { + templateManage.ControlClear(); + } + if (templateManage2 != null) + { + templateManage2.ControlClear(); + } + DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2); + StartTimer(); + } + else if (PatientId > 0 && State == AIMSExtension.EditState.BROWSE) + { + _record = new OperationRecord(); + btnSelectPatient.Enabled = true; + btnCancelOperation.Enabled = false; + btnCancelIn.Enabled = false; + ClearTimeText(); + if (templateManage != null) + { + templateManage.ControlClear(); + } + if (templateManage2 != null) + { + templateManage2.ControlClear(); + } + DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2); + + StartTimer(); + } + AbleEditPackObj ableEdit = templateManage.GetPackObjectOTag("InstrumentDataManage_AbleEditPackObj_40_OperationRecord_SpareTen"); + Panel pan = ableEdit.CControl as Panel; + if (pan != null) + { + this.panel8.Controls.Remove(this.panelQX); + panelQX.Visible = true; + panelQX.Dock = DockStyle.Fill; + pan.Controls.Add(panelQX); + pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4)); + } + AbleEditPackObj ableEdit2 = templateManage2.GetPackObjectOTag("TempDataManage_AbleEditPackObj_357_OperationRecord_InstrumentList_TagPicturePanel"); + Panel pan2 = ableEdit2.CControl as Panel; + if (pan2 != null) + { + this.panel82.Controls.Remove(this.panel12); + panel12.Visible = true; + panel12.Dock = DockStyle.Fill; + pan2.Controls.Add(panel12); + //pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4)); + } + AbleEditPackObj ableEdit3 = templateManage2.GetPackObjectOTag("TempDataManage_AbleEditPackObj_397_OperationRecord_InstrumentList_PackPanel"); + Panel pan3 = ableEdit3.CControl as Panel; + if (pan3 != null) + { + this.panel82.Controls.Remove(this.panel18); + panel18.Visible = true; + panel18.Dock = DockStyle.Fill; + pan3.Controls.Add(panel18); + //pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4)); + } + plRefresh_Click(null, null); + if (_record.MedicalRecord != null && _record.MedicalRecord != "") + { + btnOperationInfo.Enabled = false; + btnOutputLiquids.Enabled = false; + btnDrug.Enabled = false; + btnAddEvents.Enabled = false; + button6.Enabled = false; + btnBloodGasAnalysis.Enabled = false; + txtInRoom.Enabled = false; + txtOperationBegin.Enabled = false; + txtOperationEnd.Enabled = false; + txtOutRoom.Enabled = false; + isReadOnly = true; + } + + circularProgress1.IsRunning = false; + circularProgress1.Visible = false; + zgcAnaesRecord.Visible = true; + circularProgress2.IsRunning = false; + circularProgress2.Visible = false; + zgcAnaesRecord2.Visible = true; + + } + + private void btnOperationInfo_Click(object sender, EventArgs e) + { + if (PatientId != 0) + { + AIMS.OperationDoing.AnasRecordBill.UI.frmOperationInfoNew frmOperationInfo = new frmOperationInfoNew(); + frmOperationInfo._record = _record; + frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click); + frmOperationInfo.ShowDialog(); + } + else + { + MessageBox.Show("请选择患者"); + } + } + + private void btnDrug_Click(object sender, EventArgs e) + { + if (PatientId != 0) + { + PublicUI.UI.frmFactDrugNew frmFactDrug = new PublicUI.UI.frmFactDrugNew(); + frmFactDrug._record = _record; + frmFactDrug.zgcAnaesRecord = zgcAnaesRecord; + frmFactDrug.DrugTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactDrug.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed); + frmFactDrug.ShowDialog(); + } + else + { + MessageBox.Show("请选择患者"); + } + } + private void btnAddEvents_Click(object sender, EventArgs e) + { + if (PatientId != 0) + { + PublicUI.UI.frmFactEventsNew frmFactEventsNew = new PublicUI.UI.frmFactEventsNew(); + frmFactEventsNew._record = _record; + frmFactEventsNew.zgcAnaesRecord = zgcAnaesRecord; + frmFactEventsNew.EventTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactEventsNew.EventParam += ReferEventDrugs; + frmFactEventsNew.ShowDialog(); + } + else + { + MessageBox.Show("请选择患者"); + } + } + private void btnOutputLiquids_Click(object sender, EventArgs e) + { + if (PatientId != 0) + { + PublicUI.UI.frmFactOutputLiquidsNew frmFactOutputLiquids = new PublicUI.UI.frmFactOutputLiquidsNew(); + frmFactOutputLiquids._record = _record; + frmFactOutputLiquids.OutputLiquidTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单 + frmFactOutputLiquids.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed); + frmFactOutputLiquids.ShowDialog(); + } + else + { + MessageBox.Show("请选择患者"); + } + } + private void button6_Click(object sender, EventArgs e) + { + frmAnaseDataQualityRecord frmAnaseDataQuality = new frmAnaseDataQualityRecord(); + frmAnaseDataQuality._record = _record; + frmAnaseDataQuality.ShowDialog(); + } + void frmFactEventsNew_FormClosed(object sender, FormClosedEventArgs e) + { + plRefresh_Click(null, null); + } + private void btnCancelOperation_Click(object sender, EventArgs e) + { + if (PatientId == 0) + { + MessageBox.Show("请选择患者!"); + return; + } + if (BOperationRecord.GetDataCount(_record.Id.Value, PatientId, RecoverId) > 0) + { + MessageBox.Show("清除数据在进行作废手术操作!"); + return; + } + if (MessageBox.Show("确认要停止手术吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { + try + { + + HelperDB.DbHelperSQL.BeginTrans(); + BOperationApply.UpdateApplyState(ApplyId, 11); + //BOperationRecord.DeleteOperationRecordData(PatientId, RecoverId); + BOperationRecord.UpdateState(PatientId, 1, 5); + HelperDB.DbHelperSQL.CommitTrans(); + + //ClearData(); + this.Close(); + } + catch + { + HelperDB.DbHelperSQL.RollbackTrans(); + } + } + } + private void btnCancelIn_Click(object sender, EventArgs e) + { + if (PatientId == 0) + { + MessageBox.Show("请选择患者!"); + return; + } + if (BOperationRecord.GetDataCount(_record.Id.Value, PatientId, RecoverId) > 0) + { + MessageBox.Show("清除数据在进行取消转入操作!"); + return; + } + if (MessageBox.Show("确认要取消转入吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { + try + { + HelperDB.DbHelperSQL.BeginTrans(); + BOperationApply.UpdateApplyState(ApplyId, 5); + BOperationRecord.DeleteOperationRecordData(_record.Id.Value, PatientId, RecoverId); + HelperDB.DbHelperSQL.CommitTrans(); + + DisposeTimer(); + //ClearData(); + this.Close(); + } + catch + { + HelperDB.DbHelperSQL.RollbackTrans(); + } + } + } + private void btnTemplate_Click(object sender, EventArgs e) + { + if (_applianceUseType == null) + _applianceUseType = new List(); + frmSelectApplianceUseType ReturnApply = new frmSelectApplianceUseType(); + ReturnApply._SelectApplianceUseType = _applianceUseType; + DialogResult ddr = ReturnApply.ShowDialog(); + _appliance = ReturnApply._appliance; + if (ddr == System.Windows.Forms.DialogResult.OK && _appliance != null) + { + FullUcControlsToPanel(panel32, _appliance); + //if (_appliance.Rows.Count > 60) + // MessageBox.Show("超出打印数量!"); + } + } + private void tsbExePlan_Click(object sender, EventArgs e) + { + if (PatientId == 0) + { + MessageBox.Show("请先选择患者!"); + return; + } + if (_record.Applydiagnose == null || _record.Applydiagnose == "") + { + MessageBox.Show("请选择诊断后再填写文书!", "系统提示"); + ModifyApply_Click(null, null); + return; + } + PatientRecord patient = PatientRecord.GetPatientRecord(PatientId); + frmDocument frmDocument = new frmDocument(patient); + frmDocument.StartPosition = FormStartPosition.CenterScreen; + frmDocument.WindowState = FormWindowState.Maximized; + frmDocument.ShowDialog(); + } + void toolStripMenuItem2_Click(object sender, EventArgs e) + { + + } + private void btnBloodGasAnalysis_Click(object sender, EventArgs e) + { + if (PatientId != 0) + { + frmBloodGasAnalysisNew frmFactBloodGasAnalysis = new frmBloodGasAnalysisNew(); + frmFactBloodGasAnalysis._record = _record; + frmFactBloodGasAnalysis.zgcAnaesRecord = zgcAnaesRecord; + frmFactBloodGasAnalysis.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed); + frmFactBloodGasAnalysis.ShowDialog(); + } + else + { + MessageBox.Show("请选择患者"); + } + } + #endregion + + #region 采集程序 + + public string szy;//舒张压 + public string ssy;//收缩压 + public DateTime? LastRespMonitorDataTime; + private void timerGetTextCollectorData_Tick(object sender, EventArgs e) + { + try + { + if (((TimeSpan)(DateTime.Now - _record.lastPageBegin)).TotalHours > 24 || NowRoom == null) return; + ShowMonitorDataToRight(); + } + catch (Exception) + { + //PublicMethod.WriteLog(ex); + } + } + + private BackgroundWorker backgroundWorker1; + public void ShowMonitorDataToRight() + { + this.backgroundWorker1 = new BackgroundWorker(); + this.backgroundWorker1.WorkerReportsProgress = true; + this.backgroundWorker1.WorkerSupportsCancellation = true; + this.backgroundWorker1.DoWork += new DoWorkEventHandler(this.backgroundWorker1_DoWork); + this.backgroundWorker1.RunWorkerCompleted += new RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted); + this.backgroundWorker1.RunWorkerAsync(); + } + private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e) + { + BackgroundWorker worker = sender as BackgroundWorker; + List lists = DeviceCacheData.Select(" IPAddress='" + NowRoom.Ip + "' and UpdateTime>='" + DateTime.Now.AddSeconds(-300) + "'"); + e.Result = lists; + } + private void backgroundWorker1_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) + { + List lists = e.Result as List; + if (lists != null && lists.Count > 0) + { + DeviceCacheData deviceCacheData = lists[0]; + NowPhysioData nowPhysioData = JsonConvert.DeserializeObject(deviceCacheData.JsonData); + foreach (PropertyInfo p in nowPhysioData.GetType().GetProperties()) + { + bool iswar = false; + foreach (PhysioDataConfig keyValuePair in _record.addPhysioList) + { + if (keyValuePair.Enname.ToUpper() == p.Name.ToUpper()) + { + try + { + object paramValue = p.GetValue(nowPhysioData, null); + if (paramValue != null && paramValue.ToString() != string.Empty && paramValue.ToString() != "NaN" && paramValue.ToString() != "NULL") + { + double value = Double.Parse(paramValue.ToString()); + value = Convert.ToInt32(value); + if (value < keyValuePair.WarningLowLimit || value > keyValuePair.WarningHighLimit) + { + iswar = true; + } + + if (keyValuePair.Name == "心率") + { + lblHR.Text = value <= 0 ? "- -" : value.ToString(); + if (iswar == true) lblHR.ForeColor = Color.Red; else lblHR.ForeColor = Color.Green; + } + if (keyValuePair.Name == "自主呼吸") + { + lblRESP.Text = value <= 0 ? "- -" : value.ToString(); + if (iswar == true) lblRESP.ForeColor = Color.Red; else lblRESP.ForeColor = Color.Green; + } + if (keyValuePair.Name == "氧饱和度") + { + lblSpo2.Text = value <= 0 ? "- -" : value.ToString(); + if (iswar == true) lblSpo2.ForeColor = Color.Red; else lblSpo2.ForeColor = Color.Green; + } + if (keyValuePair.Name == "脉率") + { + lblPR.Text = value <= 0 ? "- -" : value.ToString(); + if (iswar == true) lblPR.ForeColor = Color.Red; else lblPR.ForeColor = Color.Green; + } + if (keyValuePair.Name == "无创舒张压") + { + szy = value <= 0 ? "" : value.ToString(); + if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green; + } + if (keyValuePair.Name == "无创收缩压") + { + ssy = value <= 0 ? "" : value.ToString(); + if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green; + } + if (keyValuePair.Name == "有创舒张压") + { + szy = value <= 0 ? "" : value.ToString(); + if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green; + } + if (keyValuePair.Name == "有创收缩压") + { + ssy = value <= 0 ? "" : value.ToString(); + if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green; + } + break; + } + } + catch (Exception) + { + //PublicMethod.WriteLog(ex); + } + } + } + } + string szyssy = ssy + "/" + szy; + lblDia.Text = szyssy == "/" ? "--/--" : szyssy; + } + else + { + lblHR.Text = "- -"; + lblRESP.Text = "- -"; + lblSpo2.Text = "- -"; + lblPR.Text = "- -"; + lblDia.Text = "--/--"; + lblHR.ForeColor = Color.Green; + lblRESP.ForeColor = Color.Green; + lblSpo2.ForeColor = Color.Green; + lblPR.ForeColor = Color.Green; + lblDia.ForeColor = Color.Green; + } + } + + public bool isCgtime(string key, DateTime time) + { + bool b = false; + try + { + if (key == "自主呼吸") + { + if (_record.InCGTime != null && _record.OutCGTime != null) + { + if (time > _record.InCGTime && time < _record.OutCGTime) + b = true; + } + if (_record.InCGTime != null && _record.OutCGTime == null) + { + if (time > _record.InCGTime) + b = true; + } + } + else + { + b = false; + } + } + catch (Exception ex) + { + PublicMethod.WriteLog(ex); + } + return b; + } + + private void StartTimer() + { + if (timerGetTextCollectorData == null) + timerGetTextCollectorData = new System.Windows.Forms.Timer(components); + timerGetTextCollectorData.Enabled = true;//调试时设置为FALSE , + timerGetTextCollectorData.Interval = 2000; + timerGetTextCollectorData.Tick -= new System.EventHandler(timerGetTextCollectorData_Tick); + timerGetTextCollectorData.Tick += new System.EventHandler(timerGetTextCollectorData_Tick); + timerGetTextCollectorData.Start(); + } + + private void DisposeTimer() + { + if (timerGetTextCollectorData != null) + { + timerGetTextCollectorData.Enabled = false; + timerGetTextCollectorData.Stop(); + } + } + + #endregion + + #region 鼠标右键 + + private void zgcAnaesRecord_KeyUp(object sender, KeyEventArgs e) + { + if (templateManage != null) + { + ZedGraphControl send = sender as ZedGraphControl; + templateManage.zedControl_KeyUp(send, e); + } + } + + private bool zgcAnaesRecord_MouseDownEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage != null && isReadOnly == false) + { + SelectWorkerValue.Hidden(); + SelectDictValue.Hidden(); + templateManage.zedControl_MouseDownEvent(sender, e); + + } + return default(bool); + } + + private bool zgcAnaesRecord_MouseUpEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage != null && isReadOnly == false) + { + templateManage.zedControl_MouseUpEvent(sender, e); + } + return default(bool); + } + + private bool zgcAnaesRecord_MouseMoveEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage != null) + { + templateManage.zedControl_MouseMoveEvent(sender, e); + } + return default(bool); + } + + private void zgcAnaesRecord_MouseDoubleClick(object sender, MouseEventArgs e) + { + if (templateManage != null && isReadOnly == false) + { + ZedGraphControl send = sender as ZedGraphControl; + templateManage.zedControl_MouseDoubleClick(send, e); + } + } + //public ucStripMenuItem menuItem = new ucStripMenuItem(); + private void zgcAnaesRecord_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState) + { + + //添加自定义的新菜单 + ToolStripMenuItem ModifyApply = new ToolStripMenuItem(); + ModifyApply.Text = "手术申请信息"; + ModifyApply.Click += ModifyApply_Click; + menuStrip.Items.Add(ModifyApply); + + } + + private void zgcAnaesRecord2_KeyUp(object sender, KeyEventArgs e) + { + if (templateManage2 != null) + { + ZedGraphControl send = sender as ZedGraphControl; + templateManage2.zedControl_KeyUp(send, e); + } + } + + private bool zgcAnaesRecord2_MouseDownEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage2 != null && isReadOnly == false) + { + SelectWorkerValue.Hidden(); + SelectDictValue.Hidden(); + templateManage2.zedControl_MouseDownEvent(sender, e); + + } + return default(bool); + } + + private bool zgcAnaesRecord2_MouseUpEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage2 != null && isReadOnly == false) + { + templateManage2.zedControl_MouseUpEvent(sender, e); + } + return default(bool); + } + + private bool zgcAnaesRecord2_MouseMoveEvent(ZedGraphControl sender, MouseEventArgs e) + { + if (templateManage2 != null) + { + templateManage2.zedControl_MouseMoveEvent(sender, e); + } + return default(bool); + } + + private void zgcAnaesRecord2_MouseDoubleClick(object sender, MouseEventArgs e) + { + if (templateManage2 != null && isReadOnly == false) + { + ZedGraphControl send = sender as ZedGraphControl; + templateManage2.zedControl_MouseDoubleClick(send, e); + } + } + //public ucStripMenuItem menuItem = new ucStripMenuItem(); + private void zgcAnaesRecord2_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState) + { + //添加自定义的新菜单 + ToolStripMenuItem ModifyApply = new ToolStripMenuItem(); + ModifyApply.Text = "手术申请信息"; + ModifyApply.Click += ModifyApply_Click; + menuStrip.Items.Add(ModifyApply); + + } + private void ModifyApply_Click(object sender, EventArgs e) + { + if (PatientId == 0) return; + + frmOperationApplyDetail frm = new frmOperationApplyDetail(); + frm.State = AIMSExtension.EditState.EDIT; + frm.EditApplyId = ApplyId; + frm.tsbExit.Visible = true; + frm.tsbCancel.Visible = false; + frm.FormClosed += (s, er) => + { + ReviewEvent(); + }; + //frm.FormBorderStyle = FormBorderStyle.None; // 无边框 + //frm.TopLevel = false; + //frm.Dock = DockStyle.Fill; + //panel8.Controls.Add(frm); + frm.Show(); + frm.Focus(); + frm.BringToFront(); + } + + #endregion + + #region 公共方法 + private void ReviewEvent() + { + if (PatientId != 0) + { + templateManage.OpeRecord = BOperationRecord.getRecord(_record, PatientId, RecoverId); + templateManage2.OpeRecord = templateManage.OpeRecord; + templateManage.BindOperationRecordValueAll(templateManage.OpeRecord); + templateManage2.BindOperationRecordValueAll(templateManage2.OpeRecord); + reDrawEvent(); + templateManage.Bind(); + templateManage2.Bind(); + + if (_record.InstrumentList != null) + { + LoadOperationGoodsBillRecord(); + } + else + { + _record.InstrumentList = new OperationRecordInstrumentList(); + _record.InstrumentList.OperationRecordId = this._record.Id; + FirstbtnEnter(); + } + zgcAnaesRecord.Refresh(); + } + } + + private void DrawEvent() + { + reDrawEvent(); + zgcAnaesRecord.Refresh(); + } + + private void reDrawEvent() + { + ClearTimeText(); + if (_record.InRoomTime != null) + { + txtInRoom.CustomFormat = "MM-dd HH:mm"; + txtInRoom.ButtonDropDown.Visible = false; + txtInRoom.Tag = _record.InRoomTime.Value; + txtInRoom.Value = _record.InRoomTime.Value; + this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室_select; + } + if (_record.OperationBeginTime != null) + { + txtOperationBegin.CustomFormat = "HH:mm"; + txtOperationBegin.ButtonDropDown.Visible = false; + txtOperationBegin.Tag = _record.OperationBeginTime.Value; + txtOperationBegin.Value = _record.OperationBeginTime.Value; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始_select; + } + if (_record.OperationEndTime != null) + { + txtOperationEnd.CustomFormat = "HH:mm"; + txtOperationEnd.ButtonDropDown.Visible = false; + txtOperationEnd.Tag = _record.OperationEndTime.Value; + txtOperationEnd.Value = _record.OperationEndTime.Value; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束_select; + } + if (_record.OutRoomTime != null) + { + txtOutRoom.CustomFormat = "MM-dd HH:mm"; + txtOutRoom.ButtonDropDown.Visible = false; + txtOutRoom.Tag = _record.OutRoomTime.Value; + txtOutRoom.Value = _record.OutRoomTime.Value; + this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select; + } + + if (_record.OutRoomTime != null && _record.State == "手术中") + { + txtOutRoom.CustomFormat = "MM-dd HH:mm"; + txtOutRoom.ButtonDropDown.Visible = false; + txtOutRoom.Tag = _record.OutRoomTime.Value; + txtOutRoom.Value = _record.OutRoomTime.Value; + EndOperationOutRoom(); + } + } + public void ReferEventDrugs() + { + if (txtInRoom.Value != _record.InRoomTime) + { + _record.pageCount = 0; + ReviewEvent(); + } + else + { + plRefresh_Click(null, null); + } + } + private void ClearTimeText() + { + txtInRoom.CustomFormat = " "; + txtOperationBegin.CustomFormat = " "; + txtOperationEnd.CustomFormat = " "; + txtOutRoom.CustomFormat = " "; + txtInRoom.Tag = null; + txtOperationBegin.Tag = null; + txtOperationEnd.Tag = null; + txtOutRoom.Tag = null; + txtInRoom.Text = ""; + txtOperationBegin.Text = ""; + txtOperationEnd.Text = ""; + txtOutRoom.Text = ""; + + this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室; + this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始; + this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束; + this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室; + } + + private void EndOperationOutRoom() + { + if (_record == null || _record.State != "手术中") return; + try + { + //CloseOtherFrom(); + //保存持续加药未结束药品 + foreach (FactDrug temp in _record.FactDrugList) + { + if (temp.IsContinue == 1 && temp.DrugBeginTime == temp.DrugEndTime) + { + temp.DrugEndTime = _record.OutRoomTime.Value; + temp.OperatorNo = PublicMethod.OperatorNo; + temp.OperatorName = PublicMethod.OperatorName; + temp.OperateDate = DateTime.Now; + BFactDrug.Update(temp); + } + } + //保存持续事件未结束事件 + foreach (FactEvents temp in _record.FactEventsList) + { + if (temp.IsContinue == 1 && temp.EventBeginTime == temp.EventEndTime) + { + temp.EventEndTime = _record.OutRoomTime; + temp.OperatorNo = PublicMethod.OperatorNo; + temp.OperatorName = PublicMethod.OperatorName; + temp.OperateDate = DateTime.Now; + BFactEvents.Update(temp); + } + } + _record.State = "手术结束"; + BOperationApply.UpdateApplyState(ApplyId, 8); + BOperationRecord.UpdateState(PatientId, 1, 2); + + //PublicMethod.WriteLog("结束转出手术: " + _record.Id); + //TipBox.Hidden(true); + State = AIMSExtension.EditState.BROWSE; + btnCancelOperation.Enabled = false; + btnCancelIn.Enabled = false; + btnSelectPatient.Enabled = true; + DisposeTimer(); + ReviewEvent(); + } + catch (Exception exp) + { + PublicMethod.WriteLog(exp, ""); + } + + } + #endregion + + #region 右侧按钮 + private void btnyldj_Click(object sender, EventArgs e) + { + FormUseDrugsReport formUseDrugsReport = new FormUseDrugsReport(1); + if (_record != null) formUseDrugsReport._record = _record; + formUseDrugsReport.Show(); + } + + private void btnzsk_Click(object sender, EventArgs e) + { + frmKnowledgeBase frm = new frmKnowledgeBase(); + frm.Show(); + } + + private void btndptz_Click(object sender, EventArgs e) + { + frmNoticeLargeScreen fnc = new frmNoticeLargeScreen(); + if (_record != null) + { + fnc.lblName.Text = _record.Name; + fnc.textBox2.Focus(); + fnc.groupBox1.Visible = false; + } + fnc.ShowDialog(); + } + + private void btnxldlx_Click(object sender, EventArgs e) + { + frmHemodynamics frm = new frmHemodynamics(); + frm.Show(); + } + + private void btnsbwh_Click(object sender, EventArgs e) + { + frmInstrumentRegistration frm = new frmInstrumentRegistration(); + frm.Show(); + } + + private void btnsjzx_Click(object sender, EventArgs e) + { + MessageBox.Show("未连接到服务器 请联系管理员或稍后再试!", "系统提示"); + } + private void btnqxqd_Click(object sender, EventArgs e) + { + if (PatientId != 0 && _record.Id != 0) + { + frmGoodsBillRecord frm = new frmGoodsBillRecord(); + frm._record = _record; + frm.Show(); + frm.Focus(); + frm.BringToFront(); + } + } + private void btnChage_Click(object sender, EventArgs e) + { + frmChargRecordPrint frmchargRecord = new frmChargRecordPrint(_record); + frmchargRecord.TemplateType = "麻醉"; + frmchargRecord.Show(); + frmchargRecord.BringToFront(); + } + #endregion + + #region 器械清点 + + #region 加载手术手术清点单记录信息 + private void LoadOperationGoodsBillRecord() + { + if (_record.InstrumentList.ApplianceUseType != null && _record.InstrumentList.ApplianceUseType != "") _applianceUseType = BApplianceUseType.Select(" id in (" + _record.InstrumentList.ApplianceUseType + ")", null, RecursiveType.None, 0); + + if (_applianceUseType == null || _applianceUseType.Count == 0) + { + _applianceUseType = new List(); + _appliance = BAppliance.GetApplianiceByIds(""); + } + else + { + DataTable newDataTable = null; + _appliance = BAppliance.GetApplianiceNumberByIds(_applianceUseType[0].TheApplianceId, _applianceUseType[0].ApplianceNumber); + newDataTable = _appliance.Clone(); + foreach (ApplianceUseType item in _applianceUseType) + { + DataTable dt = BAppliance.GetApplianiceNumberByIds(item.TheApplianceId, item.ApplianceNumber); + object[] obj = new object[newDataTable.Columns.Count]; + //添加DataTable1的数据 + for (int i = 0; i < dt.Rows.Count; i++) + { + dt.Rows[i].ItemArray.CopyTo(obj, 0); + newDataTable.Rows.Add(obj); + } + } + _appliance = newDataTable; + } + if (_appliance != null) + FullUcControlsToPanel(panel32, _appliance); + + if (_record.InstrumentList.JsonTextData != null && _record.InstrumentList.JsonTextData != "") + { + PublicToDoument.DeserializeControl(panel18, _record.InstrumentList.JsonTextData); + } + if (_record.InstrumentList.TagPicture != null && _record.InstrumentList.TagPicture != "") + { + pictureBox1.Image = PublicToDoument.BytesToImage(Convert.FromBase64String(_record.InstrumentList.TagPicture)); + } + } + #endregion + + #region 选择器械包 + private void btnEnter_Click(object sender, EventArgs e) + { + if (_applianceUseType == null) + _applianceUseType = new List(); + frmSelectApplianceUseType ReturnApply = new frmSelectApplianceUseType(); + ReturnApply._SelectApplianceUseType = _applianceUseType; + DialogResult ddr = ReturnApply.ShowDialog(); + _appliance = ReturnApply._appliance; + if (ddr == System.Windows.Forms.DialogResult.OK && _appliance != null) + { + FullUcControlsToPanel(panel32, _appliance); + //if (_appliance.Rows.Count > 60) + // MessageBox.Show("超出打印数量!"); + } + } + private void FirstbtnEnter() + { + if (_applianceUseType == null) + { + _applianceUseType = new List(); + ApplianceUseType _nowApplianceUseType = BApplianceUseType.SelectSingle(1, RecursiveType.None, 0); + _applianceUseType.Add(_nowApplianceUseType); + DataTable newDataTable = null; + if (_applianceUseType.Count > 0) _appliance = BAppliance.GetApplianiceNumberByIds(_applianceUseType[0].TheApplianceId, _applianceUseType[0].ApplianceNumber); + newDataTable = _appliance.Clone(); + foreach (ApplianceUseType item in _applianceUseType) + { + if (item.TheApplianceId != null && item.TheApplianceId != "") + { + DataTable dt = BAppliance.GetApplianiceNumberByIds(item.TheApplianceId, item.ApplianceNumber); + object[] obj = new object[newDataTable.Columns.Count]; + //添加DataTable1的数据 + for (int i = 0; i < dt.Rows.Count; i++) + { + dt.Rows[i].ItemArray.CopyTo(obj, 0); + newDataTable.Rows.Add(obj); + } + } + } + _appliance = newDataTable; + FullUcControlsToPanel(panel32, _appliance); + } + } + #endregion + + #region 加载物品控件 + int i = 0, j = 0; + int Incount = 0; + int IncRowsount = 20; + /// + /// 加载物品控件到指定的Panel + /// + /// 指定的Panel + /// 物品数据表 + private void FullUcControlsToPanel(Panel panel, DataTable dt) + { + i = 0; j = 0; Incount = 0; + panel.Controls.Clear(); + foreach (DataRow dr in dt.Rows) + { + if (Incount >= 60) + break; + ApplianceRecord applic = null; + if (_record.InstrumentList.ApplianceRecordList != null && _record.InstrumentList.ApplianceRecordList.Count > 0) + { + foreach (ApplianceRecord app in _record.InstrumentList.ApplianceRecordList) + { + if (app.ApplianceId != null && app.ApplianceId == Convert.ToInt32(dr["Id"])) + { + applic = app; + break; + } + } + } + //if (applic == null) continue; + UCOperationGoodsBill uc = new UCOperationGoodsBill(applic); + uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent; + uc.OperationRecordId = Convert.ToInt32(_record.Id); + uc.GoodsId = Convert.ToInt32(dr["Id"]); + uc.GoodsName = dr["Name"].ToString(); + if (applic == null) + { + string ApplianceNumber = dr["ApplianceNumber"].ToString(); + if (_applianceUseType != null && _applianceUseType.Count == 1 && _applianceUseType[0].Id == 1) + ApplianceNumber = ""; + uc.GoodsNumber = ApplianceNumber; + } + uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j); + uc.TabIndex = Incount + 1; + panel.Controls.Add(uc); + Incount++; + j++; + if (j == IncRowsount) + { + j = 0; + i++; + } + } + if (_record.InstrumentList.ApplianceRecordList != null && _record.InstrumentList.ApplianceRecordList.Count > 0) + { + foreach (ApplianceRecord app in _record.InstrumentList.ApplianceRecordList) + { + if (Incount >= 60) + break; + ApplianceRecord applic = null; + if (app.ApplianceId == 0) + { + applic = app; + } + if (applic == null) continue; + UCOperationGoodsBill uc = new UCOperationGoodsBill(applic); + uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent; + uc.lblGoodsName.ReadOnly = false; + uc.OperationRecordId = Convert.ToInt32(_record.Id); + uc.GoodsName = app.ApplianceName; + uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j); + uc.TabIndex = Incount + 1; + panel.Controls.Add(uc); + Incount++; + j++; + if (j == IncRowsount) + { + j = 0; + i++; + } + } + } + } + + private void button1_Click(object sender, EventArgs e) + { + ApplianceRecord app = new ApplianceRecord(); + app.OperationRecordId = _record.Id.Value; + UCOperationGoodsBill uc = new UCOperationGoodsBill(app); + uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent; + uc.lblGoodsName.ReadOnly = false; + uc.GoodsNumber = ""; + uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j); + count++; + if (_record.InstrumentList.ApplianceRecordList != null) _record.InstrumentList.ApplianceRecordList.Add(app); + panel32.Controls.Add(uc); + j++; + if (j == 14) + { + j = 0; + i++; + } + } + + private void Uc_SelectTextBoxEvent(object uc, KeyEventArgs e) + { + if (e.KeyCode == Keys.Enter) + { + SendKeys.Send("{TAB}"); + } + else if (e.KeyCode == Keys.Left) + { + //MessageBox.Show(((uc as TextBox).TabIndex - 1).ToString()); + foreach (Control item in ((uc as TextBox).Parent).Controls) + { + if (item.TabIndex == ((uc as TextBox).TabIndex - 1)) + { + item.Focus(); + } + } + } + else if (e.KeyCode == Keys.Right) + { + SendKeys.Send("{TAB}"); + } + else if (e.KeyCode == Keys.Down) + { + SendKeys.Send("{TAB}"); + SendKeys.Send("{TAB}"); + SendKeys.Send("{TAB}"); + SendKeys.Send("{TAB}"); + SendKeys.Send("{TAB}"); + } + } + #endregion + + #region 自定义方法 + private void PanelSave_Click(object sender, EventArgs e) + { + try + { + SaveImage(pictureBox1); + + _record.InstrumentList.OperationRecordId = this._record.Id; + if (_applianceUseType != null) + { + List list = new List(); + foreach (ApplianceUseType item in _applianceUseType) + { + list.Add(item.Id.Value); + } + _record.InstrumentList.ApplianceUseType = string.Join(",", list.ToArray()); + } + _record.InstrumentList.TagPicture = Convert.ToBase64String(PublicToDoument.ImageToBytes(pictureBox1.Image)); + _record.InstrumentList.JsonTextData = PublicToDoument.SerializeControl(panel18, _record, new List ()); + _record.InstrumentList.OperatorNo = PublicMethod.OperatorNo; + _record.InstrumentList.OperatorName = PublicMethod.OperatorName; + _record.InstrumentList.OperateDate = DateTime.Now; + if (_record.InstrumentList.Id == null || _record.InstrumentList.Id == 0) + { + _record.InstrumentList.Id = BOperationRecordInstrumentList.Insert(_record.InstrumentList); + } + else + { + BOperationRecordInstrumentList.Update(_record.InstrumentList); + } + _record.InstrumentList.ApplianceRecordList = GetApplianceRecord(); + BApplianceRecord.InsertListData(_record.InstrumentList.ApplianceRecordList); + string dirpath = @"C:\temp"; + if (!Directory.Exists(dirpath)) + Directory.CreateDirectory(dirpath); + + if (templateManage != null) + { + ZedGraphControl send = sender as ZedGraphControl; + templateManage.BindTempData(); + } + MessageBox.Show("保存成功!", "系统提示"); + + } + catch (Exception ex) + { + PublicMethod.WriteLog(ex); + } + } + + private void superTabMain_SelectedTabChanged(object sender, DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs e) + { + + } + + /// + /// 得到当前使用的器械对象集合 + /// + /// + private List GetApplianceRecord() + { + List applianceRecordList = new List(); + foreach (Control ctl in panel32.Controls) + { + ApplianceRecord applianceRecord = new ApplianceRecord(); + if (ctl is UCOperationGoodsBill) + { + UCOperationGoodsBill ucOperationGoodsBill = ctl as UCOperationGoodsBill; + if (ucOperationGoodsBill.Id != null) + { + applianceRecord.Id = ucOperationGoodsBill.Id; + } + applianceRecord.OperationRecordId = this._record.Id; + applianceRecord.ApplianceId = ucOperationGoodsBill.GoodsId; + applianceRecord.ApplianceName = ucOperationGoodsBill.GoodsName; + if (_record.InstrumentList != null) + { + applianceRecord.OperationGoodsBillRecord = _record.InstrumentList.Id; + } + if (ucOperationGoodsBill.txtFront.Text != "") + applianceRecord.OpeFront = ucOperationGoodsBill.OpeFront; + else applianceRecord.OpeFront = null; + if (ucOperationGoodsBill.txtDoing.Text != "") + applianceRecord.OpeDoing = ucOperationGoodsBill.OpeDoing; + else applianceRecord.OpeDoing = null; + if (ucOperationGoodsBill.txtCloseFront.Text != "") + applianceRecord.CloseFront = ucOperationGoodsBill.CloseFront; + else applianceRecord.CloseFront = null; + if (ucOperationGoodsBill.txtCloseLast.Text != "") + applianceRecord.CloseLast = ucOperationGoodsBill.CloseLast; + else applianceRecord.CloseLast = null; + applianceRecordList.Add(applianceRecord); + } + } + return applianceRecordList; + } + #endregion + + #endregion + + #region 打印方法 + public List mPanes = new List(); + public List UpPanes = new List(); + int m_startPrintPage;// 打印的起始页码 + int m_endPrintPage;//打印的终止页码 + int m_PageIndex;// 当前打印页码 + int count = 0; + private void pDoc_PrintPage(object sender, PrintPageEventArgs e) + { + System.Drawing.Printing.PrintDocument pDoc = sender as System.Drawing.Printing.PrintDocument; + m_startPrintPage = pDoc.PrinterSettings.FromPage; + m_endPrintPage = pDoc.PrinterSettings.ToPage; + //if (pdg!=null) + //{ + //m_startPrintPage = pdg.pa + //m_endPrintPage = pDoc.PrinterSettings.ToPage; + //} + if (m_startPrintPage == 0 && m_endPrintPage == 0) + { + int printCount = mPanes.Count; + if (mPanes.Count > 0 && count < printCount) + { + mPanes[count].Draw(e.Graphics); + count++; + if (count < printCount) + { + e.HasMorePages = true; + } + } + else + { + e.HasMorePages = false; + } + } + else + { + try + { + //如果当前打印页小于打印起始页码,就递增一页,直至等于打印起始页码 + if (m_startPrintPage > 0) + { + while (m_PageIndex < m_startPrintPage) + { + m_PageIndex++; + } + } + + mPanes[m_PageIndex - 1].Draw(e.Graphics); + //当前打印页加1 + m_PageIndex++; + + if (m_PageIndex <= m_endPrintPage) + { + e.HasMorePages = true; + } + + //如果设置了打印页码范围并且当前打印页大于打印终止页码,终止打印,设置e.HasMorePages参数,初始化相关变量 + if ((m_startPrintPage > 0) && (m_PageIndex > m_endPrintPage)) + { + e.HasMorePages = false; + m_PageIndex = 1; + return; + } + + } + catch (Exception ex) + { + //出错处理,终止打印,设置e.HasMorePages参数,初始化相关变量 + e.HasMorePages = false; + m_PageIndex = 1; + } + } + } + + private void plPrintBrowse_Click(object sender, EventArgs e) + { + if (_record == null || _record.Id == 0) return; + if (txtOutRoom.Focused) + { + zgcAnaesRecord.Focus(); + } + if (templateManage != null) + { + _record.InstrumentList.ApplianceRecordList = GetApplianceRecord(); + } + mPanes = new List(); + UpPanes = new List(); + PrintDocPage(null, null); + count = 0; + System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument(); + pDoc.DefaultPageSettings.Landscape = false; + if (templateManage.Typesetting == TypesettingEnum.Horizontal) + { + pDoc.DefaultPageSettings.Landscape = true; + } + pDoc.OriginAtMargins = true; + pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High; + pDoc.DefaultPageSettings.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0); + pDoc.PrintPage -= new PrintPageEventHandler(pDoc_PrintPage); + pDoc.PrintPage += new PrintPageEventHandler(pDoc_PrintPage); + + PrintPreviewDialog pdg = new PrintPreviewDialog(); + foreach (Control ctl in pdg.Controls) + { + if (ctl is ToolStrip) + { + ToolStrip toolbar = ctl as ToolStrip; + toolbar.Items.RemoveAt(0); + ToolStrip tb = ctl as ToolStrip; + //tb.ImageList.Images.Add(Properties.Resources.); + ToolStripButton settingBtn = new ToolStripButton(); + settingBtn.ToolTipText = "打印"; + settingBtn.Text = "打印"; + //settingBtn.ImageIndex = tb.ImageList.Images.Count - 1; + settingBtn.Click += PageSetting_Click; + tb.Items.Insert(0, settingBtn); + } + } + pdg.Width = zgcAnaesRecord.Width + 50; + pdg.ClientSize = new System.Drawing.Size(zgcAnaesRecord.Width, zgcAnaesRecord.Height); + Form f = (Form)pdg; + f.WindowState = FormWindowState.Maximized; + pdg.Document = pDoc; + pdg.ShowDialog(); + pdg.Focus(); + pdg.BringToFront(); + + } + private void PageSetting_Click(object sender, EventArgs e) + { + plPrint_Click(null, null); + } + + private void PrintDocPage(object sender, PrintPageEventArgs e) + { + PrintDocPane(e, zgcAnaesRecord, templateManage); + PrintDocPane(e, zgcAnaesRecord2, templateManage2); + + } + + private void PrintDocPane(PrintPageEventArgs e, ZedGraphControl zedGraph, TemplateManage template) + { + foreach (AreaManageBase area in template.ManageList) + { + area.setPrint(false); + area.BindTempData(); + } + int zedGraphMainWidth = zedGraph.Size.Width; + int zedGraphMainHeight = zedGraph.Size.Height; + + if (templateManage.Typesetting == TypesettingEnum.Horizontal) + { + int width = 1168; + int height = Convert.ToInt32(width / 1.414) - 2; + zedGraph.Size = new Size(width, height); + zedGraph.Width = width; + zedGraph.Height = height; + } + else + { + int width = 825; + int height = Convert.ToInt32(width * 1.414) + 2; + zedGraph.Size = new Size(width, height); + zedGraph.Width = width; + zedGraph.Height = height; + } + + MasterPane mPane = zedGraph.MasterPane; //this.MasterPane; + mPane.Border.IsVisible = false; + GraphPane cPane = mPane.PaneList[0]; //graphPane; + + //当前窗体中的矩形区域大小 + RectangleF saveRect = mPane.Rect; + mPanes.Add(mPane.Clone()); + if (e != null) + mPane.Draw(e.Graphics); //在打印文档中画出MasterPane内容 + using (Graphics g = zedGraph.CreateGraphics()) + { + mPane.ReSize(g, saveRect); + } + + zedGraph.Size = new Size(zedGraphMainWidth, zedGraphMainHeight); + template.initChart(); + UpPanes.Add(mPane.Clone()); + + Panel panel = zedGraph.Parent as Panel; + panel.VerticalScroll.Value = 0; + templateManage.SetPYL(true); + templateManage2.SetPYL(true); + foreach (AreaManageBase area in template.ManageList) + { + area.setPrint(true); + } + } + + private void plPrint_Click(object sender, EventArgs e) + { + if (_record == null || _record.Id == 0) return; + if (txtOutRoom.Focused) + { + zgcAnaesRecord.Focus(); + } + + if (templateManage != null) + { + _record.InstrumentList.ApplianceRecordList = GetApplianceRecord(); + } + try + { + mPanes = new List(); + UpPanes = new List(); + PrintDocPage(null, null); + count = 0; + m_PageIndex = 0; + System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument(); + pDoc.DefaultPageSettings.Landscape = false; + if (templateManage.Typesetting == TypesettingEnum.Horizontal) + { + pDoc.DefaultPageSettings.Landscape = true; + } + pDoc.OriginAtMargins = true; + pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High; + pDoc.DefaultPageSettings.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0); + pDoc.PrintPage -= new PrintPageEventHandler(pDoc_PrintPage); + pDoc.PrintPage += new PrintPageEventHandler(pDoc_PrintPage); + + System.Windows.Forms.PrintDialog pDlg = new System.Windows.Forms.PrintDialog(); + pDlg.Document = pDoc; + pDlg.AllowSomePages = true; + if (pDlg.ShowDialog() == System.Windows.Forms.DialogResult.OK) + { + pDoc.Print(); + } + } + catch (Exception exp) + { + PublicMethod.WriteLog(exp, ""); + } + } + + #region 画小人 + + + string str = null; + private void pictureBox1_MouseClick(object sender, MouseEventArgs e) + { + Point p = e.Location; + AddLabelControlIntoPicBox(pictureBox1, p); + + } + //在picturebox上添加Label + private void AddLabelControlIntoPicBox(PictureBox p_PicBox, Point point) + { + //Image myimage = p_PicBox.Image; + //Graphics g = Graphics.FromImage(myimage); + //g.DrawString(str, new Font("微软雅黑", 5), new SolidBrush(Color.Red), point.X, point.Y); + //p_PicBox.Image = myimage; + //g.Dispose(); + + System.Windows.Forms.Label mylable = new System.Windows.Forms.Label(); + //TextBox mytextbox = new TextBox(); + mylable.Location = new Point(point.X - 8, point.Y - 8); + mylable.Text = str; + mylable.Size = new Size(11, 11); + mylable.ForeColor = Color.Red; + mylable.BorderStyle = BorderStyle.None; + mylable.Font = new Font("微软雅黑", 7); + //mytextbox.BackColor = Color.Transparent; + //mytextbox.Size = new Size(1,1); + mylable.MouseDoubleClick += Mytextbox_MouseDoubleClick; ; + p_PicBox.Controls.Add(mylable); + // p_PicBox.Controls.Remove(mytextbox); + } + //双击清除标记 + private void Mytextbox_MouseDoubleClick(object sender, MouseEventArgs e) + { + System.Windows.Forms.Label lbl = sender as System.Windows.Forms.Label; + pictureBox1.Controls.Remove(lbl); + + } + //遍历picturebox上所有lable,将所有lable标记画在图片上 + private void SaveImage(PictureBox p_PicBox) + { + foreach (Control clTemp in p_PicBox.Controls) + { + + if (clTemp is System.Windows.Forms.Label) + { + System.Windows.Forms.Label lab = (clTemp as System.Windows.Forms.Label); + if (lab != null && lab.Text.Trim() != "") + { + DrawStringInImage(p_PicBox, lab.Location, lab.Text); + } + } + + } + } + + private void DrawStringInImage(PictureBox p_PicBox, Point point, String str1) + { + Image myimage = p_PicBox.Image; + Graphics g = Graphics.FromImage(myimage); + g.DrawString(str1, new Font("微软雅黑", 5), new SolidBrush(Color.Red), point.X, point.Y); + p_PicBox.Image = myimage; + g.Dispose(); + } + + private void radioButton1_CheckedChanged(object sender, EventArgs e) + { + RadioButton rad = sender as RadioButton; + if (rad.Checked) + { + str = rad.Text.Substring(0, 1); + } + } + + private void buttonClear_Click(object sender, EventArgs e) + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGoodsBillRecord)); + pictureBox1.Controls.Clear(); + pictureBox1.Image = null; + pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); + } + + #endregion + #endregion + + } +} diff --git a/DrawGraph/AreaManage/DeletePhysios.resx b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx similarity index 70% rename from DrawGraph/AreaManage/DeletePhysios.resx rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx index 4616309..b58911b 100644 --- a/DrawGraph/AreaManage/DeletePhysios.resx +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx @@ -118,6 +118,159 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + iVBORw0KGgoAAAANSUhEUgAAAJYAAACICAIAAACKv4VeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS + cQAAEnEB89x6jgAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj + uAKCEiMuuGCVuBuViEtxzYJGI1GUoLjVkBAVFa1RJApqYoDELUiMNe2vdz5uhtnuNhe5PT5/cO47wL0z + 87zL837fN9/1+s99eDjuU+jxuE+hx+M+hR6POqLw9u3bJ06cOHLkSFFR0d27d8XR+zADbqdwz549fn5+ + jRo1+tOf/vTkk0/y87e//W3z5s3z8/PFX/wf4d///vf58+fPnj27bdu2pUuX5uTklJSUfP/99+LX7oEb + KSTyYmNjQ0NDDx8+LA7VoKyszN/fPyUlxd2XV5fAWePj4wMCAtq3bx8VFTVz5szw8HBeDx06lPQj/sgN + cCOFHTp0eO21165fvy7s2vjiiy+GDBmSnJxcXV0tDnky1q1b17Fjx/T09EuXLolDFuDHK1as+POf//zx + xx+LQ2bDXRQGBgYuWLBAGDq4du0afrp161ZheyyysrIIvq+++krYKpw5c8bLy+vzzz8XtqlwC4UXLlxo + 2LChMAyxfv366dOnU0KE7YEgnfTv33/nzp3C1sHmzZsjIiKEYSrcQuHEiRNnzZolDEOUlpZ2796duyBs + D8S5c+fS0tLu3LkjbB18++233bp1+/TTT4VtHtxCYVJS0qJFi4RhiCtXrrRr166yslLYHojy8vK8vDyb + ugwKIyMjbQarE3ALhYMGDVq8eLEwDMGF9ezZc9WqVcL2QFy9evXgwYM2Kbxx4waFPzc3V9jmwXwKd+/e + TW24ePGisG3hs88+e+KJJ4ThgTh69Cia06auRrt5e3svW7ZM2ObBfArXrl07btw4YdgBdJqvr68wPA20 + TPSCtPDCNsTJkyfpo3BZYZsEtyTSF198Ed8Uhi2gffBiYXgaSI/46759+4RtCFqLuLg4z6CQdNG1a1dh + GKKoqAhF+s033wjb0/DDDz9kZ2fb2dq+//778A3rwjYJbqGQC3vhhRfIqMLWAUL0lVdeWb16tbA9ExQC + FLhBXy+B9iksLMwd4xhuoVCCl5eXcXgRrGjXr7/+WtieCTpCYis6OlrYOnjqqadmzJghDFPhRgrRpenp + 6cJQAYX28ssvf/TRR8L2ZNAa+fj4nD17VthawKHFK7PhRgrz8/NpZoWhQlZW1vDhw2mqhO3hmDx5skFF + QMK0atVKGGbDjRSSIWNiYoShwrvvvksJ+f+YpgDnz59HwelJFfeFIHDjW3NVw4YNE4YKW7ZsGT16dFVV + lbA9H506dbp8+bIwZEAQeB6FxBY6je5w/vz54pAKZWVlISEhc+bMKSgoOHfunDjqsaAPDg4O1ksqHkMh + F5CTk5OcnEx4/fGPf/zggw/EL3SAoklJSencuXNQUBD/VVhYaHO8vx7i9OnTc+fO9fb2pscVh1RYs2ZN + ly5d5s2b9+GHH+rNgTsNVyn8/vvviaf9+/cvWbIkMTERhbJy5crDhw/funVL/IUdoKlasGABCnbs2LEL + Fy7Mzc2tqKgQv6uXuH37dnl5OZzNnDkTXb1o0SKbYy779u3jGumDx4wZwwV+8cUXZs3PuERhdnY2tCUk + JEyfPv2NN96AOVdcjEJy5MgRPAB1N2rUKAL0zJkz4nf1A1S17du3L1++fNKkSfHx8VOmTIE8415CARLP + 7t27+fepU6dyjXSKrjur8xTOnj27b9++CMtTp07RGP3www/iFy6DCMZnV6xYQfJ55513xNF6AH9//8GD + B+NkmZmZBw4cgA/nrhrhCvF5eXlohcDAwFdffVX8wik4SWFqair3193rz0pLSxs3blxPJoRJg927dxeG + ebh06VJsbKyfn9/NmzfFIQfhDIUkE3yHyBO2O0HNePjhh4Vx70Cxf+yxx4ThBqB0kDzCcBAOU0g9oIDv + 2bNH2O7HgAEDyDnCuEeg53PfKkKAoEPAOxeIDlNIAdi2bduXX34pbPdj3bp1qDhh3AtkZWXRJrm1apBO + EeTHjx8XtiNwmMJjx45BIapa2O7HiRMnJkyYIIx7gXHjxuFGwnAPaIinTZuGUBK2I3CYwl27dlHY65JC + 9FtOTs69WmvKp5MDDh06JGy3ARHu3Li/wxTSRdBOCKOuQJ0gFoVRtygoKEAx0sgL22349NNPe/fu7VCX + KcFhCjds2KBeI2piU6iJ99577149CUUCoAevg6xTVlaWkJDgxFphhymkEBKFBrX94sWLU6dOVT/NpIfs + 7GzKgDAsVUG8qgFHyN51EAea2LlzJ1HojjSu8PszZ84MGTKksLBQ2HbDYQpPnjzJTZd7ZUVFhXxFPWHq + 5eU1ePBgYRuiqqqqQ4cO1oH88+fPT5kyRbEGFcd87bXXhFHnIJGOHDlSvjSGW+961uEdFG5B00L7pDld + ZQyHKaysrCwpKZF//ObNmzMyMqxXVVpaOmLEiIMHD0qmTSD2cHPpdVFRUb9+/RTPd+ETXJsw6hy3bt2K + iYmRN6Z37951fUaFN6murpa7ApdJ9vruu++EbTccpnDv3r1paWnyTyK1Lly40JRUQ/p9+eWXFWPln3zy + CUVCGPcCUIiIk15z0ykirveI3C46bGFYpj4mT57s3Fpvhyn8xz/+oXhw8MiRI4SOKatgoJB6oKCQuL+H + g93ECn397t27hW2ZX1MEkBOAQsXSPXRTdHS0nFc74RiFOEtqampWVpawLSCrPPPMM6Y8YAaFFFH1jBWa + gjIpjLoFKZR2Tb4ohptACXeRQqhSUMgFEu72r4K3wjEKccD58+eTOYVdg0mTJpFgheECUC4DBw5UeyJ1 + Yv/+/cKoWyxdulQxvAd5eK2LFCLZFBRSHenWduzYIWy74RiFfAyFkC5N2DVAEJNLheECiEKFy0tYuXKl + PJXVJbit6kpMILpY+4k5RZvEGyIpFBnOHjgchfPmzVNHIQ5lylwaFEZGRqqjcM2aNXY+emI6yDrqB7U4 + Qxd3z/nmm28Us3XUV0SGE1NAjlHIx0yYMEH9qGpxcXFAQIAwXAAUhoeHqyl86623/vnPfwqjbgGFSUlJ + wrCAEESgqlOFQ7hw4YIikVJfiUIn6pFjFCI0UE2ofGHXYPbs2U2aNBGGC4DCV155RS1nVq9efa+ikMiY + MmWKMCygavj5+dl8DsYYVPeCggJhWEB9JcPZXPanhmMUEh89e/ZUTxYGBwc3b97c9dbw2LFjYWFhagpn + zJhBMyOMugVRKB//A4cOHfrpT3/qogIfOnQo2l4YNeCznLhMxyjcuHEjrbcwanDp0qU2bdokJye7LkoP + HDgQGhqqXriWnZ2NUlVknrpBRkaGog9GGz/wwAMoVWE7hWbNmuGswqjBqlWrUlJShGE3HKCQEHnwwQeF + IQMXQwagH9i1a5c45BSo8AiHV199VXN+dfLkyXZuwWAiCgsLfX195S6Fitm6deusWbN69OghDjkOsiWX + M2DAgJKSEnHIAiL7b3/7m/3bFEiwl0LK7yOPPKJZACiEa9eu5VcuzoseOXJk4sSJy5cv11yUd/bsWZRO + XYoabqi3t/fmzZuFbQEHaYKh9i9/+Ys45DhiY2O3b98+depUtbPOnTu3V69ewrAP9lLYu3fvLVu2CKM2 + aGXi4uKuXr3qRFsqx/vvv//6669TDPSSyfr16xE7TgwEOwGS9osvvqh+ULmysnL8+PH4E5qAtCGOOohB + gwYdPXoUIjW3oenSpQtiRxh2wC4K8/LyuHeIaWHXBvkzJiYGpeOEmpJDWhpLWkZbi0MqBAYGnjp1Shju + BFV/yJAhwqgNzpBzGDx4sNMpYeTIkadPnw4KClJXfUDz3bRpU2HYAbsonDNnjkH1XrJkCaGD2yJGxCGn + cO7cOSrEm2++qejD5CBpu7j22R6QUcaMGaMZIqjx+Ph4ykpkZKTTW1QSD1BIh623drRVq1b2D5bappDs + P2rUKIMhSnwKxbhnzx4Xx8BwgoSEBN6KmNbLUagJtz7oJYH7O2LECM1H5k6cOBEREVFRUUG6c3r9dVRU + FLoB/vTccdmyZTNnzhSGLdi+Hfn5+XiN3rqHf/3rX1wSXkltMFihNHbsWKo3L1CVo0ePlg4qgO8nJiaS + W6Kjow1mjFu0aMEtFoZ7QJ5EVWk+nIXwpq0iFl2RM6i29PR0biy3QrOZ5n727dtXGLZgm8IPP/yQrKLn + cfiLREmDBg2kI3ogL/FWCAE9PXLjxg0ILi0tJTMbbA6BoGjcuLEw3IPLly8fPnxY8+bSunFun3zyiY+P + jzjkOIqKivz8/O7cuYP41NyVTRJTJ0+eFLYhbFOIECWzaT5BUVVVxUkQE5999hnFWRx1ASQo6SGY5557 + zmD4w625lFxNOqEJVk8ncRMGDhwIAVTr5ORkcdQptGzZ8vPPP1+wYAFdhDgkA+ympqYi0YVtCNv3IiMj + gwKu+VA8ModCyAtaJVMm1glBqcIPHz5cT5deuXLl97//vTDcACgsKCggYaopJPj69+9PTSGXuvhc4LRp + 0+ideCt6eclrFVi5cmVaWpowDGGDQmnsleyhvh4UR8eOHSVZbNYYJjKMpF1dXS1dW1lZmfhFbfz85z8X + r9wAKIQ/zkR9yRSwzMxMChW5R/O+2w9UG6mSF8OGDeM9pYNy0PXbuS2vDQoJPuSo+qEeSj311rrTCspK + 8zwcBRWIsJaSNpmEj5aOK+DWREoJpNPVnBh54403yH70Eug7FyebyMadO3fmBVK/a9eu+I103IqtW7eS + 5NTH1bBxL6io4eHhxcXFwraA96UYWFcOAk7CFJWI77/00kvSMN7169cpPFyG9Cs5EPROP41nE3gtH6oe + 792+fbu0Bwu6jGt3aDMBNbilEoWApKpeKEuTRmNjz7JSGxSSQtV1e8OGDbQQ1jYDRh999FHSi2S6gmvX + rnEx1tvHBTRr1kzdYNDJPP/88+qZYVNAPUZjI2eEbQGfRbstjUqvX7/+9ddftyc+DMDtsgpAJHqPHj0U + 8/X8Ad2a4jQ0YUQhwqFNmzaKbo/uAq8hDwjb4pWhoaEuJhYr6CjkNQB5/ZOf/EQYMhAoijkgs7Bx40bF + HC/gFlurBlWfiJReOw30dvv27a0jGFRf9eAJF4hD21yzakQhWfTvf/+7MGoAo++99x4yR9iWomViWiPE + J0+eLAwLli5dqt5nkIJE1TR9zyGyKIVDsQYJZWEdLyUcOT3Xt9jG43v37m0dw6PEDhgwQLHzCbWJC7cp + fY0oxO8U6RGRhnKhqgvbAtKOE3JUb+kwzZC8ygLifvbs2YrGlFJER2X6Rop79+5VrOOCVMqzdeyQe02J + Ui89cQLI+Pk1u2NxY8krmPLxBJQ556Mny63QpRAXoN4oxiqJdzI4yU3YFqAbNZtCTktS58KWgY7HevYK + 7Nixg6ZQGDUgu5LfhGEBl7plyxbygeYYitPw9/dXuCMuFRUVZa18JKHIyEiKsWS6AvLk2LFjhWFR42Fh + YbiIsC3Ytm2bzTVtGhSSK8iNnTp1wvfFoRo0adJEnbITEhLUK0slQC0urHjMBbnctGlT9QIZCVCo3nyP + rob8ppjjRnfgPeh7+wf1jcF5KtqV27dv057KZ305Ewq/4kycg3pyG+WIVhKGBTgu7aPxSnYlhbj2s88+ + i6BQyxOa7vHjxwtDBihUryy1gtoWEBBgbTnWrl371FNPGcz5kbLUUQgQgRRmRW0nOOiR0QXqmu0Q8Euq + Dipf0T5xlyFMGBbk5+f36dMH7xG2C8jIyFD0ElKSk2dOrpcwQP9TXPSGqWtRyG2i5dLr8Hh3zUlO3t1g + speTePvtt7nLvDnh5evrq1h8pwCXERMTox4KR1tNmDBBs0+ijxw0aBBvblO8aYLTQ1kgMhWJAa1EtlCo + CSjs16+fKRTi3OptIEjjL7zwgjBqwDmQEXv16qW5rEZQiMLEkUkaijonB2+BywtDBu64TZHNSTRq1MjH + x0dv6t8Kblx8fLy65yNwKfh6c16Qh8qASGHbDRIjmUpz1Q9yEWqFUQMElDUKKfbkKqcXghBeagp5ZySI + MGqD6qY5l/A/ClEEixYtokrTCGLq7SnTokULTRFPQbJn1QyBaM+TnpAHGYryCehEodDAwwB1UZH3jMHd + h3W9yXd4JSAUI6VQDq+S6OBX0KC5bg+9o5cVuNtSS/buu++qKXzzzTf15lMBsfjXv/5VGDX4H4WIVxod + 6e60a9eOqLL8SolHH31UvKoN/t6eVTNQqNYpanB5gwcPVtQkcPbsWVS4psLGcxs2bChFBv4kl3nGGDhw + oPRUJm+uVrY5OTnqZ32QTv3797eueSGvYsplJOfP3WjdunXHjh3VwU0W4V+kBumtt95SU0iHjSMKQwZ6 + MGn2DaGgUCT/oxBRwNvhvzSwSDLNRQ8UfPUiYAnkPQM5YwUhaE8UAj5Ivb0nGYJT12wEcXaUCHeNVDNl + ypRJkyaJXxiCyvfggw/ys3HjxpoyjYBQT/cQXtxi+eDUwYMHpTUJaEBpTYJ0AshI5GVKSgrJgwqXnp5O + 0d20aRPNgxTZ69at09xD4De/+Y14JQO+y3mSn3jdoUMH+JKOA1ELuQuVlZVIBmkGBM7pnaHWmkYSExMV + Hb0VXIDe+kQ5goOD9ZxADj6R4NDcoXXmzJncVl5wYkA6KJUiGkfkEmqWO2V/ceKOc109evRQT8UAKos6 + jKR1IYqhS9K+Yk0CN1N6T6QWLzgxuOegPC2vWrVKk0LOR7NJmzhxItp+2rRpuIh8Ql9QKCEpKQmlC53k + d/Iq50S5Js0iRqBW0XVaQRTq9YVy4Dv2bIOhl0gBYrVbt26cD8IMacodQWfj11VVVfv27VM8yGknjh8/ + TlMkNV7S/ZUKGA01NU8qWnJwYqQym50oFV1+lzVBSKgfewPIfi5TGBZwvbgsbjp//ny8R7Ge4UcKYQut + xV+fOHGCOOWq8GvyDPzhL2RtuQfJMXLkSMXQiSZoJ9RDnWqQxslFepMsJDGcDFnLlUh90sqVK6kf3Hey + tBNPP/HvJEC8QdrCjjfnJ7eChExTaPmTWiChUfttDuyRwy5cuKB3xyTMnTtXr2w3adIEv+QFVRPy8BiC + qqSkhABVd4c/UkjDIIly3pdcj17iP3H8vLw8jlOEpT9Tg9iV8psxnnzySXvkDB8KhXrJkIooDaDMmzeP + e0Rd4bX0XBwlx85pbjnWrl174MABRKlU3qR7SsdGFtWU33gY2Y/8JGwdEL64vvHgHxSqp0QkREVFUT4L + CwuR+sQPDiqtB3vmmWfUzv0jhWgzCglFKCQkBHP69OkErLe3N4oLkkhf0p+psXr1ak2HVaBBgwZ6WlcO + crLxnzVv3pxsxunxoZJjQR5NEYxyqppaTA/cYq6Xy0R3cJsk/UkowytxpkkAf0YF1Wwk5OB/CSB1HraC + AE1OTiY3Crs2qFmwAIVcFx9Hm4csQnCQY9Vd448U0p5zX5o1a8YLsHDhQgIiLCwM/g34A9TqiIgI9YCc + HFRWosem8wLOmAgThg4ef/zxvn37EjGwKN3Npk2bogmpanqjUJogWZFjuNLNmzcTiJLee/rpp7t27Yow + kf5GDWLUZuGwSSEfTVHQW6NG8oQLBGBsbCxnIuUJKgXZXr1W/0cKyV2kTWo1CA8P79mzp51f4n369Gki + Q29AQALnAYU2r5wiR/dqU9/iUuQTFL+/v39gYCAX5ufnh1M7Me6FbKFZJvTxCZyV+JOmCyRRowmaAU7S + OEnCARQa/A3VNygoyGBSnpDIysqiD9m7dy8ygsSDY3G96omLHymUgOOQQ7jj/I/eYKkCnC4U2nwq7qGH + HrIpGvlQfM2mlpNAwHGvc3NzuekGj3wYA6qIY/R2XFwc+tC6+MoAiAaqtSQ39CAJLoPshcfjdsLQB8H3 + kgUkec5NsYJCgpJC58AtsMk3TQXthzB0UFBQQDSoB0iNYRwQ9gDpYRB2ClA+Q0NDCSNha4EkQRtnUFw+ + +OAD9XC2JogQfpJgFL2EFeZQmJOTQz8uDB20b9/eZhRSfUeNGmVcVusDiHvjrINDk+ENLoRC7oR+1oQ5 + FJLTGjVqJAwdkNAVi2LUoPWhwtuczbjnwM/UD+jKgapo27atQU7mbjix9agmzKGQVEb7YZxL27Rpg5YT + hhaoLjTplENh12PQtPXp00cYWpBUksFQX6tWrczyVHMoBJs2bUKgC0MLPj4+1gVbmrh+/Tq9/73aX8Yh + lJeXGz/XQS7Bp4WhAu1d9+7djcdu7IdpFJaVlSl2FlDg2WefNd5nFs+lVdIbWqtvoNQZLILKzMzs0qWL + MFRA1qXrf8uxozCNQvQSRV49VWsFiYUKIQwt0JubeGHuxuLFiw2GfLdt20Z7LYzaoG1DdWu2B87BNAoB + l2TAARQafBtKUVERbqtYvVKfQSUz+IblQ4cOSU81q7FlyxbjOuoozKRwt+Wb+fTW+KLBDHr2iIgI9z3p + 4iZ06tRJr/yj7OZoPdADlixZYs+sgP0wk0Laz9jYWD1dSvEwkKwPPfSQeOU5ePvtt/U2NkFXaw5h37p1 + C0d3YiDQAGZSSDmkY9ULtYCAAIOx41/96lfileeA7l5vI12uVHORw7Vr1woKCmyO4TkEMyk8d+5cXFyc + 5poJQF9o0PNpLhip5zh//nx4eLgwaoOboF4LD65cubJ//377l4bYAzMpJP5Gjx6tt1i9devWmpsdSfjF + L34hXnkOjh49qrcaiJKhuS4GxY5Yrb9ReOrUKQMKae3lC78UeOSRR8QrzwGyU28+jluhuZbwwoUL77zz + Tv2lkCiMiYnRWyX12GOP6S26vXnzZvPmzYXhOSCp6CXSY8eO9e7dWz3+Qu7dsGGDQ/PSNmEmhbR9iYmJ + msMrN27c8PLyWl/7sR0r6LHc+k25bkJZWVn//v2FURvITs3NyvHvjIwMc6dizKQwPz+fGq65emXjxo00 + /j179hS2Cr/85S/FK88BUai3uBlnffrpp4UhA4l006ZNtBbCNgNmUrhq1Sq9/X4iIyPR2UhwzWVhwFiv + 1k9kZmZGRUUJozZIsP7+/mpxfvXq1Y8++sh4xt9RmEkhfb16D1ZAgu3bt+/3lpV0el9XC/16bXK9BYVf + c8sGgozSXlhYqH4kv7q6+uDBgzYXqTgE0yikaQ0KCtJcI8tBKeFwwXp7NFJBn3/+eb3BufqJ5557TnO8 + ac+ePb6+vryQnhSTAy26Zs0a4+F+R2EahSQNaR2tGqWlpX369IEe3JZKII7WBoomNTXVIyYLJZSXl+s9 + CHjixIl27drxQnM2Cj9ebOo+8aZRSNNqMCkfFxeHzjZYs4X+TktL05Os9RCcrWbnB+gZWrVqhV7NyckR + h2RA2dE9C8MMmEYhOsXgeyqokVR4PQkuQfNhsHoL6ekOYdQGagU5Sr7RfGaPfqNXr14Gq4QdhWkU0rar + H+WygpaWvlCz+FuxevVqvQXq9RChoaEG059TpkzhDzS3JiA6EXd6KwqdgGkUfmyBMFTA6R544AHNR/Wt + SE9Pd3pFb92jW7duFfr7Mq1YsaJly5aaa1P5r4iICIPlDY7CNAqJM4NEysUQhQZ5kloIfx406wuFens3 + AHKsXuHPy8vr0qWLid29aRSSGRT7JslBX9GiRYuhQ4cKW4XvvvuOfkP9wEC9RVhYmMFqLnxRb7H21q1b + 7XlU1n6YRmFxcfGwYcP01sYnJCRQxv39/YWtwldffRUcHGzg1/UNVLsk/e/ToKi3bdtWGLVBvVB8FZuL + MI3CGzduhISEaJZDOtx+/fpVVlZGR0frzTfxjz1c+CKrugfNn+YuMBJ69+7NxapbeFycptCerQnsh2kU + gpEjR1o37ZSjsLCQdoLmferUqXpP1L300kvW7473FHh7e2sKlqtXr7Zu3Zqm8B3V7oLV1dV0GgYLUJ2A + mRTu2LFj1qxZ6ieyiLDIyEgEi8FG+j/72c/EK88BraHmsD7kkVGOHj2q3kXi22+/LSgoMHcc0UwKS0pK + RowYoR6eJ58go+krJk+erDmCs3PnTrpdYXgOaPukPV4UQJR17dqVq1YnTHoJeK2/MxWcGUVePc5JIh0w + YAA5h99qtg3IHIPFbfUWlH+uSz2yT56kbSDa1BTu2rWLalJ/5wtJldI2Rwpdevz4cS6VtoGzV1NI4v31 + r38tDE8DhUO92PDrr78ODAxUR+Hdu3fRMgsWLJCe+jQLZlII9u/fHxcXp3gCFhWKWoEqolDdO65YsUJz + sZdH4MCBA6NHj1aMlpGN2rVrd+TIEUUt/PLLL8eNG2fwfL1zMJnCy5cv0wIqtq4msdBUcGFEoXpoOCAg + wFyFVpfgeukfFLUDqjp27AhVdPHikAUEJf5t+nMjJlMIpO175Yu3zpw5A4U3b96EQsV0Eq4aFhbmWTO9 + clDgV65cqdiGBi3aqVMn/FK+QSR1BK3njsbJfAoPHjyI2paLruLiYijE+2bMmKEoD8uWLbO5y0w9x7lz + 53Jzc+XljSaqc+fOiDh5E1xWVoZMdcejW+ZTCOgCpa21JOCPISEh165doxLId3XGMZOSkowfLK3/wEHj + 4+PlMw+lpaX0SHl5eXLthpAhCQnDVLiLQjkxeOiQIUNIp23btpV7K43E0KFD9dYHewooEFQ4eb9Lz/Dw + ww8j3OSj9l5eXuY+0GSFWygcOHCg4gtXSJgpKSmKXZdpNigPF8z4sqd7i/nz56MAhGFBVFSUYikwFIpX + ZsMt7xsRESHfkePOnTvIVPQ3xUAcsqCioiI2Nna3a1/ifM9BXpk2bRqtkbAtoOQrtn30JAo5e+SM4rEB + KMzOzu7QoYOwa0Cfa+c+zPUWyGliTvG4LzdBsSzWYyik4NHFq6ec9u7dyzUo+iTA9dMFe9DaQzXooNDb + iq37qSOjan9/ZoMGDTjijvbJTAppg7p37665UrS6ulpvP1ka4ccff1xvlXd9xvbt2318fMaOHUvDIA7V + AHWjiMLKysq5c+cGBwcrUq7rMIdCzm/MmDHIS801WxIMfoULk3sROzt37jRrTyR3A38lf+iNK6WlpWlO + YpClkpOTDZb6OQETKKQ3CAoKMlgXc/HiRS6pYcOGxvuR0od069bNU9TN0qVL9VZzAzpChfy2giwVFhYm + DDNgAoUxMTHqr8yQUFVVNXHiRLIrMbpt27YBAwZ07NgRXaq37psiijRQ1JV6i+HDh7ds2TIxMXHevHlr + 166V5w+Ot27d2vo0L1dET7VkyZL4+PjOnTubO5phAoXR0dF6lCy2fBFEeXm5tECBSyopKUG8PfHEE5rL + 3aQFKecNv+utXoHqQIWjtQ8JCWnatKmvry/V7g9/+MOsWbNyc3N79OiBc7dv3/53v/sdjg7lc+bM0dtO + wmmYQCECml5e/uSqNF+I/qS91ezc6RSlOSnFzBnNflJSkrmPotcl6H3RotZtWwoKCpYvX37UpK9X1IMJ + FKI2Bw0aNGPGDMKLkyZhkjFSU1P79OkjHylVgJKARl24cGFmZiZhV1xczJHx48cbfJvCfWjCBAoBuX79 + +vUkjXHjxk2fPh0ycnJyjIcEr1+/TuVDl5NpYY6f1Illy5Z57sTTvYI5FErg7ldUVMinmewBXJ46dYoo + JBXLZxnvw06YSeF93AP85z//BXpcYHjbZFOvAAAAAElFTkSuQmCC + + + + 62 + AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABMLAAATCwAAAAAAAAAA diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs index 151a341..edfd4b9 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs @@ -12,7 +12,7 @@ namespace AIMS.PublicUI.UI public partial class frmAnaseDataQualityRecord : Form { /// - /// 手术记录 + /// 手术记录 /// public DrawGraph.OperationRecord _record; /// diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs index d0cb96d..7d3dce1 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs +++ b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs @@ -30,23 +30,23 @@ { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnaseDataQualityRecord)); this.panel1 = new System.Windows.Forms.Panel(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); this.btndefault = new DevComponents.DotNetBar.ButtonX(); this.btnSave = new DevComponents.DotNetBar.ButtonX(); this.panel3 = new System.Windows.Forms.Panel(); - this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); - this.spTabZLZK = new DevComponents.DotNetBar.SuperTabItem(); + this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); + this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.panelExZKZB = new DevComponents.DotNetBar.PanelEx(); + this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); + this.spTabZLZK = new DevComponents.DotNetBar.SuperTabItem(); this.spTabBLSJ = new DevComponents.DotNetBar.SuperTabItem(); - this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); - this.checkBox1 = new System.Windows.Forms.CheckBox(); - this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx(); this.panel1.SuspendLayout(); this.panel3.SuspendLayout(); + this.superTabControlPanel2.SuspendLayout(); + this.superTabControlPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); - this.superTabControlPanel1.SuspendLayout(); - this.superTabControlPanel2.SuspendLayout(); this.SuspendLayout(); // // panel1 @@ -62,6 +62,16 @@ this.panel1.Size = new System.Drawing.Size(495, 49); this.panel1.TabIndex = 4; // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Location = new System.Drawing.Point(12, 12); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(98, 24); + this.checkBox1.TabIndex = 7; + this.checkBox1.Text = "无不良事件"; + this.checkBox1.UseVisualStyleBackColor = true; + // // btndefault // this.btndefault.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; @@ -93,6 +103,62 @@ this.panel3.Size = new System.Drawing.Size(495, 598); this.panel3.TabIndex = 6; // + // superTabControlPanel2 + // + this.superTabControlPanel2.Controls.Add(this.panelExBLSJ); + this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel2.Name = "superTabControlPanel2"; + this.superTabControlPanel2.Size = new System.Drawing.Size(495, 598); + this.superTabControlPanel2.TabIndex = 0; + this.superTabControlPanel2.TabItem = this.spTabBLSJ; + // + // panelExBLSJ + // + this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control; + this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty; + this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelExBLSJ.Location = new System.Drawing.Point(0, 0); + this.panelExBLSJ.Name = "panelExBLSJ"; + this.panelExBLSJ.Size = new System.Drawing.Size(495, 598); + this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center; + this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.panelExBLSJ.Style.GradientAngle = 90; + this.panelExBLSJ.TabIndex = 0; + // + // superTabControlPanel1 + // + this.superTabControlPanel1.Controls.Add(this.panelExZKZB); + this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0); + this.superTabControlPanel1.Name = "superTabControlPanel1"; + this.superTabControlPanel1.Size = new System.Drawing.Size(495, 598); + this.superTabControlPanel1.TabIndex = 1; + this.superTabControlPanel1.TabItem = this.spTabZLZK; + // + // panelExZKZB + // + this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control; + this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; + this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty; + this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelExZKZB.Location = new System.Drawing.Point(0, 0); + this.panelExZKZB.Name = "panelExZKZB"; + this.panelExZKZB.Size = new System.Drawing.Size(495, 598); + this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center; + this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; + this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; + this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; + this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; + this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; + this.panelExZKZB.Style.GradientAngle = 90; + this.panelExZKZB.TabIndex = 0; + // // superTabControl1 // // @@ -121,9 +187,6 @@ this.superTabControl1.Size = new System.Drawing.Size(495, 598); this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.TabIndex = 0; - this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { - this.spTabZLZK, - this.spTabBLSJ}); // // spTabZLZK // @@ -132,34 +195,6 @@ this.spTabZLZK.Name = "spTabZLZK"; this.spTabZLZK.Text = "麻醉质量指控"; // - // superTabControlPanel1 - // - this.superTabControlPanel1.Controls.Add(this.panelExZKZB); - this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; - this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28); - this.superTabControlPanel1.Name = "superTabControlPanel1"; - this.superTabControlPanel1.Size = new System.Drawing.Size(495, 570); - this.superTabControlPanel1.TabIndex = 1; - this.superTabControlPanel1.TabItem = this.spTabZLZK; - // - // panelExZKZB - // - this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control; - this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; - this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty; - this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelExZKZB.Location = new System.Drawing.Point(0, 0); - this.panelExZKZB.Name = "panelExZKZB"; - this.panelExZKZB.Size = new System.Drawing.Size(495, 570); - this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center; - this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; - this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; - this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; - this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; - this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; - this.panelExZKZB.Style.GradientAngle = 90; - this.panelExZKZB.TabIndex = 0; - // // spTabBLSJ // this.spTabBLSJ.AttachedControl = this.superTabControlPanel2; @@ -167,44 +202,6 @@ this.spTabBLSJ.Name = "spTabBLSJ"; this.spTabBLSJ.Text = "不良事件"; // - // superTabControlPanel2 - // - this.superTabControlPanel2.Controls.Add(this.panelExBLSJ); - this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28); - this.superTabControlPanel2.Name = "superTabControlPanel2"; - this.superTabControlPanel2.Size = new System.Drawing.Size(495, 570); - this.superTabControlPanel2.TabIndex = 0; - this.superTabControlPanel2.TabItem = this.spTabBLSJ; - // - // checkBox1 - // - this.checkBox1.AutoSize = true; - this.checkBox1.Location = new System.Drawing.Point(12, 12); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(98, 24); - this.checkBox1.TabIndex = 7; - this.checkBox1.Text = "无不良事件"; - this.checkBox1.UseVisualStyleBackColor = true; - // - // panelExBLSJ - // - this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control; - this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; - this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty; - this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill; - this.panelExBLSJ.Location = new System.Drawing.Point(0, 0); - this.panelExBLSJ.Name = "panelExBLSJ"; - this.panelExBLSJ.Size = new System.Drawing.Size(495, 570); - this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center; - this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; - this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; - this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; - this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; - this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; - this.panelExBLSJ.Style.GradientAngle = 90; - this.panelExBLSJ.TabIndex = 0; - // // frmAnaseDataQualityRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -223,10 +220,10 @@ this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel3.ResumeLayout(false); + this.superTabControlPanel2.ResumeLayout(false); + this.superTabControlPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); - this.superTabControlPanel1.ResumeLayout(false); - this.superTabControlPanel2.ResumeLayout(false); this.ResumeLayout(false); } @@ -237,13 +234,13 @@ private System.Windows.Forms.Panel panel3; private DevComponents.DotNetBar.ButtonX btnSave; private DevComponents.DotNetBar.ButtonX btndefault; + private System.Windows.Forms.CheckBox checkBox1; private DevComponents.DotNetBar.SuperTabControl superTabControl1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.PanelEx panelExZKZB; private DevComponents.DotNetBar.SuperTabItem spTabZLZK; - private System.Windows.Forms.CheckBox checkBox1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; - private DevComponents.DotNetBar.SuperTabItem spTabBLSJ; private DevComponents.DotNetBar.PanelEx panelExBLSJ; + private DevComponents.DotNetBar.SuperTabItem spTabBLSJ; } } \ No newline at end of file diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs index f744241..c5df46e 100644 --- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs +++ b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs @@ -175,7 +175,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { if (State == "开始手术") { - AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew(); + AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = applyId; frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId); @@ -195,7 +195,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI } else { - AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew(); + AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = applyId; frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId); @@ -272,7 +272,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI BOperationRecord.DeleteEvent(PatientId, 8); HelperDB.DbHelperSQL.CommitTrans(); - AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew(); + AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill(); frmAnasRecord.PatientId = PatientId; frmAnasRecord.ApplyId = applyId; frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString())); diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs index f60833f..3b7e85e 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs +++ b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs @@ -1,6 +1,6 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI { - partial class frmAnasRecoverBillNew + partial class frmAnasRecoverBill { /// /// Required designer variable. @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecoverBillNew)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecoverBill)); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.panel14 = new System.Windows.Forms.Panel(); diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs similarity index 99% rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs index bc8971b..d18d295 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs +++ b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs @@ -20,7 +20,7 @@ using System.Windows.Forms; namespace AIMS.OperationDoing.AnasRecoverBill.UI { - public partial class frmAnasRecoverBillNew : Form + public partial class frmAnasRecoverBill : Form { #region 初始化 public OperationRecord _record; @@ -33,7 +33,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI public AIMSExtension.EditState State; public bool isReadOnly = false; - public frmAnasRecoverBillNew() + public frmAnasRecoverBill() { InitializeComponent(); #region 时间轴事件 diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.resx b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx similarity index 100% rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.resx rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs b/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs index 211ee37..924fa4e 100644 --- a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs +++ b/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs @@ -142,7 +142,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI { if (supTabPatient.SelectedTab.Name == "待恢复" && dgv.SelectedRows.Count > 0) { - AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBillNew(); + AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill(); 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.frmAnasRecoverBillNew frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBillNew(); + AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill(); 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.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew(); + AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill(); frmAnasRecord.PatientId = SelPatientId; frmAnasRecord.ApplyId = SelApplyId; frmAnasRecord.State = AIMSExtension.EditState.BROWSE; diff --git a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs index 2ebf868..65e29dc 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs +++ b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs @@ -51,61 +51,6 @@ this.btnAdd = new DevComponents.DotNetBar.ButtonX(); this.panel1 = new System.Windows.Forms.Panel(); this.panel14 = new System.Windows.Forms.Panel(); - this.panel4 = new System.Windows.Forms.Panel(); - this.panel11 = new System.Windows.Forms.Panel(); - this.label46 = new System.Windows.Forms.Label(); - this.label47 = new System.Windows.Forms.Label(); - this.uText21 = new System.Windows.Forms.TextBox(); - this.uText22 = new System.Windows.Forms.TextBox(); - this.label48 = new System.Windows.Forms.Label(); - this.label49 = new System.Windows.Forms.Label(); - this.uText23 = new System.Windows.Forms.TextBox(); - this.uText24 = new System.Windows.Forms.TextBox(); - this.label50 = new System.Windows.Forms.Label(); - this.uText25 = new System.Windows.Forms.TextBox(); - this.label51 = new System.Windows.Forms.Label(); - this.uText26 = new System.Windows.Forms.TextBox(); - this.panel10 = new System.Windows.Forms.Panel(); - this.label37 = new System.Windows.Forms.Label(); - this.label38 = new System.Windows.Forms.Label(); - this.uText15 = new System.Windows.Forms.TextBox(); - this.uText16 = new System.Windows.Forms.TextBox(); - this.label42 = new System.Windows.Forms.Label(); - this.label43 = new System.Windows.Forms.Label(); - this.uText17 = new System.Windows.Forms.TextBox(); - this.uText18 = new System.Windows.Forms.TextBox(); - this.label44 = new System.Windows.Forms.Label(); - this.uText19 = new System.Windows.Forms.TextBox(); - this.label45 = new System.Windows.Forms.Label(); - this.uText20 = new System.Windows.Forms.TextBox(); - this.panel9 = new System.Windows.Forms.Panel(); - this.label29 = new System.Windows.Forms.Label(); - this.label30 = new System.Windows.Forms.Label(); - this.uText9 = new System.Windows.Forms.TextBox(); - this.uText10 = new System.Windows.Forms.TextBox(); - this.label31 = new System.Windows.Forms.Label(); - this.label32 = new System.Windows.Forms.Label(); - this.uText11 = new System.Windows.Forms.TextBox(); - this.uText12 = new System.Windows.Forms.TextBox(); - this.label33 = new System.Windows.Forms.Label(); - this.uText13 = new System.Windows.Forms.TextBox(); - this.label34 = new System.Windows.Forms.Label(); - this.uText14 = new System.Windows.Forms.TextBox(); - this.panel6 = new System.Windows.Forms.Panel(); - this.label27 = new System.Windows.Forms.Label(); - this.label22 = new System.Windows.Forms.Label(); - this.uText8 = new System.Windows.Forms.TextBox(); - this.uText4 = new System.Windows.Forms.TextBox(); - this.label25 = new System.Windows.Forms.Label(); - this.label21 = new System.Windows.Forms.Label(); - this.uText7 = new System.Windows.Forms.TextBox(); - this.uText1 = new System.Windows.Forms.TextBox(); - this.label24 = new System.Windows.Forms.Label(); - this.uText5 = new System.Windows.Forms.TextBox(); - this.label17 = new System.Windows.Forms.Label(); - this.uText6 = new System.Windows.Forms.TextBox(); - this.panel5 = new System.Windows.Forms.Panel(); - this.label8 = new System.Windows.Forms.Label(); this.panel15 = new System.Windows.Forms.Panel(); this.label28 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); @@ -210,15 +155,64 @@ this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); + this.panel5 = new System.Windows.Forms.Panel(); + this.label8 = new System.Windows.Forms.Label(); + this.panel6 = new System.Windows.Forms.Panel(); + this.uText6 = new System.Windows.Forms.TextBox(); + this.label17 = new System.Windows.Forms.Label(); + this.uText5 = new System.Windows.Forms.TextBox(); + this.label24 = new System.Windows.Forms.Label(); + this.uText1 = new System.Windows.Forms.TextBox(); + this.uText7 = new System.Windows.Forms.TextBox(); + this.label21 = new System.Windows.Forms.Label(); + this.label25 = new System.Windows.Forms.Label(); + this.uText4 = new System.Windows.Forms.TextBox(); + this.uText8 = new System.Windows.Forms.TextBox(); + this.label22 = new System.Windows.Forms.Label(); + this.label27 = new System.Windows.Forms.Label(); + this.panel9 = new System.Windows.Forms.Panel(); + this.uText14 = new System.Windows.Forms.TextBox(); + this.label34 = new System.Windows.Forms.Label(); + this.uText13 = new System.Windows.Forms.TextBox(); + this.label33 = new System.Windows.Forms.Label(); + this.uText12 = new System.Windows.Forms.TextBox(); + this.uText11 = new System.Windows.Forms.TextBox(); + this.label32 = new System.Windows.Forms.Label(); + this.label31 = new System.Windows.Forms.Label(); + this.uText10 = new System.Windows.Forms.TextBox(); + this.uText9 = new System.Windows.Forms.TextBox(); + this.label30 = new System.Windows.Forms.Label(); + this.label29 = new System.Windows.Forms.Label(); + this.panel10 = new System.Windows.Forms.Panel(); + this.uText20 = new System.Windows.Forms.TextBox(); + this.label45 = new System.Windows.Forms.Label(); + this.uText19 = new System.Windows.Forms.TextBox(); + this.label44 = new System.Windows.Forms.Label(); + this.uText18 = new System.Windows.Forms.TextBox(); + this.uText17 = new System.Windows.Forms.TextBox(); + this.label43 = new System.Windows.Forms.Label(); + this.label42 = new System.Windows.Forms.Label(); + this.uText16 = new System.Windows.Forms.TextBox(); + this.uText15 = new System.Windows.Forms.TextBox(); + this.label38 = new System.Windows.Forms.Label(); + this.label37 = new System.Windows.Forms.Label(); + this.panel11 = new System.Windows.Forms.Panel(); + this.uText26 = new System.Windows.Forms.TextBox(); + this.label51 = new System.Windows.Forms.Label(); + this.uText25 = new System.Windows.Forms.TextBox(); + this.label50 = new System.Windows.Forms.Label(); + this.uText24 = new System.Windows.Forms.TextBox(); + this.uText23 = new System.Windows.Forms.TextBox(); + this.label49 = new System.Windows.Forms.Label(); + this.label48 = new System.Windows.Forms.Label(); + this.uText22 = new System.Windows.Forms.TextBox(); + this.uText21 = new System.Windows.Forms.TextBox(); + this.label47 = new System.Windows.Forms.Label(); + this.label46 = new System.Windows.Forms.Label(); + this.panel4 = new System.Windows.Forms.Panel(); this.panel3.SuspendLayout(); this.panel1.SuspendLayout(); this.panel14.SuspendLayout(); - this.panel4.SuspendLayout(); - this.panel11.SuspendLayout(); - this.panel10.SuspendLayout(); - this.panel9.SuspendLayout(); - this.panel6.SuspendLayout(); - this.panel5.SuspendLayout(); this.panel15.SuspendLayout(); this.groupBox1.SuspendLayout(); this.plBottom.SuspendLayout(); @@ -231,6 +225,12 @@ this.panel24.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.toolStrip1.SuspendLayout(); + this.panel5.SuspendLayout(); + this.panel6.SuspendLayout(); + this.panel9.SuspendLayout(); + this.panel10.SuspendLayout(); + this.panel11.SuspendLayout(); + this.panel4.SuspendLayout(); this.SuspendLayout(); // // panel3 @@ -511,651 +511,6 @@ this.panel14.Size = new System.Drawing.Size(1060, 562); this.panel14.TabIndex = 1356; // - // panel4 - // - this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel4.Controls.Add(this.panel11); - this.panel4.Controls.Add(this.panel10); - this.panel4.Controls.Add(this.panel9); - this.panel4.Controls.Add(this.panel6); - this.panel4.Controls.Add(this.panel5); - this.panel4.Location = new System.Drawing.Point(2, 291); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(1055, 242); - this.panel4.TabIndex = 1468; - // - // panel11 - // - this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel11.Controls.Add(this.label46); - this.panel11.Controls.Add(this.label47); - this.panel11.Controls.Add(this.uText21); - this.panel11.Controls.Add(this.uText22); - this.panel11.Controls.Add(this.label48); - this.panel11.Controls.Add(this.label49); - this.panel11.Controls.Add(this.uText23); - this.panel11.Controls.Add(this.uText24); - this.panel11.Controls.Add(this.label50); - this.panel11.Controls.Add(this.uText25); - this.panel11.Controls.Add(this.label51); - this.panel11.Controls.Add(this.uText26); - this.panel11.Dock = System.Windows.Forms.DockStyle.Top; - this.panel11.Location = new System.Drawing.Point(54, 183); - this.panel11.Name = "panel11"; - this.panel11.Size = new System.Drawing.Size(999, 59); - this.panel11.TabIndex = 1356; - // - // label46 - // - this.label46.AutoSize = true; - this.label46.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label46.Location = new System.Drawing.Point(668, 30); - this.label46.Name = "label46"; - this.label46.Size = new System.Drawing.Size(65, 20); - this.label46.TabIndex = 1449; - this.label46.Text = "失效日期"; - // - // label47 - // - this.label47.AutoSize = true; - this.label47.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label47.Location = new System.Drawing.Point(668, 1); - this.label47.Name = "label47"; - this.label47.Size = new System.Drawing.Size(79, 20); - this.label47.TabIndex = 1449; - this.label47.Text = "灭菌器编号"; - // - // uText21 - // - this.uText21.BackColor = System.Drawing.Color.White; - this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText21.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText21.Location = new System.Drawing.Point(769, 33); - this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText21.Name = "uText21"; - this.uText21.Size = new System.Drawing.Size(217, 23); - this.uText21.TabIndex = 1435; - this.uText21.Tag = "AH73"; - // - // uText22 - // - this.uText22.BackColor = System.Drawing.Color.White; - this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText22.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText22.Location = new System.Drawing.Point(769, 4); - this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText22.Name = "uText22"; - this.uText22.Size = new System.Drawing.Size(217, 23); - this.uText22.TabIndex = 1435; - this.uText22.Tag = "AH72"; - // - // label48 - // - this.label48.AutoSize = true; - this.label48.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label48.Location = new System.Drawing.Point(367, 30); - this.label48.Name = "label48"; - this.label48.Size = new System.Drawing.Size(65, 20); - this.label48.TabIndex = 1449; - this.label48.Text = "灭菌日期"; - // - // label49 - // - this.label49.AutoSize = true; - this.label49.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label49.Location = new System.Drawing.Point(367, 1); - this.label49.Name = "label49"; - this.label49.Size = new System.Drawing.Size(51, 20); - this.label49.TabIndex = 1449; - this.label49.Text = "包装者"; - // - // uText23 - // - this.uText23.BackColor = System.Drawing.Color.White; - this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText23.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText23.Location = new System.Drawing.Point(451, 33); - this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText23.Name = "uText23"; - this.uText23.Size = new System.Drawing.Size(200, 23); - this.uText23.TabIndex = 1435; - this.uText23.Tag = "V73"; - // - // uText24 - // - this.uText24.BackColor = System.Drawing.Color.White; - this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText24.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText24.Location = new System.Drawing.Point(451, 4); - this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText24.Name = "uText24"; - this.uText24.Size = new System.Drawing.Size(200, 23); - this.uText24.TabIndex = 1435; - this.uText24.Tag = "V72"; - // - // label50 - // - this.label50.AutoSize = true; - this.label50.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label50.Location = new System.Drawing.Point(22, 30); - this.label50.Name = "label50"; - this.label50.Size = new System.Drawing.Size(65, 20); - this.label50.TabIndex = 1449; - this.label50.Text = "灭菌批次"; - // - // uText25 - // - this.uText25.BackColor = System.Drawing.Color.White; - this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText25.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText25.Location = new System.Drawing.Point(106, 33); - this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText25.Name = "uText25"; - this.uText25.Size = new System.Drawing.Size(255, 23); - this.uText25.TabIndex = 1435; - this.uText25.Tag = "H73"; - // - // label51 - // - this.label51.AutoSize = true; - this.label51.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label51.Location = new System.Drawing.Point(22, 1); - this.label51.Name = "label51"; - this.label51.Size = new System.Drawing.Size(65, 20); - this.label51.TabIndex = 1449; - this.label51.Text = "物品名称"; - // - // uText26 - // - this.uText26.BackColor = System.Drawing.Color.White; - this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText26.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText26.Location = new System.Drawing.Point(106, 4); - this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText26.Name = "uText26"; - this.uText26.Size = new System.Drawing.Size(255, 23); - this.uText26.TabIndex = 1435; - this.uText26.Tag = "H72"; - // - // panel10 - // - this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel10.Controls.Add(this.label37); - this.panel10.Controls.Add(this.label38); - this.panel10.Controls.Add(this.uText15); - this.panel10.Controls.Add(this.uText16); - this.panel10.Controls.Add(this.label42); - this.panel10.Controls.Add(this.label43); - this.panel10.Controls.Add(this.uText17); - this.panel10.Controls.Add(this.uText18); - this.panel10.Controls.Add(this.label44); - this.panel10.Controls.Add(this.uText19); - this.panel10.Controls.Add(this.label45); - this.panel10.Controls.Add(this.uText20); - this.panel10.Dock = System.Windows.Forms.DockStyle.Top; - this.panel10.Location = new System.Drawing.Point(54, 120); - this.panel10.Name = "panel10"; - this.panel10.Size = new System.Drawing.Size(999, 63); - this.panel10.TabIndex = 1355; - // - // label37 - // - this.label37.AutoSize = true; - this.label37.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label37.Location = new System.Drawing.Point(668, 31); - this.label37.Name = "label37"; - this.label37.Size = new System.Drawing.Size(65, 20); - this.label37.TabIndex = 1449; - this.label37.Text = "失效日期"; - // - // label38 - // - this.label38.AutoSize = true; - this.label38.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label38.Location = new System.Drawing.Point(668, 2); - this.label38.Name = "label38"; - this.label38.Size = new System.Drawing.Size(79, 20); - this.label38.TabIndex = 1449; - this.label38.Text = "灭菌器编号"; - // - // uText15 - // - this.uText15.BackColor = System.Drawing.Color.White; - this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText15.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText15.Location = new System.Drawing.Point(769, 34); - this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText15.Name = "uText15"; - this.uText15.Size = new System.Drawing.Size(217, 23); - this.uText15.TabIndex = 1435; - this.uText15.Tag = "AH70"; - // - // uText16 - // - this.uText16.BackColor = System.Drawing.Color.White; - this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText16.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText16.Location = new System.Drawing.Point(769, 5); - this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText16.Name = "uText16"; - this.uText16.Size = new System.Drawing.Size(217, 23); - this.uText16.TabIndex = 1435; - this.uText16.Tag = "AH69"; - // - // label42 - // - this.label42.AutoSize = true; - this.label42.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label42.Location = new System.Drawing.Point(367, 31); - this.label42.Name = "label42"; - this.label42.Size = new System.Drawing.Size(65, 20); - this.label42.TabIndex = 1449; - this.label42.Text = "灭菌日期"; - // - // label43 - // - this.label43.AutoSize = true; - this.label43.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label43.Location = new System.Drawing.Point(367, 2); - this.label43.Name = "label43"; - this.label43.Size = new System.Drawing.Size(51, 20); - this.label43.TabIndex = 1449; - this.label43.Text = "包装者"; - // - // uText17 - // - this.uText17.BackColor = System.Drawing.Color.White; - this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText17.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText17.Location = new System.Drawing.Point(451, 34); - this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText17.Name = "uText17"; - this.uText17.Size = new System.Drawing.Size(200, 23); - this.uText17.TabIndex = 1435; - this.uText17.Tag = "V70"; - // - // uText18 - // - this.uText18.BackColor = System.Drawing.Color.White; - this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText18.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText18.Location = new System.Drawing.Point(451, 5); - this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText18.Name = "uText18"; - this.uText18.Size = new System.Drawing.Size(200, 23); - this.uText18.TabIndex = 1435; - this.uText18.Tag = "V69"; - // - // label44 - // - this.label44.AutoSize = true; - this.label44.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label44.Location = new System.Drawing.Point(22, 31); - this.label44.Name = "label44"; - this.label44.Size = new System.Drawing.Size(65, 20); - this.label44.TabIndex = 1449; - this.label44.Text = "灭菌批次"; - // - // uText19 - // - this.uText19.BackColor = System.Drawing.Color.White; - this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText19.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText19.Location = new System.Drawing.Point(106, 34); - this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText19.Name = "uText19"; - this.uText19.Size = new System.Drawing.Size(255, 23); - this.uText19.TabIndex = 1435; - this.uText19.Tag = "H70"; - // - // label45 - // - this.label45.AutoSize = true; - this.label45.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label45.Location = new System.Drawing.Point(22, 2); - this.label45.Name = "label45"; - this.label45.Size = new System.Drawing.Size(65, 20); - this.label45.TabIndex = 1449; - this.label45.Text = "物品名称"; - // - // uText20 - // - this.uText20.BackColor = System.Drawing.Color.White; - this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText20.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText20.Location = new System.Drawing.Point(106, 5); - this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText20.Name = "uText20"; - this.uText20.Size = new System.Drawing.Size(255, 23); - this.uText20.TabIndex = 1435; - this.uText20.Tag = "H69"; - // - // panel9 - // - this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel9.Controls.Add(this.label29); - this.panel9.Controls.Add(this.label30); - this.panel9.Controls.Add(this.uText9); - this.panel9.Controls.Add(this.uText10); - this.panel9.Controls.Add(this.label31); - this.panel9.Controls.Add(this.label32); - this.panel9.Controls.Add(this.uText11); - this.panel9.Controls.Add(this.uText12); - this.panel9.Controls.Add(this.label33); - this.panel9.Controls.Add(this.uText13); - this.panel9.Controls.Add(this.label34); - this.panel9.Controls.Add(this.uText14); - this.panel9.Dock = System.Windows.Forms.DockStyle.Top; - this.panel9.Location = new System.Drawing.Point(54, 63); - this.panel9.Name = "panel9"; - this.panel9.Size = new System.Drawing.Size(999, 57); - this.panel9.TabIndex = 1354; - // - // label29 - // - this.label29.AutoSize = true; - this.label29.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label29.Location = new System.Drawing.Point(668, 25); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(65, 20); - this.label29.TabIndex = 1449; - this.label29.Text = "失效日期"; - // - // label30 - // - this.label30.AutoSize = true; - this.label30.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label30.Location = new System.Drawing.Point(668, 0); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(79, 20); - this.label30.TabIndex = 1449; - this.label30.Text = "灭菌器编号"; - // - // uText9 - // - this.uText9.BackColor = System.Drawing.Color.White; - this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText9.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText9.Location = new System.Drawing.Point(769, 28); - this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText9.Name = "uText9"; - this.uText9.Size = new System.Drawing.Size(217, 23); - this.uText9.TabIndex = 1435; - this.uText9.Tag = "AH67"; - // - // uText10 - // - this.uText10.BackColor = System.Drawing.Color.White; - this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText10.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText10.Location = new System.Drawing.Point(769, 3); - this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText10.Name = "uText10"; - this.uText10.Size = new System.Drawing.Size(217, 23); - this.uText10.TabIndex = 1435; - this.uText10.Tag = "AH66"; - // - // label31 - // - this.label31.AutoSize = true; - this.label31.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label31.Location = new System.Drawing.Point(367, 25); - this.label31.Name = "label31"; - this.label31.Size = new System.Drawing.Size(65, 20); - this.label31.TabIndex = 1449; - this.label31.Text = "灭菌日期"; - // - // label32 - // - this.label32.AutoSize = true; - this.label32.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label32.Location = new System.Drawing.Point(367, 0); - this.label32.Name = "label32"; - this.label32.Size = new System.Drawing.Size(51, 20); - this.label32.TabIndex = 1449; - this.label32.Text = "包装者"; - // - // uText11 - // - this.uText11.BackColor = System.Drawing.Color.White; - this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText11.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText11.Location = new System.Drawing.Point(451, 28); - this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText11.Name = "uText11"; - this.uText11.Size = new System.Drawing.Size(200, 23); - this.uText11.TabIndex = 1435; - this.uText11.Tag = "V67"; - // - // uText12 - // - this.uText12.BackColor = System.Drawing.Color.White; - this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText12.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText12.Location = new System.Drawing.Point(451, 3); - this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText12.Name = "uText12"; - this.uText12.Size = new System.Drawing.Size(200, 23); - this.uText12.TabIndex = 1435; - this.uText12.Tag = "V66"; - // - // label33 - // - this.label33.AutoSize = true; - this.label33.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label33.Location = new System.Drawing.Point(22, 25); - this.label33.Name = "label33"; - this.label33.Size = new System.Drawing.Size(65, 20); - this.label33.TabIndex = 1449; - this.label33.Text = "灭菌批次"; - // - // uText13 - // - this.uText13.BackColor = System.Drawing.Color.White; - this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText13.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText13.Location = new System.Drawing.Point(106, 28); - this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText13.Name = "uText13"; - this.uText13.Size = new System.Drawing.Size(255, 23); - this.uText13.TabIndex = 1435; - this.uText13.Tag = "H67"; - // - // label34 - // - this.label34.AutoSize = true; - this.label34.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label34.Location = new System.Drawing.Point(22, 0); - this.label34.Name = "label34"; - this.label34.Size = new System.Drawing.Size(65, 20); - this.label34.TabIndex = 1449; - this.label34.Text = "物品名称"; - // - // uText14 - // - this.uText14.BackColor = System.Drawing.Color.White; - this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText14.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText14.Location = new System.Drawing.Point(106, 3); - this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText14.Name = "uText14"; - this.uText14.Size = new System.Drawing.Size(255, 23); - this.uText14.TabIndex = 1435; - this.uText14.Tag = "H66"; - // - // panel6 - // - this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel6.Controls.Add(this.label27); - this.panel6.Controls.Add(this.label22); - this.panel6.Controls.Add(this.uText8); - this.panel6.Controls.Add(this.uText4); - this.panel6.Controls.Add(this.label25); - this.panel6.Controls.Add(this.label21); - this.panel6.Controls.Add(this.uText7); - this.panel6.Controls.Add(this.uText1); - this.panel6.Controls.Add(this.label24); - this.panel6.Controls.Add(this.uText5); - this.panel6.Controls.Add(this.label17); - this.panel6.Controls.Add(this.uText6); - this.panel6.Dock = System.Windows.Forms.DockStyle.Top; - this.panel6.Location = new System.Drawing.Point(54, 0); - this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(999, 63); - this.panel6.TabIndex = 1353; - // - // label27 - // - this.label27.AutoSize = true; - this.label27.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label27.Location = new System.Drawing.Point(668, 31); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(65, 20); - this.label27.TabIndex = 1449; - this.label27.Text = "失效日期"; - // - // label22 - // - this.label22.AutoSize = true; - this.label22.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label22.Location = new System.Drawing.Point(668, 2); - this.label22.Name = "label22"; - this.label22.Size = new System.Drawing.Size(79, 20); - this.label22.TabIndex = 1449; - this.label22.Text = "灭菌器编号"; - // - // uText8 - // - this.uText8.BackColor = System.Drawing.Color.White; - this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText8.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText8.Location = new System.Drawing.Point(769, 34); - this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText8.Name = "uText8"; - this.uText8.Size = new System.Drawing.Size(217, 23); - this.uText8.TabIndex = 1435; - this.uText8.Tag = "AH64"; - // - // uText4 - // - this.uText4.BackColor = System.Drawing.Color.White; - this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText4.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText4.Location = new System.Drawing.Point(769, 5); - this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText4.Name = "uText4"; - this.uText4.Size = new System.Drawing.Size(217, 23); - this.uText4.TabIndex = 1435; - this.uText4.Tag = "AH63"; - // - // label25 - // - this.label25.AutoSize = true; - this.label25.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label25.Location = new System.Drawing.Point(367, 31); - this.label25.Name = "label25"; - this.label25.Size = new System.Drawing.Size(65, 20); - this.label25.TabIndex = 1449; - this.label25.Text = "灭菌日期"; - // - // label21 - // - this.label21.AutoSize = true; - this.label21.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label21.Location = new System.Drawing.Point(367, 2); - this.label21.Name = "label21"; - this.label21.Size = new System.Drawing.Size(51, 20); - this.label21.TabIndex = 1449; - this.label21.Text = "包装者"; - // - // uText7 - // - this.uText7.BackColor = System.Drawing.Color.White; - this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText7.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText7.Location = new System.Drawing.Point(451, 34); - this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText7.Name = "uText7"; - this.uText7.Size = new System.Drawing.Size(200, 23); - this.uText7.TabIndex = 1435; - this.uText7.Tag = "V64"; - // - // uText1 - // - this.uText1.BackColor = System.Drawing.Color.White; - this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText1.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText1.Location = new System.Drawing.Point(451, 5); - this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText1.Name = "uText1"; - this.uText1.Size = new System.Drawing.Size(200, 23); - this.uText1.TabIndex = 1435; - this.uText1.Tag = "V63"; - // - // label24 - // - this.label24.AutoSize = true; - this.label24.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label24.Location = new System.Drawing.Point(22, 31); - this.label24.Name = "label24"; - this.label24.Size = new System.Drawing.Size(65, 20); - this.label24.TabIndex = 1449; - this.label24.Text = "灭菌批次"; - // - // uText5 - // - this.uText5.BackColor = System.Drawing.Color.White; - this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText5.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText5.Location = new System.Drawing.Point(106, 34); - this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText5.Name = "uText5"; - this.uText5.Size = new System.Drawing.Size(255, 23); - this.uText5.TabIndex = 1435; - this.uText5.Tag = "H64"; - // - // label17 - // - this.label17.AutoSize = true; - this.label17.Font = new System.Drawing.Font("微软雅黑", 10F); - this.label17.Location = new System.Drawing.Point(22, 2); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(65, 20); - this.label17.TabIndex = 0; - this.label17.Text = "物品名称"; - // - // uText6 - // - this.uText6.BackColor = System.Drawing.Color.White; - this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.uText6.Font = new System.Drawing.Font("宋体", 10.5F); - this.uText6.Location = new System.Drawing.Point(106, 5); - this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.uText6.Name = "uText6"; - this.uText6.Size = new System.Drawing.Size(255, 23); - this.uText6.TabIndex = 1; - this.uText6.Tag = "H63"; - // - // panel5 - // - this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel5.Controls.Add(this.label8); - this.panel5.Dock = System.Windows.Forms.DockStyle.Left; - this.panel5.Location = new System.Drawing.Point(0, 0); - this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(54, 240); - this.panel5.TabIndex = 1352; - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F); - this.label8.Location = new System.Drawing.Point(4, 44); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(37, 140); - this.label8.TabIndex = 1351; - this.label8.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴"; - // // panel15 // this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -2370,6 +1725,651 @@ this.toolStripButton3.Text = "刷新"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // + // panel5 + // + this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel5.Controls.Add(this.label8); + this.panel5.Dock = System.Windows.Forms.DockStyle.Left; + this.panel5.Location = new System.Drawing.Point(0, 0); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(54, 240); + this.panel5.TabIndex = 1352; + // + // label8 + // + this.label8.AutoSize = true; + this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.label8.Location = new System.Drawing.Point(4, 44); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(37, 140); + this.label8.TabIndex = 1351; + this.label8.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴"; + // + // panel6 + // + this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel6.Controls.Add(this.label27); + this.panel6.Controls.Add(this.label22); + this.panel6.Controls.Add(this.uText8); + this.panel6.Controls.Add(this.uText4); + this.panel6.Controls.Add(this.label25); + this.panel6.Controls.Add(this.label21); + this.panel6.Controls.Add(this.uText7); + this.panel6.Controls.Add(this.uText1); + this.panel6.Controls.Add(this.label24); + this.panel6.Controls.Add(this.uText5); + this.panel6.Controls.Add(this.label17); + this.panel6.Controls.Add(this.uText6); + this.panel6.Dock = System.Windows.Forms.DockStyle.Top; + this.panel6.Location = new System.Drawing.Point(54, 0); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(999, 63); + this.panel6.TabIndex = 1353; + // + // uText6 + // + this.uText6.BackColor = System.Drawing.Color.White; + this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText6.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText6.Location = new System.Drawing.Point(106, 5); + this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText6.Name = "uText6"; + this.uText6.Size = new System.Drawing.Size(255, 23); + this.uText6.TabIndex = 1; + this.uText6.Tag = "H63"; + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label17.Location = new System.Drawing.Point(22, 2); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(65, 20); + this.label17.TabIndex = 0; + this.label17.Text = "物品名称"; + // + // uText5 + // + this.uText5.BackColor = System.Drawing.Color.White; + this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText5.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText5.Location = new System.Drawing.Point(106, 34); + this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText5.Name = "uText5"; + this.uText5.Size = new System.Drawing.Size(255, 23); + this.uText5.TabIndex = 1435; + this.uText5.Tag = "H64"; + // + // label24 + // + this.label24.AutoSize = true; + this.label24.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label24.Location = new System.Drawing.Point(22, 31); + this.label24.Name = "label24"; + this.label24.Size = new System.Drawing.Size(65, 20); + this.label24.TabIndex = 1449; + this.label24.Text = "灭菌批次"; + // + // uText1 + // + this.uText1.BackColor = System.Drawing.Color.White; + this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText1.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText1.Location = new System.Drawing.Point(451, 5); + this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText1.Name = "uText1"; + this.uText1.Size = new System.Drawing.Size(200, 23); + this.uText1.TabIndex = 1435; + this.uText1.Tag = "V63"; + // + // uText7 + // + this.uText7.BackColor = System.Drawing.Color.White; + this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText7.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText7.Location = new System.Drawing.Point(451, 34); + this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText7.Name = "uText7"; + this.uText7.Size = new System.Drawing.Size(200, 23); + this.uText7.TabIndex = 1435; + this.uText7.Tag = "V64"; + // + // label21 + // + this.label21.AutoSize = true; + this.label21.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label21.Location = new System.Drawing.Point(367, 2); + this.label21.Name = "label21"; + this.label21.Size = new System.Drawing.Size(51, 20); + this.label21.TabIndex = 1449; + this.label21.Text = "包装者"; + // + // label25 + // + this.label25.AutoSize = true; + this.label25.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label25.Location = new System.Drawing.Point(367, 31); + this.label25.Name = "label25"; + this.label25.Size = new System.Drawing.Size(65, 20); + this.label25.TabIndex = 1449; + this.label25.Text = "灭菌日期"; + // + // uText4 + // + this.uText4.BackColor = System.Drawing.Color.White; + this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText4.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText4.Location = new System.Drawing.Point(769, 5); + this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText4.Name = "uText4"; + this.uText4.Size = new System.Drawing.Size(217, 23); + this.uText4.TabIndex = 1435; + this.uText4.Tag = "AH63"; + // + // uText8 + // + this.uText8.BackColor = System.Drawing.Color.White; + this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText8.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText8.Location = new System.Drawing.Point(769, 34); + this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText8.Name = "uText8"; + this.uText8.Size = new System.Drawing.Size(217, 23); + this.uText8.TabIndex = 1435; + this.uText8.Tag = "AH64"; + // + // label22 + // + this.label22.AutoSize = true; + this.label22.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label22.Location = new System.Drawing.Point(668, 2); + this.label22.Name = "label22"; + this.label22.Size = new System.Drawing.Size(79, 20); + this.label22.TabIndex = 1449; + this.label22.Text = "灭菌器编号"; + // + // label27 + // + this.label27.AutoSize = true; + this.label27.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label27.Location = new System.Drawing.Point(668, 31); + this.label27.Name = "label27"; + this.label27.Size = new System.Drawing.Size(65, 20); + this.label27.TabIndex = 1449; + this.label27.Text = "失效日期"; + // + // panel9 + // + this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel9.Controls.Add(this.label29); + this.panel9.Controls.Add(this.label30); + this.panel9.Controls.Add(this.uText9); + this.panel9.Controls.Add(this.uText10); + this.panel9.Controls.Add(this.label31); + this.panel9.Controls.Add(this.label32); + this.panel9.Controls.Add(this.uText11); + this.panel9.Controls.Add(this.uText12); + this.panel9.Controls.Add(this.label33); + this.panel9.Controls.Add(this.uText13); + this.panel9.Controls.Add(this.label34); + this.panel9.Controls.Add(this.uText14); + this.panel9.Dock = System.Windows.Forms.DockStyle.Top; + this.panel9.Location = new System.Drawing.Point(54, 63); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(999, 57); + this.panel9.TabIndex = 1354; + // + // uText14 + // + this.uText14.BackColor = System.Drawing.Color.White; + this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText14.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText14.Location = new System.Drawing.Point(106, 3); + this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText14.Name = "uText14"; + this.uText14.Size = new System.Drawing.Size(255, 23); + this.uText14.TabIndex = 1435; + this.uText14.Tag = "H66"; + // + // label34 + // + this.label34.AutoSize = true; + this.label34.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label34.Location = new System.Drawing.Point(22, 0); + this.label34.Name = "label34"; + this.label34.Size = new System.Drawing.Size(65, 20); + this.label34.TabIndex = 1449; + this.label34.Text = "物品名称"; + // + // uText13 + // + this.uText13.BackColor = System.Drawing.Color.White; + this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText13.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText13.Location = new System.Drawing.Point(106, 28); + this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText13.Name = "uText13"; + this.uText13.Size = new System.Drawing.Size(255, 23); + this.uText13.TabIndex = 1435; + this.uText13.Tag = "H67"; + // + // label33 + // + this.label33.AutoSize = true; + this.label33.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label33.Location = new System.Drawing.Point(22, 25); + this.label33.Name = "label33"; + this.label33.Size = new System.Drawing.Size(65, 20); + this.label33.TabIndex = 1449; + this.label33.Text = "灭菌批次"; + // + // uText12 + // + this.uText12.BackColor = System.Drawing.Color.White; + this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText12.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText12.Location = new System.Drawing.Point(451, 3); + this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText12.Name = "uText12"; + this.uText12.Size = new System.Drawing.Size(200, 23); + this.uText12.TabIndex = 1435; + this.uText12.Tag = "V66"; + // + // uText11 + // + this.uText11.BackColor = System.Drawing.Color.White; + this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText11.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText11.Location = new System.Drawing.Point(451, 28); + this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText11.Name = "uText11"; + this.uText11.Size = new System.Drawing.Size(200, 23); + this.uText11.TabIndex = 1435; + this.uText11.Tag = "V67"; + // + // label32 + // + this.label32.AutoSize = true; + this.label32.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label32.Location = new System.Drawing.Point(367, 0); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(51, 20); + this.label32.TabIndex = 1449; + this.label32.Text = "包装者"; + // + // label31 + // + this.label31.AutoSize = true; + this.label31.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label31.Location = new System.Drawing.Point(367, 25); + this.label31.Name = "label31"; + this.label31.Size = new System.Drawing.Size(65, 20); + this.label31.TabIndex = 1449; + this.label31.Text = "灭菌日期"; + // + // uText10 + // + this.uText10.BackColor = System.Drawing.Color.White; + this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText10.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText10.Location = new System.Drawing.Point(769, 3); + this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText10.Name = "uText10"; + this.uText10.Size = new System.Drawing.Size(217, 23); + this.uText10.TabIndex = 1435; + this.uText10.Tag = "AH66"; + // + // uText9 + // + this.uText9.BackColor = System.Drawing.Color.White; + this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText9.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText9.Location = new System.Drawing.Point(769, 28); + this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText9.Name = "uText9"; + this.uText9.Size = new System.Drawing.Size(217, 23); + this.uText9.TabIndex = 1435; + this.uText9.Tag = "AH67"; + // + // label30 + // + this.label30.AutoSize = true; + this.label30.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label30.Location = new System.Drawing.Point(668, 0); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(79, 20); + this.label30.TabIndex = 1449; + this.label30.Text = "灭菌器编号"; + // + // label29 + // + this.label29.AutoSize = true; + this.label29.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label29.Location = new System.Drawing.Point(668, 25); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(65, 20); + this.label29.TabIndex = 1449; + this.label29.Text = "失效日期"; + // + // panel10 + // + this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel10.Controls.Add(this.label37); + this.panel10.Controls.Add(this.label38); + this.panel10.Controls.Add(this.uText15); + this.panel10.Controls.Add(this.uText16); + this.panel10.Controls.Add(this.label42); + this.panel10.Controls.Add(this.label43); + this.panel10.Controls.Add(this.uText17); + this.panel10.Controls.Add(this.uText18); + this.panel10.Controls.Add(this.label44); + this.panel10.Controls.Add(this.uText19); + this.panel10.Controls.Add(this.label45); + this.panel10.Controls.Add(this.uText20); + this.panel10.Dock = System.Windows.Forms.DockStyle.Top; + this.panel10.Location = new System.Drawing.Point(54, 120); + this.panel10.Name = "panel10"; + this.panel10.Size = new System.Drawing.Size(999, 63); + this.panel10.TabIndex = 1355; + // + // uText20 + // + this.uText20.BackColor = System.Drawing.Color.White; + this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText20.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText20.Location = new System.Drawing.Point(106, 5); + this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText20.Name = "uText20"; + this.uText20.Size = new System.Drawing.Size(255, 23); + this.uText20.TabIndex = 1435; + this.uText20.Tag = "H69"; + // + // label45 + // + this.label45.AutoSize = true; + this.label45.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label45.Location = new System.Drawing.Point(22, 2); + this.label45.Name = "label45"; + this.label45.Size = new System.Drawing.Size(65, 20); + this.label45.TabIndex = 1449; + this.label45.Text = "物品名称"; + // + // uText19 + // + this.uText19.BackColor = System.Drawing.Color.White; + this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText19.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText19.Location = new System.Drawing.Point(106, 34); + this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText19.Name = "uText19"; + this.uText19.Size = new System.Drawing.Size(255, 23); + this.uText19.TabIndex = 1435; + this.uText19.Tag = "H70"; + // + // label44 + // + this.label44.AutoSize = true; + this.label44.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label44.Location = new System.Drawing.Point(22, 31); + this.label44.Name = "label44"; + this.label44.Size = new System.Drawing.Size(65, 20); + this.label44.TabIndex = 1449; + this.label44.Text = "灭菌批次"; + // + // uText18 + // + this.uText18.BackColor = System.Drawing.Color.White; + this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText18.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText18.Location = new System.Drawing.Point(451, 5); + this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText18.Name = "uText18"; + this.uText18.Size = new System.Drawing.Size(200, 23); + this.uText18.TabIndex = 1435; + this.uText18.Tag = "V69"; + // + // uText17 + // + this.uText17.BackColor = System.Drawing.Color.White; + this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText17.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText17.Location = new System.Drawing.Point(451, 34); + this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText17.Name = "uText17"; + this.uText17.Size = new System.Drawing.Size(200, 23); + this.uText17.TabIndex = 1435; + this.uText17.Tag = "V70"; + // + // label43 + // + this.label43.AutoSize = true; + this.label43.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label43.Location = new System.Drawing.Point(367, 2); + this.label43.Name = "label43"; + this.label43.Size = new System.Drawing.Size(51, 20); + this.label43.TabIndex = 1449; + this.label43.Text = "包装者"; + // + // label42 + // + this.label42.AutoSize = true; + this.label42.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label42.Location = new System.Drawing.Point(367, 31); + this.label42.Name = "label42"; + this.label42.Size = new System.Drawing.Size(65, 20); + this.label42.TabIndex = 1449; + this.label42.Text = "灭菌日期"; + // + // uText16 + // + this.uText16.BackColor = System.Drawing.Color.White; + this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText16.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText16.Location = new System.Drawing.Point(769, 5); + this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText16.Name = "uText16"; + this.uText16.Size = new System.Drawing.Size(217, 23); + this.uText16.TabIndex = 1435; + this.uText16.Tag = "AH69"; + // + // uText15 + // + this.uText15.BackColor = System.Drawing.Color.White; + this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText15.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText15.Location = new System.Drawing.Point(769, 34); + this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText15.Name = "uText15"; + this.uText15.Size = new System.Drawing.Size(217, 23); + this.uText15.TabIndex = 1435; + this.uText15.Tag = "AH70"; + // + // label38 + // + this.label38.AutoSize = true; + this.label38.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label38.Location = new System.Drawing.Point(668, 2); + this.label38.Name = "label38"; + this.label38.Size = new System.Drawing.Size(79, 20); + this.label38.TabIndex = 1449; + this.label38.Text = "灭菌器编号"; + // + // label37 + // + this.label37.AutoSize = true; + this.label37.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label37.Location = new System.Drawing.Point(668, 31); + this.label37.Name = "label37"; + this.label37.Size = new System.Drawing.Size(65, 20); + this.label37.TabIndex = 1449; + this.label37.Text = "失效日期"; + // + // panel11 + // + this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel11.Controls.Add(this.label46); + this.panel11.Controls.Add(this.label47); + this.panel11.Controls.Add(this.uText21); + this.panel11.Controls.Add(this.uText22); + this.panel11.Controls.Add(this.label48); + this.panel11.Controls.Add(this.label49); + this.panel11.Controls.Add(this.uText23); + this.panel11.Controls.Add(this.uText24); + this.panel11.Controls.Add(this.label50); + this.panel11.Controls.Add(this.uText25); + this.panel11.Controls.Add(this.label51); + this.panel11.Controls.Add(this.uText26); + this.panel11.Dock = System.Windows.Forms.DockStyle.Top; + this.panel11.Location = new System.Drawing.Point(54, 183); + this.panel11.Name = "panel11"; + this.panel11.Size = new System.Drawing.Size(999, 59); + this.panel11.TabIndex = 1356; + // + // uText26 + // + this.uText26.BackColor = System.Drawing.Color.White; + this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText26.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText26.Location = new System.Drawing.Point(106, 4); + this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText26.Name = "uText26"; + this.uText26.Size = new System.Drawing.Size(255, 23); + this.uText26.TabIndex = 1435; + this.uText26.Tag = "H72"; + // + // label51 + // + this.label51.AutoSize = true; + this.label51.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label51.Location = new System.Drawing.Point(22, 1); + this.label51.Name = "label51"; + this.label51.Size = new System.Drawing.Size(65, 20); + this.label51.TabIndex = 1449; + this.label51.Text = "物品名称"; + // + // uText25 + // + this.uText25.BackColor = System.Drawing.Color.White; + this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText25.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText25.Location = new System.Drawing.Point(106, 33); + this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText25.Name = "uText25"; + this.uText25.Size = new System.Drawing.Size(255, 23); + this.uText25.TabIndex = 1435; + this.uText25.Tag = "H73"; + // + // label50 + // + this.label50.AutoSize = true; + this.label50.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label50.Location = new System.Drawing.Point(22, 30); + this.label50.Name = "label50"; + this.label50.Size = new System.Drawing.Size(65, 20); + this.label50.TabIndex = 1449; + this.label50.Text = "灭菌批次"; + // + // uText24 + // + this.uText24.BackColor = System.Drawing.Color.White; + this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText24.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText24.Location = new System.Drawing.Point(451, 4); + this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText24.Name = "uText24"; + this.uText24.Size = new System.Drawing.Size(200, 23); + this.uText24.TabIndex = 1435; + this.uText24.Tag = "V72"; + // + // uText23 + // + this.uText23.BackColor = System.Drawing.Color.White; + this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText23.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText23.Location = new System.Drawing.Point(451, 33); + this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText23.Name = "uText23"; + this.uText23.Size = new System.Drawing.Size(200, 23); + this.uText23.TabIndex = 1435; + this.uText23.Tag = "V73"; + // + // label49 + // + this.label49.AutoSize = true; + this.label49.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label49.Location = new System.Drawing.Point(367, 1); + this.label49.Name = "label49"; + this.label49.Size = new System.Drawing.Size(51, 20); + this.label49.TabIndex = 1449; + this.label49.Text = "包装者"; + // + // label48 + // + this.label48.AutoSize = true; + this.label48.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label48.Location = new System.Drawing.Point(367, 30); + this.label48.Name = "label48"; + this.label48.Size = new System.Drawing.Size(65, 20); + this.label48.TabIndex = 1449; + this.label48.Text = "灭菌日期"; + // + // uText22 + // + this.uText22.BackColor = System.Drawing.Color.White; + this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText22.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText22.Location = new System.Drawing.Point(769, 4); + this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText22.Name = "uText22"; + this.uText22.Size = new System.Drawing.Size(217, 23); + this.uText22.TabIndex = 1435; + this.uText22.Tag = "AH72"; + // + // uText21 + // + this.uText21.BackColor = System.Drawing.Color.White; + this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.uText21.Font = new System.Drawing.Font("宋体", 10.5F); + this.uText21.Location = new System.Drawing.Point(769, 33); + this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.uText21.Name = "uText21"; + this.uText21.Size = new System.Drawing.Size(217, 23); + this.uText21.TabIndex = 1435; + this.uText21.Tag = "AH73"; + // + // label47 + // + this.label47.AutoSize = true; + this.label47.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label47.Location = new System.Drawing.Point(668, 1); + this.label47.Name = "label47"; + this.label47.Size = new System.Drawing.Size(79, 20); + this.label47.TabIndex = 1449; + this.label47.Text = "灭菌器编号"; + // + // label46 + // + this.label46.AutoSize = true; + this.label46.Font = new System.Drawing.Font("微软雅黑", 10F); + this.label46.Location = new System.Drawing.Point(668, 30); + this.label46.Name = "label46"; + this.label46.Size = new System.Drawing.Size(65, 20); + this.label46.TabIndex = 1449; + this.label46.Text = "失效日期"; + // + // panel4 + // + this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel4.Controls.Add(this.panel11); + this.panel4.Controls.Add(this.panel10); + this.panel4.Controls.Add(this.panel9); + this.panel4.Controls.Add(this.panel6); + this.panel4.Controls.Add(this.panel5); + this.panel4.Location = new System.Drawing.Point(2, 291); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(1055, 242); + this.panel4.TabIndex = 1468; + // // frmGoodsBillRecord // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; @@ -2391,17 +2391,6 @@ this.panel3.PerformLayout(); this.panel1.ResumeLayout(false); this.panel14.ResumeLayout(false); - this.panel4.ResumeLayout(false); - this.panel11.ResumeLayout(false); - this.panel11.PerformLayout(); - this.panel10.ResumeLayout(false); - this.panel10.PerformLayout(); - this.panel9.ResumeLayout(false); - this.panel9.PerformLayout(); - this.panel6.ResumeLayout(false); - this.panel6.PerformLayout(); - this.panel5.ResumeLayout(false); - this.panel5.PerformLayout(); this.panel15.ResumeLayout(false); this.panel15.PerformLayout(); this.groupBox1.ResumeLayout(false); @@ -2423,6 +2412,17 @@ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.panel5.ResumeLayout(false); + this.panel5.PerformLayout(); + this.panel6.ResumeLayout(false); + this.panel6.PerformLayout(); + this.panel9.ResumeLayout(false); + this.panel9.PerformLayout(); + this.panel10.ResumeLayout(false); + this.panel10.PerformLayout(); + this.panel11.ResumeLayout(false); + this.panel11.PerformLayout(); + this.panel4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); @@ -2553,6 +2553,9 @@ public System.Windows.Forms.TextBox uText35; public System.Windows.Forms.TextBox uText33; private System.Windows.Forms.Panel panel15; + public System.Windows.Forms.TextBox textBox1; + public System.Windows.Forms.Label label36; + public System.Windows.Forms.Label label35; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel11; public System.Windows.Forms.Label label46; @@ -2608,8 +2611,5 @@ public System.Windows.Forms.TextBox uText6; private System.Windows.Forms.Panel panel5; public System.Windows.Forms.Label label8; - public System.Windows.Forms.TextBox textBox1; - public System.Windows.Forms.Label label36; - public System.Windows.Forms.Label label35; } } \ No newline at end of file diff --git a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx index ef146aa..9bcc454 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx +++ b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx @@ -121,7 +121,7 @@ iVBORw0KGgoAAAANSUhEUgAAAJYAAACICAIAAACKv4VeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS - cgAAEnIBXmVb4wAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj + cQAAEnEB89x6jgAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj uAKCEiMuuGCVuBuViEtxzYJGI1GUoLjVkBAVFa1RJApqYoDELUiMNe2vdz5uhtnuNhe5PT5/cO47wL0z 87zL837fN9/1+s99eDjuU+jxuE+hx+M+hR6POqLw9u3bJ06cOHLkSFFR0d27d8XR+zADbqdwz549fn5+ jRo1+tOf/vTkk0/y87e//W3z5s3z8/PFX/wf4d///vf58+fPnj27bdu2pUuX5uTklJSUfP/99+LX7oEb diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs index 4ff82fe..9d85706 100644 --- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs +++ b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs @@ -61,7 +61,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI panel3.Controls.Clear(); panel2.Visible = false; int i = 0, j = 0; - + DataTable dt2 = SelectPatient.GetRelieveLockingPatientDataTable (DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString()); foreach (DataRow dr in dt2.Rows) @@ -116,21 +116,43 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI private void Uc_InRoom(ucPatientCard uc, int PatientId, int applyId) { - SatrtOperation(uc.buttonX1.Text, PatientId, applyId); + string RoomStr = uc.Tag.ToString(); + SatrtOperation(uc.buttonX1.Text, PatientId, applyId, int.Parse(RoomStr)); } - private void SatrtOperation(string State, int PatientId, int applyId) + private void SatrtOperation(string State, int PatientId, int applyId, int RoomId) { + //try + //{ + // OperationRecord _record = new OperationRecord(); + // _record = BOperationRecord.getRecord(_record, PatientId, 1); + // if (_record == null || _record.Id == 0) return; + // frmGoodsBillRecord frm = new frmGoodsBillRecord(); + // frm._record = _record; + // frm.Show(); + // frm.Focus(); + // frm.BringToFront(); + //} + //catch (Exception ex) + //{ + // AIMSExtension.PublicMethod.WriteLog(ex); + //} try { - OperationRecord _record = new OperationRecord(); - _record = BOperationRecord.getRecord(_record, PatientId, 1); - if (_record == null || _record.Id == 0) return; - frmGoodsBillRecord frm = new frmGoodsBillRecord(); - frm._record = _record; - frm.Show(); - frm.Focus(); - frm.BringToFront(); + AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument frmAnasRecord = new frmAnasRecordInstrument(); + frmAnasRecord.PatientId = PatientId; + frmAnasRecord.ApplyId = applyId; + frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId); + frmAnasRecord.State = AIMSExtension.EditState.BROWSE; + if (isMainOpen == false) + { + frmAnasRecord.ShowDialog(); + FillDgv(); + } + else + { + this.Close(); + } } catch (Exception ex) { @@ -145,7 +167,8 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI private void buttonX1_Click(object sender, EventArgs e) { - SatrtOperation(buttonX1.Text, SelPatientId, SelApplyId); + string RoomStr = txtRoom.Tag.ToString(); + SatrtOperation(buttonX1.Text, SelPatientId, SelApplyId, (int.Parse(RoomStr))); } } diff --git a/AIMS/OremrUserControl/UCOperationGoodsBill.cs b/AIMS/OremrUserControl/UCOperationGoodsBill.cs index 8b30544..12bed37 100644 --- a/AIMS/OremrUserControl/UCOperationGoodsBill.cs +++ b/AIMS/OremrUserControl/UCOperationGoodsBill.cs @@ -1,5 +1,6 @@ using AIMSBLL; using AIMSModel; +using DrawGraph; using System; using System.Data; using System.Drawing; diff --git a/AIMSEntity/AIMSEntity.csproj b/AIMSEntity/AIMSEntity.csproj index 434c71e..77f309e 100644 --- a/AIMSEntity/AIMSEntity.csproj +++ b/AIMSEntity/AIMSEntity.csproj @@ -101,7 +101,6 @@ - @@ -251,7 +250,6 @@ - @@ -344,7 +342,6 @@ - @@ -384,10 +381,8 @@ - - diff --git a/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs b/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs index dfaa2bf..d44913b 100644 --- a/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs +++ b/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs @@ -3,6 +3,7 @@ using AIMSDAL; using AIMSModel; using System.Collections; using System.Collections.Generic; +using DrawGraph; namespace AIMSBLL { diff --git a/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs b/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs deleted file mode 100644 index 6d2f169..0000000 --- a/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs +++ /dev/null @@ -1,160 +0,0 @@ -using System; -using AIMSDAL; -using AIMSModel; -using System.Collections; -using System.Collections.Generic; - -namespace AIMSBLL -{ - public partial class BOperationGoodsBillRecord - { - #region 插入实体操作部份 - /// - /// 插入实体 - /// - /// 实体类对象 - /// 标识列值或影响的记录行数 - public static int Insert(OperationGoodsBillRecord operationGoodsBillRecord) - { - return DOperationGoodsBillRecord.Insert(operationGoodsBillRecord); - } - #endregion - - #region 删除实体操作 - /// - /// 删除实体 - /// - /// 实体类对象 - /// 影响的记录行数 - public static int Delete(OperationGoodsBillRecord operationGoodsBillRecord) - { - return DOperationGoodsBillRecord.Delete(operationGoodsBillRecord); - } - /// - /// 根据对象查询语句删除 - /// - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Delete(string oql, ParameterList parameters) - { - return DOperationGoodsBillRecord.Delete(oql,parameters); - } - #endregion - - #region 更新实体操作 - - /// - /// 更新实体 - /// - /// 实体类对象 - /// 影响的记录行数 - public static int Update(OperationGoodsBillRecord operationGoodsBillRecord) - { - return DOperationGoodsBillRecord.Update(operationGoodsBillRecord); - } - - /// - /// 根据对象查询语句更新实体 - /// - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Update(string oql, ParameterList parameters) - { - return DOperationGoodsBillRecord.Update(oql,parameters); - } - #endregion - - #region 查询实体集合 - /// - /// \查询实体集合 - /// - /// 实体类对象集合 - public static List Select() - { - return DOperationGoodsBillRecord.Select(); - } - /// - /// 递归查询实体集合 - /// - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List Select(RecursiveType recursiveType, int recursiveDepth) - { - return DOperationGoodsBillRecord.Select(recursiveType, recursiveDepth); - } - - /// - /// 根据对象查询语句查询实体集合 - /// - /// 对象查询语句 - /// 参数列表 - /// 实体类对象集合 - public static List Select(string oql, ParameterList parameters) - { - return DOperationGoodsBillRecord.Select(oql, parameters); - } - - /// - /// 根据对象查询语句递归查询实体集合 - /// - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List Select(string oql, ParameterList parameters,RecursiveType recursiveType, int recursiveDepth) - { - return DOperationGoodsBillRecord.Select(oql, parameters, recursiveType, recursiveDepth); - } - #endregion - - #region 查询单个实体 - /// - /// 更据对象查询语句查询单个实体 - /// - /// 对象查询语句 - /// 参数列表 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters) - { - return DOperationGoodsBillRecord.SelectSingle(oql, parameters); - } - /// - /// 更据对象查询语句递归查询单个实体 - /// - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth) - { - return DOperationGoodsBillRecord.SelectSingle(oql, parameters, recursiveType, recursiveDepth); - } - - /// - /// 按主键字段查询特定实体 - /// - /// 主键值 - /// 实体类对象 - public static OperationGoodsBillRecord SelectSingle(int? id) - { - return DOperationGoodsBillRecord.SelectSingle(id); - } - - /// - /// 更据主键递归查询单个实体 - /// - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(int? id, RecursiveType recursiveType, int recursiveDepth) - { - return DOperationGoodsBillRecord.SelectSingle(id, recursiveType, recursiveDepth); - } - #endregion - } -} diff --git a/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs b/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs index 137aad3..efdf795 100644 --- a/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs +++ b/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs @@ -3,6 +3,7 @@ using AIMSDAL; using AIMSModel; using System.Collections; using System.Collections.Generic; +using DrawGraph; namespace AIMSBLL { diff --git a/AIMSEntity/BLL/Extension/BOperationRecord.cs b/AIMSEntity/BLL/Extension/BOperationRecord.cs index 9e4d0f6..bf321a4 100644 --- a/AIMSEntity/BLL/Extension/BOperationRecord.cs +++ b/AIMSEntity/BLL/Extension/BOperationRecord.cs @@ -185,6 +185,12 @@ namespace AIMSBLL _record.SpareThree = allOutDose.ToString(); + _record.InstrumentList = BOperationRecordInstrumentList.SelectSingle(" OperationRecordId=" + Convert.ToInt32(_record.Id), null); + if (_record.InstrumentList != null) + { + _record.InstrumentList.ApplianceRecordList = BApplianceRecord.GetApplianceRecordById(Convert.ToInt32(_record.Id), Convert.ToInt32(_record.InstrumentList.Id)); + } + return _record; } diff --git a/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs b/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs index 326deea..d250af6 100644 --- a/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs +++ b/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs @@ -5,6 +5,7 @@ using System.Collections; using AIMSModel; using AIMSObjectQuery; using System.Collections.Generic; +using DrawGraph; namespace AIMSDAL { diff --git a/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs b/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs deleted file mode 100644 index f3e8d7d..0000000 --- a/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs +++ /dev/null @@ -1,765 +0,0 @@ -using System; -using System.Data; -using System.Data.SqlClient; -using System.Collections; -using AIMSModel; -using AIMSObjectQuery; -using System.Collections.Generic; - -namespace AIMSDAL -{ - public partial class DOperationGoodsBillRecord - { - #region 插入实体操作部份 - /// - /// 插入 - /// - /// Command对象 - /// 实体类对象 - /// 标识列值或影响的记录行数 - public static int Insert(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord) - { - cmd.Parameters.Clear(); - cmd.CommandText = "insert into OperationGoodsBillRecord (OperationRecordId,ApplianceUseType,BloodType,Erythrocyte,Platelet,PlateletUnit,Plasma,Other,Autoblood,InfusionLocation,Liquid,TourniquetBeginTime,TourniquetEndTime,TourniquetLocation,Specimen,SpecimenNumber,ToFreeze,ToPathology,ToRoom,NotToTest,NegativePlateLocation,DoctorSign,Remark,InvasiveScreening,ScrubNurse,ScrubNurseSucceed,ScrubSucceedTime,TourNurse,TourNurseSucceed,TourSucceedTime,ColdDeposit) values (@OperationRecordId,@ApplianceUseType,@BloodType,@Erythrocyte,@Platelet,@PlateletUnit,@Plasma,@Other,@Autoblood,@InfusionLocation,@Liquid,@TourniquetBeginTime,@TourniquetEndTime,@TourniquetLocation,@Specimen,@SpecimenNumber,@ToFreeze,@ToPathology,@ToRoom,@NotToTest,@NegativePlateLocation,@DoctorSign,@Remark,@InvasiveScreening,@ScrubNurse,@ScrubNurseSucceed,@ScrubSucceedTime,@TourNurse,@TourNurseSucceed,@TourSucceedTime,@ColdDeposit);select @@identity"; - //从实体中取出值放入Command的参数列表 - cmd.Parameters.Add(new SqlParameter("@OperationRecordId",operationGoodsBillRecord.OperationRecordId.HasValue?(object)operationGoodsBillRecord.OperationRecordId.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ApplianceUseType",operationGoodsBillRecord.ApplianceUseType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ApplianceUseType)); - cmd.Parameters.Add(new SqlParameter("@BloodType",operationGoodsBillRecord.BloodType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.BloodType)); - cmd.Parameters.Add(new SqlParameter("@Erythrocyte",operationGoodsBillRecord.Erythrocyte==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Erythrocyte)); - cmd.Parameters.Add(new SqlParameter("@Platelet",operationGoodsBillRecord.Platelet==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Platelet)); - cmd.Parameters.Add(new SqlParameter("@PlateletUnit",operationGoodsBillRecord.PlateletUnit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.PlateletUnit)); - cmd.Parameters.Add(new SqlParameter("@Plasma",operationGoodsBillRecord.Plasma==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Plasma)); - cmd.Parameters.Add(new SqlParameter("@Other",operationGoodsBillRecord.Other==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Other)); - cmd.Parameters.Add(new SqlParameter("@Autoblood",operationGoodsBillRecord.Autoblood==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Autoblood)); - cmd.Parameters.Add(new SqlParameter("@InfusionLocation",operationGoodsBillRecord.InfusionLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InfusionLocation)); - cmd.Parameters.Add(new SqlParameter("@Liquid",operationGoodsBillRecord.Liquid==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Liquid)); - cmd.Parameters.Add(new SqlParameter("@TourniquetBeginTime",operationGoodsBillRecord.TourniquetBeginTime.HasValue?(object)operationGoodsBillRecord.TourniquetBeginTime.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@TourniquetEndTime",operationGoodsBillRecord.TourniquetEndTime.HasValue?(object)operationGoodsBillRecord.TourniquetEndTime.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@TourniquetLocation",operationGoodsBillRecord.TourniquetLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourniquetLocation)); - cmd.Parameters.Add(new SqlParameter("@Specimen",operationGoodsBillRecord.Specimen.HasValue?(object)operationGoodsBillRecord.Specimen.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@SpecimenNumber",operationGoodsBillRecord.SpecimenNumber.HasValue?(object)operationGoodsBillRecord.SpecimenNumber.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToFreeze",operationGoodsBillRecord.ToFreeze.HasValue?(object)operationGoodsBillRecord.ToFreeze.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToPathology",operationGoodsBillRecord.ToPathology.HasValue?(object)operationGoodsBillRecord.ToPathology.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToRoom",operationGoodsBillRecord.ToRoom.HasValue?(object)operationGoodsBillRecord.ToRoom.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@NotToTest",operationGoodsBillRecord.NotToTest.HasValue?(object)operationGoodsBillRecord.NotToTest.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@NegativePlateLocation",operationGoodsBillRecord.NegativePlateLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.NegativePlateLocation)); - cmd.Parameters.Add(new SqlParameter("@DoctorSign",operationGoodsBillRecord.DoctorSign==null?(object)DBNull.Value:(object)operationGoodsBillRecord.DoctorSign)); - cmd.Parameters.Add(new SqlParameter("@Remark",operationGoodsBillRecord.Remark==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Remark)); - cmd.Parameters.Add(new SqlParameter("@InvasiveScreening",operationGoodsBillRecord.InvasiveScreening==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InvasiveScreening)); - cmd.Parameters.Add(new SqlParameter("@ScrubNurse",operationGoodsBillRecord.ScrubNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurse)); - cmd.Parameters.Add(new SqlParameter("@ScrubNurseSucceed",operationGoodsBillRecord.ScrubNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurseSucceed)); - cmd.Parameters.Add(new SqlParameter("@ScrubSucceedTime",operationGoodsBillRecord.ScrubSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubSucceedTime)); - cmd.Parameters.Add(new SqlParameter("@TourNurse",operationGoodsBillRecord.TourNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurse)); - cmd.Parameters.Add(new SqlParameter("@TourNurseSucceed",operationGoodsBillRecord.TourNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurseSucceed)); - cmd.Parameters.Add(new SqlParameter("@TourSucceedTime",operationGoodsBillRecord.TourSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourSucceedTime)); - cmd.Parameters.Add(new SqlParameter("@ColdDeposit",operationGoodsBillRecord.ColdDeposit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ColdDeposit)); - return Convert.ToInt32(cmd.ExecuteScalar()); - } - /// - /// 不使用事务的插入方法 - /// - /// 实体类对象 - /// 标识列值或影响的记录行数 - public static int Insert(OperationGoodsBillRecord operationGoodsBillRecord) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return Insert(cmd, operationGoodsBillRecord); - } - } - } - - /// - /// 使用事务的插入方法 - /// - /// 实现共享Connection的对象 - /// 实体类对象 - /// 标识列值或影响的记录行数 - public static int Insert(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord) - { - return Insert(connection.Command, operationGoodsBillRecord); - } - #endregion - - #region 删除实体操作 - - /// - /// 删除 - /// - /// Command对象 - /// 实体类对象 - /// 影响的记录行数 - public static int ExcuteDeleteCommand(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord) - { - cmd.Parameters.Clear(); - cmd.CommandText = "delete from OperationGoodsBillRecord where Id=@Id"; - //从实体中取出值放入Command的参数列表 - cmd.Parameters.Add(new SqlParameter("@Id", operationGoodsBillRecord.Id)); - return cmd.ExecuteNonQuery(); - } - /// - /// 不使用事务的删除方法 - /// - /// 实体类对象 - /// 影响的记录行数 - public static int Delete(OperationGoodsBillRecord operationGoodsBillRecord) - { - using (SqlConnection conn = new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteDeleteCommand(cmd, operationGoodsBillRecord); - } - } - } - /// - /// 使用事务的删除方法 - /// - /// 实现共享Connection的对象 - /// 实体类对象 - /// 影响的记录行数 - public static int Delete(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord) - { - return ExcuteDeleteCommand(connection.Command, operationGoodsBillRecord); - } - - /// - /// 执行删除命令 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int ExcuteDeleteCommand(SqlCommand cmd, string oql, ParameterList parameters) - { - //解析过滤部份Sql语句 - string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap()); - if (filterString != string.Empty) - { - filterString = " where " + filterString; - } - cmd.Parameters.Clear(); - cmd.CommandText = "delete from OperationGoodsBillRecord " + filterString; - //添加参数 - if (parameters != null) - { - foreach (string key in parameters.Keys) - { - cmd.Parameters.Add(new SqlParameter(key, parameters[key])); - } - } - return cmd.ExecuteNonQuery(); - } - - /// - /// 不使用事务的删除方法 - /// - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Delete(string oql, ParameterList parameters) - { - using (SqlConnection conn = new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteDeleteCommand(cmd, oql, parameters); - } - } - } - - /// - /// 使用事务的删除方法 - /// - /// 实现共享Connection的对象 - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Delete(Connection connection, string oql, ParameterList parameters) - { - return ExcuteDeleteCommand(connection.Command, oql, parameters); - } - - #endregion - - #region 更新实体操作 - - /// - /// 更新 - /// - /// Command对象 - /// 实体类对象 - /// 影响的记录行数 - public static int ExcuteUpdateCommand(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord) - { - cmd.CommandText = "update OperationGoodsBillRecord set OperationRecordId=@OperationRecordId,ApplianceUseType=@ApplianceUseType,BloodType=@BloodType,Erythrocyte=@Erythrocyte,Platelet=@Platelet,PlateletUnit=@PlateletUnit,Plasma=@Plasma,Other=@Other,Autoblood=@Autoblood,InfusionLocation=@InfusionLocation,Liquid=@Liquid,TourniquetBeginTime=@TourniquetBeginTime,TourniquetEndTime=@TourniquetEndTime,TourniquetLocation=@TourniquetLocation,Specimen=@Specimen,SpecimenNumber=@SpecimenNumber,ToFreeze=@ToFreeze,ToPathology=@ToPathology,ToRoom=@ToRoom,NotToTest=@NotToTest,NegativePlateLocation=@NegativePlateLocation,DoctorSign=@DoctorSign,Remark=@Remark,InvasiveScreening=@InvasiveScreening,ScrubNurse=@ScrubNurse,ScrubNurseSucceed=@ScrubNurseSucceed,ScrubSucceedTime=@ScrubSucceedTime,TourNurse=@TourNurse,TourNurseSucceed=@TourNurseSucceed,TourSucceedTime=@TourSucceedTime,ColdDeposit=@ColdDeposit where Id=@Id"; - //从实体中取出值放入Command的参数列表 - cmd.Parameters.Add(new SqlParameter("@OperationRecordId",operationGoodsBillRecord.OperationRecordId.HasValue?(object)operationGoodsBillRecord.OperationRecordId.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ApplianceUseType",operationGoodsBillRecord.ApplianceUseType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ApplianceUseType)); - cmd.Parameters.Add(new SqlParameter("@BloodType",operationGoodsBillRecord.BloodType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.BloodType)); - cmd.Parameters.Add(new SqlParameter("@Erythrocyte",operationGoodsBillRecord.Erythrocyte==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Erythrocyte)); - cmd.Parameters.Add(new SqlParameter("@Platelet",operationGoodsBillRecord.Platelet==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Platelet)); - cmd.Parameters.Add(new SqlParameter("@PlateletUnit",operationGoodsBillRecord.PlateletUnit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.PlateletUnit)); - cmd.Parameters.Add(new SqlParameter("@Plasma",operationGoodsBillRecord.Plasma==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Plasma)); - cmd.Parameters.Add(new SqlParameter("@Other",operationGoodsBillRecord.Other==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Other)); - cmd.Parameters.Add(new SqlParameter("@Autoblood",operationGoodsBillRecord.Autoblood==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Autoblood)); - cmd.Parameters.Add(new SqlParameter("@InfusionLocation",operationGoodsBillRecord.InfusionLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InfusionLocation)); - cmd.Parameters.Add(new SqlParameter("@Liquid",operationGoodsBillRecord.Liquid==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Liquid)); - cmd.Parameters.Add(new SqlParameter("@TourniquetBeginTime",operationGoodsBillRecord.TourniquetBeginTime.HasValue?(object)operationGoodsBillRecord.TourniquetBeginTime.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@TourniquetEndTime",operationGoodsBillRecord.TourniquetEndTime.HasValue?(object)operationGoodsBillRecord.TourniquetEndTime.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@TourniquetLocation",operationGoodsBillRecord.TourniquetLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourniquetLocation)); - cmd.Parameters.Add(new SqlParameter("@Specimen",operationGoodsBillRecord.Specimen.HasValue?(object)operationGoodsBillRecord.Specimen.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@SpecimenNumber",operationGoodsBillRecord.SpecimenNumber.HasValue?(object)operationGoodsBillRecord.SpecimenNumber.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToFreeze",operationGoodsBillRecord.ToFreeze.HasValue?(object)operationGoodsBillRecord.ToFreeze.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToPathology",operationGoodsBillRecord.ToPathology.HasValue?(object)operationGoodsBillRecord.ToPathology.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@ToRoom",operationGoodsBillRecord.ToRoom.HasValue?(object)operationGoodsBillRecord.ToRoom.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@NotToTest",operationGoodsBillRecord.NotToTest.HasValue?(object)operationGoodsBillRecord.NotToTest.Value:(object)DBNull.Value)); - cmd.Parameters.Add(new SqlParameter("@NegativePlateLocation",operationGoodsBillRecord.NegativePlateLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.NegativePlateLocation)); - cmd.Parameters.Add(new SqlParameter("@DoctorSign",operationGoodsBillRecord.DoctorSign==null?(object)DBNull.Value:(object)operationGoodsBillRecord.DoctorSign)); - cmd.Parameters.Add(new SqlParameter("@Remark",operationGoodsBillRecord.Remark==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Remark)); - cmd.Parameters.Add(new SqlParameter("@InvasiveScreening",operationGoodsBillRecord.InvasiveScreening==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InvasiveScreening)); - cmd.Parameters.Add(new SqlParameter("@ScrubNurse",operationGoodsBillRecord.ScrubNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurse)); - cmd.Parameters.Add(new SqlParameter("@ScrubNurseSucceed",operationGoodsBillRecord.ScrubNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurseSucceed)); - cmd.Parameters.Add(new SqlParameter("@ScrubSucceedTime",operationGoodsBillRecord.ScrubSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubSucceedTime)); - cmd.Parameters.Add(new SqlParameter("@TourNurse",operationGoodsBillRecord.TourNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurse)); - cmd.Parameters.Add(new SqlParameter("@TourNurseSucceed",operationGoodsBillRecord.TourNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurseSucceed)); - cmd.Parameters.Add(new SqlParameter("@TourSucceedTime",operationGoodsBillRecord.TourSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourSucceedTime)); - cmd.Parameters.Add(new SqlParameter("@ColdDeposit",operationGoodsBillRecord.ColdDeposit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ColdDeposit)); - cmd.Parameters.Add(new SqlParameter("@Id", operationGoodsBillRecord.Id)); - return cmd.ExecuteNonQuery(); - } - - /// - /// 不使用事务的更新方法 - /// - /// 实体类对象 - /// 影响的记录行数 - public static int Update(OperationGoodsBillRecord operationGoodsBillRecord) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteUpdateCommand(cmd, operationGoodsBillRecord); - } - } - } - /// - /// 使用事务的更新方法 - /// - /// 实现共享Connection的对象 - /// 实体类对象 - /// 影响的记录行数 - public static int Update(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord) - { - return ExcuteUpdateCommand(connection.Command, operationGoodsBillRecord); - } - /// - /// 执行更新命令 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int ExcuteUpdateCommand(SqlCommand cmd, string oql, ParameterList parameters) - { - //解析过滤部份Sql语句 - string updateString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap()); - cmd.CommandText = "update OperationGoodsBillRecord set " + updateString; - cmd.Parameters.Clear(); - //添加参数 - if (parameters != null) - { - foreach (string key in parameters.Keys) - { - cmd.Parameters.Add(new SqlParameter(key, parameters[key])); - } - } - return cmd.ExecuteNonQuery(); - } - - /// - /// 不使用事务的更新方法 - /// - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Update(string oql, ParameterList parameters) - { - using (SqlConnection conn = new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteUpdateCommand(cmd, oql, parameters); - } - } - } - - /// - /// 使用事务的更新方法 - /// - /// 实现共享Connection的对象 - /// 对象查询语句 - /// 参数列表 - /// 影响的记录行数 - public static int Update(Connection connection, string oql, ParameterList parameters) - { - return ExcuteUpdateCommand(connection.Command, oql, parameters); - } - #endregion - - #region 查询实体集合 - /// - /// 执行Command获取对象列表 - /// - /// Command对象 - /// 递归类型 - /// 递归深度 - /// 实体类对象列表 - public static List ExcuteSelectCommand(SqlCommand cmd,RecursiveType recursiveType,int recursiveDepth) - { - List operationGoodsBillRecordList = new List(); - using (SqlDataReader dr = cmd.ExecuteReader()) - { - while (dr.Read()) - { - OperationGoodsBillRecord operationGoodsBillRecord = DataReaderToEntity(dr); - operationGoodsBillRecordList.Add(operationGoodsBillRecord); - } - } - return operationGoodsBillRecordList; - } - /// - /// 执行查询命令 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List ExcuteSelectCommand(SqlCommand cmd, string oql, ParameterList parameters,RecursiveType recursiveType,int recursiveDepth) - { - //解析过滤部份Sql语句 - string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap()); - if (filterString != string.Empty) - { - if(filterString.Trim().ToLower().IndexOf("order ")!=0) - filterString = " where " + filterString; - } - cmd.Parameters.Clear(); - cmd.CommandText = "select * from OperationGoodsBillRecord " + filterString; - //添加参数 - if (parameters != null) - { - foreach (string key in parameters.Keys) - { - cmd.Parameters.Add(new SqlParameter(key, parameters[key])); - } - } - return ExcuteSelectCommand(cmd, recursiveType, recursiveDepth); - } - - /// - /// 根据对象查询语句查询实体集合 - /// - /// 实体类对象集合 - public static List Select() - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - cmd.CommandText = "select * from OperationGoodsBillRecord"; - return ExcuteSelectCommand(cmd, RecursiveType.Parent, 1); - } - } - } - /// - /// 根据对象查询语句查询实体集合 - /// - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List Select(RecursiveType recursiveType, int recursiveDepth) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - cmd.CommandText = "select * from OperationGoodsBillRecord"; - return ExcuteSelectCommand(cmd, recursiveType, recursiveDepth); - } - } - } - - /// - /// 根据对象查询语句查询实体集合 - /// - /// 对象查询语句 - /// 参数列表 - /// 实体类对象集合 - public static List Select(string oql, ParameterList parameters) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteSelectCommand(cmd, oql, parameters, RecursiveType.Parent, 1); - } - } - } - - /// - /// 根据对象查询语句查询实体集合 - /// - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List Select(string oql, ParameterList parameters,RecursiveType recursiveType, int recursiveDepth) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteSelectCommand(cmd, oql, parameters, recursiveType, recursiveDepth); - } - } - } - - /// - /// 根据对象查询语句查询实体集合(启用事务) - /// - /// 连接对象 - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体类对象集合 - public static List Select(Connection connection, string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth) - { - return ExcuteSelectCommand(connection.Command, oql, parameters,recursiveType, recursiveDepth); - } - #endregion - - #region 查询单个实体 - - /// - /// 递归查询单个实体 - /// - /// Command对象 - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord ExcuteSelectSingleCommand(SqlCommand cmd,RecursiveType recursiveType,int recursiveDepth) - { - OperationGoodsBillRecord operationGoodsBillRecord=null; - using (SqlDataReader dr = cmd.ExecuteReader()) - { - if(dr.Read()) - operationGoodsBillRecord = DataReaderToEntity(dr); - } - if(operationGoodsBillRecord==null) - return operationGoodsBillRecord; - return operationGoodsBillRecord; - } - /// - /// 更据对象查询语句递归查询单个实体 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord ExcuteSelectSingleCommand(SqlCommand cmd, string oql, ParameterList parameters,RecursiveType recursiveType,int recursiveDepth) - { - //解析过滤部份Sql语句 - string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap()); - if(filterString!=string.Empty) - { - filterString=" where "+filterString; - } - cmd.CommandText = "select * from OperationGoodsBillRecord " + filterString; - cmd.Parameters.Clear(); - //添加参数 - if (parameters != null) - { - foreach (string key in parameters.Keys) - { - cmd.Parameters.Add(new SqlParameter(key, parameters[key])); - } - } - return ExcuteSelectSingleCommand(cmd, recursiveType, recursiveDepth); - } - - /// - /// 更据对象查询语句递归查询单个实体 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return ExcuteSelectSingleCommand(cmd, oql, parameters, recursiveType, recursiveDepth); - } - } - } - - /// - /// 更据对象查询语句查询单个实体 - /// - /// Command对象 - /// 对象查询语句 - /// 参数列表 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters) - { - return SelectSingle(oql,parameters,RecursiveType.Parent,1); - } - - /// - /// 更据对象查询语句并启用事务查询单个实体 - /// - /// 连接对象 - /// 对象查询语句 - /// 参数列表 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(Connection connection, string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth) - { - return ExcuteSelectSingleCommand(connection.Command, oql, parameters, recursiveType, recursiveDepth); - } - - /// - /// 更据主键值递归查询单个实体 - /// - /// Command对象 - /// 主键值 - /// 递归类型 - /// 递归深度 - /// 实体对象 - public static OperationGoodsBillRecord SelectSingle(SqlCommand cmd, int? id,RecursiveType recursiveType,int recursiveDepth) - { - cmd.Parameters.Clear(); - if(id.HasValue) - { - cmd.CommandText = "select * from OperationGoodsBillRecord where Id=@pk"; - cmd.Parameters.Add(new SqlParameter("@pk",id.Value)); - } - else - { - cmd.CommandText = "select * from OperationGoodsBillRecord where Id is null"; - } - return ExcuteSelectSingleCommand(cmd, recursiveType, recursiveDepth); - } - - /// - /// 按主键字段查询特定实体 - /// - /// 主键值 - /// 实体类对象 - public static OperationGoodsBillRecord SelectSingle(int? id) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return SelectSingle(cmd,id,RecursiveType.Parent,1); - } - } - } - /// - /// 按主键字段查询特定实体 - /// - /// 主键值 - /// 递归类型 - /// 递归深度 - /// 实体类对象 - public static OperationGoodsBillRecord SelectSingle(int? id, RecursiveType recursiveType, int recursiveDepth) - { - using(SqlConnection conn=new SqlConnection(Connection.ConnectionString)) - { - conn.Open(); - using (SqlCommand cmd = conn.CreateCommand()) - { - return SelectSingle(cmd,id, recursiveType, recursiveDepth); - } - } - } - - /// - /// 使用事务并按主键字段查询特定实体 - /// - /// 连接对象 - /// 主键值 - /// 实体类对象 - public static OperationGoodsBillRecord SelectSingle(Connection connection,int? id, RecursiveType recursiveType, int recursiveDepth) - { - return SelectSingle(connection.Command, id, recursiveType, recursiveDepth); - } - #endregion - - - /// - /// 从DataReader中取出值生成实体对象 - /// - /// 查询对象 - /// 过滤条件字符串 - private static OperationGoodsBillRecord DataReaderToEntity(SqlDataReader dr) - { - OperationGoodsBillRecord entity = new OperationGoodsBillRecord (); - if(dr["Id"]!=System.DBNull.Value) - { - entity.Id=Convert.ToInt32(dr["Id"]); - } - if(dr["OperationRecordId"]!=System.DBNull.Value) - { - entity.OperationRecordId=Convert.ToInt32(dr["OperationRecordId"]); - } - if(dr["ApplianceUseType"]!=System.DBNull.Value) - { - entity.ApplianceUseType=dr["ApplianceUseType"].ToString(); - } - if(dr["BloodType"]!=System.DBNull.Value) - { - entity.BloodType=dr["BloodType"].ToString(); - } - if(dr["Erythrocyte"]!=System.DBNull.Value) - { - entity.Erythrocyte=dr["Erythrocyte"].ToString(); - } - if(dr["Platelet"]!=System.DBNull.Value) - { - entity.Platelet=dr["Platelet"].ToString(); - } - if(dr["PlateletUnit"]!=System.DBNull.Value) - { - entity.PlateletUnit=dr["PlateletUnit"].ToString(); - } - if(dr["Plasma"]!=System.DBNull.Value) - { - entity.Plasma=dr["Plasma"].ToString(); - } - if(dr["Other"]!=System.DBNull.Value) - { - entity.Other=dr["Other"].ToString(); - } - if(dr["Autoblood"]!=System.DBNull.Value) - { - entity.Autoblood=dr["Autoblood"].ToString(); - } - if(dr["InfusionLocation"]!=System.DBNull.Value) - { - entity.InfusionLocation=dr["InfusionLocation"].ToString(); - } - if(dr["Liquid"]!=System.DBNull.Value) - { - entity.Liquid=dr["Liquid"].ToString(); - } - if(dr["TourniquetBeginTime"]!=System.DBNull.Value) - { - entity.TourniquetBeginTime=Convert.ToDateTime(dr["TourniquetBeginTime"]); - } - if(dr["TourniquetEndTime"]!=System.DBNull.Value) - { - entity.TourniquetEndTime=Convert.ToDateTime(dr["TourniquetEndTime"]); - } - if(dr["TourniquetLocation"]!=System.DBNull.Value) - { - entity.TourniquetLocation=dr["TourniquetLocation"].ToString(); - } - if(dr["Specimen"]!=System.DBNull.Value) - { - entity.Specimen=Convert.ToInt32(dr["Specimen"]); - } - if(dr["SpecimenNumber"]!=System.DBNull.Value) - { - entity.SpecimenNumber=Convert.ToInt32(dr["SpecimenNumber"]); - } - if(dr["ToFreeze"]!=System.DBNull.Value) - { - entity.ToFreeze=Convert.ToInt32(dr["ToFreeze"]); - } - if(dr["ToPathology"]!=System.DBNull.Value) - { - entity.ToPathology=Convert.ToInt32(dr["ToPathology"]); - } - if(dr["ToRoom"]!=System.DBNull.Value) - { - entity.ToRoom=Convert.ToInt32(dr["ToRoom"]); - } - if(dr["NotToTest"]!=System.DBNull.Value) - { - entity.NotToTest=Convert.ToInt32(dr["NotToTest"]); - } - if(dr["NegativePlateLocation"]!=System.DBNull.Value) - { - entity.NegativePlateLocation=dr["NegativePlateLocation"].ToString(); - } - if(dr["DoctorSign"]!=System.DBNull.Value) - { - entity.DoctorSign=dr["DoctorSign"].ToString(); - } - if(dr["Remark"]!=System.DBNull.Value) - { - entity.Remark=dr["Remark"].ToString(); - } - if(dr["InvasiveScreening"]!=System.DBNull.Value) - { - entity.InvasiveScreening=dr["InvasiveScreening"].ToString(); - } - if(dr["ScrubNurse"]!=System.DBNull.Value) - { - entity.ScrubNurse=dr["ScrubNurse"].ToString(); - } - if(dr["ScrubNurseSucceed"]!=System.DBNull.Value) - { - entity.ScrubNurseSucceed=dr["ScrubNurseSucceed"].ToString(); - } - if(dr["ScrubSucceedTime"]!=System.DBNull.Value) - { - entity.ScrubSucceedTime=dr["ScrubSucceedTime"].ToString(); - } - if(dr["TourNurse"]!=System.DBNull.Value) - { - entity.TourNurse=dr["TourNurse"].ToString(); - } - if(dr["TourNurseSucceed"]!=System.DBNull.Value) - { - entity.TourNurseSucceed=dr["TourNurseSucceed"].ToString(); - } - if(dr["TourSucceedTime"]!=System.DBNull.Value) - { - entity.TourSucceedTime=dr["TourSucceedTime"].ToString(); - } - if(dr["ColdDeposit"]!=System.DBNull.Value) - { - entity.ColdDeposit=dr["ColdDeposit"].ToString(); - } - return entity; - } - } -} - diff --git a/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs b/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs index 36e90b7..e155821 100644 --- a/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs +++ b/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs @@ -5,6 +5,7 @@ using System.Collections; using AIMSModel; using AIMSObjectQuery; using System.Collections.Generic; +using DrawGraph; namespace AIMSDAL { diff --git a/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs b/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs deleted file mode 100644 index 18043c6..0000000 --- a/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs +++ /dev/null @@ -1,318 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -namespace AIMSModel -{ - [Serializable] - public partial class OperationGoodsBillRecord - { - private int? id; - private int? operationRecordId; - private string applianceUseType; - private string bloodType; - private string erythrocyte; - private string platelet; - private string plateletUnit; - private string plasma; - private string other; - private string autoblood; - private string infusionLocation; - private string liquid; - private DateTime? tourniquetBeginTime; - private DateTime? tourniquetEndTime; - private string tourniquetLocation; - private int? specimen; - private int? specimenNumber; - private int? toFreeze; - private int? toPathology; - private int? toRoom; - private int? notToTest; - private string negativePlateLocation; - private string doctorSign; - private string remark; - private string invasiveScreening; - private string scrubNurse; - private string scrubNurseSucceed; - private string scrubSucceedTime; - private string tourNurse; - private string tourNurseSucceed; - private string tourSucceedTime; - private string coldDeposit; - private List applianceRecordList; - private List applianceRecordListraw; - - /// - /// 编号,自增 - /// - public int? Id - { - get{ return id; } - set{ id=value; } - } - /// - /// 手术记录编号 - /// - public int? OperationRecordId - { - get{ return operationRecordId; } - set{ operationRecordId=value; } - } - /// - /// 使用科室 - /// - public string ApplianceUseType - { - get{ return applianceUseType; } - set{ applianceUseType=value; } - } - /// - /// 血型 - /// - public string BloodType - { - get{ return bloodType; } - set{ bloodType=value; } - } - /// - /// 红细胞 - /// - public string Erythrocyte - { - get{ return erythrocyte; } - set{ erythrocyte=value; } - } - /// - /// 血小板 - /// - public string Platelet - { - get{ return platelet; } - set{ platelet=value; } - } - /// - /// 血小板单位 - /// - public string PlateletUnit - { - get{ return plateletUnit; } - set{ plateletUnit=value; } - } - /// - /// 血浆 - /// - public string Plasma - { - get{ return plasma; } - set{ plasma=value; } - } - /// - /// 其它 - /// - public string Other - { - get{ return other; } - set{ other=value; } - } - /// - /// 自体血 - /// - public string Autoblood - { - get{ return autoblood; } - set{ autoblood=value; } - } - /// - /// 输液部位 - /// - public string InfusionLocation - { - get{ return infusionLocation; } - set{ infusionLocation=value; } - } - /// - /// 液体 - /// - public string Liquid - { - get{ return liquid; } - set{ liquid=value; } - } - /// - /// 止血带开始时间 - /// - public DateTime? TourniquetBeginTime - { - get{ return tourniquetBeginTime; } - set{ tourniquetBeginTime=value; } - } - /// - /// 止血带结束时间 - /// - public DateTime? TourniquetEndTime - { - get{ return tourniquetEndTime; } - set{ tourniquetEndTime=value; } - } - /// - /// 止血带位置 - /// - public string TourniquetLocation - { - get{ return tourniquetLocation; } - set{ tourniquetLocation=value; } - } - /// - /// 标本,0无、1有 - /// - public int? Specimen - { - get{ return specimen; } - set{ specimen=value; } - } - /// - /// 标本数量 - /// - public int? SpecimenNumber - { - get{ return specimenNumber; } - set{ specimenNumber=value; } - } - /// - /// 送冰冻,0无、1,有 - /// - public int? ToFreeze - { - get{ return toFreeze; } - set{ toFreeze=value; } - } - /// - /// 送病理,0无、1,有 - /// - public int? ToPathology - { - get{ return toPathology; } - set{ toPathology=value; } - } - /// - /// 送病房,0无、1,有 - /// - public int? ToRoom - { - get{ return toRoom; } - set{ toRoom=value; } - } - /// - /// 不送检 - /// - public int? NotToTest - { - get{ return notToTest; } - set{ notToTest=value; } - } - /// - /// 负极板位置 - /// - public string NegativePlateLocation - { - get{ return negativePlateLocation; } - set{ negativePlateLocation=value; } - } - /// - /// 医生签名 - /// - public string DoctorSign - { - get{ return doctorSign; } - set{ doctorSign=value; } - } - /// - /// 备注 - /// - public string Remark - { - get{ return remark; } - set{ remark=value; } - } - /// - /// 有创筛前检查 - /// - public string InvasiveScreening - { - get{ return invasiveScreening; } - set{ invasiveScreening=value; } - } - /// - /// 洗手护士 - /// - public string ScrubNurse - { - get{ return scrubNurse; } - set{ scrubNurse=value; } - } - /// - /// 洗手接台护士 - /// - public string ScrubNurseSucceed - { - get{ return scrubNurseSucceed; } - set{ scrubNurseSucceed=value; } - } - /// - /// 洗手护士接台时间 - /// - public string ScrubSucceedTime - { - get{ return scrubSucceedTime; } - set{ scrubSucceedTime=value; } - } - /// - /// 巡回护士 - /// - public string TourNurse - { - get{ return tourNurse; } - set{ tourNurse=value; } - } - /// - /// 巡回接台护士 - /// - public string TourNurseSucceed - { - get{ return tourNurseSucceed; } - set{ tourNurseSucceed=value; } - } - /// - /// 巡回护士接台时间 - /// - public string TourSucceedTime - { - get{ return tourSucceedTime; } - set{ tourSucceedTime=value; } - } - /// - /// 冷沉淀 - /// - public string ColdDeposit - { - get{ return coldDeposit; } - set{ coldDeposit=value; } - } - /// - /// 术中使用器械集合 - /// - public List ApplianceRecordList - { - get { return applianceRecordList; } - set { applianceRecordList = value; } - } - /// - /// 术中使用辅料包集合 - /// - public List ApplianceRecordListRaw - { - get { return applianceRecordListraw; } - set { applianceRecordListraw = value; } - } - - } -} diff --git a/AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs b/DrawGraph/AreaManage/ApplianceRecord.cs similarity index 99% rename from AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs rename to DrawGraph/AreaManage/ApplianceRecord.cs index e903926..35b5504 100644 --- a/AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs +++ b/DrawGraph/AreaManage/ApplianceRecord.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic; -namespace AIMSModel +namespace DrawGraph { [Serializable] public partial class ApplianceRecord diff --git a/DrawGraph/AreaManage/AreaManageBase.cs b/DrawGraph/AreaManage/AreaManageBase.cs index f47fb70..28fc832 100644 --- a/DrawGraph/AreaManage/AreaManageBase.cs +++ b/DrawGraph/AreaManage/AreaManageBase.cs @@ -295,6 +295,9 @@ namespace DrawGraph public virtual void initChart() { } + public virtual void BindTempData() + { + } #endregion /// diff --git a/DrawGraph/AreaManage/DBManage.cs b/DrawGraph/AreaManage/DBManage.cs index ef0b1f4..45e9b94 100644 --- a/DrawGraph/AreaManage/DBManage.cs +++ b/DrawGraph/AreaManage/DBManage.cs @@ -8,8 +8,8 @@ using System.Text; namespace DrawGraph { public class DBManage - { - public static DataTable GetDictDataTable(OperationRecord OpeRecord,string HelpCode, string _title, string PersonType, string SelPerson) + { + public static DataTable GetDictDataTable(OperationRecord OpeRecord, string HelpCode, string _title, string PersonType, string SelPerson) { string strSql = ""; switch (_title) @@ -48,7 +48,7 @@ namespace DrawGraph { strSql = "SELECT top 10 p.Id,p.Name,p.IcdCode Code FROM Disease p WHERE p.IsValid=1 AND (p.Name LIKE '%" + HelpCode + "%' OR p.HelpCode LIKE '%" + HelpCode + "%')"; if (SelPerson != "") strSql += " AND p.Id not in (" + SelPerson + ") "; - } + } break; case "手术": strSql = "SELECT top 20 p.Id,p.Name,p.IcdCode Code FROM Operation p WHERE p.IsValid=1 AND (p.Name LIKE '%" + HelpCode + "%' OR p.HelpCode LIKE '%" + HelpCode + "%' OR p.IcdCode LIKE '%" + HelpCode + "%')"; @@ -89,68 +89,78 @@ namespace DrawGraph try { if (items.Length < 1) return i; - if (items[1] == "OperationDoctor") - { - i += AddPerson(_operationRecord, _operationRecord.OperationDoctor, 1); - } - else if (items[1] == "Assistant1") - { - i += AddPerson(_operationRecord, _operationRecord.Assistant1, 2); - } - else if (items[1] == "Assistant2") - { - i += AddPerson(_operationRecord, _operationRecord.Assistant2, 3); - } - else if (items[1] == "Assistant3") - { - i += AddPerson(_operationRecord, _operationRecord.Assistant3, 4); - } - else if (items[1] == "AnesthesiaDoctor") - { - i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctor, 5); - } - else if (items[1] == "InstrumentNurse") - { - i += AddPerson(_operationRecord, _operationRecord.InstrumentNurse, 6); - } - else if (items[1] == "TourNurse") - { - i += AddPerson(_operationRecord, _operationRecord.TourNurse, 7); - } - else if (items[1] == "AnesthesiaDoctorAssistant") - { - i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctorAssistant, 11); - } - else if (items[1] == "Operation") - { - i += AddOperation(_operationRecord, _operationRecord.Operation); - } - else if (items[1] == "Applyoperation") - { - i += AddApplyOperation(_operationRecord, _operationRecord.Applyoperation); - } - else if (items[1] == "Applydiagnose") - { - i += AddApplyDiagnose(_operationRecord, _operationRecord.Applydiagnose); - } - else if (items[1] == "AnaesthesiaMethodId") - { - i += AddAnaesthesiaMethod(_operationRecord, _operationRecord.AnaesthesiaMethodId); - } - else if (items[1] == "OperationSiteId") - { - i += AddOperationSite(_operationRecord, _operationRecord.OperationSiteId); - } - else if (items[1] == "Height" || items[1] == "Weight") - { - i += UpdatePatient(items[1] + "='" + value + "' where Id= " + _operationRecord.Id); - } - else - { - i += Update(items[1] + "='" + value + "' where Id= " + _operationRecord.Id); - } + //if (items.Length > 2) + //{ + // if (items[1] == "InstrumentList") + // { + // i += UpdateInstrumentList(items[2] + "='" + value + "' where Id= " + _operationRecord.Id); + // } + //} + //else + //{ + if (items[1] == "OperationDoctor") + { + i += AddPerson(_operationRecord, _operationRecord.OperationDoctor, 1); + } + else if (items[1] == "Assistant1") + { + i += AddPerson(_operationRecord, _operationRecord.Assistant1, 2); + } + else if (items[1] == "Assistant2") + { + i += AddPerson(_operationRecord, _operationRecord.Assistant2, 3); + } + else if (items[1] == "Assistant3") + { + i += AddPerson(_operationRecord, _operationRecord.Assistant3, 4); + } + else if (items[1] == "AnesthesiaDoctor") + { + i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctor, 5); + } + else if (items[1] == "InstrumentNurse") + { + i += AddPerson(_operationRecord, _operationRecord.InstrumentNurse, 6); + } + else if (items[1] == "TourNurse") + { + i += AddPerson(_operationRecord, _operationRecord.TourNurse, 7); + } + else if (items[1] == "AnesthesiaDoctorAssistant") + { + i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctorAssistant, 11); + } + else if (items[1] == "Operation") + { + i += AddOperation(_operationRecord, _operationRecord.Operation); + } + else if (items[1] == "Applyoperation") + { + i += AddApplyOperation(_operationRecord, _operationRecord.Applyoperation); + } + else if (items[1] == "Applydiagnose") + { + i += AddApplyDiagnose(_operationRecord, _operationRecord.Applydiagnose); + } + else if (items[1] == "AnaesthesiaMethodId") + { + i += AddAnaesthesiaMethod(_operationRecord, _operationRecord.AnaesthesiaMethodId); + } + else if (items[1] == "OperationSiteId") + { + i += AddOperationSite(_operationRecord, _operationRecord.OperationSiteId); + } + else if (items[1] == "Height" || items[1] == "Weight") + { + i += UpdatePatient(items[1] + "='" + value + "' where Id= " + _operationRecord.Id); + } + else + { + i += Update(items[1] + "='" + value + "' where Id= " + _operationRecord.Id); + } + //} } - catch (Exception ) + catch (Exception) { //PublicMethod.WriteLog(new Exception("回写数据出错:" + propertyName + " 值:" + value + " 错误:" + ex.Message)); } @@ -168,6 +178,11 @@ namespace DrawGraph string sqlStr = "update Oris_Patient set " + sql; return DBHelper.ExecNonQuery(sqlStr); } + public static int UpdateInstrumentList(string sql) + { + string sqlStr = "update InstrumentList set " + sql; + return DBHelper.ExecNonQuery(sqlStr); + } public static int AddPerson(OperationRecord _operationRecord, string Persons, int PersonDutyId) { int i = 0; @@ -242,12 +257,12 @@ namespace DrawGraph int i = 0; if (Operation.Trim() == "" || Operation == ",") { - DeleteApplyOperation(_operationRecord.OperationApplyId .Value); + DeleteApplyOperation(_operationRecord.OperationApplyId.Value); i++; } else { - DeleteApplyOperation(_operationRecord.OperationApplyId .Value); + DeleteApplyOperation(_operationRecord.OperationApplyId.Value); i++; string[] Operationstr = Operation.Split(','); foreach (string OperationId in Operationstr) @@ -270,18 +285,18 @@ namespace DrawGraph } } return i; - } + } public static int AddApplyDiagnose(OperationRecord _operationRecord, string Diagnose) { int i = 0; if (Diagnose.Trim() == "" || Diagnose == ",") { - DeleteApplyDiagnose(_operationRecord.OperationApplyId .Value); + DeleteApplyDiagnose(_operationRecord.OperationApplyId.Value); i++; } else { - DeleteApplyDiagnose(_operationRecord.OperationApplyId .Value); + DeleteApplyDiagnose(_operationRecord.OperationApplyId.Value); i++; string[] Diagnosestr = Diagnose.Split(','); foreach (string DiagnoseId in Diagnosestr) @@ -292,7 +307,7 @@ namespace DrawGraph strSql.Append(")"); strSql.Append(" values ("); strSql.Append("" + _operationRecord.OperationApplyId + ","); - strSql.Append("" + DiagnoseId + ","); + strSql.Append("" + DiagnoseId + ","); strSql.Append("'" + AIMSExtension.PublicMethod.OperatorNo + "',"); strSql.Append("'" + AIMSExtension.PublicMethod.OperatorName + "',"); strSql.Append("'" + DateTime.Now + "'"); @@ -301,7 +316,7 @@ namespace DrawGraph } } return i; - } + } public static int AddOperationSite(OperationRecord _operationRecord, string OperationSite) { int i = 0; diff --git a/DrawGraph/AreaManage/DeletePhysios.cs b/DrawGraph/AreaManage/DeletePhysios.cs index 43d98ec..70c8556 100644 --- a/DrawGraph/AreaManage/DeletePhysios.cs +++ b/DrawGraph/AreaManage/DeletePhysios.cs @@ -21,7 +21,87 @@ namespace DrawGraph public DateTime endTime; public double startValue; public double endValue; + /// + /// 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(DeletePhysios)); + this.panel1 = new System.Windows.Forms.Panel(); + this.btnDelete = new DevComponents.DotNetBar.ButtonX(); + this.btnSave = new DevComponents.DotNetBar.ButtonX(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.Location = new System.Drawing.Point(15, 12); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(227, 304); + this.panel1.TabIndex = 0; + // + // btnDelete + // + this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnDelete.Location = new System.Drawing.Point(37, 323); + this.btnDelete.Name = "btnDelete"; + this.btnDelete.Size = new System.Drawing.Size(86, 30); + this.btnDelete.TabIndex = 4; + this.btnDelete.Text = "删除"; + this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); + // + // btnSave + // + this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; + this.btnSave.Location = new System.Drawing.Point(129, 323); + this.btnSave.Name = "btnSave"; + this.btnSave.Size = new System.Drawing.Size(86, 30); + this.btnSave.TabIndex = 3; + this.btnSave.Text = "取消"; + this.btnSave.Click += new System.EventHandler(this.btnSave_Click); + // + // frmDeletePhysios + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(254, 359); + this.Controls.Add(this.btnDelete); + this.Controls.Add(this.btnSave); + this.Controls.Add(this.panel1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "frmDeletePhysios"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "选择要删除的生命体征"; + this.Load += new System.EventHandler(this.frmDeletePhysio_Load); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Panel panel1; + private DevComponents.DotNetBar.ButtonX btnDelete; + private DevComponents.DotNetBar.ButtonX btnSave; public DeletePhysios() { InitializeComponent(); diff --git a/DrawGraph/AreaManage/DeletePhysios.designer.cs b/DrawGraph/AreaManage/DeletePhysios.designer.cs deleted file mode 100644 index 797db08..0000000 --- a/DrawGraph/AreaManage/DeletePhysios.designer.cs +++ /dev/null @@ -1,88 +0,0 @@ - -namespace DrawGraph -{ - partial class DeletePhysios - { - /// - /// 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(DeletePhysios)); - this.panel1 = new System.Windows.Forms.Panel(); - this.btnDelete = new DevComponents.DotNetBar.ButtonX(); - this.btnSave = new DevComponents.DotNetBar.ButtonX(); - this.SuspendLayout(); - // - // panel1 - // - this.panel1.Location = new System.Drawing.Point(15, 12); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(227, 304); - this.panel1.TabIndex = 0; - // - // btnDelete - // - this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnDelete.Location = new System.Drawing.Point(37, 323); - this.btnDelete.Name = "btnDelete"; - this.btnDelete.Size = new System.Drawing.Size(86, 30); - this.btnDelete.TabIndex = 4; - this.btnDelete.Text = "删除"; - this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); - // - // btnSave - // - this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; - this.btnSave.Location = new System.Drawing.Point(129, 323); - this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(86, 30); - this.btnSave.TabIndex = 3; - this.btnSave.Text = "取消"; - this.btnSave.Click += new System.EventHandler(this.btnSave_Click); - // - // frmDeletePhysios - // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(254, 359); - this.Controls.Add(this.btnDelete); - this.Controls.Add(this.btnSave); - this.Controls.Add(this.panel1); - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Name = "frmDeletePhysios"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "选择要删除的生命体征"; - this.Load += new System.EventHandler(this.frmDeletePhysio_Load); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.Panel panel1; - private DevComponents.DotNetBar.ButtonX btnDelete; - private DevComponents.DotNetBar.ButtonX btnSave; - } -} \ No newline at end of file diff --git a/DrawGraph/AreaManage/InstrumentDataManage.cs b/DrawGraph/AreaManage/InstrumentDataManage.cs new file mode 100644 index 0000000..29d5d3d --- /dev/null +++ b/DrawGraph/AreaManage/InstrumentDataManage.cs @@ -0,0 +1,528 @@ +using AIMSExtension; +using DevComponents.DotNetBar; +using System; +using System.Collections.Generic; +using System.Drawing; +using System.Linq; +using System.Windows.Forms; + +namespace DrawGraph +{ + /// + /// 麻醉前访视单 + /// + public class InstrumentDataManage : AreaManageBase + { + + private OperationRecord myOpeRecord = null; + private bool valChang = false; //值不变 + public TextPackObj txtObj; + public TablePackObj tablePackObj; + public TablePackObj tablePackObj1; + public TablePackObj tablePackObj2; + public TablePackObj tablePackObj3; + public float chaY; + public float fontsize; + + public InstrumentDataManage() { } + public InstrumentDataManage(object _operationRecor, DrawGraph.ZedGraphControl _zedControl, TemplateManage _template, string _name) : base(_operationRecor, _zedControl, _template, _name) + { } + + public void init() + { + txtObj = template.GetPackObjectOTag("InstrumentDataManage_TextPackObj_40"); + tablePackObj = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_39"); + tablePackObj1 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_41"); + tablePackObj2 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_42"); + tablePackObj3 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_43"); + if (tablePackObj != null) + { + chaY = (tablePackObj.EndY - tablePackObj.Y) / tablePackObj.Rows; + fontsize = txtObj.FontSize - 2; + } + myOpeRecord = OpeRecord as OperationRecord; + } + #region 重写的事件 + /// + /// 鼠标点击画板 + /// + /// + /// + public override void MouseDown(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseMove(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseUp(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseDoubleClick(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void KeyUp(ZedGraphControl sender, KeyEventArgs e) + { + } + + private void SetApplianceMethod(List ApplianceRecordList) + { + if (tablePackObj == null) return; + for (int i = 0; i < tablePackObj.Rows * 3 + 1; i++) + { + DelAddObj("ApplianceRecordList" + i); + DelAddObj("ApplianceRecordListOpeFront" + i); + DelAddObj("ApplianceRecordListOpeDoing" + i); + DelAddObj("ApplianceRecordListCloseFront" + i); + DelAddObj("ApplianceRecordListCloseLast" + i); + } + for (int index = 0; index < tablePackObj.Rows - 1; index++) + { + if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count) + { + double y = tablePackObj.RealY + chaY + chaY * index; + ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false); + + if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")// && ApplianceRecordList[index].OpeFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")// && ApplianceRecordList[index].OpeDoing != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 1 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 2 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")//&& ApplianceRecordList[index].CloseLast != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 3 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false); + + continue; + } + } + for (int index = (int)tablePackObj.Rows - 1; index < tablePackObj.Rows * 2 - 2; index++) + { + if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count) + { + double y = tablePackObj.RealY + chaY + (chaY * (index + 1 - tablePackObj.Rows)); + ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, (tablePackObj.EndX - tablePackObj.X) / 3 * 1 + tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false); + + if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")//&& ApplianceRecordList[index].OpeFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")//&& ApplianceRecordList[index].OpeDoing != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 1 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 2 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")// && ApplianceRecordList[index].CloseLast != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 3 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false); + + continue; + } + } + for (int index = (int)tablePackObj.Rows * 2 - 2; index < tablePackObj.Rows * 3 - 3; index++) + { + if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count) + { + double y = tablePackObj.RealY + chaY + (chaY * (index + 2 - tablePackObj.Rows * 2)); + ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, (tablePackObj.EndX - tablePackObj.X) / 3 * 2 + tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false); + + if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")//&& ApplianceRecordList[index].OpeFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")//&& ApplianceRecordList[index].OpeDoing != @"\" + ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 1 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 2 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false); + if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")// && ApplianceRecordList[index].CloseLast != @"\" + ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 3 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false); + + continue; + } + } + } + + public override void editAr_Click(object sender, EventArgs e) + { + //传过来的数据是不是可编辑的 + AbleEditPackObj editPack = sender as AbleEditPackObj; + if (editPack == null) return; + //找到这个组件 + AbleEditPackObj aEdit1 = PackManage.ListPob.FirstOrDefault(s => s is AbleEditPackObj && s.PackTag == editPack.PackTag) as AbleEditPackObj; + if (aEdit1 == null) return; + + txt_DoubleClick(aEdit1.CControl, null); + } + + public override void Bind() + { + base.Bind(); + init(); + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + AbleEditPackObj ableEdit = pack as AbleEditPackObj; + + if (ableEdit != null) + { + ableEdit.IsVisible = true; + if (ableEdit.ControlType == EControlType.DateTimePicker) + { + ableEdit.CControl.Leave -= new EventHandler(txt_Leave); + ableEdit.CControl.Leave += new EventHandler(txt_Leave); + } + else if (ableEdit.ControlType == EControlType.Directory) + { + ableEdit.CControl.DoubleClick -= new EventHandler(txt_DoubleClick); + ableEdit.CControl.DoubleClick += new EventHandler(txt_DoubleClick); + ableEdit.CControl.TextChanged -= new EventHandler(txt_Leave); + ableEdit.CControl.TextChanged += new EventHandler(txt_Leave); + } + else if (ableEdit.ControlType == EControlType.CheckBox) + { + Panel pan = ableEdit.CControl as Panel; + if (pan != null) + { + foreach (Control conl in pan.Controls) + { + CheckBox chBox = conl as CheckBox; + if (chBox != null) + { + chBox.CheckedChanged -= new EventHandler(txt_Leave); + chBox.CheckedChanged += new EventHandler(txt_Leave); + } + } + } + } + else if (ableEdit.ControlType == EControlType.RadioButtonList) + { + Panel pan = ableEdit.CControl as Panel; + if (pan != null) + { + foreach (Control conl in pan.Controls) + { + RadioButton chBox = conl as RadioButton; + if (chBox != null) + { + chBox.CheckedChanged -= new EventHandler(txt_Leave); + chBox.CheckedChanged += new EventHandler(txt_Leave); + chBox.Click -= new EventHandler(radio_click); + chBox.Click += new EventHandler(radio_click); + } + } + } + } + else + { + if (ableEdit.ControlType == EControlType.TextBox) + { + ableEdit.CControl.KeyDown -= new KeyEventHandler(text_keyDown); + ableEdit.CControl.KeyDown += new KeyEventHandler(text_keyDown); + ableEdit.CControl.GotFocus -= new EventHandler(txt_Focus); + ableEdit.CControl.GotFocus += new EventHandler(txt_Focus); + } + ableEdit.CControl.Leave -= new EventHandler(txt_Leave); + ableEdit.CControl.Leave += new EventHandler(txt_Leave); + } + SetAbleEditView(ableEdit); + } + } + } + + private void txt_Focus(object sender, EventArgs e) + { + TextBox control = (TextBox)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + if (control.Focused == true && (ableEdit.PackValue == ableEdit.DefaultValue || ableEdit.PackValue == "")) + control.Clear(); + } + private void text_keyDown(object sender, KeyEventArgs e) + { + if (e.Modifiers.CompareTo(Keys.Control) == 0 && e.KeyCode == Keys.V) + { + string val = Clipboard.GetText(); + val = val.Replace("\r", "").Replace("\n", ""); + Clipboard.SetText(val); + } + } + + /// + /// 在画完表单后,显示多选单选的默认项 + /// + public override void FollowUpMethod() + { + base.FollowUpMethod(); + //在这里画积分 + BindTempData(); + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + AbleEditPackObj ableEdit = pack as AbleEditPackObj; + SetAbleEditView(ableEdit); + } + } + + public override void BindTempData() + { + if (myOpeRecord != null && myOpeRecord.Id != null) + { + if (myOpeRecord.InstrumentList != null && tablePackObj != null) + { + SetApplianceMethod(myOpeRecord.InstrumentList.ApplianceRecordList); + } + } + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + pack.Draw(); + } + } + + /// + /// 公共验证方法 + /// + /// + public override bool Verification() + { + List editPack = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in editPack) + { + AbleEditPackObj ablePack = pack as AbleEditPackObj; + if (ablePack != null) + { + if (ablePack.ValidType == EValidType.IsRequired) + { + if (ablePack.PackValue.Trim() == "") + { + MessageBox.Show(pack.Descript + "不能为空"); + return false; + } + }; + if (ablePack.PackValue != "" && ablePack.ValidType == EValidType.IsNumber) + { + try + { + int.Parse(ablePack.PackValue); + } + catch (Exception exp) + { + MessageBox.Show(pack.Descript + "不能为空且必须是数值型"); + return false; + } + }; + if (ablePack.TextLength != 0) + { + if (ablePack.PackValue.Length >= ablePack.TextLength) + { + MessageBox.Show(ablePack.Descript + "长度不能超过" + ablePack.TextLength + "字"); + } + } + } + } + return true; + } + + #endregion 重写的事件结束 + + /// + /// 设置可编辑组件的显示样式 + /// + /// + private void SetAbleEditView(AbleEditPackObj ableEdit) + { + string span = ""; + double spanSum = Math.Round((float)(ableEdit.OneUnitCount / 18)); + for (int i = 0; i < spanSum; i++) + { + if (ableEdit.IsHorizontal == ELineType.Horizontal) + { + span += " "; + } + else + { + + span += "\n"; + } + } + string text = "", value = ""; + if (ableEdit != null && ableEdit.CControl != null) + { + switch (ableEdit.ControlType) + { + case EControlType.RadioButtonList: + foreach (Control conl in ableEdit.CControl.Controls) + { + string spanT = span.Clone().ToString(); + if (ableEdit.DfArrangement == EIsBool.True) + { + if (spanT.Length - conl.Text.Length >= conl.Text.Length) + { + spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length); + } + } + RadioButton radio = conl as RadioButton; + if (radio.Checked) + { + text += "☑" + conl.Text + spanT; + value = conl.Text; + } + else + { + text += "□" + conl.Text + spanT; + } + } + break; + case EControlType.CheckBox: + foreach (Control conl in ableEdit.CControl.Controls) + { + string spanT = span.Clone().ToString(); + if (ableEdit.DfArrangement == EIsBool.True) + { + if (spanT.Length - conl.Text.Length >= conl.Text.Length) + { + spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length); + } + } + CheckBox radio = conl as CheckBox; + if (radio.Checked) + { + text += "☑" + conl.Text + spanT; + value += conl.Text + ","; + } + else + { + text += "□" + conl.Text + spanT; + } + } + value = value.TrimEnd(','); + break; + case EControlType.Directory: + if (ableEdit.ControlTitleText.Contains("模板")) + { + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + } + else + { + value = ableEdit.PackValue; + string typeName = ableEdit.ControlTitleText; + //如果是“人员,2”这种需要把人员取出来 + if (ableEdit.ControlTitleText.Contains(",") || ableEdit.ControlTitleText.Contains(",")) + { + string[] strs = ableEdit.ControlTitleText.Replace(",", ",").Split(','); + typeName = strs[0]; + } + text = DocumentEntityMethod.GetDictionaryValuesById(ableEdit.PackValue, typeName); + } + break; + default: + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + break; + } + + //设置属性的值 + template.SetObjValue(OpeRecord, ableEdit.ClassDataSourceName, text, value); + //如果有逻辑区域,则区域进行更新。 + //template.NotificationAreaBindingUpdate(template.ProjectName + "逻辑"); + } + } + + private void txt_DoubleClick(object sender, EventArgs e) + { + Control control = (Control)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + string DataSourceName = ableEdit.ClassDataSourceName; + try + { + string text = "", value = ""; + switch (ableEdit.ControlType) + { + case EControlType.DateTimePicker: + text = DateTime.Now.ToString(); + value = DateTime.Now.ToString(); + control.Text = text; + break; + default: + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + break; + } + } + catch (Exception ex) + { + } + finally + { + template.ZedControl.Refresh(); + } + } + + private void radio_click(object sender, EventArgs e) + { + RadioButton control = (RadioButton)sender; + if (control == null) return; + + if (!valChang) + { + control.Checked = false; + } + + valChang = false; + + } + + private void txt_Leave(object sender, EventArgs e) + { + Control control = (Control)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + //拿到数据源(格式:OperationRecord.PatientRef.Bed) + bool updateOk = true; + try + { + SetAbleEditView(ableEdit); + if (ableEdit.ControlType == EControlType.RadioButtonList) + { + RadioButton rb = (RadioButton)sender; + + if (control == null) return; + AbleEditPackObj ableEdit1 = control.Tag as AbleEditPackObj; + AbleEditPackObj selectAbleEdit = null; + + //值变了 + valChang = true; + } + } + catch (Exception ex) + { + //写日志 + updateOk = false; + } + } + + //设置打印模式,组件不显示 + public override void setPrint(bool isVisible) + { + //预览状态时所可编辑组件的组件隐藏 + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack1 in ables) + { + AbleEditPackObj ableEdit = pack1 as AbleEditPackObj; + + if (ableEdit != null) + { + ableEdit.IsVisible = isVisible; + if (isVisible == true) + ableEdit.IsViewBoard = EIsBool.True; + else + ableEdit.IsViewBoard = EIsBool.False; + } + } + } + public void DelAddObj(string tagName) + { + TextObj text = (TextObj)ZedControl.MasterPane.GraphObjList[tagName]; + if (text != null) + ZedControl.MasterPane.GraphObjList.Remove(text); + } + + } +} diff --git a/DrawGraph/AreaManage/OperationRecord.cs b/DrawGraph/AreaManage/OperationRecord.cs index ebfcd07..80657a7 100644 --- a/DrawGraph/AreaManage/OperationRecord.cs +++ b/DrawGraph/AreaManage/OperationRecord.cs @@ -130,7 +130,8 @@ namespace DrawGraph private List anaseDataQualityRecordList; private OperationRecordInfo opeRecordInfo; private OperationRecoverInInfo opeRecoverInInfo; - private OperationRecoverOutInfo opeRecoverOutInfo; + private OperationRecoverOutInfo opeRecoverOutInfo; + private OperationRecordInstrumentList instrumentList; public List EventListstr = new List(); public List DrugsListstr = new List(); @@ -1140,6 +1141,18 @@ namespace DrawGraph opeRecoverOutInfo = value; } } + [ClassAttributs(Description = "器械清点单类")] + public OperationRecordInstrumentList InstrumentList + { + get + { + return instrumentList; + } + set + { + instrumentList = value; + } + } /// /// 选择的药品名称和显示行索引表示的Hashtable /// @@ -1183,8 +1196,9 @@ namespace DrawGraph AnaseDataQualityRecordList = new List(); addPhysioList = new List(); OpeRecordInfo = new OperationRecordInfo(); - opeRecoverInInfo = new OperationRecoverInInfo(); - opeRecoverOutInfo = new OperationRecoverOutInfo(); + OpeRecoverInInfo = new OperationRecoverInInfo(); + OpeRecoverOutInfo = new OperationRecoverOutInfo(); + InstrumentList = new OperationRecordInstrumentList(); FactBloodGasAnalysisList = new List(); } diff --git a/AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs b/DrawGraph/AreaManage/OperationRecordInstrumentList.cs similarity index 57% rename from AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs rename to DrawGraph/AreaManage/OperationRecordInstrumentList.cs index 5b75240..5f0627a 100644 --- a/AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs +++ b/DrawGraph/AreaManage/OperationRecordInstrumentList.cs @@ -1,9 +1,8 @@ using System; using System.Collections; using System.Collections.Generic; -using AIMSDAL; -namespace AIMSModel +namespace DrawGraph { [Serializable] public partial class OperationRecordInstrumentList @@ -18,76 +17,83 @@ namespace AIMSModel private string operatorName; private DateTime? operateDate; - public List ApplianceRecordList; + public List ApplianceRecordList; - /// - /// - /// + [NoCreatControlAttributs] public int? Id { get{ return id; } set{ id=value; } - } - /// - /// - /// - public int? OperationRecordId + } + [NoCreatControlAttributs] + public int? OperationRecordId { get{ return operationRecordId; } set{ operationRecordId=value; } } - /// - /// + /// + /// 器械包Id /// - public string ApplianceUseType + [NoCreatControlAttributs] + public string ApplianceUseType { get{ return applianceUseType; } set{ applianceUseType=value; } } - /// - /// + /// + /// 人体标记图 /// + [NoCreatControlAttributs] public string TagPicture { get{ return tagPicture; } set{ tagPicture=value; } } - /// - /// + [ClassAttributs(Description = "人体标记图")] + public string TagPicturePanel { get; set; } + [ClassAttributs(Description = "灭菌包列表")] + public string PackPanel { get; set; } + /// + /// 备注 /// + [ClassAttributs(Description = "备注")] public string Remark { get{ return remark; } set{ remark=value; } } /// - /// + /// 格式化文本 /// + [NoCreatControlAttributs] public string JsonTextData { get{ return jsonTextData; } set{ jsonTextData=value; } } - /// - /// + /// + /// 操作工号3 /// + [NoCreatControlAttributs] public string OperatorNo { get{ return operatorNo; } set{ operatorNo=value; } } - /// - /// + /// + /// 操作人名称 /// - public string OperatorName + [NoCreatControlAttributs] + public string OperatorName { get{ return operatorName; } set{ operatorName=value; } } - /// - /// + /// + /// 操作时间 /// - public DateTime? OperateDate + [NoCreatControlAttributs] + public DateTime? OperateDate { get{ return operateDate; } set{ operateDate=value; } diff --git a/DrawGraph/AreaManage/RemarkManage.cs b/DrawGraph/AreaManage/RemarkManage.cs index 3f337c6..b0f666a 100644 --- a/DrawGraph/AreaManage/RemarkManage.cs +++ b/DrawGraph/AreaManage/RemarkManage.cs @@ -172,7 +172,7 @@ namespace DrawGraph } //出量备注 - SetRemarkInfo(myOpeRecord.FluidListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength); + //SetRemarkInfo(myOpeRecord.FluidListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength); //用药备注 SetRemarkInfo(myOpeRecord.DrugsListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength); diff --git a/DrawGraph/AreaManage/TempDataManage.cs b/DrawGraph/AreaManage/TempDataManage.cs new file mode 100644 index 0000000..1e7890f --- /dev/null +++ b/DrawGraph/AreaManage/TempDataManage.cs @@ -0,0 +1,470 @@ +using AIMSExtension; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Windows.Forms; + +namespace DrawGraph +{ + /// + /// 麻醉前访视单 + /// + public class TempDataManage : AreaManageBase + { + + private OperationRecord myOpeRecord = null; + private bool valChang = false; //值不变 + + AbleEditPackObj ableEdit2; + public TempDataManage() { } + public TempDataManage(object _operationRecor, DrawGraph.ZedGraphControl _zedControl, TemplateManage _template, string _name) : base(_operationRecor, _zedControl, _template, _name) + { } + + public void init() + { + //自己要用的手术对象 + myOpeRecord = OpeRecord as OperationRecord; + ableEdit2 = template.GetPackObjectOTag("TempDataManage_AbleEditPackObj_357_OperationRecord_InstrumentList_TagPicturePanel"); + } + #region 重写的事件 + /// + /// 鼠标点击画板 + /// + /// + /// + public override void MouseDown(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseMove(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseUp(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void MouseDoubleClick(ZedGraphControl sender, MouseEventArgs e) + { + } + public override void KeyUp(ZedGraphControl sender, KeyEventArgs e) + { + } + + public override void editAr_Click(object sender, EventArgs e) + { + //传过来的数据是不是可编辑的 + AbleEditPackObj editPack = sender as AbleEditPackObj; + if (editPack == null) return; + //找到这个组件 + AbleEditPackObj aEdit1 = PackManage.ListPob.FirstOrDefault(s => s is AbleEditPackObj && s.PackTag == editPack.PackTag) as AbleEditPackObj; + if (aEdit1 == null) return; + + txt_DoubleClick(aEdit1.CControl, null); + } + + public override void Bind() + { + base.Bind(); + init(); + if (ableEdit2 != null) + { + GraphObj gos = ZedControl.MasterPane.GraphObjList[TextPrefix.IM + "InstrumentListTagPicturePanel2"]; + if (gos == null) + { + ZUtil.DrawImage("bjtp", ableEdit2.RealEndX, ableEdit2.RealY, (ableEdit2.RealEndX - ableEdit2.RealX), (ableEdit2.RealEndY - ableEdit2.RealY) / 2, ZedControl, TextPrefix.IM + "InstrumentListTagPicturePanel2"); + } + } + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + AbleEditPackObj ableEdit = pack as AbleEditPackObj; + + if (ableEdit != null) + { + ableEdit.IsVisible = true; + if (ableEdit.ControlType == EControlType.DateTimePicker) + { + ableEdit.CControl.Leave -= new EventHandler(txt_Leave); + ableEdit.CControl.Leave += new EventHandler(txt_Leave); + } + else if (ableEdit.ControlType == EControlType.Directory) + { + ableEdit.CControl.DoubleClick -= new EventHandler(txt_DoubleClick); + ableEdit.CControl.DoubleClick += new EventHandler(txt_DoubleClick); + ableEdit.CControl.TextChanged -= new EventHandler(txt_Leave); + ableEdit.CControl.TextChanged += new EventHandler(txt_Leave); + } + else if (ableEdit.ControlType == EControlType.CheckBox) + { + Panel pan = ableEdit.CControl as Panel; + if (pan != null) + { + foreach (Control conl in pan.Controls) + { + CheckBox chBox = conl as CheckBox; + if (chBox != null) + { + chBox.CheckedChanged -= new EventHandler(txt_Leave); + chBox.CheckedChanged += new EventHandler(txt_Leave); + } + } + } + } + else if (ableEdit.ControlType == EControlType.RadioButtonList) + { + Panel pan = ableEdit.CControl as Panel; + if (pan != null) + { + foreach (Control conl in pan.Controls) + { + RadioButton chBox = conl as RadioButton; + if (chBox != null) + { + chBox.CheckedChanged -= new EventHandler(txt_Leave); + chBox.CheckedChanged += new EventHandler(txt_Leave); + chBox.Click -= new EventHandler(radio_click); + chBox.Click += new EventHandler(radio_click); + } + } + } + } + else + { + if (ableEdit.ControlType == EControlType.TextBox) + { + ableEdit.CControl.KeyDown -= new KeyEventHandler(text_keyDown); + ableEdit.CControl.KeyDown += new KeyEventHandler(text_keyDown); + ableEdit.CControl.GotFocus -= new EventHandler(txt_Focus); + ableEdit.CControl.GotFocus += new EventHandler(txt_Focus); + } + ableEdit.CControl.Leave -= new EventHandler(txt_Leave); + ableEdit.CControl.Leave += new EventHandler(txt_Leave); + } + SetAbleEditView(ableEdit); + } + } + } + + private void txt_Focus(object sender, EventArgs e) + { + TextBox control = (TextBox)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + if (control.Focused == true && (ableEdit.PackValue == ableEdit.DefaultValue || ableEdit.PackValue == "")) + control.Clear(); + } + private void text_keyDown(object sender, KeyEventArgs e) + { + if (e.Modifiers.CompareTo(Keys.Control) == 0 && e.KeyCode == Keys.V) + { + string val = Clipboard.GetText(); + val = val.Replace("\r", "").Replace("\n", ""); + Clipboard.SetText(val); + } + } + + /// + /// 在画完表单后,显示多选单选的默认项 + /// + public override void FollowUpMethod() + { + base.FollowUpMethod(); + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + AbleEditPackObj ableEdit = pack as AbleEditPackObj; + SetAbleEditView(ableEdit); + } + } + + public override void BindTempData() + { + if (myOpeRecord != null && myOpeRecord.Id != null) + { + GraphObj gos = ZedControl.MasterPane.GraphObjList[TextPrefix.IM + "InstrumentListTagPicturePanel"]; + if (gos != null) + { + ZedControl.MasterPane.GraphObjList.Remove(gos); + } + if (myOpeRecord.InstrumentList != null && ableEdit2 != null && myOpeRecord.InstrumentList.TagPicture != null && myOpeRecord.InstrumentList.TagPicture != "") + { + MemoryStream ms = new MemoryStream(Convert.FromBase64String(myOpeRecord.InstrumentList.TagPicture)); + System.Drawing.Image image = System.Drawing.Image.FromStream(ms); + ZUtil.DrawImage(image, ableEdit2.RealX, ableEdit2.RealY, (ableEdit2.RealEndX - ableEdit2.RealX), (ableEdit2.RealEndY - ableEdit2.RealY), ZedControl, TextPrefix.IM + "InstrumentListTagPicturePanel"); + } + } + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in ables) + { + pack.Draw(); + } + } + + /// + /// 公共验证方法 + /// + /// + public override bool Verification() + { + List editPack = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack in editPack) + { + AbleEditPackObj ablePack = pack as AbleEditPackObj; + if (ablePack != null) + { + if (ablePack.ValidType == EValidType.IsRequired) + { + if (ablePack.PackValue.Trim() == "") + { + MessageBox.Show(pack.Descript + "不能为空"); + return false; + } + }; + if (ablePack.PackValue != "" && ablePack.ValidType == EValidType.IsNumber) + { + try + { + int.Parse(ablePack.PackValue); + } + catch (Exception exp) + { + MessageBox.Show(pack.Descript + "不能为空且必须是数值型"); + return false; + } + }; + if (ablePack.TextLength != 0) + { + if (ablePack.PackValue.Length >= ablePack.TextLength) + { + MessageBox.Show(ablePack.Descript + "长度不能超过" + ablePack.TextLength + "字"); + } + } + } + } + return true; + } + + #endregion 重写的事件结束 + + /// + /// 设置可编辑组件的显示样式 + /// + /// + private void SetAbleEditView(AbleEditPackObj ableEdit) + { + string span = ""; + double spanSum = Math.Round((float)(ableEdit.OneUnitCount / 18)); + for (int i = 0; i < spanSum; i++) + { + if (ableEdit.IsHorizontal == ELineType.Horizontal) + { + span += " "; + } + else + { + + span += "\n"; + } + } + string text = "", value = ""; + if (ableEdit != null && ableEdit.CControl != null) + { + switch (ableEdit.ControlType) + { + case EControlType.RadioButtonList: + foreach (Control conl in ableEdit.CControl.Controls) + { + string spanT = span.Clone().ToString(); + if (ableEdit.DfArrangement == EIsBool.True) + { + if (spanT.Length - conl.Text.Length >= conl.Text.Length) + { + spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length); + } + } + RadioButton radio = conl as RadioButton; + if (radio.Checked) + { + text += "☑" + conl.Text + spanT; + value = conl.Text; + } + else + { + text += "□" + conl.Text + spanT; + } + } + break; + case EControlType.CheckBox: + foreach (Control conl in ableEdit.CControl.Controls) + { + string spanT = span.Clone().ToString(); + if (ableEdit.DfArrangement == EIsBool.True) + { + if (spanT.Length - conl.Text.Length >= conl.Text.Length) + { + spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length); + } + } + CheckBox radio = conl as CheckBox; + if (radio.Checked) + { + text += "☑" + conl.Text + spanT; + value += conl.Text + ","; + } + else + { + text += "□" + conl.Text + spanT; + } + } + value = value.TrimEnd(','); + break; + case EControlType.Directory: + if (ableEdit.ControlTitleText.Contains("模板")) + { + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + } + else + { + value = ableEdit.PackValue; + string typeName = ableEdit.ControlTitleText; + //如果是“人员,2”这种需要把人员取出来 + if (ableEdit.ControlTitleText.Contains(",") || ableEdit.ControlTitleText.Contains(",")) + { + string[] strs = ableEdit.ControlTitleText.Replace(",", ",").Split(','); + typeName = strs[0]; + } + text = DocumentEntityMethod.GetDictionaryValuesById(ableEdit.PackValue, typeName); + } + break; + default: + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + break; + } + + //设置属性的值 + template.SetObjValue(OpeRecord, ableEdit.ClassDataSourceName, text, value); + //如果有逻辑区域,则区域进行更新。 + template.NotificationAreaBindingUpdate(template.ProjectName + "逻辑"); + } + } + + private void setDefaultDateTime(object sender) + { + Control control = (Control)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + string DataSourceName = ableEdit.ClassDataSourceName; + if (ableEdit.ControlTitleText != "") + { + ((DateTimePicker)control).Format = DateTimePickerFormat.Custom; + ((DateTimePicker)control).CustomFormat = ableEdit.ControlTitleText; + } + if (ableEdit.PackText == "") + { + //control.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:00");//ToShortDateString + } + } + + private void txt_DoubleClick(object sender, EventArgs e) + { + Control control = (Control)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + string DataSourceName = ableEdit.ClassDataSourceName; + try + { + string text = "", value = ""; + switch (ableEdit.ControlType) + { + case EControlType.DateTimePicker: + text = DateTime.Now.ToString(); + value = DateTime.Now.ToString(); + control.Text = text; + break; + default: + text = ableEdit.CControl.Text; + value = ableEdit.CControl.Text; + break; + } + } + catch (Exception ex) + { + } + finally + { + template.ZedControl.Refresh(); + } + } + + private void radio_click(object sender, EventArgs e) + { + RadioButton control = (RadioButton)sender; + if (control == null) return; + + if (!valChang) + { + control.Checked = false; + } + + valChang = false; + + } + + private void txt_Leave(object sender, EventArgs e) + { + Control control = (Control)sender; + if (control == null) return; + AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj; + if (ableEdit == null) return; + //拿到数据源(格式:OperationRecord.PatientRef.Bed) + bool updateOk = true; + try + { + SetAbleEditView(ableEdit); + if (ableEdit.ControlType == EControlType.RadioButtonList) + { + RadioButton rb = (RadioButton)sender; + + if (control == null) return; + AbleEditPackObj ableEdit1 = control.Tag as AbleEditPackObj; + AbleEditPackObj selectAbleEdit = null; + + //值变了 + valChang = true; + } + } + catch (Exception ex) + { + //写日志 + updateOk = false; + } + finally + { + } + } + + //设置打印模式,组件不显示 + public override void setPrint(bool isVisible) + { + //预览状态时所可编辑组件的组件隐藏 + List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList(); + foreach (PackObjBase pack1 in ables) + { + AbleEditPackObj ableEdit = pack1 as AbleEditPackObj; + + if (ableEdit != null) + { + ableEdit.IsVisible = isVisible; + if (isVisible == true) + ableEdit.IsViewBoard = EIsBool.True; + else + ableEdit.IsViewBoard = EIsBool.False; + } + } + } + } +} diff --git a/DrawGraph/AreaManage/TemplateManage.cs b/DrawGraph/AreaManage/TemplateManage.cs index e7e758b..2ca605d 100644 --- a/DrawGraph/AreaManage/TemplateManage.cs +++ b/DrawGraph/AreaManage/TemplateManage.cs @@ -420,6 +420,13 @@ namespace DrawGraph area.KeyUp(sender, e); } } + public void BindTempData() + { + foreach (AreaManageBase area in manageList) + { + area.BindTempData(); + } + } #endregion 事件结束 /// @@ -486,14 +493,8 @@ namespace DrawGraph AreaManageBase manageTemp = ManageList[i]; if (manageTemp != null) { - try - { - pack = (T)manageTemp.GetPackObjectOTag(tagName); - if (pack != null) break; - } - catch (Exception) - { - } + pack = (T)manageTemp.GetPackObjectOTag(tagName); + if (pack != null) break; } } return pack; diff --git a/DrawGraph/DrawGraph.csproj b/DrawGraph/DrawGraph.csproj index 8ee8c9d..48b8198 100644 --- a/DrawGraph/DrawGraph.csproj +++ b/DrawGraph/DrawGraph.csproj @@ -57,6 +57,7 @@ + @@ -66,12 +67,12 @@ Form - - DeletePhysios.cs - + + + @@ -236,9 +237,6 @@ - - DeletePhysios.cs - ResXFileCodeGenerator Resources.Designer.cs @@ -323,5 +321,8 @@ + + + \ No newline at end of file diff --git a/DrawGraph/Graph/ZUtil.cs b/DrawGraph/Graph/ZUtil.cs index f4bf464..f7fcc7e 100644 --- a/DrawGraph/Graph/ZUtil.cs +++ b/DrawGraph/Graph/ZUtil.cs @@ -246,6 +246,19 @@ namespace DrawGraph imgObj.Tag = tag; zedGraph.MasterPane.GraphObjList.Add(imgObj); } + public static void DrawImage(Image imageResName, double left, double top, double width, double height, ZedGraphControl zedGraph, string tag) + { + ImageObj imgObj = new ImageObj(imageResName, left, top, width, height); + imgObj.IsVisible = true; + imgObj.ZOrder = ZOrder.A_InFront; + imgObj.Location.CoordinateFrame = CoordType.PaneFraction; + imgObj.Location.AlignH = AlignH.Left; + imgObj.Location.AlignV = AlignV.Top; + imgObj.IsVisible = true; + imgObj.ZOrder = ZOrder.A_InFront; + imgObj.Tag = tag; + zedGraph.MasterPane.GraphObjList.Add(imgObj); + } /// /// 绘制矩形 @@ -306,7 +319,8 @@ namespace DrawGraph } } return image; - } + } + } } diff --git a/DrawGraph/Resources/bjtp.png b/DrawGraph/Resources/bjtp.png new file mode 100644 index 0000000000000000000000000000000000000000..2ef9383120c816f49320c0cfbb5806b19b54cf68 GIT binary patch literal 41492 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

FQ8eH@<<2l=vE)@t@GZGyo*t6+8>CvRX)Hg+`) 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 P68OB8eg`d 0) diff --git a/DrawGraphManagement/Main.Designer.cs b/DrawGraphManagement/Main.Designer.cs index d1b57eb..9e2e8d5 100644 --- a/DrawGraphManagement/Main.Designer.cs +++ b/DrawGraphManagement/Main.Designer.cs @@ -37,8 +37,6 @@ this.btnCreate = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); - this.label7 = new System.Windows.Forms.Label(); - this.txtHospitalName = new System.Windows.Forms.TextBox(); this.panel4 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); @@ -48,9 +46,15 @@ this.BtnBind = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); + this.button9 = new System.Windows.Forms.Button(); + this.button8 = new System.Windows.Forms.Button(); + this.button7 = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.txtProjectName = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); + this.txtHospitalName = new System.Windows.Forms.TextBox(); this.pnlManageList = new System.Windows.Forms.Panel(); this.treeView1 = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); @@ -67,8 +71,6 @@ this.label4 = new System.Windows.Forms.Label(); this.myPanel1 = new DrawGraphManagement.MyPanel(); this.zedGraphMain = new DrawGraph.ZedGraphControl(); - this.button6 = new System.Windows.Forms.Button(); - this.button7 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.pnlManageList.SuspendLayout(); @@ -129,7 +131,7 @@ // // btnSave // - this.btnSave.Location = new System.Drawing.Point(753, 7); + this.btnSave.Location = new System.Drawing.Point(846, 7); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 5; @@ -154,22 +156,6 @@ this.panel1.Size = new System.Drawing.Size(1356, 46); this.panel1.TabIndex = 6; // - // label7 - // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(28, 14); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(65, 12); - this.label7.TabIndex = 10; - this.label7.Text = "医院名称:"; - // - // txtHospitalName - // - this.txtHospitalName.Location = new System.Drawing.Point(99, 10); - this.txtHospitalName.Name = "txtHospitalName"; - this.txtHospitalName.Size = new System.Drawing.Size(213, 21); - this.txtHospitalName.TabIndex = 11; - // // panel4 // this.panel4.Controls.Add(this.button5); @@ -180,6 +166,8 @@ this.panel4.Controls.Add(this.BtnBind); this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.textBox1); + this.panel4.Controls.Add(this.button9); + this.panel4.Controls.Add(this.button8); this.panel4.Controls.Add(this.button7); this.panel4.Controls.Add(this.button6); this.panel4.Controls.Add(this.button2); @@ -215,7 +203,7 @@ // // button3 // - this.button3.Location = new System.Drawing.Point(958, 6); + this.button3.Location = new System.Drawing.Point(1026, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(112, 23); this.button3.TabIndex = 14; @@ -226,7 +214,7 @@ // // txtFontSize // - this.txtFontSize.Location = new System.Drawing.Point(890, 7); + this.txtFontSize.Location = new System.Drawing.Point(958, 5); this.txtFontSize.Name = "txtFontSize"; this.txtFontSize.Size = new System.Drawing.Size(62, 21); this.txtFontSize.TabIndex = 13; @@ -245,7 +233,7 @@ // // BtnBind // - this.BtnBind.Location = new System.Drawing.Point(670, 7); + this.BtnBind.Location = new System.Drawing.Point(763, 8); this.BtnBind.Name = "BtnBind"; this.BtnBind.Size = new System.Drawing.Size(75, 23); this.BtnBind.TabIndex = 11; @@ -256,7 +244,7 @@ // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(12, 12); + this.label6.Location = new System.Drawing.Point(20, 13); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 9; @@ -264,14 +252,54 @@ // // textBox1 // - this.textBox1.Location = new System.Drawing.Point(83, 8); + this.textBox1.Location = new System.Drawing.Point(81, 9); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(213, 21); + this.textBox1.Size = new System.Drawing.Size(87, 21); this.textBox1.TabIndex = 10; // + // button9 + // + this.button9.Location = new System.Drawing.Point(289, 8); + this.button9.Name = "button9"; + this.button9.Size = new System.Drawing.Size(122, 23); + this.button9.TabIndex = 6; + this.button9.Text = "加载麻醉记录单背面"; + this.button9.UseVisualStyleBackColor = true; + this.button9.Click += new System.EventHandler(this.button9_Click); + // + // button8 + // + this.button8.Location = new System.Drawing.Point(633, 8); + this.button8.Name = "button8"; + this.button8.Size = new System.Drawing.Size(122, 23); + this.button8.TabIndex = 6; + this.button8.Text = "加载器械清点单背面"; + this.button8.UseVisualStyleBackColor = true; + this.button8.Click += new System.EventHandler(this.button8_Click); + // + // button7 + // + this.button7.Location = new System.Drawing.Point(526, 8); + this.button7.Name = "button7"; + this.button7.Size = new System.Drawing.Size(99, 23); + this.button7.TabIndex = 6; + this.button7.Text = "加载器械清点单"; + this.button7.UseVisualStyleBackColor = true; + this.button7.Click += new System.EventHandler(this.button7_Click); + // + // button6 + // + this.button6.Location = new System.Drawing.Point(419, 8); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(99, 23); + this.button6.TabIndex = 6; + this.button6.Text = "加载恢复记录单"; + this.button6.UseVisualStyleBackColor = true; + this.button6.Click += new System.EventHandler(this.button6_Click); + // // button2 // - this.button2.Location = new System.Drawing.Point(349, 7); + this.button2.Location = new System.Drawing.Point(182, 8); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(99, 23); this.button2.TabIndex = 6; @@ -297,6 +325,22 @@ this.txtProjectName.TabIndex = 8; this.txtProjectName.Visible = false; // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(28, 14); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(65, 12); + this.label7.TabIndex = 10; + this.label7.Text = "医院名称:"; + // + // txtHospitalName + // + this.txtHospitalName.Location = new System.Drawing.Point(99, 10); + this.txtHospitalName.Name = "txtHospitalName"; + this.txtHospitalName.Size = new System.Drawing.Size(213, 21); + this.txtHospitalName.TabIndex = 11; + // // pnlManageList // this.pnlManageList.Controls.Add(this.treeView1); @@ -463,26 +507,6 @@ this.zedGraphMain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zedGraphMain_KeyUp); this.zedGraphMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zedGraphMain_MouseDoubleClick); // - // button6 - // - this.button6.Location = new System.Drawing.Point(456, 7); - this.button6.Name = "button6"; - this.button6.Size = new System.Drawing.Size(99, 23); - this.button6.TabIndex = 6; - this.button6.Text = "加载恢复记录单"; - this.button6.UseVisualStyleBackColor = true; - this.button6.Click += new System.EventHandler(this.button6_Click); - // - // button7 - // - this.button7.Location = new System.Drawing.Point(563, 7); - this.button7.Name = "button7"; - this.button7.Size = new System.Drawing.Size(99, 23); - this.button7.TabIndex = 6; - this.button7.Text = "加载器械清点单"; - this.button7.UseVisualStyleBackColor = true; - this.button7.Click += new System.EventHandler(this.button7_Click); - // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); @@ -552,5 +576,7 @@ private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; + private System.Windows.Forms.Button button8; + private System.Windows.Forms.Button button9; } } \ No newline at end of file diff --git a/DrawGraphManagement/Main.cs b/DrawGraphManagement/Main.cs index 411f983..0ca5f08 100644 --- a/DrawGraphManagement/Main.cs +++ b/DrawGraphManagement/Main.cs @@ -533,13 +533,13 @@ namespace DrawGraphManagement try { - string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=19").ToString(); + string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=20").ToString(); if (jsonStr != null && jsonStr != "") { templateManage = JsonConvert.DeserializeObject(jsonStr); templateManage.ZedControl = zedGraphMain; templateManage.OpeRecord = operationRecor; - templateManage.Id = 19; + templateManage.Id = 20; bool reVal = templateManage.Load(); if (reVal) { @@ -577,5 +577,114 @@ namespace DrawGraphManagement MessageBox.Show(ex.Message); } } + + private void button9_Click(object sender, EventArgs e) + { + if (templateManage != null) + { + templateManage.ControlClear(); + } + + try + { + string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=40").ToString(); + if (jsonStr != null && jsonStr != "") + { + templateManage = JsonConvert.DeserializeObject(jsonStr); + templateManage.ZedControl = zedGraphMain; + templateManage.OpeRecord = operationRecor; + templateManage.Id = 40; + bool reVal = templateManage.Load(); + if (reVal) + { + AllRefresh(); + } + else + { + MessageBox.Show(templateManage.MsgStr); + } + AutoSizeF(); + + } + + //设置排版值 + if (templateManage.Typesetting == TypesettingEnum.Vertical) + { + cmbTypesetting.Text = "竖向"; + } + else + { + cmbTypesetting.Text = "横向"; + } + //设置纸张类型 + if (templateManage.PageType == PageTypeEnum.A4) + { + cmbPageType.Text = "A4"; + } + else + { + cmbPageType.Text = "A3"; + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + } + + private void button8_Click(object sender, EventArgs e) + { + if (templateManage != null) + { + templateManage.ControlClear(); + } + + try + { + string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=30").ToString(); + if (jsonStr != null && jsonStr != "") + { + templateManage = JsonConvert.DeserializeObject(jsonStr); + templateManage.ZedControl = zedGraphMain; + templateManage.OpeRecord = operationRecor; + templateManage.Id = 30; + bool reVal = templateManage.Load(); + if (reVal) + { + AllRefresh(); + } + else + { + MessageBox.Show(templateManage.MsgStr); + } + AutoSizeF(); + + } + + //设置排版值 + if (templateManage.Typesetting == TypesettingEnum.Vertical) + { + cmbTypesetting.Text = "竖向"; + } + else + { + cmbTypesetting.Text = "横向"; + } + //设置纸张类型 + if (templateManage.PageType == PageTypeEnum.A4) + { + cmbPageType.Text = "A4"; + } + else + { + cmbPageType.Text = "A3"; + } + } + catch (Exception ex) + { + MessageBox.Show(ex.Message); + } + + } } }