diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj
index b8ce1f0..b87ed20 100644
--- a/AIMS/AIMS.csproj
+++ b/AIMS/AIMS.csproj
@@ -231,11 +231,11 @@
frmQualityControlViewParent.cs
-
+
Form
-
- frmAnasRecordBill2.cs
+
+ frmAanesthesiaRecord.cs
Form
@@ -243,17 +243,11 @@
frmPhysioDataEdit.cs
-
+
Form
-
- frmAnasRecordInstrument.cs
-
-
- Form
-
-
- frmAnasRecordInstrument2.cs
+
+ frmInstrumentRecord.cs
Form
@@ -297,11 +291,11 @@
frmSafetyExamine.cs
-
+
Form
-
- frmAnasRecoverBill.cs
+
+ frmAanesthesiaRecover.cs
Form
@@ -381,24 +375,12 @@
frmSelectApplianceUseType.cs
-
- Form
-
-
- frmSelectPatientGoodsBill2.cs
-
Form
frmSelectPatientGoodsBill.cs
-
- Form
-
-
- frmTR.cs
-
Form
@@ -484,11 +466,11 @@
UCSurgicalNotice.cs
-
+
Form
-
- frmAnaseDataQualityRecord.cs
+
+ frmAanesthesiaQuality.cs
Form
@@ -566,18 +548,6 @@
frmOperationReview.cs
-
- Form
-
-
- frmAnasRecordBill.cs
-
-
- Form
-
-
- frmSelectPatientNew.cs
-
Form
@@ -771,16 +741,16 @@
frmTemplate.cs
-
+
Form
-
+
frmUserPurview.cs
-
+
Form
-
+
frmUserPurviewDetail.cs
@@ -867,19 +837,15 @@
frmQualityControlViewParent.cs
-
- frmAnasRecordBill2.cs
+
+ frmAanesthesiaRecord.cs
Designer
frmPhysioDataEdit.cs
-
- frmAnasRecordInstrument.cs
- Designer
-
-
- frmAnasRecordInstrument2.cs
+
+ frmInstrumentRecord.cs
Designer
@@ -903,8 +869,8 @@
frmSafetyExamine.cs
-
- frmAnasRecoverBill.cs
+
+ frmAanesthesiaRecover.cs
Designer
@@ -946,15 +912,9 @@
frmSelectApplianceUseType.cs
-
- frmSelectPatientGoodsBill2.cs
-
frmSelectPatientGoodsBill.cs
-
- frmTR.cs
-
FrmScheduling3.cs
@@ -991,8 +951,8 @@
UCSurgicalNotice.cs
-
- frmAnaseDataQualityRecord.cs
+
+ frmAanesthesiaQuality.cs
frmFactOutputLiquidsNew.cs
@@ -1030,13 +990,6 @@
frmOperationReview.cs
-
- frmAnasRecordBill.cs
- Designer
-
-
- frmSelectPatientNew.cs
-
frmExeOperationPlan.cs
@@ -1140,10 +1093,10 @@
frmTemplate.cs
-
+
frmUserPurview.cs
-
+
frmUserPurviewDetail.cs
diff --git a/AIMS/frmUserPurview.Designer.cs b/AIMS/DataDictionary/frmUserPurview.Designer.cs
similarity index 100%
rename from AIMS/frmUserPurview.Designer.cs
rename to AIMS/DataDictionary/frmUserPurview.Designer.cs
diff --git a/AIMS/frmUserPurview.cs b/AIMS/DataDictionary/frmUserPurview.cs
similarity index 100%
rename from AIMS/frmUserPurview.cs
rename to AIMS/DataDictionary/frmUserPurview.cs
diff --git a/AIMS/frmUserPurview.resx b/AIMS/DataDictionary/frmUserPurview.resx
similarity index 100%
rename from AIMS/frmUserPurview.resx
rename to AIMS/DataDictionary/frmUserPurview.resx
diff --git a/AIMS/frmUserPurviewDetail.Designer.cs b/AIMS/DataDictionary/frmUserPurviewDetail.Designer.cs
similarity index 100%
rename from AIMS/frmUserPurviewDetail.Designer.cs
rename to AIMS/DataDictionary/frmUserPurviewDetail.Designer.cs
diff --git a/AIMS/frmUserPurviewDetail.cs b/AIMS/DataDictionary/frmUserPurviewDetail.cs
similarity index 100%
rename from AIMS/frmUserPurviewDetail.cs
rename to AIMS/DataDictionary/frmUserPurviewDetail.cs
diff --git a/AIMS/frmUserPurviewDetail.resx b/AIMS/DataDictionary/frmUserPurviewDetail.resx
similarity index 100%
rename from AIMS/frmUserPurviewDetail.resx
rename to AIMS/DataDictionary/frmUserPurviewDetail.resx
diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs
index 4ce9e22..45df9fa 100644
--- a/AIMS/FormMainManage.cs
+++ b/AIMS/FormMainManage.cs
@@ -517,7 +517,7 @@ namespace AIMS
if (SelApplyId != 0)
{
OperationApply apply = BOperationApply.GetModel(SelApplyId);
- frmAnasRecordBill2 frmAnasRecord = new frmAnasRecordBill2();
+ frmAanesthesiaRecord frmAnasRecord = new frmAanesthesiaRecord();
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 caabad3..c1e9445 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.frmAnasRecordBill frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = ApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
@@ -80,7 +80,7 @@ namespace AIMS.OperationAfter.UI
int PatientId = int.Parse(dgv.CurrentRow.Cells["PatientId"].Value.ToString());
int ApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString());
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = ApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.cs
index cef8f7b..c93fda4 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.cs
@@ -10,7 +10,7 @@ using System.Windows.Forms;
namespace AIMS.PublicUI.UI
{
- public partial class frmAnaseDataQualityRecord : Form
+ public partial class frmAanesthesiaQuality : Form
{
///
/// 手术记录
@@ -27,7 +27,7 @@ namespace AIMS.PublicUI.UI
///
/// 构造函数
///
- public frmAnaseDataQualityRecord()
+ public frmAanesthesiaQuality()
{
InitializeComponent();
_adverseEventList = new List();
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.designer.cs
index d0cb96d..1020d1d 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.PublicUI.UI
{
- partial class frmAnaseDataQualityRecord
+ partial class frmAanesthesiaQuality
{
///
/// Required designer variable.
@@ -28,7 +28,7 @@
///
private void InitializeComponent()
{
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnaseDataQualityRecord));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAanesthesiaQuality));
this.panel1 = new System.Windows.Forms.Panel();
this.btndefault = new DevComponents.DotNetBar.ButtonX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.resx b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.resx
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaQuality.resx
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.Designer.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs
index 5ca2652..b8b5215 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.Designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.Designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- partial class frmAnasRecordBill2
+ partial class frmAanesthesiaRecord
{
///
/// 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(frmAnasRecordBill2));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAanesthesiaRecord));
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/frmAnasRecordBill2.cs b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs
similarity index 97%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs
index d49d662..2b93710 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.cs
@@ -1,15 +1,13 @@
using AIMS.DocManager;
using AIMS.OperationFront.UI;
-using AIMS.OremrUserControl;
using AIMS.PublicUI.UI;
using AIMSBLL;
using AIMSExtension;
using AIMSModel;
-using DevComponents.DotNetBar;
+using DCSoftDotfuscate;
using DevComponents.Editors.DateTimeAdv;
using DocumentManagement;
using DrawGraph;
-using KHD_OREMRInterface;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
@@ -18,14 +16,13 @@ using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Printing;
-using System.IO;
using System.Linq;
-using System.Reflection;
using System.Windows.Forms;
+using static System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock;
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- public partial class frmAnasRecordBill2 : Form
+ public partial class frmAanesthesiaRecord : Form
{
#region 初始化
public OperationRecord _record;
@@ -40,7 +37,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
public AIMSExtension.EditState State;
public bool isReadOnly = false;
- public frmAnasRecordBill2()
+ public frmAanesthesiaRecord()
{
InitializeComponent();
#region 时间轴事件
@@ -293,7 +290,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
if (InitChart == true)
foreach (PhysioDataConfig pp in _record.PhysioConfigList)
{
- if (pp.showStyle == "显示数值")
+ if (pp.ShowText == true)
{
pp.IsValid = false;
///重新设置曲线属性
@@ -324,7 +321,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
if (InitChart == true)
foreach (PhysioDataConfig pp in _record.PhysioConfigList)
{
- if (pp.showStyle == "显示数值")
+ if (pp.ShowText == true)
{
pp.IsValid = true;
///重新设置曲线属性
@@ -1189,7 +1186,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
private void button6_Click(object sender, EventArgs e)
{
- frmAnaseDataQualityRecord frmAnaseDataQuality = new frmAnaseDataQualityRecord();
+ frmAanesthesiaQuality frmAnaseDataQuality = new frmAanesthesiaQuality();
frmAnaseDataQuality._record = _record;
frmAnaseDataQuality.ShowDialog();
}
@@ -1376,15 +1373,10 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
foreach (DataRow dr in dtPhysioData.Rows)
{
- if (Double.Parse(dr["ParamValue"].ToString()) <= 1) continue;
- if (key.Contains("压") && Double.Parse(dr["ParamValue"].ToString()) <= 30) continue;
+ //if (Double.Parse(dr["ParamValue"].ToString()) <= 1) continue;
+ //if (key.Contains("压") && Double.Parse(dr["ParamValue"].ToString()) <= 30) continue;
if (!isCgtime(addPP.Name, dtTime)) continue;
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = dtTime;
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, dtTime, dr["ParamValue"].ToString());
physioDatas.Add(pdTemp);
continue;
}
@@ -1400,7 +1392,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
if (temp.PhysioDataConfigId == 5)
{
- temp.Value = 0;
+ temp.Value = -1;
}
}
}
@@ -1410,7 +1402,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
if (temp.PhysioDataConfigId == 6)
{
- temp.Value = 0;
+ temp.Value = -1;
}
}
}
@@ -1418,7 +1410,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
foreach (var pdTemp in physioDatas)
{
- if (pdTemp.Value < 1) continue;
+ if (pdTemp.Value < 0) continue;
PhysioDataConfig addPP = _record.PhysioConfigList.Where(a => pdTemp.PhysioDataConfigId == a.Id).ToList()[0];
addPP.AddOrDelItem(pdTemp, 5);
date++;
@@ -1651,7 +1643,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
}
private void zgcAnaesRecord_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState)
- {
+ {
//添加自定义的新菜单
ToolStripMenuItem clearSelectCouve = new ToolStripMenuItem();
clearSelectCouve.Text = "清空选中曲线";
@@ -1677,7 +1669,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
mnuAddDrug.Text = "编辑生命体征";
mnuAddDrug.Click += ((s, er) =>
{
- frmPhysioDataEdit frm = new frmPhysioDataEdit(_record);
+ frmPhysioDataEdit frm = new frmPhysioDataEdit(_record);
frm.FormClosed += ((ss, err) =>
{
templateManage.Bind("MonitorManage");
@@ -1695,7 +1687,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
menuStrip.Items.Add(ModifyRoom);
}
- if (PublicMethod.RoleId == 1 ||PublicMethod.RoleId == 6 || PublicMethod.RoleId == 8 || PublicMethod.RoleId == 10)
+ if (PublicMethod.RoleId == 1 || PublicMethod.RoleId == 6 || PublicMethod.RoleId == 8 || PublicMethod.RoleId == 10)
{
ToolStripMenuItem btnSyatemPhysion = new ToolStripMenuItem();
btnSyatemPhysion.Name = "btnSyatemPhysion";
@@ -1763,12 +1755,20 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
DateTime RecordTime = DateTime.Parse(dr["InsertTime"].ToString());
if (!isCgtime(addPP.Name, RecordTime)) continue;
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = RecordTime;
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, RecordTime, dr["ParamValue"].ToString());
+ addPP.AddItemByTime(pdTemp);
+ }
+ }
+ }
+ foreach (var addPP in _record.PhysioAnesConfigList)
+ {
+ if (addPP.IsValid == false) continue;
+ foreach (DataRow dr in dtPhysioData.Rows)
+ {
+ if (dr["ParameterName"] != null && dr["ParameterName"].ToString() != "" && dr["ParameterName"].ToString().Equals(addPP.Id.ToString()))
+ {
+ DateTime RecordTime = DateTime.Parse(dr["InsertTime"].ToString());
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, RecordTime, dr["ParamValue"].ToString());
addPP.AddItemByTime(pdTemp);
}
}
@@ -1791,13 +1791,8 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
for (int i = 0; i < dtPhysioData.Rows.Count; i++)
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(addPP.Name.ToString()))
- {
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ {
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()) , dtPhysioData.Rows[i]["Value"].ToString());
addPP.AddPoition(pdTemp);
}
}
@@ -1903,7 +1898,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
reDrawEvent();
templateManage.Bind();
templateManage2.Bind();
- reDrawAnalysis();
+ reDrawAnalysis();
zgcAnaesRecord.Refresh();
zgcAnaesRecord2.Refresh();
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.resx b/AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill2.resx
rename to AIMS/OperationDoing/AnasRecordBill/frmAanesthesiaRecord.resx
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs
deleted file mode 100644
index 16b0d16..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs
+++ /dev/null
@@ -1,1926 +0,0 @@
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- partial class frmAnasRecordBill
- {
- ///
- /// 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(frmAnasRecordBill));
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel14 = new System.Windows.Forms.Panel();
- 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.btnTemplate = 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.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.btnyldj = new System.Windows.Forms.Button();
- this.btnzsk = new System.Windows.Forms.Button();
- this.btndptz = new System.Windows.Forms.Button();
- this.btnxldlx = 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.panel8 = new AIMS.PublicUI.UI.DrawPanel();
- this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
- this.zgcAnaesRecord = new DrawGraph.ZedGraphControl();
- this.panel7 = new System.Windows.Forms.Panel();
- this.panel21 = new System.Windows.Forms.Panel();
- this.panel17 = new System.Windows.Forms.Panel();
- this.btnNextPage = new System.Windows.Forms.Panel();
- this.plPrintBrowse = new System.Windows.Forms.Panel();
- this.plPrint = new System.Windows.Forms.Panel();
- this.panel18 = new System.Windows.Forms.Panel();
- this.btnUpPage = 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.panel16 = new System.Windows.Forms.Panel();
- this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
- this.picBG = new System.Windows.Forms.PictureBox();
- this.button9 = new System.Windows.Forms.Button();
- this.panel12 = new System.Windows.Forms.Panel();
- this.txtAnaesthesiaEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
- this.picAnesEnd = new System.Windows.Forms.PictureBox();
- this.button4 = new System.Windows.Forms.Button();
- this.panel15 = new System.Windows.Forms.Panel();
- this.cmbCGType = new System.Windows.Forms.ComboBox();
- this.txtCG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
- this.picCG = new System.Windows.Forms.PictureBox();
- this.panel9 = new System.Windows.Forms.Panel();
- this.txtAnaesthesiaBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
- this.picAnesBegin = new System.Windows.Forms.PictureBox();
- this.button1 = 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();
- this.panel8.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.panel16.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtBG)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picBG)).BeginInit();
- this.panel12.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picAnesEnd)).BeginInit();
- this.panel15.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtCG)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picCG)).BeginInit();
- this.panel9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaBegin)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picAnesBegin)).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(1673, 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, 859);
- this.panel3.TabIndex = 2;
- //
- // panel14
- //
- this.panel14.BackColor = System.Drawing.Color.White;
- 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.btnTemplate);
- 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.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, 859);
- this.panel14.TabIndex = 5;
- //
- // 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.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.Click += new System.EventHandler(this.btnCancelOperation_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, 350);
- 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);
- //
- // 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, 300);
- 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.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, 250);
- 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.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, 200);
- 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, 150);
- 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, 100);
- 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, 50);
- 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);
- //
- // 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.btnyldj);
- this.panel4.Controls.Add(this.btnzsk);
- this.panel4.Controls.Add(this.btndptz);
- this.panel4.Controls.Add(this.btnxldlx);
- 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(1513, 10);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(160, 859);
- 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, 509);
- 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, 559);
- 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);
- //
- // btnyldj
- //
- this.btnyldj.BackColor = System.Drawing.Color.Transparent;
- this.btnyldj.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnyldj.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnyldj.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.btnyldj.FlatAppearance.BorderSize = 0;
- this.btnyldj.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnyldj.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.btnyldj.ForeColor = System.Drawing.Color.DimGray;
- this.btnyldj.Image = global::AIMS.Properties.Resources.麻醉记录;
- this.btnyldj.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnyldj.Location = new System.Drawing.Point(0, 609);
- this.btnyldj.Name = "btnyldj";
- this.btnyldj.Size = new System.Drawing.Size(160, 50);
- this.btnyldj.TabIndex = 21;
- this.btnyldj.Text = " 余量登记";
- this.btnyldj.UseVisualStyleBackColor = false;
- this.btnyldj.Click += new System.EventHandler(this.btnyldj_Click);
- //
- // btnzsk
- //
- this.btnzsk.BackColor = System.Drawing.Color.Transparent;
- this.btnzsk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnzsk.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnzsk.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.btnzsk.FlatAppearance.BorderSize = 0;
- this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
- this.btnzsk.Image = global::AIMS.Properties.Resources.知识库;
- this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnzsk.Location = new System.Drawing.Point(0, 659);
- this.btnzsk.Name = "btnzsk";
- this.btnzsk.Size = new System.Drawing.Size(160, 50);
- this.btnzsk.TabIndex = 20;
- this.btnzsk.Text = " 知识库";
- this.btnzsk.UseVisualStyleBackColor = false;
- this.btnzsk.Click += new System.EventHandler(this.btnzsk_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, 709);
- 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);
- //
- // btnxldlx
- //
- this.btnxldlx.BackColor = System.Drawing.Color.Transparent;
- this.btnxldlx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnxldlx.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnxldlx.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.btnxldlx.FlatAppearance.BorderSize = 0;
- this.btnxldlx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnxldlx.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.btnxldlx.ForeColor = System.Drawing.Color.DimGray;
- this.btnxldlx.Image = global::AIMS.Properties.Resources.心脏复跳_select;
- this.btnxldlx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnxldlx.Location = new System.Drawing.Point(0, 759);
- this.btnxldlx.Name = "btnxldlx";
- this.btnxldlx.Size = new System.Drawing.Size(160, 50);
- this.btnxldlx.TabIndex = 18;
- this.btnxldlx.Text = " 血流动力学";
- this.btnxldlx.UseVisualStyleBackColor = false;
- this.btnxldlx.Click += new System.EventHandler(this.btnxldlx_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, 809);
- 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(1673, 869);
- 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.panel8);
- 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(1353, 859);
- this.panel5.TabIndex = 4;
- //
- // panel8
- //
- this.panel8.AutoScroll = true;
- this.panel8.BackColor = System.Drawing.Color.White;
- 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, 58);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(1351, 759);
- this.panel8.TabIndex = 2;
- this.panel8.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel8_Scroll);
- //
- // 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(361, 252);
- 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(3, 0);
- 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);
- //
- // 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, 817);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(1351, 40);
- this.panel7.TabIndex = 1;
- //
- // panel21
- //
- this.panel21.Controls.Add(this.panel17);
- this.panel21.Controls.Add(this.btnNextPage);
- this.panel21.Controls.Add(this.plPrintBrowse);
- this.panel21.Controls.Add(this.plPrint);
- this.panel21.Controls.Add(this.panel18);
- this.panel21.Controls.Add(this.btnUpPage);
- this.panel21.Controls.Add(this.plRefresh);
- this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel21.Location = new System.Drawing.Point(1010, 0);
- this.panel21.Name = "panel21";
- this.panel21.Size = new System.Drawing.Size(341, 40);
- this.panel21.TabIndex = 10;
- //
- // panel17
- //
- this.panel17.BackgroundImage = global::AIMS.Properties.Resources.图标_末尾页;
- this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
- this.panel17.Location = new System.Drawing.Point(126, 4);
- this.panel17.Name = "panel17";
- this.panel17.Size = new System.Drawing.Size(28, 28);
- this.panel17.TabIndex = 4;
- this.panel17.Tag = "下一页";
- this.panel17.Click += new System.EventHandler(this.btnNextEndPage_Click);
- //
- // btnNextPage
- //
- this.btnNextPage.BackgroundImage = global::AIMS.Properties.Resources.图标_后一页;
- this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnNextPage.Location = new System.Drawing.Point(85, 4);
- this.btnNextPage.Name = "btnNextPage";
- this.btnNextPage.Size = new System.Drawing.Size(28, 28);
- this.btnNextPage.TabIndex = 4;
- this.btnNextPage.Tag = "下一页";
- this.btnNextPage.Click += new System.EventHandler(this.btnNextPage_Click);
- //
- // 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(208, 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);
- //
- // 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(167, 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);
- //
- // panel18
- //
- this.panel18.BackgroundImage = global::AIMS.Properties.Resources.图标_第一页;
- this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
- this.panel18.Location = new System.Drawing.Point(3, 4);
- this.panel18.Name = "panel18";
- this.panel18.Size = new System.Drawing.Size(28, 28);
- this.panel18.TabIndex = 3;
- this.panel18.Tag = "上一页";
- this.panel18.Click += new System.EventHandler(this.btnUpFsPage_Click);
- //
- // btnUpPage
- //
- this.btnUpPage.BackgroundImage = global::AIMS.Properties.Resources.图标_前一页;
- this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUpPage.Location = new System.Drawing.Point(44, 4);
- this.btnUpPage.Name = "btnUpPage";
- this.btnUpPage.Size = new System.Drawing.Size(28, 28);
- this.btnUpPage.TabIndex = 3;
- this.btnUpPage.Tag = "上一页";
- this.btnUpPage.Click += new System.EventHandler(this.btnUpPage_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(249, 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.panel16);
- this.plTitleEventTime.Controls.Add(this.panel12);
- this.plTitleEventTime.Controls.Add(this.panel15);
- this.plTitleEventTime.Controls.Add(this.panel9);
- 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(1351, 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(1141, 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(493, 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;
- //
- // panel16
- //
- this.panel16.BackColor = System.Drawing.Color.AliceBlue;
- this.panel16.Controls.Add(this.txtBG);
- this.panel16.Controls.Add(this.picBG);
- this.panel16.Controls.Add(this.button9);
- this.panel16.Location = new System.Drawing.Point(817, 3);
- this.panel16.Name = "panel16";
- this.panel16.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
- this.panel16.Size = new System.Drawing.Size(150, 53);
- this.panel16.TabIndex = 51;
- //
- // txtBG
- //
- this.txtBG.AutoAdvance = true;
- //
- //
- //
- this.txtBG.BackgroundStyle.Class = "DateTimeInputBackground";
- this.txtBG.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtBG.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
- this.txtBG.CustomFormat = "MM-ddHH:mm";
- this.txtBG.FocusHighlightColor = System.Drawing.Color.White;
- this.txtBG.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtBG.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
- this.txtBG.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
- this.txtBG.IsPopupCalendarOpen = false;
- this.txtBG.Location = new System.Drawing.Point(42, 26);
- this.txtBG.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
- //
- //
- //
- //
- //
- //
- this.txtBG.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtBG.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
- this.txtBG.MonthCalendar.ClearButtonVisible = true;
- //
- //
- //
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
- this.txtBG.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtBG.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
- this.txtBG.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
- this.txtBG.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
- //
- //
- //
- this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
- this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.txtBG.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtBG.Name = "txtBG";
- this.txtBG.Size = new System.Drawing.Size(101, 23);
- this.txtBG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.txtBG.TabIndex = 43;
- //
- // picBG
- //
- this.picBG.BackColor = System.Drawing.Color.Transparent;
- this.picBG.BackgroundImage = global::AIMS.Properties.Resources.拔管;
- this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picBG.Location = new System.Drawing.Point(2, 10);
- this.picBG.Name = "picBG";
- this.picBG.Size = new System.Drawing.Size(34, 33);
- this.picBG.TabIndex = 42;
- this.picBG.TabStop = false;
- //
- // button9
- //
- this.button9.BackColor = System.Drawing.Color.Transparent;
- this.button9.FlatAppearance.BorderSize = 0;
- this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.button9.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.button9.Location = new System.Drawing.Point(39, -3);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(100, 25);
- this.button9.TabIndex = 41;
- this.button9.Tag = "";
- this.button9.Text = "拔管";
- this.button9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.button9.UseVisualStyleBackColor = false;
- //
- // panel12
- //
- this.panel12.BackColor = System.Drawing.Color.AliceBlue;
- this.panel12.Controls.Add(this.txtAnaesthesiaEnd);
- this.panel12.Controls.Add(this.picAnesEnd);
- this.panel12.Controls.Add(this.button4);
- this.panel12.Location = new System.Drawing.Point(979, 3);
- this.panel12.Name = "panel12";
- this.panel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
- this.panel12.Size = new System.Drawing.Size(150, 53);
- this.panel12.TabIndex = 51;
- //
- // txtAnaesthesiaEnd
- //
- this.txtAnaesthesiaEnd.AutoAdvance = true;
- //
- //
- //
- this.txtAnaesthesiaEnd.BackgroundStyle.Class = "DateTimeInputBackground";
- this.txtAnaesthesiaEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
- this.txtAnaesthesiaEnd.CustomFormat = "MM-ddHH:mm";
- this.txtAnaesthesiaEnd.FocusHighlightColor = System.Drawing.Color.White;
- this.txtAnaesthesiaEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtAnaesthesiaEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
- this.txtAnaesthesiaEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
- this.txtAnaesthesiaEnd.IsPopupCalendarOpen = false;
- this.txtAnaesthesiaEnd.Location = new System.Drawing.Point(42, 23);
- this.txtAnaesthesiaEnd.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
- //
- //
- //
- //
- //
- //
- this.txtAnaesthesiaEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
- this.txtAnaesthesiaEnd.MonthCalendar.ClearButtonVisible = true;
- //
- //
- //
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
- this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaEnd.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
- this.txtAnaesthesiaEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
- this.txtAnaesthesiaEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
- //
- //
- //
- this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
- this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaEnd.Name = "txtAnaesthesiaEnd";
- this.txtAnaesthesiaEnd.Size = new System.Drawing.Size(101, 23);
- this.txtAnaesthesiaEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.txtAnaesthesiaEnd.TabIndex = 43;
- //
- // picAnesEnd
- //
- this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
- this.picAnesEnd.BackgroundImage = global::AIMS.Properties.Resources.麻醉结束;
- this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picAnesEnd.Location = new System.Drawing.Point(2, 10);
- this.picAnesEnd.Name = "picAnesEnd";
- this.picAnesEnd.Size = new System.Drawing.Size(34, 33);
- this.picAnesEnd.TabIndex = 42;
- this.picAnesEnd.TabStop = false;
- //
- // button4
- //
- this.button4.BackColor = System.Drawing.Color.Transparent;
- this.button4.FlatAppearance.BorderSize = 0;
- this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.button4.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.button4.Location = new System.Drawing.Point(39, -3);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(100, 25);
- this.button4.TabIndex = 41;
- this.button4.Tag = "";
- this.button4.Text = "麻醉完成";
- this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.button4.UseVisualStyleBackColor = false;
- //
- // panel15
- //
- this.panel15.BackColor = System.Drawing.Color.AliceBlue;
- this.panel15.Controls.Add(this.cmbCGType);
- this.panel15.Controls.Add(this.txtCG);
- this.panel15.Controls.Add(this.picCG);
- this.panel15.Location = new System.Drawing.Point(331, 3);
- this.panel15.Name = "panel15";
- this.panel15.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
- this.panel15.Size = new System.Drawing.Size(150, 53);
- this.panel15.TabIndex = 51;
- //
- // cmbCGType
- //
- this.cmbCGType.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.cmbCGType.FormattingEnabled = true;
- this.cmbCGType.Items.AddRange(new object[] {
- "插管",
- "喉罩"});
- this.cmbCGType.Location = new System.Drawing.Point(42, 0);
- this.cmbCGType.Name = "cmbCGType";
- this.cmbCGType.Size = new System.Drawing.Size(101, 25);
- this.cmbCGType.TabIndex = 47;
- this.cmbCGType.Text = "插管";
- //
- // txtCG
- //
- this.txtCG.AutoAdvance = true;
- //
- //
- //
- this.txtCG.BackgroundStyle.Class = "DateTimeInputBackground";
- this.txtCG.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtCG.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
- this.txtCG.CustomFormat = "MM-ddHH:mm";
- this.txtCG.FocusHighlightColor = System.Drawing.Color.White;
- this.txtCG.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtCG.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
- this.txtCG.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
- this.txtCG.IsPopupCalendarOpen = false;
- this.txtCG.Location = new System.Drawing.Point(42, 26);
- this.txtCG.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
- //
- //
- //
- //
- //
- //
- this.txtCG.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtCG.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
- this.txtCG.MonthCalendar.ClearButtonVisible = true;
- //
- //
- //
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
- this.txtCG.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtCG.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
- this.txtCG.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
- this.txtCG.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
- //
- //
- //
- this.txtCG.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.txtCG.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
- this.txtCG.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.txtCG.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtCG.Name = "txtCG";
- this.txtCG.Size = new System.Drawing.Size(101, 23);
- this.txtCG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.txtCG.TabIndex = 43;
- //
- // picCG
- //
- this.picCG.BackColor = System.Drawing.Color.Transparent;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管;
- this.picCG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picCG.Location = new System.Drawing.Point(2, 10);
- this.picCG.Name = "picCG";
- this.picCG.Size = new System.Drawing.Size(34, 33);
- this.picCG.TabIndex = 42;
- this.picCG.TabStop = false;
- //
- // panel9
- //
- this.panel9.BackColor = System.Drawing.Color.AliceBlue;
- this.panel9.Controls.Add(this.txtAnaesthesiaBegin);
- this.panel9.Controls.Add(this.picAnesBegin);
- this.panel9.Controls.Add(this.button1);
- this.panel9.Location = new System.Drawing.Point(169, 3);
- this.panel9.Name = "panel9";
- this.panel9.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
- this.panel9.Size = new System.Drawing.Size(150, 53);
- this.panel9.TabIndex = 51;
- //
- // txtAnaesthesiaBegin
- //
- this.txtAnaesthesiaBegin.AutoAdvance = true;
- //
- //
- //
- this.txtAnaesthesiaBegin.BackgroundStyle.Class = "DateTimeInputBackground";
- this.txtAnaesthesiaBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
- this.txtAnaesthesiaBegin.CustomFormat = "MM-ddHH:mm";
- this.txtAnaesthesiaBegin.FocusHighlightColor = System.Drawing.Color.White;
- this.txtAnaesthesiaBegin.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtAnaesthesiaBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
- this.txtAnaesthesiaBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
- this.txtAnaesthesiaBegin.IsPopupCalendarOpen = false;
- this.txtAnaesthesiaBegin.Location = new System.Drawing.Point(42, 23);
- this.txtAnaesthesiaBegin.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
- //
- //
- //
- //
- //
- //
- this.txtAnaesthesiaBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
- this.txtAnaesthesiaBegin.MonthCalendar.ClearButtonVisible = true;
- //
- //
- //
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
- this.txtAnaesthesiaBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaBegin.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
- this.txtAnaesthesiaBegin.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
- this.txtAnaesthesiaBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
- //
- //
- //
- this.txtAnaesthesiaBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.txtAnaesthesiaBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
- this.txtAnaesthesiaBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.txtAnaesthesiaBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtAnaesthesiaBegin.Name = "txtAnaesthesiaBegin";
- this.txtAnaesthesiaBegin.Size = new System.Drawing.Size(101, 23);
- this.txtAnaesthesiaBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.txtAnaesthesiaBegin.TabIndex = 43;
- //
- // picAnesBegin
- //
- this.picAnesBegin.BackColor = System.Drawing.Color.Transparent;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始;
- this.picAnesBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picAnesBegin.Location = new System.Drawing.Point(2, 10);
- this.picAnesBegin.Name = "picAnesBegin";
- this.picAnesBegin.Size = new System.Drawing.Size(34, 33);
- this.picAnesBegin.TabIndex = 42;
- this.picAnesBegin.TabStop = false;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.Transparent;
- this.button1.FlatAppearance.BorderSize = 0;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
- this.button1.Location = new System.Drawing.Point(39, -3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(100, 25);
- this.button1.TabIndex = 41;
- this.button1.Tag = "麻醉开始";
- this.button1.Text = "麻醉开始";
- this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.button1.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(655, 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(7, 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;
- //
- // frmAnasRecordBill
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1673, 869);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "frmAnasRecordBill";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "麻醉记录单";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.frmAnasRecordBillNew_Load);
- this.panel3.ResumeLayout(false);
- this.panel14.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- 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.panel16.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtBG)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picBG)).EndInit();
- this.panel12.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picAnesEnd)).EndInit();
- this.panel15.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtCG)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picCG)).EndInit();
- this.panel9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaBegin)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picAnesBegin)).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.Panel btnNextPage;
- private System.Windows.Forms.Panel btnUpPage;
- 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 panel9;
- private DevComponents.Editors.DateTimeAdv.DateTimeInput txtAnaesthesiaBegin;
- private System.Windows.Forms.PictureBox picAnesBegin;
- private System.Windows.Forms.Button button1;
- 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 panel12;
- private DevComponents.Editors.DateTimeAdv.DateTimeInput txtAnaesthesiaEnd;
- private System.Windows.Forms.PictureBox picAnesEnd;
- private System.Windows.Forms.Button button4;
- 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;
- private System.Windows.Forms.Panel panel15;
- private DevComponents.Editors.DateTimeAdv.DateTimeInput txtCG;
- private System.Windows.Forms.PictureBox picCG;
- private System.Windows.Forms.Panel panel16;
- private DevComponents.Editors.DateTimeAdv.DateTimeInput txtBG;
- private System.Windows.Forms.PictureBox picBG;
- private System.Windows.Forms.ComboBox cmbCGType;
- private System.Windows.Forms.Button button9;
- public DevComponents.DotNetBar.Controls.CircularProgress circularProgress1;
- private System.Windows.Forms.Button btnsbwh;
- private System.Windows.Forms.Button btnyldj;
- private System.Windows.Forms.Button btnzsk;
- private System.Windows.Forms.Button btndptz;
- private System.Windows.Forms.Button btnxldlx;
- private System.Windows.Forms.Panel panel17;
- private System.Windows.Forms.Panel panel18;
- 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;
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs
deleted file mode 100644
index 11140ca..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs
+++ /dev/null
@@ -1,1914 +0,0 @@
-using AIMS.DocManager;
-using AIMS.OperationFront.UI;
-using AIMS.PublicUI.UI;
-using AIMSBLL;
-using AIMSExtension;
-using AIMSModel;
-using DevComponents.Editors.DateTimeAdv;
-using DocumentManagement;
-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.Linq;
-using System.Reflection;
-using System.Windows.Forms;
-
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- public partial class frmAnasRecordBill : Form
- {
- #region 初始化
- public OperationRecord _record;
- public TemplateManage templateManage;
- public AIMSModel.OperationRoom NowRoom;
- 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 frmAnasRecordBill()
- {
- InitializeComponent();
- #region 时间轴事件
- txtInRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtOutRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtAnaesthesiaBegin.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtAnaesthesiaEnd.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtOperationBegin.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtOperationEnd.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtCG.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
- txtBG.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
-
- txtAnaesthesiaBegin.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
- txtAnaesthesiaEnd.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
- txtOperationBegin.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
- txtOperationEnd.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
- txtCG.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
- txtBG.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
-
- txtInRoom.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtOutRoom.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtAnaesthesiaBegin.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtAnaesthesiaEnd.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtOperationBegin.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtOperationEnd.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtCG.LostFocus += new EventHandler(txtDateTime_LostFocus);
- txtBG.LostFocus += new EventHandler(txtDateTime_LostFocus);
-
- this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管;
- this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
- this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
- this.picBG.BackgroundImage = global::AIMS.Properties.Resources.拔管;
- this.picAnesEnd.BackgroundImage = global::AIMS.Properties.Resources.麻醉结束;
- this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室;
- #endregion
- //AIMSExtension.PublicMethod.SetLocalDateTime();
- }
-
- private void frmAnasRecordBillNew_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 List mPanes = new List();
- public List UpPanes = new List();
- public int printWidth = 800;
- public int printHeight = 1160;
- int count = 0;
- private void pDoc_PrintPage(object sender, PrintPageEventArgs e)
- {
- Font f = new Font("宋体", 10, FontStyle.Regular);
- decimal Chinese_OneWidth = Convert.ToDecimal(e.Graphics.MeasureString("测", f).Width);
- int pageWidth = Convert.ToInt32(Math.Round(e.PageSettings.PrintableArea.Width, 0)) - 1;//打印机可打印区域的宽度
- int onePageHeight = Convert.ToInt32(Math.Round(e.PageSettings.PrintableArea.Height, 0)) - 1;//打印机可打印区域的高度
-
- 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;
- }
- }
-
- private void plPrintBrowse_Click(object sender, EventArgs e)
- {
- int pylWidth = 3;
-
- System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
- pDoc.DefaultPageSettings.Landscape = false;
- pDoc.OriginAtMargins = true;
- pDoc.DefaultPageSettings.Margins = new Margins(pylWidth, 0, 0, 0);//8, 0);
- pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High;
- pDoc.PrintPage -= new PrintPageEventHandler(PrintDocPage);
- pDoc.PrintPage += new PrintPageEventHandler(PrintDocPage);
-
- PrintPreviewDialog pdg = new PrintPreviewDialog();
- pdg.Width = zgcAnaesRecord.Width;
- Form f = (Form)pdg;
- f.WindowState = FormWindowState.Maximized;
- pdg.Document = pDoc;
- pdg.PrintPreviewControl.Zoom = 1;
- pdg.ShowDialog(this);
- pdg.Focus();
- pdg.BringToFront();
-
- }
-
- private void PrintDocPage(object sender, PrintPageEventArgs e)
- {
- if (_record == null) return;
-
- int zgcAnaesRecordWidth = zgcAnaesRecord.Size.Width;
- int zgcAnaesRecordHeight = zgcAnaesRecord.Size.Height;
-
- printHeight = Convert.ToInt32(printWidth * 1.414) + 2;
- zgcAnaesRecord.Size = new Size(printWidth, printHeight);
-
- foreach (PhysioDataConfig pp in _record.PhysioConfigList)
- {
- if (pp.showStyle == "显示数值")
- {
- pp.IsValid = false;
- ///重新设置曲线属性
- pp.reSetCurveSpo2();
- }
- }
- TipBox.Hidden();
-
- MasterPane mPane = zgcAnaesRecord.MasterPane; //this.MasterPane;
- mPane.Border.IsVisible = false;
- //GraphPane cPane = mPane.PaneList[0]; //graphPane;
- //cPane.Border.IsVisible = false;
-
- //当前窗体中的矩形区域大小
- RectangleF saveRect = mPane.Rect;
-
- templateManage.initChart();
- mPanes.Add(mPane.Clone());
- if (e != null)
- mPane.Draw(e.Graphics); //在打印文档中画出MasterPane内容
- using (Graphics g = zgcAnaesRecord.CreateGraphics())
- {
- mPane.ReSize(g, saveRect);
- }
-
- zgcAnaesRecord.Size = new Size(zgcAnaesRecordWidth, zgcAnaesRecordHeight);
- templateManage.initChart();
- UpPanes.Add(mPane.Clone());
- foreach (PhysioDataConfig pp in _record.PhysioConfigList)
- {
- if (pp.showStyle == "显示数值")
- {
- pp.IsValid = true;
- ///重新设置曲线属性
- pp.reSetCurveSpo2();
- }
- }
- }
- private void plPrint_Click(object sender, EventArgs e)
- {
- if (_record == null || _record.Id == 0) return;
- if (txtOutRoom.Focused)
- {
- zgcAnaesRecord.Focus();
- }
- if (_record.StateName == "手术中")
- {
- if (txtOperationEnd.CustomFormat == " " && txtOutRoom.CustomFormat == " ")
- {
- txtOperationEnd.BackColor = Color.Red;
- txtOutRoom.BackColor = Color.Red;
- MessageBox.Show("手术还没有结束,请填写 手术结束时间和出室时间!", "系统提示");
- return;
- }
- if (txtOperationEnd.CustomFormat == " ")
- {
- txtOperationEnd.BackColor = Color.Red;
- MessageBox.Show("手术还没有结束,请填写手术结束时间!", "系统提示");
- return;
- }
- if (txtOutRoom.CustomFormat == " ")
- {
- txtOutRoom.BackColor = Color.Red;
- MessageBox.Show("手术还没有结束,请填写出室时间!", "系统提示");
- return;
- }
- }
-
- try
- {
- mPanes = new List();
- UpPanes = new List();
- int printrcount = 0;
-
- while (_record.pageCount != 1)
- {
- btnUpPage_Click(null, null);
- }
- while (_record.currentPage != _record.pageCount)
- {
- PrintDocPage(null, null);
- printrcount++;
- btnNextPage_Click(null, null);
- if (printrcount > 10) break;
- }
- PrintDocPage(null, null);
-
- count = 0;
- int pylWidth = 3;
- System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
- pDoc.DefaultPageSettings.Landscape = false;
- pDoc.OriginAtMargins = true;
- pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High;
- pDoc.DefaultPageSettings.Margins = new Margins(pylWidth, 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;
- if (pDlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
- {
- pDoc.Print();
- }
-
- count = 0;
- }
- catch (Exception exp)
- {
- PublicMethod.WriteLog(exp, "");
- }
- }
- #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, "txtAnaesthesiaBegin", "麻醉开始", tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(0, "txtCG", cmbCGType.Text, tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(0, "txtBG", "拔管", 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, "txtAnaesthesiaEnd", "麻醉完成", 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, "txtAnaesthesiaBegin", "麻醉开始", tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(1, "txtOperationBegin", "手术开始", tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(1, "txtCG", cmbCGType.Text, tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(1, "txtBG", "拔管", tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(1, "txtOperationEnd", "手术结束", tb, curTimeTemp, ref Inevent);
- curTimeTemp = curTimeTemp.AddSeconds(2);
- InsertOrUpdateEventTime(1, "txtAnaesthesiaEnd", "麻醉完成", 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.StateName == "手术中")
- {
- DeleteEventTime("txtAnaesthesiaBegin", "麻醉开始", tb, ref Inevent);
- DeleteEventTime("txtOperationBegin", "手术开始", tb, ref Inevent);
- DeleteEventTime("txtOperationEnd", "手术结束", tb, ref Inevent);
- DeleteEventTime("txtAnaesthesiaEnd", "麻醉完成", tb, ref Inevent);
- DeleteEventTime("txtCG", cmbCGType.Text, 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.AnesthesiaBeginTime = null;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始;
- BOperationRecord.Update("AnesthesiaBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "手术开始")
- {
- _record.OperationBeginTime = null;
- this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
- BOperationRecord.Update(" OperationBeginTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "手术结束")
- {
- _record.OperationEndTime = null;
- this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
- BOperationRecord.Update(" OperationEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "麻醉完成")
- {
- _record.AnesthesiaEndTime = null;
- this.picAnesEnd.BackgroundImage = global::AIMS.Properties.Resources.麻醉结束;
- BOperationRecord.Update(" AnesthesiaEndTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == cmbCGType.Text)
- {
- _record.InCGType = "";
- _record.SpileInTime = null;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管;
- BOperationRecord.Update(" SpileInTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "拔管")
- {
- _record.SpileOutTime = null;
- this.picBG.BackgroundImage = global::AIMS.Properties.Resources.拔管;
- BOperationRecord.Update(" SpileOutTime=null where Id=@id ", new AIMSModel.ParameterList("@id", _record.Id));
- }
-
- //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.StateName != null && _record.StateName != "5")
- {
- if (messing != "")
- {
- MessageBox.Show(messing);
- }
- }
- else
- { timeistrue = true; }
- if (EventName == "出室" && _record.StateName == "手术中" && state == 0)
- {
- if (GetOpeState(ref messing) == false)
- {
- if (messing != "") MessageBox.Show(messing, "系统提示");
- //if (messing == "请填写手术不良事件!")
- // btnAdverseFactEvents_Click(null, null);
- 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;
- BOperationRecord.Update("InRoomTime=@InRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "麻醉开始" && _record.AnesthesiaBeginTime != Inevent.EventBeginTime)
- {
- _record.AnesthesiaBeginTime = Inevent.EventBeginTime;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始_select;
- BOperationRecord.Update("AnesthesiaBeginTime=@AnesthesiaBeginTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
- {
- _record.OperationBeginTime = Inevent.EventBeginTime;
- this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始_select;
- BOperationRecord.Update("OperationBeginTime=@OperationBegin where Id=@id ", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == cmbCGType.Text && _record.SpileInTime != Inevent.EventBeginTime)
- {
- _record.InCGType = cmbCGType.Text;
- _record.SpileInTime = Inevent.EventBeginTime;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管_select;
- BOperationRecord.Update(" SpileInTime=@SpileIn where Id=@id ", new AIMSModel.ParameterList("@SpileIn", _record.SpileInTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "拔管" && _record.SpileOutTime != Inevent.EventBeginTime)
- {
- _record.SpileOutTime = Inevent.EventBeginTime;
- this.picBG.BackgroundImage = global::AIMS.Properties.Resources.拔管_select;
- BOperationRecord.Update(" SpileOutTime=@SpileOut where Id=@id ", new AIMSModel.ParameterList("@SpileOut", _record.SpileOutTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
- {
- _record.OperationEndTime = Inevent.EventBeginTime;
- this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束_select;
- BOperationRecord.Update("OperationEndTime=@OperationEnd where Id=@id ", new AIMSModel.ParameterList("@OperationEnd", _record.OperationEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "麻醉完成" && _record.AnesthesiaEndTime != Inevent.EventBeginTime)
- {
- _record.AnesthesiaEndTime = Inevent.EventBeginTime;
- this.picAnesEnd.BackgroundImage = global::AIMS.Properties.Resources.麻醉结束_select;
- BOperationRecord.Update("AnesthesiaEndTime=@AnesthesiaEndTime where Id=@id ", new AIMSModel.ParameterList("@AnesthesiaEndTime", _record.AnesthesiaEndTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
- {
- _record.OutRoomTime = Inevent.EventBeginTime;
- this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select;
- BOperationRecord.Update("OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@OutRoom", _record.OutRoomTime.Value.ToString("yyyy-MM-dd HH:mm:ss"), "@id", _record.Id));
- }
- //if (Inevent != null)
- //{
- // BOperationRecord.Update("InRoomTime=@InRoom,AnesthesiaBeginTime=@AnesthesiaBeginTime,OperationBeginTime=@OperationBegin,OperationEndTime=@OperationEnd,AnesthesiaEndTime=@AnesthesiaEndTime,OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.HasValue ? (object)_record.InRoomTime.Value : (object)DateTime.Now, "@AnesthesiaBeginTime", _record.AnesthesiaBeginTime.HasValue ? (object)_record.AnesthesiaBeginTime.Value : (object)DBNull.Value, "@OperationBegin", _record.OperationBeginTime.HasValue ? (object)_record.OperationBeginTime.Value : (object)DBNull.Value, "@OperationEnd", _record.OperationEndTime.HasValue ? (object)_record.OperationEndTime.Value : (object)DBNull.Value, "@AnesthesiaEndTime", _record.AnesthesiaEndTime.HasValue ? (object)_record.AnesthesiaEndTime.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 plRefresh_Click(object sender, EventArgs e)
- {
- if (PatientId == 0) return;
- //刷新到当前页
- ReviewEvent();
- }
- private void btnUpPage_Click(object sender, EventArgs e)
- {
- if (PatientId == 0) return;
- if (_record.pageCount == 1) return;
- SetUpPageTime();
- ReviewEvent();
- }
- private void btnNextPage_Click(object sender, EventArgs e)
- {
- if (PatientId == 0) return;
- if (_record.pageCount == _record.currentPage) return;
- SetNextPageTime();
- ReviewEvent();
- }
-
- private void btnUpFsPage_Click(object sender, EventArgs e)
- {
- while (_record.pageCount != 1)
- {
- btnUpPage_Click(null, null);
- }
- }
-
- private void btnNextEndPage_Click(object sender, EventArgs e)
- {
- while (_record.currentPage != _record.pageCount)
- {
- btnNextPage_Click(null, null);
- }
- }
- public void SetUpPageTime()
- {
- if (_record.pageBegin < _record.sharpBegin) return;
- _record.lastPageBegin = _record.pageBegin;
- _record.pageBegin = _record.pageBegin.AddMinutes(-240);
- _record.pageCount--;
- if (_record.pageCount < 1) _record.pageCount = 1;
- }
- public void SetNextPageTime()
- {
- //当下一页的开始时间,小于当前最大时间
- DateTime curTimeTemp = getOpeMaxTime(_record);
- if (_record.lastPageBegin > curTimeTemp) return;
- //先设置新页的开始时间
- _record.pageBegin = _record.lastPageBegin;
- _record.lastPageBegin = _record.pageBegin.AddMinutes(240);
- _record.pageCount++;
- if (_record.pageCount > _record.currentPage) _record.pageCount = _record.currentPage;
- }
-
- #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;
- zgcAnaesRecord.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)
- {
- try
- {
- 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, 1, DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd HH:mm:00")), NowRoom.Id.Value);
- HelperDB.DbHelperSQL.CommitTrans();
- //_record.currentPage = 1;
- ClearTimeText();
- btnSelectPatient.Enabled = false;
- DrawAnasReordBill.IniDrawAnasReordBill2(_record, zgcAnaesRecord, ref templateManage); //初始化麻醉记录单界
- StartTimer();
- }
- catch
- {
- HelperDB.DbHelperSQL.RollbackTrans();
- }
- }
- else if (PatientId > 0 && State == AIMSExtension.EditState.EDIT)
- {
- _record = new OperationRecord();
- btnSelectPatient.Enabled = false; //清空记录点并重新加载
- ClearTimeText();
- if (templateManage != null)
- {
- templateManage.ControlClear();
- }
- DrawAnasReordBill.IniDrawAnasReordBill2(_record, zgcAnaesRecord, ref templateManage); //初始化麻醉记录单界面
- StartTimer();
- }
- else if (PatientId > 0 && State == AIMSExtension.EditState.BROWSE)
- {
- _record = new OperationRecord();
- btnSelectPatient.Enabled = true;
- btnCancelOperation.Enabled = false;
- btnCancelIn.Enabled = false;
- btnTemplate.Enabled = false;
- ClearTimeText();
- if (templateManage != null)
- {
- templateManage.ControlClear();
- }
- DrawAnasReordBill.IniDrawAnasReordBill2(_record, zgcAnaesRecord, ref templateManage); //初始化麻醉记录单界面
- DisposeTimer();
- }
- 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;
- txtAnaesthesiaBegin.Enabled = false;
- txtOperationBegin.Enabled = false;
- txtOperationEnd.Enabled = false;
- txtAnaesthesiaEnd.Enabled = false;
- txtOutRoom.Enabled = false;
- txtCG.Enabled = false;
- txtBG.Enabled = false;
- isReadOnly = true;
- }
- }
- catch (Exception ex)
- {
- throw ex;
- }
- circularProgress1.IsRunning = false;
- circularProgress1.Visible = false;
- zgcAnaesRecord.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.zgcAnaesRecord = zgcAnaesRecord;
- 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 (PatientId == 0)
- {
- MessageBox.Show("请选择患者!");
- return;
- }
- PublicUI.UI.frmTemplate frmTemplateObj = new PublicUI.UI.frmTemplate();
- frmTemplateObj.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed);
- frmTemplateObj.InRoomTime = _record.InRoomTime.Value;
- frmTemplateObj.PatientId = PatientId;
- frmTemplateObj.TypeId = 1;
- frmTemplateObj.ShowDialog();
-
- }
- 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)
- {
- frmPhysiosSetting frm = new frmPhysiosSetting();
- frm.ConfigParam += new frmPhysiosSetting.ConfigParamHandler(templateManage.frmInstance_ConfigParam);
- frm._record = _record;
- frm.ShowDialog();
- }
- 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("请选择患者");
- }
- }
- private void reDrawAnalysis()
- {
- try
- {
- //图表的对象
- TextPackObj janCePack = templateManage.GetPackObjectOTag("PhysioDataManage_TextPackObj_17");
- LinePackObj H5pack = templateManage.GetPackObjectOTag("IconManage_LinePackObj_5");
- RectangleFramePackObj IconPpack = templateManage.GetPackObjectOTag("IconManage_RectangleFramePackObj_2");
- foreach (FactBloodGasAnalysis analysis in _record.FactBloodGasAnalysisList)
- {
- analysis.clearAddObj(zgcAnaesRecord);
- if (analysis.RecordTime.Value >= _record.pageBegin && analysis.RecordTime.Value < _record.lastPageBegin)
- {
- analysis.setAnasArr(zgcAnaesRecord, H5pack.RealX, IconPpack.RealY, _record.pageBegin, _record.pageBegin.AddMinutes(240));
- analysis.drawText(janCePack.RealEndX, janCePack.RealY);
- }
- }
- if (_record.FactBloodGasAnalysisList != null && _record.FactBloodGasAnalysisList.Count > 0)
- zgcAnaesRecord.Refresh();
- }
- catch (Exception exp)
- {
- PublicMethod.WriteLog(exp, "");
- }
- }
-
- #endregion
-
- #region 采集程序
- public DateTime? LastMonitorDataTime = null;
- private void timerGetCollectorData_Tick(bool isOpen)
- {
- if (State == AIMSExtension.EditState.BROWSE || _record.StateName != "手术中" || NowRoom == null || isReadOnly == true) return;
- //if (!PublicMethod.RoleId.Operator.RoleRef.Name.Contains("麻醉") && PublicMethod.Operator.Id != _record.OperatorId
- // && _record.OperatorId != 1 && PublicMethod.Operator.Name != "系统管理员") return;
- if (_record.OutRoomTime != null && DateTime.Now >= _record.OutRoomTime) return;
- DateTime dtTime = DateTime.Now;
-
- double span = ((TimeSpan)(dtTime - _record.InRoomTime.Value)).TotalSeconds % 300;
- if (span < 10 || span > 12)
- return;
- if (LastMonitorDataTime != null && LastMonitorDataTime.Value.ToString("yyyy-MM-dd HH:mm") == dtTime.ToString("yyyy-MM-dd HH:mm")) return;
- if (LastMonitorDataTime != null && LastMonitorDataTime.Value > dtTime) return;
- try
- {
- //bool isNowRoom = isOpeRoom();
- //if (isNowRoom == false)
- //{
- // return;
- //}
-
- LastMonitorDataTime = dtTime;
- DateTime InsertTime = Convert.ToDateTime(dtTime.ToString("yyyy-MM-dd HH:mm:00.000"));
- int date = 0;
-
- List physioDatas = new List();
- foreach (PhysioDataConfig addPP in _record.PhysioConfigList)
- {
- string key = addPP.Name;
- string value = addPP.Enname;
- if (addPP.IsValid == false) continue;
- //if (addPP.StopCollect == true) continue;
- if (key == "机械通气") continue;
- if (value == null || value == "") continue;
-
- int minMinutes = -5;
- DataTable dtPhysioData = BOperationRecord.getPhysioDataByTimeName(NowRoom.Ip, value, InsertTime.AddMinutes(minMinutes), InsertTime.AddSeconds(1));
- if (dtPhysioData != null && dtPhysioData.Rows.Count > 0)
- {
- foreach (DataRow dr in dtPhysioData.Rows)
- {
- try
- {
- if (Double.Parse(dr["ParamValue"].ToString()) <= 1) continue;
- if (key.Contains("压") && Double.Parse(dr["ParamValue"].ToString()) <= 30) continue;
- if (isCgtime(addPP.Name, dtTime)) continue;
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = dtTime;
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
- physioDatas.Add(pdTemp);
- continue;
- }
- catch (Exception)
- {
- continue;
- }
- }
- }
- }
-
- //有有创清空无创
- foreach (var pdTemp in physioDatas)
- {
- if (pdTemp.PhysioDataConfigId == 7)
- {
- foreach (var temp in physioDatas)
- {
- if (temp.PhysioDataConfigId == 5)
- {
- temp.Value = 0;
- }
- }
- }
- if (pdTemp.PhysioDataConfigId == 8)
- {
- foreach (var temp in physioDatas)
- {
- if (temp.PhysioDataConfigId == 6)
- {
- temp.Value = 0;
- }
- }
- }
- }
-
- foreach (var pdTemp in physioDatas)
- {
- if (pdTemp.Value < 1) continue;
- PhysioDataConfig addPP = _record.PhysioConfigList.Where(a => pdTemp.PhysioDataConfigId == a.Id).ToList()[0];
- addPP.AddOrDelItem(pdTemp, 5);
- date++;
- }
-
- if (dtTime > _record.lastPageBegin && ((TimeSpan)(dtTime - _record.lastPageBegin)).TotalHours < 24 && date > 0)
- {
- _record.currentPage++;
- btnNextPage_Click(null, null);
- }
-
- }
- catch (Exception)
- {
- //getPhysioData_Click(null, null);
- }
- }
-
- 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;
- timerGetCollectorData_Tick(false);
- 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.PhysioConfigList)
- {
- 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.SpileInTime != null && _record.SpileOutTime != null)
- {
- if (time > _record.SpileInTime && time < _record.SpileOutTime)
- b = true;
- }
- if (_record.SpileInTime != null && _record.SpileOutTime == null)
- {
- if (time > _record.SpileInTime)
- 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();
- }
- }
-
- public void StarttimerGetTextCollectorData()
- {
- if (timerGetTextCollectorData == null) return;
- timerGetTextCollectorData.Start();
- }
-
- #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)
- {
-
- //if (PatientId == 0) return;
- //menuStrip.Width = 1;
- //menuItem.Visible = true;
- //menuItem.Location = mousePt;
- //menuItem.BringToFront();
- //if (menuItem.isAdd == false)
- //{
- // menuItem.isAdd = true;
- // zgcAnaesRecord.Controls.Add(menuItem);
- //}
-
- //添加自定义的新菜单
- ToolStripMenuItem clearSelectCouve = new ToolStripMenuItem();
- clearSelectCouve.Text = "清空选中曲线";
- clearSelectCouve.Click += new EventHandler(clearSelectCouve_Click);
- menuStrip.Items.Add(clearSelectCouve);
-
- if (NowRoom != null)
- {
- ToolStripMenuItem getPhysioData = new ToolStripMenuItem();
- getPhysioData.Text = "添加监护仪数据";
- getPhysioData.Click += getPhysioData_Click;
- menuStrip.Items.Add(getPhysioData);
- }
-
- ToolStripMenuItem ModifyApply = new ToolStripMenuItem();
- ModifyApply.Text = "手术申请信息";
- ModifyApply.Click += ModifyApply_Click;
- menuStrip.Items.Add(ModifyApply);
-
- if (NowRoom != null)
- {
- ToolStripMenuItem ModifyRoom = new ToolStripMenuItem();
- ModifyRoom.Text = "切换手术间";
- ModifyRoom.Click += ModifyRoom_Click;
- menuStrip.Items.Add(ModifyRoom);
- }
-
- ToolStripMenuItem btnSyatemPhysion = new ToolStripMenuItem();
- btnSyatemPhysion.Name = "btnSyatemPhysion";
- btnSyatemPhysion.Tag = "btnSyatemPhysion";
- btnSyatemPhysion.Text = "修改痕迹";
- btnSyatemPhysion.Click += new EventHandler(btnSyatemPhysion_Click);
- menuStrip.Items.Add(btnSyatemPhysion);
-
- ToolStripMenuItem mnuAddDrug = new ToolStripMenuItem();
- mnuAddDrug.Name = "add_medicine";
- mnuAddDrug.Tag = "add_medicine";
- mnuAddDrug.Text = "批量编辑生命体征";
- mnuAddDrug.Click += ((s, er) =>
- {
- frmPhysioDataEdit frm = new frmPhysioDataEdit(_record);
- frm.ShowDialog();
- });
- menuStrip.Items.Add(mnuAddDrug);
- }
-
- ///
- /// 生命体征修改痕迹
- ///
- ///
- ///
- private void btnSyatemPhysion_Click(object sender, EventArgs e)
- {
- if (PatientId == 0) return;
- frmPhysioDataUpdateLog Log = new frmPhysioDataUpdateLog();
- Log.OperationRecordId = _record.Id.Value;
- Log.ShowDialog();
- }
-
- private void ModifyRoom_Click(object sender, EventArgs e)
- {
- frmSeleteRoom seleteRoom = new frmSeleteRoom();
- seleteRoom.NowRoomId = NowRoom.Id.ToString();
- seleteRoom.ShowDialog();
- string RoomStr = seleteRoom.RoomId;
- if (RoomStr != null && RoomStr != "")
- {
- _record.RoomId = int.Parse(RoomStr);
- BOperationRecord.Update("RoomId=@RoomId where Id=@id ", new AIMSModel.ParameterList("@RoomId", _record.RoomId, "@id", _record.Id));
- NowRoom = AIMSBLL.BOperationRoom.SelectSingle(_record.RoomId);
- lblRoom.Text = NowRoom.Name;
- }
- }
- private void getPhysioData_Click(object sender, EventArgs e)
- {
- if (State != AIMSExtension.EditState.BROWSE && _record.StateName == "手术中" && NowRoom != null && isReadOnly == false)
- {
- //没有IP判断
- DataTable dtPhysioData = BOperationRecord.getPhysioDataByIp(NowRoom.Ip, _record.Id.Value, _record.InRoomTime.Value, getOpeMaxTime(_record), 5);
-
- //同步未画点数据
- DrawFillPhysioData(dtPhysioData);
-
- templateManage.Bind("PhysioDataManage");
- zgcAnaesRecord.Refresh();
-
- }
- }
- private void DrawFillPhysioData(DataTable dtPhysioData)
- {
- if (dtPhysioData.Rows.Count <= 0)
- return;
- if (dtPhysioData != null && dtPhysioData.Rows.Count > 0)
- {
- foreach (var addPP in _record.PhysioConfigList)
- {
- if (addPP.IsValid == false) continue;
- foreach (DataRow dr in dtPhysioData.Rows)
- {
- if (Double.Parse(dr["ParamValue"].ToString()) <= 0) continue;
- if (dr["ParameterName"] != null && dr["ParameterName"].ToString() != "" && dr["ParameterName"].ToString().Equals(addPP.Id.ToString()))
- {
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dr["InsertTime"].ToString());
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
- addPP.AddItemByTime(pdTemp);
- }
- }
- }
- }
- }
- private void clearSelectCouve_Click(Object sender, EventArgs e)
- {
- templateManage.ClearSelectCouve();
- }
- 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);
- templateManage.BindOperationRecordValueAll(templateManage.OpeRecord);
- reDrawEvent();
- templateManage.Bind();
- reDrawAnalysis();
- zgcAnaesRecord.Refresh();
- }
- }
- private void DrawEvent()
- {
- reDrawEvent();
- templateManage.Bind("IconManage");
- templateManage.Bind("RemarkManage");
- 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.AnesthesiaBeginTime != null)
- {
- txtAnaesthesiaBegin.CustomFormat = "HH:mm";
- txtAnaesthesiaBegin.ButtonDropDown.Visible = false;
- txtAnaesthesiaBegin.Tag = _record.AnesthesiaBeginTime.Value;
- txtAnaesthesiaBegin.Value = _record.AnesthesiaBeginTime.Value;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始_select;
- }
- if (_record.SpileInTime != null)
- {
- cmbCGType.Text = _record.InCGType;
- txtCG.CustomFormat = "MM-dd HH:mm";
- txtCG.Tag = _record.SpileInTime.Value;
- txtCG.Value = _record.SpileInTime.Value;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管_select;
- }
- if (_record.SpileOutTime != null)
- {
- txtBG.CustomFormat = "MM-dd HH:mm";
- txtBG.Tag = _record.SpileOutTime.Value;
- txtBG.Value = _record.SpileOutTime.Value;
- this.picBG.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.AnesthesiaEndTime != null)
- {
- txtAnaesthesiaEnd.CustomFormat = "HH:mm";
- txtAnaesthesiaEnd.ButtonDropDown.Visible = false;
- txtAnaesthesiaEnd.Tag = _record.AnesthesiaEndTime.Value;
- txtAnaesthesiaEnd.Value = _record.AnesthesiaEndTime.Value;
- this.picAnesEnd.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.StateName == "手术中")
- {
- 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 (IsReadOnly == false)
- //BOperationRecord.Update(_record);
- if (txtInRoom.Value != _record.InRoomTime)
- {
- _record.pageCount = 0;
- ReviewEvent();
- }
- else
- {
- plRefresh_Click(null, null);
- }
- }
- private void ClearTimeText()
- {
- txtInRoom.CustomFormat = " ";
- txtAnaesthesiaBegin.CustomFormat = " ";
- txtOperationBegin.CustomFormat = " ";
- txtOperationEnd.CustomFormat = " ";
- txtAnaesthesiaEnd.CustomFormat = " ";
- txtOutRoom.CustomFormat = " ";
- txtCG.CustomFormat = " ";
- txtBG.CustomFormat = " ";
- txtInRoom.Tag = null;
- txtAnaesthesiaBegin.Tag = null;
- txtOperationBegin.Tag = null;
- txtOperationEnd.Tag = null;
- txtAnaesthesiaEnd.Tag = null;
- txtOutRoom.Tag = null;
- txtCG.Tag = null;
- txtBG.Tag = null;
- txtInRoom.Text = "";
- txtAnaesthesiaBegin.Text = "";
- txtOperationBegin.Text = "";
- txtOperationEnd.Text = "";
- txtAnaesthesiaEnd.Text = "";
- txtOutRoom.Text = "";
- txtCG.Text = "";
- txtBG.Text = "";
-
- this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室;
- this.picAnesBegin.BackgroundImage = global::AIMS.Properties.Resources.麻醉开始;
- this.picCG.BackgroundImage = global::AIMS.Properties.Resources.置管;
- this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
- this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
- this.picBG.BackgroundImage = global::AIMS.Properties.Resources.拔管;
- this.picAnesEnd.BackgroundImage = global::AIMS.Properties.Resources.麻醉结束;
- this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室;
- }
-
- public DateTime getOpeMaxTime(OperationRecord myOpeRecord)
- {
- try
- {
- DateTime dts = BOperationRecord.lastMaxOperationDate(myOpeRecord.PatientId.Value, myOpeRecord.RecoverId.Value);
- DateTime nowDate = DateTime.Now;
- TimeSpan tsp = nowDate - dts;
- if (tsp.TotalHours <= 12 && tsp.TotalDays <= 1 && dts < nowDate)//&& IsReview == false
- {
- dts = nowDate;
- }
- if (dts.ToString("yyyy-MM-dd HH:mm") == myOpeRecord.pageBegin.AddMinutes(240).ToString("yyyy-MM-dd HH:mm"))
- {
- dts = myOpeRecord.pageBegin.AddMinutes(240);
- }
- if (myOpeRecord.OutRoomTime != null)
- {
- DateTime outRoomTime = DateTime.Parse(myOpeRecord.OutRoomTime.ToString());
- if (DateTime.Compare(dts, outRoomTime) > 0)
- {
- dts = outRoomTime;
- }
- }
- return dts;
- }
- catch (Exception)
- {
- return DateTime.Now;
- }
- }
- private bool GetOpeState(ref string message)
- {
- bool isTrue = true;
- string anaesName = DBManage.GetDictionaryValuesById(_record.AnaesthesiaMethodId, "麻醉方式");
-
- if (_record.AnaesthesiaMethodId == null || _record.AnaesthesiaMethodId.ToString().Trim() == "")
- {
- message = "请添加麻醉方式!";
- isTrue = false;
- }
-
- if (anaesName.Contains("全身麻醉"))
- {
- if (_record.AnaseDataQualityRecordList == null || _record.AnaseDataQualityRecordList.Count <= 0)
- {
- message = "请填写麻醉质量质控指标";
- isTrue = false;
- }
-
- if (_record.OpeRecordInfo.StewardNumber == null || _record.OpeRecordInfo.StewardNumber.ToString().Trim() == "")
- {
- message = "请与手术信息选择患者Steward评分!";
- isTrue = false;
- }
- if (_record.OpeRecordInfo.Whereabouts == null || _record.OpeRecordInfo.Whereabouts.ToString().Trim() == "")
- {
- message = "请与手术信息选择患者去向!";
- isTrue = false;
- }
-
- if (_record.AnesthesiaDoctor != null && _record.AnesthesiaDoctor.Trim() != "")
- if (_record.ASALevel == null || _record.ASALevel == null)
- {
- message = "请添写ASA分级!";
- isTrue = false;
- }
-
- if (_record.OperationDoctor == null || _record.OperationDoctor.Trim() == "")
- {
- message = "请添加术者!";
- isTrue = false;
- }
-
- }
-
- return isTrue;
- }
- private void EndOperationOutRoom()
- {
- if (_record == null || _record.StateName != "手术中") 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.StateName = "手术结束";
- 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)
- {
- }
- private void btnChage_Click(object sender, EventArgs e)
- {
- frmChargRecordPrint frmchargRecord = new frmChargRecordPrint(_record);
- frmchargRecord.TemplateType = "麻醉";
- frmchargRecord.Show();
- frmchargRecord.BringToFront();
- }
- #endregion
-
- }
-}
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.Designer.cs
deleted file mode 100644
index 51eb569..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.Designer.cs
+++ /dev/null
@@ -1,2897 +0,0 @@
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- partial class frmAnasRecordInstrument2
- {
- ///
- /// 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(frmAnasRecordInstrument2));
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel14 = new System.Windows.Forms.Panel();
- this.button9 = new System.Windows.Forms.Button();
- 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.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.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.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.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.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.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(1711, 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, 931);
- this.panel3.TabIndex = 2;
- //
- // panel14
- //
- this.panel14.BackColor = System.Drawing.Color.White;
- this.panel14.Controls.Add(this.button9);
- 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, 931);
- this.panel14.TabIndex = 5;
- //
- // button9
- //
- this.button9.BackColor = System.Drawing.Color.Transparent;
- this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button9.Dock = System.Windows.Forms.DockStyle.Top;
- this.button9.FlatAppearance.BorderSize = 0;
- this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button9.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.button9.ForeColor = System.Drawing.Color.DimGray;
- this.button9.Image = global::AIMS.Properties.Resources.手术申请;
- this.button9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.button9.Location = new System.Drawing.Point(0, 650);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(160, 50);
- this.button9.TabIndex = 17;
- this.button9.Text = " 默认";
- this.button9.UseVisualStyleBackColor = false;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // 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(1551, 10);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(160, 931);
- 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, 731);
- 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, 781);
- 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, 831);
- 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, 881);
- 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(1711, 941);
- 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(1391, 931);
- 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.superTabControlPanel1);
- this.superTabMain.Controls.Add(this.superTabControlPanel2);
- 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(1389, 831);
- 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);
- //
- // 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(1389, 803);
- 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(1389, 803);
- 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(1389, 803);
- 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 = "器械清点单";
- //
- // 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 = "器械清点单背面";
- //
- // 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, 889);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(1389, 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(1048, 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(1389, 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;
- //
- // frmAnasRecordInstrument2
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1711, 941);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "frmAnasRecordInstrument2";
- 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.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.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.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;
- private System.Windows.Forms.Button button9;
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.cs
deleted file mode 100644
index 166de11..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.cs
+++ /dev/null
@@ -1,1996 +0,0 @@
-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 DocumentManagement;
-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 frmAnasRecordInstrument2 : 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 frmAnasRecordInstrument2()
- {
- 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.StateName == "手术中")
- {
- 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.StateName != null && _record.StateName != "手术中")
- {
- if (messing != "")
- {
- MessageBox.Show(messing);
- }
- }
- else
- { timeistrue = true; }
- //if (EventName == "出室" && _record.StateName == "手术中" && 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, 1, DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd HH:mm:00")), NowRoom.Id.Value);
- 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.PhysioConfigList)
- {
- 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.SpileInTime != null && _record.SpileOutTime != null)
- {
- if (time > _record.SpileInTime && time < _record.SpileOutTime)
- b = true;
- }
- if (_record.SpileInTime != null && _record.SpileOutTime == null)
- {
- if (time > _record.SpileInTime)
- 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.StateName == "手术中")
- {
- 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.StateName != "手术中") 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.StateName = "手术结束";
- 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 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();
- }
- new frmMessageBox().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();
- _record.InstrumentList.JsonTextData = PublicToDoument.SerializeControl(panel18, _record, new List());
- }
- 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();
- _record.InstrumentList.JsonTextData = PublicToDoument.SerializeControl(panel18, _record, new List());
- }
- 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 button9_Click(object sender, EventArgs e)
- {
-
- TextBoxAddEventSources(panelQX, @"\");
- }
-
- private void TextBoxAddEventSources(Control _panel, string TextValue)
- {
- foreach (Control clTemp in _panel.Controls)
- {
- if (clTemp.Controls.Count > 0)
- {
- TextBoxAddEventSources(clTemp, TextValue);
- }
- else
- {
- if (clTemp is TextBox)
- {
- TextBox cbT = (clTemp as TextBox);
- if (cbT != null && cbT.Text.Trim() == "")
- {
- cbT.Text = TextValue;
- }
- }
- if (clTemp is UText)
- {
- UText cbT = (clTemp as UText);
- if (cbT != null && cbT.Text.Trim() == "")
- {
- cbT.Text = TextValue;
- }
- }
- }
- }
- }
-
-
- private void buttonClear_Click(object sender, EventArgs e)
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordInstrument2));
- pictureBox1.Controls.Clear();
- pictureBox1.Image = null;
- pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- }
-
- #endregion
- #endregion
-
- }
-}
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.resx b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.resx
deleted file mode 100644
index b58911b..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument2.resx
+++ /dev/null
@@ -1,561 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
- 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
- AAD/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//38/P/9+/r//v38////
- /v//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////v5
- 9//q2tD/4sq6/+rc0v/7+ff/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////37ef/5LGP/+Kdbv/jsZD/9uzl//7/////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////8+/r/79vO/+OZZv/jk1z/45lm/+nQwP/69/b/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////+fb0/+bLuf/jlF3/45Nc/+OT
- Xf/gvaT/9vHt////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////fy
- 7//hv6r/45Re/+OTXP/jlF3/36+N//bs5f//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////27+r/3rac/+OUXf/jk1z/45Nd/+Omff/y4dX//f39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9uzl/96ujf/jlF3/45Nc/+OTXP/mnWz/58q2//fz
- 8f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fp4P/hp4D/45Nd/+OT
- XP/jk1z/45Ja/9+0l//z6uX/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////7/
- ///14tX/5qFy/+OTXP/jk1z/4pJb/+OSW//fp4H/8+PZ////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////5+Pf/68+7/+OSW//jk1z/4pJc/92OWP/hkVv/5KBx//LZyf/9/f7/////////
- ///////////////////////////////////////////////+/v/9+/r/+/j1//z39P/8+PX//Pn3//79
- /f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9vLv/+TDq//jklv/4pJb/+GRW//djlj/4JBa/+OS
- Wv/kvaL/9O7q///////////////////////////////////////////////////////59vT/69nN/9+7
- ov/gtZf/37id/+HGsv/17Ob//fz7////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Ts6P/guJ7/45Jb/+KT
- XP/fkFr/3I5Y/+CRWv/jkVn/36yJ//Dj2f//////////////////////////////////////////////
- ///38/H/6c68/+Knfv/il2P/4pdi/+KXY//jmmn/6bGM//Di2P/8+/r/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///z5+D/3q6O/+OSW//ilmH/3q2M/+O8ov/mqH//5JZh/+Cid//x28z/////////////////////////
- ////////////////////////7NvP/+CqhP/jlF7/45Jb/+OTW//jk1v/45Nc/+SYY//jtZT/+O/p////
- ////////////////////////////////////////////////////////////////////////+PLv/+nP
- v//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwaP/7cKl/+vOu//8+vj/////////
- ////////////////////////8+TZ/9+ngP/jklr/45lm/+bOv//27ef/57mb/+KYZf/lnm7/7tC8//r6
- +f//////+fLu/+jKtv/vwqT/78Kj/+/Co//vwqP/78Kk/+m1k//jnm//45Ja/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/4pln/+nPvf/59vT/////////////////////////////////////////////////////////
- //////////////Xt6f/et57/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+OZ
- Zv/ipHr/7d7U//38+/////////////////////////////bh0//koXT/45Re/+iofv/06+X//fz7/+TD
- rf/hm2r/5JVf/+W5nP/y6ub//Pz7/+/d0P/jqYH/5Jhl/+SYZP/kmGT/5Jhk/+SYZP/lmWb/5JZh/+OT
- XP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTW//guqL/9u/r////////////////////////////////////
- ///////////////////////////////////17ej/3ree/+WaaP/lmmf/5Zpn/+WaZ//lmmf/5Zpn/+Wa
- Z//lmmf/5Ztp/+WZZv/jklr/45hk/+HFsf/8+ff///////////////////////z9/f/y2sn/5qBx/+SW
- Yf/rsov//fn2//7+/v/l0MH/4Z9x/+OPVv/fpoD/7d3S//by7//jwar/5pxq/+Wda//lmmj/5Zpn/+Wa
- Z//lmmf/5Zxq/+SYY//jk1v/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1v/4Luj//bw7P//////////////
- ////////////////////////////////////////////////////////+fXy/+3Yy//yzbT/8s20//LN
- tP/yzbT/8s20//LNtP/yzbT/8s61/+3GrP/krIf/45Ja/+KXY//guZ3//Pj1////////////////////
- ///39PL/6cmz/+WaZ//jlmH/6LOO//76+P//////7eLb/+Wthf/jlF3/4Z9x//DVw//06uP/3qyK/+SV
- YP/prIP/8cux//LNtP/yzbT/8s62/+m5mv/jnW7/45Ja/+OTXP/jk1z/45Nc/+OTXP/jk1z/5Jto/+bK
- t//49PL/////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////18e7/5MOt/+SXYv/jlmH/5LCN//ny
- 7f//////////////////////8uzo/+K5nf/jkFf/4pdk/+O4mf/9+/n///////j29P/pwKT/45po/+Wb
- af/wy7P/8dzO/+Kjef/jlmH/6LGM//369//////////////////t3ND/4ayI/+KVYP/jklr/45Jb/+OS
- W//jk1v/5Jlm/+Sxjv/w4dj//Pv6////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+vn4/+7Z
- yv/lpHj/5JVf/+ene//u4NX//Pv6//////////////////Dl3f/fr4//45FZ/+KZZ//hwKj//fv6////
- ////////5su4/+Cdb//lmWX/5rCM/+a1lv/mnWz/4pdk/+O4nP/9+vj/////////////////+Pb0/+vU
- xP/irYj/4Zlo/+KYZP/imGX/4p5w/+i1kv/o08b/+vf1////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////26eH/36mE/+OTXP/jl2P/5Mq6//r39v/////////////////v3tL/3qV//+OR
- Wf/inGz/482+//38+////////////+jWzP/hpn7/45Jb/+GRWv/hklv/45Nc/+Oeb//kzb7//fz7////
- ///////////////////7+fj/7d/W/+LBqv/muJj/5rqc/+PLuf/v5d7//fz7////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9e3n/96zlf/jk13/45Zh/9+8pf/59fH/////////
- ////////8drK/+GhdP/jkln/5KJ0/+zf1//+/f3////////////x6uT/57qc/+KYZv/gkFn/4pJb/+SX
- Y//ptJD/9e7q//7+/v////////////////////////////7+/f/+/fz//vz7//78+//+/fz//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fy7//iwav/45Re/+OV
- YP/fsJD/+fLt//////////////////TYxP/lnWz/5JZh/+u1kf/69vT////+/////////////////+vI
- sv/gmmv/4pFa/+OSW//imWb/5ryg//78+///////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///6+Pb/69XH/+ekd//jlWD/5qmB//Tn3v/9/f3///////n5+P/uzrn/5p1s/+OXY//ruZj//v38////
- ///////////////////p0sH/36F2/+OSWv/jklr/4Z1u/+PJuP/+/v3/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v////br4//iq4f/45Vf/+SZZv/p0cH/+vj2///////z7ur/5rye/+ST
- XP/imWb/5r6h///+/f//////////////////////7N/V/+GqhP/jkFf/5Jdi/+ewi//r39f//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////48u3/3rWY/+OVX//jlF3/4L+p//fy
- 7///////7uPc/+CujP/jkFf/4Ztr/+PDrf/+/v3///////////////////////Tv7P/pvqH/5Zdi/+KZ
- Zv/nv6T/+vj2////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+fXy/+HC
- rP/jlV//45Rd/96ylf/27uj//////+zZzf/fpX7/45FY/+GecP/kzLz//v7+////////////////////
- ///9/f3/7NTF/9+phv/grYr/69fJ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v59//p1cb/5Z9w/+OUXv/hqYT/9ejf///////u1MH/4J9z/+OQV//jonb/6drQ///+
- /v////////////////////////////bv6//t28//8N/T//fz8P//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/f3/9erj/+WtiP/jlmD/5J1u/+7Xyf/7/f7/8dG7/+Oc
- a//jk1z/6LCJ//Tv6///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////v28v/ftZf/4pZi/+OS
- Wv/kvqX/8ube//DIrf/lm2j/45hk/+3Aov//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+PX/4MKs/+KXZP/jklv/3qR9/+S0lP/mrIP/5Jll/+GZaP/pwqj/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////Pr5/+bSxP/knGv/4pFc/9+QWv/gkVv/35Ba/+CPWP/gnW//5sm1////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////79/f/06uX/6K+J/+OVYP/gkVr/35Ba/+CQ
- Wv/ikFj/4KJ2/+bSw///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////Pn2/+O4
- mv/il2T/349Y/9+QWf/gkFr/4pBZ/+Knfv/p29L/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////37+f/hwq3/4ppo/+KRWv/fj1n/349Z/+SYZf/ouJj/7+fi////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////9/Pv/5dLF/+OcbP/jklr/4pJb/+KRWv/kmmj/7saq//z8
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v39//Ho4v/nrYX/45Vg/+OT
- XP/jklv/4pxs/+3LtP//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+ff/5rue/+KZZv/jklv/45Ja/+Cfc//qz73/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v39/+PEsP/hm2v/45Ja/+ORWf/fpHz/6dbJ////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////7+/f/l0cX/4p9x/+OSWf/jkVj/4aqF/+zf
- 1///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v7/7uXf/+Wq
- gf/jk1z/5JNc/+W1lP/w6eT/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v6+f/qv6H/45hl/+Scav/ryK//9/Xz////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////58u3/+Ghdf/go3n/7tfG////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Tu6v/m0cT/5M7A//Pr
- 5f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+/f3//Pr4//v5+P/9/fz/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
-
-
-
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs
index f90fea9..0c97e9b 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmFactEventsNew.cs
@@ -910,18 +910,13 @@ namespace AIMS.PublicUI.UI
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(addPP.Name.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()), dtPhysioData.Rows[i]["Value"].ToString());
addPP.AddPoition(pdTemp);
}
}
}
}
- }
+ }
}
public class DataGridViewComboEditTipBoxColumn : DataGridViewComboBoxColumn
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs
index 2cf77e8..df3ef6d 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.Designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- partial class frmAnasRecordInstrument
+ partial class frmInstrumentRecord
{
///
/// 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(frmAnasRecordInstrument));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInstrumentRecord));
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/frmAnasRecordInstrument.cs b/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs
index 982129e..3defb0d 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.cs
@@ -27,7 +27,7 @@ using System.Windows.Forms;
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- public partial class frmAnasRecordInstrument : Form
+ public partial class frmInstrumentRecord : Form
{
#region 初始化
public OperationRecord _record;
@@ -42,7 +42,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
public AIMSExtension.EditState State;
public bool isReadOnly = false;
- public frmAnasRecordInstrument()
+ public frmInstrumentRecord()
{
InitializeComponent();
#region 时间轴事件
@@ -607,7 +607,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
private void button6_Click(object sender, EventArgs e)
{
- frmAnaseDataQualityRecord frmAnaseDataQuality = new frmAnaseDataQualityRecord();
+ frmAanesthesiaQuality frmAnaseDataQuality = new frmAanesthesiaQuality();
frmAnaseDataQuality._record = _record;
frmAnaseDataQuality.ShowDialog();
}
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx b/AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx
rename to AIMS/OperationDoing/AnasRecordBill/frmInstrumentRecord.resx
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs b/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs
index c0cc94d..7003dee 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmPhysioDataEdit.cs
@@ -1,15 +1,9 @@
using AIMSBLL;
-using DCSoftDotfuscate;
using DrawGraph;
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
-using System.Drawing.Imaging;
-using System.Drawing.Printing;
-using System.IO;
-using System.Runtime.InteropServices;
-using System.Text;
using System.Windows.Forms;
namespace AIMS.OperationDoing.AnasRecordBill
@@ -41,11 +35,11 @@ namespace AIMS.OperationDoing.AnasRecordBill
#region 窗体加载事件
private void FormPrintBGYYNew_Load(object sender, EventArgs e)
{
- DataTable dtPhysioData = BOperationRecord.getByOpeIDIsPhysioData(_record.Id.Value);
+ System.Data.DataTable dtPhysioData = BOperationRecord.getByOpeIDIsPhysioData(_record.Id.Value);
int rows = 2;
int Width = panel2.Width - (panel2.Width / (240 / 5) * 3);
- //循环加载麻醉体征控件
+ //循环加载麻醉体征控件
for (int x = _record.PhysioAnesConfigList.Count - 1; x >= 0; x--)
{
PhysioDataConfig ade = _record.PhysioAnesConfigList[x];
@@ -55,48 +49,39 @@ namespace AIMS.OperationDoing.AnasRecordBill
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(ade.Name.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = ade.YAisx;
- pdTemp.PhysioDataConfigId = ade.Id;
- pdTemp.config = ade;
- pdTemp.PatientId = _record.Id.Value;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(ade, _record.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()), dtPhysioData.Rows[i]["Value"].ToString());
list.Add(pdTemp);
}
}
System.Windows.Forms.Panel panel = new System.Windows.Forms.Panel();
panel.Tag = ade;
panel.Dock = System.Windows.Forms.DockStyle.Top;
- panel.Location = new System.Drawing.Point(20, 0);
- panel.Size = new System.Drawing.Size(792, 30);
+ panel.Size = new System.Drawing.Size(Width, 30);
for (int i = (240 / ade.YAisx) - 1; i >= 0; i--)
{
+ DateTime SpanTime = _record.InRoomTime.Value.AddMinutes(i * ade.YAisx);
System.Windows.Forms.TextBox textNum = new System.Windows.Forms.TextBox();
PhysioData pdNew = null;
foreach (var item in list)
{
- if (item.RecordTime == _record.InRoomTime.Value.AddMinutes(i * ade.YAisx))
+ if (item.RecordTime == SpanTime)
{
pdNew = item;
- textNum.Text = ((int)pdNew.Value).ToString();
+ pdNew.config = ade;
+ textNum.Text = pdNew.ValueString.ToString();
break;
}
}
if (pdNew == null)
{
- pdNew = new PhysioData();
- pdNew.RecordTime = _record.InRoomTime.Value.AddMinutes(i * ade.YAisx);
- pdNew.PhysioDataConfigId = ade.Id;
- pdNew.YAisx = ade.YAisx;
- pdNew.PatientId = _record.Id.Value;
- pdNew.config = ade;
+ pdNew = PhysioDataConfig.newPhysioData(ade, _record.Id.Value, SpanTime, -1);
}
+ textNum.Name = pdNew.config.Id + "" + SpanTime.ToString("HHmm");
textNum.Tag = pdNew;
- textNum.Font = new System.Drawing.Font("微软雅黑", 8f);
textNum.Width = Width / (240 / ade.YAisx);
textNum.Dock = System.Windows.Forms.DockStyle.Left;
+ textNum.Font = new System.Drawing.Font("微软雅黑", 7f);
textNum.Click += TextNum_Click;
textNum.Leave += TextNum_Leave;
textNum.DoubleClick += TextNum_DoubleClick;
@@ -113,7 +98,7 @@ namespace AIMS.OperationDoing.AnasRecordBill
rows++;
}
- //循环加载CheckBox控件
+ //循环加载数值生命体征
for (int x = _record.PhysioConfigList.Count - 1; x >= 0; x--)
{
PhysioDataConfig ade = _record.PhysioConfigList[x];
@@ -123,47 +108,38 @@ namespace AIMS.OperationDoing.AnasRecordBill
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(ade.Name.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = ade.YAisx;
- pdTemp.PhysioDataConfigId = ade.Id;
- pdTemp.config = ade;
- pdTemp.PatientId = _record.Id.Value;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(ade, _record.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()), dtPhysioData.Rows[i]["Value"].ToString());
list.Add(pdTemp);
}
}
System.Windows.Forms.Panel panel = new System.Windows.Forms.Panel();
panel.Tag = ade;
panel.Dock = System.Windows.Forms.DockStyle.Top;
- panel.Location = new System.Drawing.Point(20, 0);
- panel.Size = new System.Drawing.Size(792, 30);
+ panel.Size = new System.Drawing.Size(Width, 30);
for (int i = (240 / 5) - 1; i >= 0; i--)
{
+ DateTime SpanTime = _record.InRoomTime.Value.AddMinutes(i * 5);
System.Windows.Forms.TextBox textNum = new System.Windows.Forms.TextBox();
PhysioData pdNew = null;
foreach (var item in list)
{
- if (item.RecordTime == _record.InRoomTime.Value.AddMinutes(i * 5))
+ if (item.RecordTime == SpanTime)
{
pdNew = item;
- textNum.Text = ((int)pdNew.Value).ToString();
+ pdNew.config = ade;
+ textNum.Text = pdNew.ValueString.ToString();
break;
}
}
if (pdNew == null)
{
- pdNew = new PhysioData();
- pdNew.RecordTime = _record.InRoomTime.Value.AddMinutes(i * 5);
- pdNew.PhysioDataConfigId = ade.Id;
- pdNew.YAisx = ade.YAisx;
- pdNew.PatientId = _record.Id.Value;
- pdNew.config = ade;
+ pdNew = PhysioDataConfig.newPhysioData(ade, _record.Id.Value, SpanTime, -1);
}
+ textNum.Name = pdNew.config.Id + "" + SpanTime.ToString("HHmm");
textNum.Tag = pdNew;
- textNum.Font = new System.Drawing.Font("微软雅黑", 8f);
textNum.Width = Width / (240 / 5);
+ textNum.Font = new System.Drawing.Font("微软雅黑", 7f);
textNum.Dock = System.Windows.Forms.DockStyle.Left;
textNum.Click += TextNum_Click;
textNum.Leave += TextNum_Leave;
@@ -212,28 +188,82 @@ namespace AIMS.OperationDoing.AnasRecordBill
{
TextBox txtNum = sender as TextBox;
PhysioData pdNew = txtNum.Tag as PhysioData;
- if (txtNum.Text.Trim() == "" && pdNew.Value > 0)
+ if (txtNum.Text.Trim() == "" && pdNew.Value > -1)
{
- PhysioDataService.DelPhysioByValueData(pdNew);
- pdNew.config.delAddObj(pdNew);
- pdNew.Value = 0;
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditDelItem(pdNew);
+ else
+ pdNew.config.DelItem(pdNew);
+ pdNew.Value = -1;
txtNum.Tag = pdNew;
TempValue = "";
}
- else
+ else if (txtNum.Text.Trim() != "" && pdNew.Value > -1)
{
- double value = 0;
- if (double.TryParse(txtNum.Text.Trim(), out value))
+ if (pdNew.Value.ToString() != txtNum.Text)
{
- pdNew.Value = value;
- PhysioDataService.DelPhysioByValueData(pdNew);
- PhysioDataService.AddPhysioData(pdNew);
- //pdNew.config.AddText(pdNew);
+ string value = checkValue(txtNum, pdNew);
+ if (value != "")
+ {
+ pdNew.ValueString = value;
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditModifyItem(pdNew, pdNew);
+ else
+ pdNew.config.ModItem(pdNew, pdNew);
+ txtNum.Tag = pdNew;
+ TempValue = txtNum.Text.Trim();
+ }
+ }
+ }
+ else if (txtNum.Text.Trim() != "")
+ {
+ string value = checkValue(txtNum, pdNew);
+ if (value != "")
+ {
+ pdNew.ValueString = value;
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditAddItem(pdNew);
+ else
+ pdNew.config.AddFillItem(pdNew);
txtNum.Tag = pdNew;
TempValue = txtNum.Text.Trim();
}
}
}
+ public string checkValue(TextBox txtNum, PhysioData pdNew)
+ {
+ string Result = "";
+ double value = -1;
+ if (pdNew.config.ConfigType == "生命体征" || pdNew.config.ShowText == true)
+ {
+ if (!double.TryParse(txtNum.Text.ToString(), out value))
+ {
+ MessageBox.Show("请填写正确数值!", "系统提示");
+ txtNum.Focus();
+ }
+ else
+ {
+ if (value < pdNew.config.WarningLowLimit || value > pdNew.config.WarningHighLimit)
+ {
+ DialogResult dr = MessageBox.Show("数值:" + value + " 超出 " + pdNew.config.Name + "[" + pdNew.config.WarningLowLimit + "-" + pdNew.config.WarningHighLimit + "] 报警范围! ", "系统提示");//, MessageBoxButtons.YesNo); //if (dr != DialogResult.Yes) { txtNum.Focus(); }
+ if (value < pdNew.config.WarningLowLimit)
+ {
+ value = pdNew.config.WarningLowLimit;
+ }
+ if (value > pdNew.config.WarningHighLimit)
+ {
+ value = pdNew.config.WarningHighLimit;
+ }
+ }
+ }
+ if (value > 0) Result = value.ToString();
+ }
+ else
+ {
+ Result = txtNum.Text.ToString();
+ }
+ return Result;
+ }
private void TextNum_DoubleClick(object sender, EventArgs e)
{
@@ -271,5 +301,21 @@ namespace AIMS.OperationDoing.AnasRecordBill
if (selectConfig != null)
selectConfig.Focus();
}
+ public DateTime getInRoomSpanTime(DateTime time)
+ {
+ DateTime resultTime = time;
+ for (int i = (240 / 5); i >= 0; i--)
+ {
+ DateTime spanTime = _record.InRoomTime.Value.AddMinutes(i * 5);
+ if (spanTime >= resultTime && spanTime < resultTime.AddMinutes(5))
+ {
+ resultTime = spanTime;
+ break;
+ }
+
+ }
+ return resultTime;
+ }
+
}
}
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs
index 71473e5..ae41bbc 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.cs
@@ -8,7 +8,7 @@ using System.Linq;
using System.Text;
using System.Windows.Forms;
-namespace DrawGraph
+namespace AIMS.OperationDoing.AnasRecordBill
{
public partial class frmPhysiosSetting : Form
{
@@ -143,9 +143,10 @@ namespace DrawGraph
ade.WarningLowLimit = int.Parse(item.Cells[8].Value.ToString());
ade.YAisx = int.Parse(item.Cells[9].Value.ToString());
- ade.IsDefalultShow = bool.Parse(item.Cells[10].Value.ToString());
- ade.Unit = item.Cells[11].Value.ToString();
- ade.PhysioOrder = int.Parse(item.Cells[12].Value.ToString());
+ ade.ShowText = bool.Parse(item.Cells[10].Value.ToString());
+ ade.IsDefalultShow = bool.Parse(item.Cells[11].Value.ToString());
+ ade.Unit = item.Cells[12].Value.ToString();
+ ade.PhysioOrder = int.Parse(item.Cells[13].Value.ToString());
PhysioDataConfig.UpdatePhysioDataConfig(ade);
break;
}
@@ -188,6 +189,6 @@ namespace DrawGraph
cellStyle.BackColor = color;
dgvSetting.Rows[e.RowIndex].Cells[e.ColumnIndex].Style = cellStyle;
}
- }
+ }
}
}
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs
index cbf5a9e..99958c5 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.designer.cs
@@ -1,5 +1,5 @@
-namespace DrawGraph
+namespace AIMS.OperationDoing.AnasRecordBill
{
partial class frmPhysiosSetting
{
@@ -30,17 +30,14 @@ namespace DrawGraph
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhysiosSetting));
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.btnDelete = new DevComponents.DotNetBar.ButtonX();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
- this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.dgvMZTZ = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.spMZSMTZ = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.panelExZKZB = new DevComponents.DotNetBar.PanelEx();
this.dgvSetting = new DevComponents.DotNetBar.Controls.DataGridViewX();
@@ -61,6 +58,9 @@ namespace DrawGraph
this.YAisx = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
this.PhysioOrder = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
this.spJHYCS = new DevComponents.DotNetBar.SuperTabItem();
+ this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
+ this.dgvMZTZ = new DevComponents.DotNetBar.Controls.DataGridViewX();
+ this.spMZSMTZ = new DevComponents.DotNetBar.SuperTabItem();
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.panelJHYSJXS = new DevComponents.DotNetBar.PanelEx();
this.spJHYSJXS = new DevComponents.DotNetBar.SuperTabItem();
@@ -85,17 +85,18 @@ namespace DrawGraph
this.dataGridViewIntegerInputColumn3 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
this.dataGridViewIntegerInputColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
this.dataGridViewCheckBoxXColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.ShowText2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxXColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewIntegerInputColumn6 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
this.superTabControl1.SuspendLayout();
- this.superTabControlPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).BeginInit();
this.superTabControlPanel1.SuspendLayout();
this.panelExZKZB.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).BeginInit();
+ this.superTabControlPanel3.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).BeginInit();
this.superTabControlPanel2.SuspendLayout();
this.SuspendLayout();
//
@@ -176,58 +177,6 @@ namespace DrawGraph
this.spMZSMTZ,
this.spJHYSJXS});
//
- // superTabControlPanel3
- //
- this.superTabControlPanel3.Controls.Add(this.dgvMZTZ);
- this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel3.Location = new System.Drawing.Point(0, 28);
- this.superTabControlPanel3.Name = "superTabControlPanel3";
- this.superTabControlPanel3.Size = new System.Drawing.Size(1152, 436);
- this.superTabControlPanel3.TabIndex = 0;
- this.superTabControlPanel3.TabItem = this.spMZSMTZ;
- //
- // dgvMZTZ
- //
- this.dgvMZTZ.AllowUserToAddRows = false;
- this.dgvMZTZ.AllowUserToDeleteRows = false;
- this.dgvMZTZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvMZTZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn10,
- this.dataGridViewTextBoxColumn11,
- this.dataGridViewTextBoxColumn12,
- this.dataGridViewImageColumn1,
- this.dataGridViewLabelXColumn1,
- this.dataGridViewIntegerInputColumn1,
- this.dataGridViewIntegerInputColumn2,
- this.dataGridViewIntegerInputColumn3,
- this.dataGridViewIntegerInputColumn4,
- this.dataGridViewCheckBoxXColumn2,
- this.dataGridViewCheckBoxXColumn4,
- this.dataGridViewTextBoxColumn13,
- this.dataGridViewIntegerInputColumn6});
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMZTZ.DefaultCellStyle = dataGridViewCellStyle1;
- this.dgvMZTZ.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvMZTZ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
- this.dgvMZTZ.Location = new System.Drawing.Point(0, 0);
- this.dgvMZTZ.Name = "dgvMZTZ";
- this.dgvMZTZ.RowTemplate.Height = 23;
- this.dgvMZTZ.Size = new System.Drawing.Size(1152, 436);
- this.dgvMZTZ.TabIndex = 1;
- //
- // spMZSMTZ
- //
- this.spMZSMTZ.AttachedControl = this.superTabControlPanel3;
- this.spMZSMTZ.GlobalItem = false;
- this.spMZSMTZ.Name = "spMZSMTZ";
- this.spMZSMTZ.Text = "麻醉数据参数";
- //
// superTabControlPanel1
//
this.superTabControlPanel1.Controls.Add(this.panelExZKZB);
@@ -474,6 +423,59 @@ namespace DrawGraph
this.spJHYCS.Name = "spJHYCS";
this.spJHYCS.Text = "监护数据参数";
//
+ // superTabControlPanel3
+ //
+ this.superTabControlPanel3.Controls.Add(this.dgvMZTZ);
+ this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabControlPanel3.Location = new System.Drawing.Point(0, 28);
+ this.superTabControlPanel3.Name = "superTabControlPanel3";
+ this.superTabControlPanel3.Size = new System.Drawing.Size(1152, 436);
+ this.superTabControlPanel3.TabIndex = 0;
+ this.superTabControlPanel3.TabItem = this.spMZSMTZ;
+ //
+ // dgvMZTZ
+ //
+ this.dgvMZTZ.AllowUserToAddRows = false;
+ this.dgvMZTZ.AllowUserToDeleteRows = false;
+ this.dgvMZTZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ this.dgvMZTZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+ this.dataGridViewTextBoxColumn10,
+ this.dataGridViewTextBoxColumn11,
+ this.dataGridViewTextBoxColumn12,
+ this.dataGridViewImageColumn1,
+ this.dataGridViewLabelXColumn1,
+ this.dataGridViewIntegerInputColumn1,
+ this.dataGridViewIntegerInputColumn2,
+ this.dataGridViewIntegerInputColumn3,
+ this.dataGridViewIntegerInputColumn4,
+ this.dataGridViewCheckBoxXColumn2,
+ this.ShowText2,
+ this.dataGridViewCheckBoxXColumn4,
+ this.dataGridViewTextBoxColumn13,
+ this.dataGridViewIntegerInputColumn6});
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
+ dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
+ this.dgvMZTZ.DefaultCellStyle = dataGridViewCellStyle1;
+ this.dgvMZTZ.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.dgvMZTZ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
+ this.dgvMZTZ.Location = new System.Drawing.Point(0, 0);
+ this.dgvMZTZ.Name = "dgvMZTZ";
+ this.dgvMZTZ.RowTemplate.Height = 23;
+ this.dgvMZTZ.Size = new System.Drawing.Size(1152, 436);
+ this.dgvMZTZ.TabIndex = 1;
+ //
+ // spMZSMTZ
+ //
+ this.spMZSMTZ.AttachedControl = this.superTabControlPanel3;
+ this.spMZSMTZ.GlobalItem = false;
+ this.spMZSMTZ.Name = "spMZSMTZ";
+ this.spMZSMTZ.Text = "麻醉数据参数";
+ //
// superTabControlPanel2
//
this.superTabControlPanel2.Controls.Add(this.panelJHYSJXS);
@@ -730,6 +732,12 @@ namespace DrawGraph
this.dataGridViewCheckBoxXColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewCheckBoxXColumn2.Width = 60;
//
+ // ShowText2
+ //
+ this.ShowText2.DataPropertyName = "ShowText";
+ this.ShowText2.HeaderText = "是否数字验证";
+ this.ShowText2.Name = "ShowText2";
+ //
// dataGridViewCheckBoxXColumn4
//
this.dataGridViewCheckBoxXColumn4.Checked = true;
@@ -777,11 +785,11 @@ namespace DrawGraph
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
this.superTabControl1.ResumeLayout(false);
- this.superTabControlPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).EndInit();
this.superTabControlPanel1.ResumeLayout(false);
this.panelExZKZB.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).EndInit();
+ this.superTabControlPanel3.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).EndInit();
this.superTabControlPanel2.ResumeLayout(false);
this.ResumeLayout(false);
@@ -841,6 +849,7 @@ namespace DrawGraph
private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn3;
private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewCheckBoxXColumn2;
+ private System.Windows.Forms.DataGridViewTextBoxColumn ShowText2;
private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn dataGridViewCheckBoxXColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn6;
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx
index 9c597f9..3a61bc9 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx
+++ b/AIMS/OperationDoing/AnasRecordBill/frmPhysiosSetting.resx
@@ -147,6 +147,9 @@
True
+
+ True
+
True
@@ -215,7 +218,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABM
- LgAAAk1TRnQBSQFMAgEBLwEAAUgBAAFIAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+ LgAAAk1TRnQBSQFMAgEBLwEAAVgBAAFYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAAcADAAEBAQABCAYAATAYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.Designer.cs
deleted file mode 100644
index a5eb76f..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.Designer.cs
+++ /dev/null
@@ -1,552 +0,0 @@
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- partial class frmSelectPatientNew
- {
- ///
- /// 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(frmSelectPatientNew));
- this.panel1 = new System.Windows.Forms.Panel();
- this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cboRoom = new System.Windows.Forms.ComboBox();
- this.btnFrontDay = new System.Windows.Forms.Button();
- this.btnNextDay = new System.Windows.Forms.Button();
- this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
- this.txtState = new System.Windows.Forms.Label();
- this.txttime = new System.Windows.Forms.Label();
- this.txtage = new System.Windows.Forms.Label();
- this.txtsex = new System.Windows.Forms.Label();
- this.txtdept = new System.Windows.Forms.Label();
- this.txtNo = new System.Windows.Forms.Label();
- this.txths = new System.Windows.Forms.Label();
- this.txtmzys = new System.Windows.Forms.Label();
- this.txtzdys = new System.Windows.Forms.Label();
- this.txtss = new System.Windows.Forms.Label();
- this.txtzd = new System.Windows.Forms.Label();
- this.txtname = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtRoom = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.txtType = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.AliceBlue;
- this.panel1.Controls.Add(this.buttonX3);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.cboRoom);
- this.panel1.Controls.Add(this.btnFrontDay);
- this.panel1.Controls.Add(this.btnNextDay);
- this.panel1.Controls.Add(this.dtpSelectPatientTime);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(999, 39);
- this.panel1.TabIndex = 0;
- //
- // buttonX3
- //
- this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.buttonX3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.buttonX3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.buttonX3.Location = new System.Drawing.Point(479, 8);
- this.buttonX3.Name = "buttonX3";
- this.buttonX3.Size = new System.Drawing.Size(93, 23);
- this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.buttonX3.TabIndex = 8;
- this.buttonX3.Text = "+新增手术申请";
- this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 20);
- this.label1.TabIndex = 7;
- this.label1.Text = "手术日期";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(291, 8);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 20);
- this.label2.TabIndex = 6;
- this.label2.Text = "手术间";
- //
- // cboRoom
- //
- this.cboRoom.FormattingEnabled = true;
- this.cboRoom.Location = new System.Drawing.Point(345, 8);
- this.cboRoom.Name = "cboRoom";
- this.cboRoom.Size = new System.Drawing.Size(121, 22);
- this.cboRoom.TabIndex = 5;
- //
- // btnFrontDay
- //
- this.btnFrontDay.BackColor = System.Drawing.Color.Transparent;
- this.btnFrontDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFrontDay.BackgroundImage")));
- this.btnFrontDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnFrontDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnFrontDay.FlatAppearance.BorderSize = 0;
- this.btnFrontDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnFrontDay.Location = new System.Drawing.Point(213, 7);
- this.btnFrontDay.Name = "btnFrontDay";
- this.btnFrontDay.Size = new System.Drawing.Size(34, 24);
- this.btnFrontDay.TabIndex = 2;
- this.btnFrontDay.UseVisualStyleBackColor = false;
- this.btnFrontDay.Click += new System.EventHandler(this.btnFrontDay_Click);
- //
- // btnNextDay
- //
- this.btnNextDay.BackColor = System.Drawing.Color.Transparent;
- this.btnNextDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextDay.BackgroundImage")));
- this.btnNextDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnNextDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnNextDay.FlatAppearance.BorderSize = 0;
- this.btnNextDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnNextDay.Location = new System.Drawing.Point(251, 7);
- this.btnNextDay.Name = "btnNextDay";
- this.btnNextDay.Size = new System.Drawing.Size(34, 24);
- this.btnNextDay.TabIndex = 1;
- this.btnNextDay.UseVisualStyleBackColor = false;
- this.btnNextDay.Click += new System.EventHandler(this.btnNext_Click);
- //
- // dtpSelectPatientTime
- //
- this.dtpSelectPatientTime.CustomFormat = "yyyy-MM-dd";
- this.dtpSelectPatientTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpSelectPatientTime.Location = new System.Drawing.Point(79, 9);
- this.dtpSelectPatientTime.Name = "dtpSelectPatientTime";
- this.dtpSelectPatientTime.Size = new System.Drawing.Size(111, 23);
- this.dtpSelectPatientTime.TabIndex = 0;
- this.dtpSelectPatientTime.ValueChanged += new System.EventHandler(this.dtpSelectPatientTime_ValueChanged);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
- this.groupBox1.Controls.Add(this.panel2);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 39);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(999, 103);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "患者信息";
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.Controls.Add(this.buttonX1);
- this.panel2.Controls.Add(this.txtState);
- this.panel2.Controls.Add(this.txttime);
- this.panel2.Controls.Add(this.txtage);
- this.panel2.Controls.Add(this.txtsex);
- this.panel2.Controls.Add(this.txtdept);
- this.panel2.Controls.Add(this.txtNo);
- this.panel2.Controls.Add(this.txths);
- this.panel2.Controls.Add(this.txtmzys);
- this.panel2.Controls.Add(this.txtzdys);
- this.panel2.Controls.Add(this.txtss);
- this.panel2.Controls.Add(this.txtzd);
- this.panel2.Controls.Add(this.txtname);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Controls.Add(this.txtRoom);
- this.panel2.Controls.Add(this.label11);
- this.panel2.Controls.Add(this.label15);
- this.panel2.Controls.Add(this.label21);
- this.panel2.Controls.Add(this.label9);
- this.panel2.Controls.Add(this.label19);
- this.panel2.Controls.Add(this.label13);
- this.panel2.Controls.Add(this.label25);
- this.panel2.Controls.Add(this.label17);
- this.panel2.Controls.Add(this.label23);
- this.panel2.Controls.Add(this.txtType);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 17);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(993, 83);
- this.panel2.TabIndex = 0;
- this.panel2.Visible = false;
- //
- // buttonX1
- //
- this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buttonX1.Location = new System.Drawing.Point(781, 14);
- this.buttonX1.Name = "buttonX1";
- this.buttonX1.Size = new System.Drawing.Size(90, 54);
- this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.buttonX1.TabIndex = 6;
- this.buttonX1.Text = "查看记录单";
- this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
- //
- // txtState
- //
- this.txtState.AutoSize = true;
- this.txtState.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
- this.txtState.ForeColor = System.Drawing.Color.Red;
- this.txtState.Location = new System.Drawing.Point(687, 24);
- this.txtState.Name = "txtState";
- this.txtState.Size = new System.Drawing.Size(69, 26);
- this.txtState.TabIndex = 5;
- this.txtState.Text = "手术中";
- //
- // txttime
- //
- this.txttime.AutoSize = true;
- this.txttime.Location = new System.Drawing.Point(607, 14);
- this.txttime.Name = "txttime";
- this.txttime.Size = new System.Drawing.Size(11, 12);
- this.txttime.TabIndex = 5;
- this.txttime.Text = " ";
- //
- // txtage
- //
- this.txtage.AutoSize = true;
- this.txtage.Location = new System.Drawing.Point(454, 14);
- this.txtage.Name = "txtage";
- this.txtage.Size = new System.Drawing.Size(11, 12);
- this.txtage.TabIndex = 5;
- this.txtage.Text = " ";
- //
- // txtsex
- //
- this.txtsex.AutoSize = true;
- this.txtsex.Location = new System.Drawing.Point(375, 14);
- this.txtsex.Name = "txtsex";
- this.txtsex.Size = new System.Drawing.Size(11, 12);
- this.txtsex.TabIndex = 5;
- this.txtsex.Text = " ";
- //
- // txtdept
- //
- this.txtdept.AutoSize = true;
- this.txtdept.Location = new System.Drawing.Point(115, 34);
- this.txtdept.Name = "txtdept";
- this.txtdept.Size = new System.Drawing.Size(11, 12);
- this.txtdept.TabIndex = 5;
- this.txtdept.Text = " ";
- //
- // txtNo
- //
- this.txtNo.AutoSize = true;
- this.txtNo.Location = new System.Drawing.Point(127, 14);
- this.txtNo.Name = "txtNo";
- this.txtNo.Size = new System.Drawing.Size(11, 12);
- this.txtNo.TabIndex = 5;
- this.txtNo.Text = " ";
- //
- // txths
- //
- this.txths.AutoSize = true;
- this.txths.Location = new System.Drawing.Point(535, 34);
- this.txths.Name = "txths";
- this.txths.Size = new System.Drawing.Size(11, 12);
- this.txths.TabIndex = 5;
- this.txths.Text = " ";
- //
- // txtmzys
- //
- this.txtmzys.AutoSize = true;
- this.txtmzys.Location = new System.Drawing.Point(397, 34);
- this.txtmzys.Name = "txtmzys";
- this.txtmzys.Size = new System.Drawing.Size(11, 12);
- this.txtmzys.TabIndex = 5;
- this.txtmzys.Text = " ";
- //
- // txtzdys
- //
- this.txtzdys.AutoSize = true;
- this.txtzdys.Location = new System.Drawing.Point(261, 34);
- this.txtzdys.Name = "txtzdys";
- this.txtzdys.Size = new System.Drawing.Size(11, 12);
- this.txtzdys.TabIndex = 5;
- this.txtzdys.Text = " ";
- //
- // txtss
- //
- this.txtss.AutoSize = true;
- this.txtss.Location = new System.Drawing.Point(454, 56);
- this.txtss.Name = "txtss";
- this.txtss.Size = new System.Drawing.Size(11, 12);
- this.txtss.TabIndex = 5;
- this.txtss.Text = " ";
- //
- // txtzd
- //
- this.txtzd.AutoSize = true;
- this.txtzd.Location = new System.Drawing.Point(134, 56);
- this.txtzd.Name = "txtzd";
- this.txtzd.Size = new System.Drawing.Size(11, 12);
- this.txtzd.TabIndex = 5;
- this.txtzd.Text = " ";
- //
- // txtname
- //
- this.txtname.AutoSize = true;
- this.txtname.Location = new System.Drawing.Point(261, 14);
- this.txtname.Name = "txtname";
- this.txtname.Size = new System.Drawing.Size(11, 12);
- this.txtname.TabIndex = 5;
- this.txtname.Text = " ";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(525, 14);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 12);
- this.label5.TabIndex = 5;
- this.label5.Text = "申请预约时间";
- //
- // txtRoom
- //
- this.txtRoom.AutoSize = true;
- this.txtRoom.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold);
- this.txtRoom.Location = new System.Drawing.Point(10, 23);
- this.txtRoom.Name = "txtRoom";
- this.txtRoom.Size = new System.Drawing.Size(49, 19);
- this.txtRoom.TabIndex = 5;
- this.txtRoom.Text = "一间";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(421, 14);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(29, 12);
- this.label11.TabIndex = 5;
- this.label11.Text = "年龄";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(75, 34);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(29, 12);
- this.label15.TabIndex = 5;
- this.label15.Text = "科室";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(476, 34);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(53, 12);
- this.label21.TabIndex = 5;
- this.label21.Text = "术中护士";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(342, 14);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 5;
- this.label9.Text = "性别";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(338, 34);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(53, 12);
- this.label19.TabIndex = 5;
- this.label19.Text = "麻醉医生";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(75, 14);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(41, 12);
- this.label13.TabIndex = 5;
- this.label13.Text = "住院号";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(395, 56);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(53, 12);
- this.label25.TabIndex = 5;
- this.label25.Text = "拟施手术";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(202, 34);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(53, 12);
- this.label17.TabIndex = 5;
- this.label17.Text = "主刀医生";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(75, 56);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(53, 12);
- this.label23.TabIndex = 5;
- this.label23.Text = "术前诊断";
- //
- // txtType
- //
- this.txtType.AutoSize = true;
- this.txtType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtType.ForeColor = System.Drawing.Color.Red;
- this.txtType.Location = new System.Drawing.Point(22, 52);
- this.txtType.Name = "txtType";
- this.txtType.Size = new System.Drawing.Size(23, 16);
- this.txtType.TabIndex = 5;
- this.txtType.Text = "急";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(202, 14);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "患者姓名";
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.Color.AliceBlue;
- this.groupBox2.Controls.Add(this.panel3);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 142);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(999, 495);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "手术患者";
- //
- // panel3
- //
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(3, 17);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(993, 475);
- this.panel3.TabIndex = 0;
- //
- // frmSelectPatientNew
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(999, 637);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSelectPatientNew";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "选择患者";
- this.Load += new System.EventHandler(this.frmSelectPatientNew_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.DateTimePicker dtpSelectPatientTime;
- private System.Windows.Forms.Button btnNextDay;
- private System.Windows.Forms.Button btnFrontDay;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cboRoom;
- private System.Windows.Forms.Label label1;
- private DevComponents.DotNetBar.ButtonX buttonX1;
- private System.Windows.Forms.Label txtState;
- private System.Windows.Forms.Label txttime;
- private System.Windows.Forms.Label txtage;
- private System.Windows.Forms.Label txtsex;
- private System.Windows.Forms.Label txtdept;
- private System.Windows.Forms.Label txtNo;
- private System.Windows.Forms.Label txths;
- private System.Windows.Forms.Label txtmzys;
- private System.Windows.Forms.Label txtzdys;
- private System.Windows.Forms.Label txtss;
- private System.Windows.Forms.Label txtzd;
- private System.Windows.Forms.Label txtname;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label txtRoom;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label txtType;
- private System.Windows.Forms.Label label3;
- private DevComponents.DotNetBar.ButtonX buttonX3;
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs
deleted file mode 100644
index 9c46a86..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs
+++ /dev/null
@@ -1,377 +0,0 @@
-using DrawGraph;
-using AIMS.OremrUserControl;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Windows.Forms;
-using AIMSModel;
-using AIMSBLL;
-using DCSoftDotfuscate;
-
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- public partial class frmSelectPatientNew : Form
- {
-
- public int SelPatientId;
- public int SelApplyId;
- public bool isMainOpen = false;
- List rooms;
-
- public frmSelectPatientNew()
- {
- InitializeComponent();
- }
-
- private void frmSelectPatientNew_Load(object sender, EventArgs e)
- {
- rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'");
- rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" });
- cboRoom.DataSource = rooms;
- cboRoom.DisplayMember = "Name";
- cboRoom.ValueMember = "Id";
-
- FillDgv();
-
- this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged);
- }
-
- private void btnNext_Click(object sender, EventArgs e)
- {
- dtpSelectPatientTime.Value = dtpSelectPatientTime.Value.AddDays(1);
- }
- private void btnFrontDay_Click(object sender, EventArgs e)
- {
- dtpSelectPatientTime.Value = dtpSelectPatientTime.Value.AddDays(-1);
- }
-
- private void dtpSelectPatientTime_ValueChanged(object sender, EventArgs e)
- {
- FillDgv();
- }
-
- private void FillDgv()
- {
-
- panel3.Controls.Clear();
- panel2.Visible = false;
- int i = 0, j = 0;
- int count = 5;
- if (isMainOpen == true) count = 4;
-
- DataTable dt = new DataTable();
- dt = SelectPatient.GetSelectPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString());
-
- foreach (DataRow dr in dt.Rows)
- {
- ucPatientCard uc = new ucPatientCard(dr);
- uc.InRoom += Uc_InRoom;
- uc.QxRoom += Uc_QxRoom;
- uc.Clicks += Uc_Clicks;
- uc.Location = new Point((uc.Width + 9) * j, (uc.Height + 10) * i + 30);
- panel3.Controls.Add(uc);
- j++;
- if (j == count)
- {
- i++;
- j = 0;
- }
- //防止显示全部卡顿
- if (i >= 5) break;
- }
-
- DataTable dt2 = new DataTable();
- dt2 = SelectPatient.GetRelieveLockingPatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString());
-
- foreach (DataRow dr in dt2.Rows)
- {
- ucPatientCard uc = new ucPatientCard(dr);
- uc.InRoom += Uc_InRoom;
- uc.QxRoom += Uc_QxRoom;
- uc.Clicks += Uc_Clicks;
- uc.Location = new Point((uc.Width + 9) * j, (uc.Height + 10) * i + 30);
- panel3.Controls.Add(uc);
- j++;
- if (j == count)
- {
- i++;
- j = 0;
- }
- //防止显示全部卡顿
- if (i >= 10) break;
- }
-
-
- }
-
- public ucPatientCard SelUc;
-
- private void Uc_Clicks(ucPatientCard uc, int PatientId, int applyId, DataRow dr)
- {
- SelPatientId = PatientId;
- SelApplyId = applyId;
- txtType.Text = dr["OperationType"].ToString();
- txtNo.Text = dr["MdrecNo"].ToString();
- txtname.Text = dr["PatientName"].ToString();
- txtsex.Text = dr["sex"].ToString();
- txtage.Text = dr["age"].ToString();
- txtss.Text = dr["ApplyOperationInfoName"].ToString();
- txtmzys.Text = dr["AnesthesiaDoctor"].ToString();
- txttime.Text = dr["OrderOperationTime"].ToString();
- txtdept.Text = dr["ApplyDepName"].ToString();
- txtzdys.Text = dr["OperationDoctor"].ToString();
- txths.Text = dr["InstrumentNurse"].ToString() + " " + dr["TourNurse"].ToString();
- txtzd.Text = dr["ApplyDiagnoseInfoName"].ToString();
- txtRoom.Text = dr["OperationRoom"].ToString();
- txtRoom.Tag = dr["OperationRoomId"].ToString();
- if (!txtType.Text.Contains("急")) txtType.ForeColor = Color.DarkGreen;
- else txtType.ForeColor = Color.Red;
- txtState.Text = dr["State"].ToString();
- if (txtState.Text == "手术中" || txtState.Text == "手术结束")
- {
- label5.Text = "手术开始时间";
- label23.Text = "术中诊断";
- label25.Text = "实施手术";
- }
- else
- {
- label5.Text = "申请预约时间";
- label23.Text = "术前诊断";
- label25.Text = "拟施手术";
- }
- buttonX1.Text = uc.buttonX1.Text;
- panel2.Visible = true;
- SelUc = uc;
- }
-
- private void Uc_InRoom(ucPatientCard uc, int PatientId, int applyId)
- {
- string RoomStr = uc.Tag.ToString();
- if (RoomStr == "")
- {
- frmSeleteRoom seleteRoom = new frmSeleteRoom();
- seleteRoom.ShowDialog();
- if (seleteRoom.RoomId != null)
- {
- RoomStr = seleteRoom.RoomId.ToString();
- if (RoomStr != null && RoomStr != "")
- {
- OperationApply opeapply = BOperationApply.SelectSingle(applyId, RecursiveType.None, 0);
- opeapply.State = 4;
- opeapply.OperationRoomId = int.Parse(seleteRoom.RoomId);
- opeapply.PlanOperationTime = dtpSelectPatientTime.Value;
- opeapply.PlanOrder = BOperationApply.GetMaxPlanOrder(opeapply.PlanOperationTime.Value, opeapply.OperationRoomId.Value) + 1;
- BOperationApply.Update(opeapply);
- }
- }
- }
- if (RoomStr == "") return;
- SatrtOperation(uc, PatientId, applyId, int.Parse(RoomStr));
- }
-
- private void SatrtOperation(ucPatientCard uc, int PatientId, int applyId, int RoomId)
- {
- try
- {
- string State = uc.buttonX1.Text;
- if (State == "转入术间")
- {
- OperationApply operA = BOperationApply.SelectSingle(applyId);
- if (operA.State == 11)
- {
- MessageBox.Show("当前手术已停止 ,请确认后重新选择!", "系统提示");
- return;
- }
- //if (operA.OrderOperationTime.Value.Date != DateTime.Now.Date && operA.OrderOperationTime.Value.Hour < 18)
- //{
- // MessageBox.Show("该手术预约时间不是当前日期 ,请确认后重新选择!", "系统提示");
- // return;
- //}
- DataTable dtOperationRecord = SelectPatient.GetTodayDoOpePatientDataTable(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()));
- foreach (DataRow row in dtOperationRecord.Rows)
- {
- if (row["OperationRoomId"].ToString() == operA.OperationRoomId.ToString())
- {
- MessageBox.Show("当前有未完成的手术占用手术间,请先选择解锁术中手术!", "系统提示");
- return;
- }
- }
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
- frmAnasRecord.PatientId = PatientId;
- frmAnasRecord.ApplyId = applyId;
- frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
- frmAnasRecord.State = AIMSExtension.EditState.ADD;
- SelectPatient.UpdateApplyState(PatientId, applyId); //修改状态
-
- uc.label2.Text = "状态:手术中";
- uc.buttonX1.Text = "继续手术";
- uc.buttonX2.Text = "取消手术";
- uc.buttonX1.Visible = true;
- uc.buttonX2.Visible = true;
- uc.BackColor = Color.OldLace;
-
- if (isMainOpen == false)
- {
- frmAnasRecord.ShowDialog();
- FillDgv();
- }
- else
- {
- this.Close();
- }
-
- }
- else
- {
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
- frmAnasRecord.PatientId = PatientId;
- frmAnasRecord.ApplyId = applyId;
- frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
- if (State == "继续手术")
- {
- frmAnasRecord.State = AIMSExtension.EditState.EDIT;
- }
- else
- {
- frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
- }
-
- if (isMainOpen == false)
- {
- frmAnasRecord.ShowDialog();
- FillDgv();
- }
- else
- {
- this.Close();
- }
- }
- }
- catch (Exception ex)
- {
- AIMSExtension.PublicMethod.WriteLog(ex);
- }
- }
-
- private void Uc_QxRoom(ucPatientCard uc, int RecorId, int PatientId, int applyId)
- {
- try
- {
- if (uc.buttonX2.Text == "取消手术")
- {
- if (BOperationRecord.GetDataCount(RecorId, PatientId, 1) > 0)
- {
- MessageBox.Show("清除数据在进行取消转入操作!");
- return;
- }
- if (MessageBox.Show("确认要取消手术吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
- {
- try
- {
- HelperDB.DbHelperSQL.BeginTrans();
- BOperationApply.UpdateApplyState(applyId, 4);
- BOperationRecord.DeleteOperationRecordData(RecorId, PatientId, 1);
- HelperDB.DbHelperSQL.CommitTrans();
-
- if (isMainOpen == false)
- {
- FillDgv();
- }
- else
- {
- this.Close();
- }
- }
- catch
- {
- HelperDB.DbHelperSQL.RollbackTrans();
- }
- }
- }
- else
- {
- if (MessageBox.Show("确认要返回手术吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
- {
- try
- {
- HelperDB.DbHelperSQL.BeginTrans();
- BOperationApply.UpdateApplyState(applyId, 6);
- BOperationRecord.UpdateState(PatientId, 1, 1);
- BOperationRecord.DeleteEvent(PatientId, 8);
- HelperDB.DbHelperSQL.CommitTrans();
-
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
- frmAnasRecord.PatientId = PatientId;
- frmAnasRecord.ApplyId = applyId;
- frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
- frmAnasRecord.State = AIMSExtension.EditState.EDIT;
-
- frmAnasRecord._record = new OperationRecord();
- frmAnasRecord._record.Id = PatientId;
-
- if (isMainOpen == false)
- {
- frmAnasRecord.ShowDialog();
- FillDgv();
- }
- else
- {
- this.Close();
- }
- }
- catch
- {
- HelperDB.DbHelperSQL.RollbackTrans();
- }
- }
-
- }
- }
- catch (Exception ex)
- {
- AIMSExtension.PublicMethod.WriteLog(ex);
- }
- }
-
- private void cboRoom_SelectedIndexChanged(object sender, EventArgs e)
- {
- FillDgv();
- }
-
- private void buttonX1_Click(object sender, EventArgs e)
- {
- string RoomStr = txtRoom.Tag.ToString();
- if (RoomStr == "")
- {
- frmSeleteRoom seleteRoom = new frmSeleteRoom();
- seleteRoom.ShowDialog();
- if (seleteRoom.RoomId != null)
- {
- RoomStr = seleteRoom.RoomId.ToString();
- if (RoomStr != null && RoomStr != "")
- {
- OperationApply opeapply = BOperationApply.SelectSingle(SelApplyId, RecursiveType.None, 0);
- opeapply.State = 4;
- opeapply.OperationRoomId = int.Parse(seleteRoom.RoomId);
- opeapply.PlanOperationTime = dtpSelectPatientTime.Value;
- opeapply.PlanOrder = BOperationApply.GetMaxPlanOrder(opeapply.PlanOperationTime.Value, opeapply.OperationRoomId.Value) + 1;
- BOperationApply.Update(opeapply);
- }
- }
- }
- if (RoomStr == "") return;
- SatrtOperation(SelUc, SelPatientId, SelApplyId, (int.Parse(RoomStr)));
- }
-
- private void buttonX3_Click(object sender, EventArgs e)
- {
- AIMS.OperationFront.UI.frmOperationApplyDetail frmOperationApplyDetail = new AIMS.OperationFront.UI.frmOperationApplyDetail();
- frmOperationApplyDetail.State = AIMSExtension.EditState.ADD;
- frmOperationApplyDetail.ShowDialog();
- }
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.resx b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.resx
deleted file mode 100644
index 70f8230..0000000
--- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.resx
+++ /dev/null
@@ -1,523 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
- 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
- 0K4KC2cAAAAASUVORK5CYII=
-
-
-
-
- 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
- RK5CYII=
-
-
-
-
- AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABMLAAATCwAAAAAAAAAA
- AAD/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//38/P/9+/r//v38////
- /v//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////v5
- 9//q2tD/4sq6/+rc0v/7+ff/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////37ef/5LGP/+Kdbv/jsZD/9uzl//7/////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////8+/r/79vO/+OZZv/jk1z/45lm/+nQwP/69/b/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////+fb0/+bLuf/jlF3/45Nc/+OT
- Xf/gvaT/9vHt////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////fy
- 7//hv6r/45Re/+OTXP/jlF3/36+N//bs5f//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////27+r/3rac/+OUXf/jk1z/45Nd/+Omff/y4dX//f39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9uzl/96ujf/jlF3/45Nc/+OTXP/mnWz/58q2//fz
- 8f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fp4P/hp4D/45Nd/+OT
- XP/jk1z/45Ja/9+0l//z6uX/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////7/
- ///14tX/5qFy/+OTXP/jk1z/4pJb/+OSW//fp4H/8+PZ////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////5+Pf/68+7/+OSW//jk1z/4pJc/92OWP/hkVv/5KBx//LZyf/9/f7/////////
- ///////////////////////////////////////////////+/v/9+/r/+/j1//z39P/8+PX//Pn3//79
- /f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9vLv/+TDq//jklv/4pJb/+GRW//djlj/4JBa/+OS
- Wv/kvaL/9O7q///////////////////////////////////////////////////////59vT/69nN/9+7
- ov/gtZf/37id/+HGsv/17Ob//fz7////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Ts6P/guJ7/45Jb/+KT
- XP/fkFr/3I5Y/+CRWv/jkVn/36yJ//Dj2f//////////////////////////////////////////////
- ///38/H/6c68/+Knfv/il2P/4pdi/+KXY//jmmn/6bGM//Di2P/8+/r/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///z5+D/3q6O/+OSW//ilmH/3q2M/+O8ov/mqH//5JZh/+Cid//x28z/////////////////////////
- ////////////////////////7NvP/+CqhP/jlF7/45Jb/+OTW//jk1v/45Nc/+SYY//jtZT/+O/p////
- ////////////////////////////////////////////////////////////////////////+PLv/+nP
- v//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwaP/7cKl/+vOu//8+vj/////////
- ////////////////////////8+TZ/9+ngP/jklr/45lm/+bOv//27ef/57mb/+KYZf/lnm7/7tC8//r6
- +f//////+fLu/+jKtv/vwqT/78Kj/+/Co//vwqP/78Kk/+m1k//jnm//45Ja/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/4pln/+nPvf/59vT/////////////////////////////////////////////////////////
- //////////////Xt6f/et57/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+OZ
- Zv/ipHr/7d7U//38+/////////////////////////////bh0//koXT/45Re/+iofv/06+X//fz7/+TD
- rf/hm2r/5JVf/+W5nP/y6ub//Pz7/+/d0P/jqYH/5Jhl/+SYZP/kmGT/5Jhk/+SYZP/lmWb/5JZh/+OT
- XP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTW//guqL/9u/r////////////////////////////////////
- ///////////////////////////////////17ej/3ree/+WaaP/lmmf/5Zpn/+WaZ//lmmf/5Zpn/+Wa
- Z//lmmf/5Ztp/+WZZv/jklr/45hk/+HFsf/8+ff///////////////////////z9/f/y2sn/5qBx/+SW
- Yf/rsov//fn2//7+/v/l0MH/4Z9x/+OPVv/fpoD/7d3S//by7//jwar/5pxq/+Wda//lmmj/5Zpn/+Wa
- Z//lmmf/5Zxq/+SYY//jk1v/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1v/4Luj//bw7P//////////////
- ////////////////////////////////////////////////////////+fXy/+3Yy//yzbT/8s20//LN
- tP/yzbT/8s20//LNtP/yzbT/8s61/+3GrP/krIf/45Ja/+KXY//guZ3//Pj1////////////////////
- ///39PL/6cmz/+WaZ//jlmH/6LOO//76+P//////7eLb/+Wthf/jlF3/4Z9x//DVw//06uP/3qyK/+SV
- YP/prIP/8cux//LNtP/yzbT/8s62/+m5mv/jnW7/45Ja/+OTXP/jk1z/45Nc/+OTXP/jk1z/5Jto/+bK
- t//49PL/////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////18e7/5MOt/+SXYv/jlmH/5LCN//ny
- 7f//////////////////////8uzo/+K5nf/jkFf/4pdk/+O4mf/9+/n///////j29P/pwKT/45po/+Wb
- af/wy7P/8dzO/+Kjef/jlmH/6LGM//369//////////////////t3ND/4ayI/+KVYP/jklr/45Jb/+OS
- W//jk1v/5Jlm/+Sxjv/w4dj//Pv6////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+vn4/+7Z
- yv/lpHj/5JVf/+ene//u4NX//Pv6//////////////////Dl3f/fr4//45FZ/+KZZ//hwKj//fv6////
- ////////5su4/+Cdb//lmWX/5rCM/+a1lv/mnWz/4pdk/+O4nP/9+vj/////////////////+Pb0/+vU
- xP/irYj/4Zlo/+KYZP/imGX/4p5w/+i1kv/o08b/+vf1////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////26eH/36mE/+OTXP/jl2P/5Mq6//r39v/////////////////v3tL/3qV//+OR
- Wf/inGz/482+//38+////////////+jWzP/hpn7/45Jb/+GRWv/hklv/45Nc/+Oeb//kzb7//fz7////
- ///////////////////7+fj/7d/W/+LBqv/muJj/5rqc/+PLuf/v5d7//fz7////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9e3n/96zlf/jk13/45Zh/9+8pf/59fH/////////
- ////////8drK/+GhdP/jkln/5KJ0/+zf1//+/f3////////////x6uT/57qc/+KYZv/gkFn/4pJb/+SX
- Y//ptJD/9e7q//7+/v////////////////////////////7+/f/+/fz//vz7//78+//+/fz//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fy7//iwav/45Re/+OV
- YP/fsJD/+fLt//////////////////TYxP/lnWz/5JZh/+u1kf/69vT////+/////////////////+vI
- sv/gmmv/4pFa/+OSW//imWb/5ryg//78+///////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///6+Pb/69XH/+ekd//jlWD/5qmB//Tn3v/9/f3///////n5+P/uzrn/5p1s/+OXY//ruZj//v38////
- ///////////////////p0sH/36F2/+OSWv/jklr/4Z1u/+PJuP/+/v3/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v////br4//iq4f/45Vf/+SZZv/p0cH/+vj2///////z7ur/5rye/+ST
- XP/imWb/5r6h///+/f//////////////////////7N/V/+GqhP/jkFf/5Jdi/+ewi//r39f//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////48u3/3rWY/+OVX//jlF3/4L+p//fy
- 7///////7uPc/+CujP/jkFf/4Ztr/+PDrf/+/v3///////////////////////Tv7P/pvqH/5Zdi/+KZ
- Zv/nv6T/+vj2////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+fXy/+HC
- rP/jlV//45Rd/96ylf/27uj//////+zZzf/fpX7/45FY/+GecP/kzLz//v7+////////////////////
- ///9/f3/7NTF/9+phv/grYr/69fJ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v59//p1cb/5Z9w/+OUXv/hqYT/9ejf///////u1MH/4J9z/+OQV//jonb/6drQ///+
- /v////////////////////////////bv6//t28//8N/T//fz8P//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/f3/9erj/+WtiP/jlmD/5J1u/+7Xyf/7/f7/8dG7/+Oc
- a//jk1z/6LCJ//Tv6///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////v28v/ftZf/4pZi/+OS
- Wv/kvqX/8ube//DIrf/lm2j/45hk/+3Aov//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+PX/4MKs/+KXZP/jklv/3qR9/+S0lP/mrIP/5Jll/+GZaP/pwqj/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////Pr5/+bSxP/knGv/4pFc/9+QWv/gkVv/35Ba/+CPWP/gnW//5sm1////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////79/f/06uX/6K+J/+OVYP/gkVr/35Ba/+CQ
- Wv/ikFj/4KJ2/+bSw///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////Pn2/+O4
- mv/il2T/349Y/9+QWf/gkFr/4pBZ/+Knfv/p29L/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////37+f/hwq3/4ppo/+KRWv/fj1n/349Z/+SYZf/ouJj/7+fi////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////9/Pv/5dLF/+OcbP/jklr/4pJb/+KRWv/kmmj/7saq//z8
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v39//Ho4v/nrYX/45Vg/+OT
- XP/jklv/4pxs/+3LtP//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+ff/5rue/+KZZv/jklv/45Ja/+Cfc//qz73/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v39/+PEsP/hm2v/45Ja/+ORWf/fpHz/6dbJ////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////7+/f/l0cX/4p9x/+OSWf/jkVj/4aqF/+zf
- 1///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v7/7uXf/+Wq
- gf/jk1z/5JNc/+W1lP/w6eT/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v6+f/qv6H/45hl/+Scav/ryK//9/Xz////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////58u3/+Ghdf/go3n/7tfG////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Tu6v/m0cT/5M7A//Pr
- 5f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+/f3//Pr4//v5+P/9/fz/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
-
-
-
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs
index d4869d2..cbb14bd 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew2.cs
@@ -22,7 +22,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
public int SelPatientId;
public int SelApplyId;
public bool isMainOpen = false;
- public AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill2 frmAnasRecord;
+ public AIMS.OperationDoing.AnasRecordBill.UI.frmAanesthesiaRecord frmAnasRecord;
List rooms;
public frmSelectPatientNew2()
@@ -268,7 +268,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
if (frmAnasRecord == null)
- frmAnasRecord = new frmAnasRecordBill2();
+ frmAnasRecord = new frmAanesthesiaRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -299,7 +299,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
else
{
if (frmAnasRecord == null)
- frmAnasRecord = new frmAnasRecordBill2();
+ frmAnasRecord = new frmAanesthesiaRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -409,7 +409,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
HelperDB.DbHelperSQL.CommitTrans();
if (frmAnasRecord == null)
- frmAnasRecord = new frmAnasRecordBill2();
+ frmAnasRecord = new frmAanesthesiaRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs
rename to AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs
index 3b7e85e..780e410 100644
--- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs
+++ b/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.Designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.OperationDoing.AnasRecoverBill.UI
{
- partial class frmAnasRecoverBill
+ partial class frmAanesthesiaRecover
{
///
/// 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(frmAnasRecoverBill));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAanesthesiaRecover));
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/frmAnasRecoverBill.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs
similarity index 97%
rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs
rename to AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs
index c55d64d..aca07df 100644
--- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs
+++ b/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.cs
@@ -21,7 +21,7 @@ using System.Windows.Forms;
namespace AIMS.OperationDoing.AnasRecoverBill.UI
{
- public partial class frmAnasRecoverBill : Form
+ public partial class frmAanesthesiaRecover : Form
{
#region 初始化
public OperationRecord _record;
@@ -34,7 +34,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
public AIMSExtension.EditState State;
public bool isReadOnly = false;
- public frmAnasRecoverBill()
+ public frmAanesthesiaRecover()
{
InitializeComponent();
#region 时间轴事件
@@ -139,7 +139,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
foreach (PhysioDataConfig pp in _record.PhysioConfigList)
{
- if (pp.showStyle == "显示数值")
+ if (pp.ShowText == true)
{
pp.IsValid = false;
///重新设置曲线属性
@@ -170,7 +170,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
UpPanes.Add(mPane.Clone());
foreach (PhysioDataConfig pp in _record.PhysioConfigList)
{
- if (pp.showStyle == "显示数值")
+ if (pp.ShowText == true)
{
pp.IsValid = true;
///重新设置曲线属性
@@ -808,7 +808,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
}
private void button6_Click(object sender, EventArgs e)
{
- frmAnaseDataQualityRecord frmAnaseDataQuality = new frmAnaseDataQualityRecord();
+ frmAanesthesiaQuality frmAnaseDataQuality = new frmAanesthesiaQuality();
frmAnaseDataQuality._record = _record;
frmAnaseDataQuality.ShowDialog();
}
@@ -986,16 +986,10 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
foreach (DataRow dr in dtPhysioData.Rows)
{
try
- {
- if (Double.Parse(dr["ParamValue"].ToString()) <= 1) continue;
- if (key.Contains("压") && Double.Parse(dr["ParamValue"].ToString()) <= 30) continue;
- if (isCgtime(addPP.Name, dtTime)) continue;
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = dtTime;
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ { //if (Double.Parse(dr["ParamValue"].ToString()) <= 1) continue;
+ //if (key.Contains("压") && Double.Parse(dr["ParamValue"].ToString()) <= 30) continue;
+ if (!isCgtime(addPP.Name, dtTime)) continue;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, dtTime, dr["ParamValue"].ToString());
physioDatas.Add(pdTemp);
continue;
}
@@ -1367,16 +1361,13 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
if (Double.Parse(dr["ParamValue"].ToString()) <= 0) continue;
if (dr["ParameterName"] != null && dr["ParameterName"].ToString() != "" && dr["ParameterName"].ToString().Equals(addPP.Id.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dr["InsertTime"].ToString());
- pdTemp.Value = Double.Parse(dr["ParamValue"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = _record.Id.Value;
+ DateTime RecordTime = DateTime.Parse(dr["InsertTime"].ToString());
+ if (!isCgtime(addPP.Name, RecordTime)) continue;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, _record.Id.Value, RecordTime, dr["ParamValue"].ToString());
addPP.AddItemByTime(pdTemp);
}
}
- }
+ }
}
}
private void clearSelectCouve_Click(Object sender, EventArgs e)
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx b/AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx
rename to AIMS/OperationDoing/AnasRecoverBill/frmAanesthesiaRecover.resx
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx
deleted file mode 100644
index 35348c8..0000000
--- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx
+++ /dev/null
@@ -1,411 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 62
-
-
-
-
- AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABMLAAATCwAAAAAAAAAA
- AAD/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//38/P/9+/r//v38////
- /v//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////v5
- 9//q2tD/4sq6/+rc0v/7+ff/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////37ef/5LGP/+Kdbv/jsZD/9uzl//7/////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////8+/r/79vO/+OZZv/jk1z/45lm/+nQwP/69/b/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////+fb0/+bLuf/jlF3/45Nc/+OT
- Xf/gvaT/9vHt////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////fy
- 7//hv6r/45Re/+OTXP/jlF3/36+N//bs5f//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////27+r/3rac/+OUXf/jk1z/45Nd/+Omff/y4dX//f39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9uzl/96ujf/jlF3/45Nc/+OTXP/mnWz/58q2//fz
- 8f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fp4P/hp4D/45Nd/+OT
- XP/jk1z/45Ja/9+0l//z6uX/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////7/
- ///14tX/5qFy/+OTXP/jk1z/4pJb/+OSW//fp4H/8+PZ////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////5+Pf/68+7/+OSW//jk1z/4pJc/92OWP/hkVv/5KBx//LZyf/9/f7/////////
- ///////////////////////////////////////////////+/v/9+/r/+/j1//z39P/8+PX//Pn3//79
- /f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9vLv/+TDq//jklv/4pJb/+GRW//djlj/4JBa/+OS
- Wv/kvaL/9O7q///////////////////////////////////////////////////////59vT/69nN/9+7
- ov/gtZf/37id/+HGsv/17Ob//fz7////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Ts6P/guJ7/45Jb/+KT
- XP/fkFr/3I5Y/+CRWv/jkVn/36yJ//Dj2f//////////////////////////////////////////////
- ///38/H/6c68/+Knfv/il2P/4pdi/+KXY//jmmn/6bGM//Di2P/8+/r/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///z5+D/3q6O/+OSW//ilmH/3q2M/+O8ov/mqH//5JZh/+Cid//x28z/////////////////////////
- ////////////////////////7NvP/+CqhP/jlF7/45Jb/+OTW//jk1v/45Nc/+SYY//jtZT/+O/p////
- ////////////////////////////////////////////////////////////////////////+PLv/+nP
- v//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwaP/7cKl/+vOu//8+vj/////////
- ////////////////////////8+TZ/9+ngP/jklr/45lm/+bOv//27ef/57mb/+KYZf/lnm7/7tC8//r6
- +f//////+fLu/+jKtv/vwqT/78Kj/+/Co//vwqP/78Kk/+m1k//jnm//45Ja/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/4pln/+nPvf/59vT/////////////////////////////////////////////////////////
- //////////////Xt6f/et57/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+OZ
- Zv/ipHr/7d7U//38+/////////////////////////////bh0//koXT/45Re/+iofv/06+X//fz7/+TD
- rf/hm2r/5JVf/+W5nP/y6ub//Pz7/+/d0P/jqYH/5Jhl/+SYZP/kmGT/5Jhk/+SYZP/lmWb/5JZh/+OT
- XP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTW//guqL/9u/r////////////////////////////////////
- ///////////////////////////////////17ej/3ree/+WaaP/lmmf/5Zpn/+WaZ//lmmf/5Zpn/+Wa
- Z//lmmf/5Ztp/+WZZv/jklr/45hk/+HFsf/8+ff///////////////////////z9/f/y2sn/5qBx/+SW
- Yf/rsov//fn2//7+/v/l0MH/4Z9x/+OPVv/fpoD/7d3S//by7//jwar/5pxq/+Wda//lmmj/5Zpn/+Wa
- Z//lmmf/5Zxq/+SYY//jk1v/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1v/4Luj//bw7P//////////////
- ////////////////////////////////////////////////////////+fXy/+3Yy//yzbT/8s20//LN
- tP/yzbT/8s20//LNtP/yzbT/8s61/+3GrP/krIf/45Ja/+KXY//guZ3//Pj1////////////////////
- ///39PL/6cmz/+WaZ//jlmH/6LOO//76+P//////7eLb/+Wthf/jlF3/4Z9x//DVw//06uP/3qyK/+SV
- YP/prIP/8cux//LNtP/yzbT/8s62/+m5mv/jnW7/45Ja/+OTXP/jk1z/45Nc/+OTXP/jk1z/5Jto/+bK
- t//49PL/////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////18e7/5MOt/+SXYv/jlmH/5LCN//ny
- 7f//////////////////////8uzo/+K5nf/jkFf/4pdk/+O4mf/9+/n///////j29P/pwKT/45po/+Wb
- af/wy7P/8dzO/+Kjef/jlmH/6LGM//369//////////////////t3ND/4ayI/+KVYP/jklr/45Jb/+OS
- W//jk1v/5Jlm/+Sxjv/w4dj//Pv6////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+vn4/+7Z
- yv/lpHj/5JVf/+ene//u4NX//Pv6//////////////////Dl3f/fr4//45FZ/+KZZ//hwKj//fv6////
- ////////5su4/+Cdb//lmWX/5rCM/+a1lv/mnWz/4pdk/+O4nP/9+vj/////////////////+Pb0/+vU
- xP/irYj/4Zlo/+KYZP/imGX/4p5w/+i1kv/o08b/+vf1////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////26eH/36mE/+OTXP/jl2P/5Mq6//r39v/////////////////v3tL/3qV//+OR
- Wf/inGz/482+//38+////////////+jWzP/hpn7/45Jb/+GRWv/hklv/45Nc/+Oeb//kzb7//fz7////
- ///////////////////7+fj/7d/W/+LBqv/muJj/5rqc/+PLuf/v5d7//fz7////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9e3n/96zlf/jk13/45Zh/9+8pf/59fH/////////
- ////////8drK/+GhdP/jkln/5KJ0/+zf1//+/f3////////////x6uT/57qc/+KYZv/gkFn/4pJb/+SX
- Y//ptJD/9e7q//7+/v////////////////////////////7+/f/+/fz//vz7//78+//+/fz//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fy7//iwav/45Re/+OV
- YP/fsJD/+fLt//////////////////TYxP/lnWz/5JZh/+u1kf/69vT////+/////////////////+vI
- sv/gmmv/4pFa/+OSW//imWb/5ryg//78+///////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///6+Pb/69XH/+ekd//jlWD/5qmB//Tn3v/9/f3///////n5+P/uzrn/5p1s/+OXY//ruZj//v38////
- ///////////////////p0sH/36F2/+OSWv/jklr/4Z1u/+PJuP/+/v3/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v////br4//iq4f/45Vf/+SZZv/p0cH/+vj2///////z7ur/5rye/+ST
- XP/imWb/5r6h///+/f//////////////////////7N/V/+GqhP/jkFf/5Jdi/+ewi//r39f//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////48u3/3rWY/+OVX//jlF3/4L+p//fy
- 7///////7uPc/+CujP/jkFf/4Ztr/+PDrf/+/v3///////////////////////Tv7P/pvqH/5Zdi/+KZ
- Zv/nv6T/+vj2////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+fXy/+HC
- rP/jlV//45Rd/96ylf/27uj//////+zZzf/fpX7/45FY/+GecP/kzLz//v7+////////////////////
- ///9/f3/7NTF/9+phv/grYr/69fJ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v59//p1cb/5Z9w/+OUXv/hqYT/9ejf///////u1MH/4J9z/+OQV//jonb/6drQ///+
- /v////////////////////////////bv6//t28//8N/T//fz8P//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/f3/9erj/+WtiP/jlmD/5J1u/+7Xyf/7/f7/8dG7/+Oc
- a//jk1z/6LCJ//Tv6///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////v28v/ftZf/4pZi/+OS
- Wv/kvqX/8ube//DIrf/lm2j/45hk/+3Aov//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+PX/4MKs/+KXZP/jklv/3qR9/+S0lP/mrIP/5Jll/+GZaP/pwqj/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////Pr5/+bSxP/knGv/4pFc/9+QWv/gkVv/35Ba/+CPWP/gnW//5sm1////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////79/f/06uX/6K+J/+OVYP/gkVr/35Ba/+CQ
- Wv/ikFj/4KJ2/+bSw///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////Pn2/+O4
- mv/il2T/349Y/9+QWf/gkFr/4pBZ/+Knfv/p29L/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////37+f/hwq3/4ppo/+KRWv/fj1n/349Z/+SYZf/ouJj/7+fi////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////9/Pv/5dLF/+OcbP/jklr/4pJb/+KRWv/kmmj/7saq//z8
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v39//Ho4v/nrYX/45Vg/+OT
- XP/jklv/4pxs/+3LtP//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+ff/5rue/+KZZv/jklv/45Ja/+Cfc//qz73/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v39/+PEsP/hm2v/45Ja/+ORWf/fpHz/6dbJ////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////7+/f/l0cX/4p9x/+OSWf/jkVj/4aqF/+zf
- 1///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v7/7uXf/+Wq
- gf/jk1z/5JNc/+W1lP/w6eT/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v6+f/qv6H/45hl/+Scav/ryK//9/Xz////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////58u3/+Ghdf/go3n/7tfG////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Tu6v/m0cT/5M7A//Pr
- 5f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+/f3//Pr4//v5+P/9/fz/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
-
-
-
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs b/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs
index 924fa4e..8a04148 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.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new AnasRecoverBill.UI.frmAanesthesiaRecover();
frmAnasRecord.PatientId = int.Parse(dgv.SelectedRows[0].Cells["PatientIdColumn"].Value.ToString());
frmAnasRecord.ApplyId = int.Parse(dgv.SelectedRows[0].Cells["ApplyIdColumn"].Value.ToString());
frmAnasRecord.RecoverId = RecoverId;
@@ -182,7 +182,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
else
{
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new AnasRecoverBill.UI.frmAanesthesiaRecover();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
@@ -202,7 +202,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
int SelApplyId = int.Parse(dgv2.CurrentRow.Cells["ApplyIdColumn2"].Value.ToString());
int SelPatientId = int.Parse(dgv2.CurrentRow.Cells["PatientIdColumn2"].Value.ToString());
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAanesthesiaRecover();
frmAnasRecord.PatientId = SelPatientId;
frmAnasRecord.ApplyId = SelApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
diff --git a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs b/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs
index dd35da4..56970f0 100644
--- a/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs
+++ b/AIMS/OperationDoing/oldSystemCode/frmKnowledgeBase.designer.cs
@@ -57,7 +57,7 @@
//
// groupBox1
//
- this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(154)))));
+ this.groupBox1.BackColor = System.Drawing.Color.White;
this.groupBox1.Controls.Add(this.TVknow);
this.groupBox1.Controls.Add(this.panel4);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
index eb6a0a3..ff6f402 100644
--- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
+++ b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
@@ -289,7 +289,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
return;
}
}
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument frmAnasRecord = new frmAnasRecordInstrument();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmInstrumentRecord frmAnasRecord = new frmInstrumentRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -317,7 +317,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
else
{
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument frmAnasRecord = new frmAnasRecordInstrument();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmInstrumentRecord frmAnasRecord = new frmInstrumentRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -393,7 +393,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
BOperationRecord.DeleteEvent(PatientId, 8);
HelperDB.DbHelperSQL.CommitTrans();
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument frmAnasRecord = new frmAnasRecordInstrument();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmInstrumentRecord frmAnasRecord = new frmInstrumentRecord();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.Designer.cs b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.Designer.cs
deleted file mode 100644
index 6dfb59d..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.Designer.cs
+++ /dev/null
@@ -1,535 +0,0 @@
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- partial class frmSelectPatientGoodsBill2
- {
- ///
- /// 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(frmSelectPatientGoodsBill2));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.cboRoom = new System.Windows.Forms.ComboBox();
- this.btnFrontDay = new System.Windows.Forms.Button();
- this.btnNextDay = new System.Windows.Forms.Button();
- this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
- this.txtState = new System.Windows.Forms.Label();
- this.txttime = new System.Windows.Forms.Label();
- this.txtage = new System.Windows.Forms.Label();
- this.txtsex = new System.Windows.Forms.Label();
- this.txtdept = new System.Windows.Forms.Label();
- this.txtNo = new System.Windows.Forms.Label();
- this.txths = new System.Windows.Forms.Label();
- this.txtmzys = new System.Windows.Forms.Label();
- this.txtzdys = new System.Windows.Forms.Label();
- this.txtss = new System.Windows.Forms.Label();
- this.txtzd = new System.Windows.Forms.Label();
- this.txtname = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtRoom = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.txtType = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.AliceBlue;
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.cboRoom);
- this.panel1.Controls.Add(this.btnFrontDay);
- this.panel1.Controls.Add(this.btnNextDay);
- this.panel1.Controls.Add(this.dtpSelectPatientTime);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(999, 39);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 20);
- this.label1.TabIndex = 7;
- this.label1.Text = "手术日期";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(291, 8);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 20);
- this.label2.TabIndex = 6;
- this.label2.Text = "手术间";
- //
- // cboRoom
- //
- this.cboRoom.FormattingEnabled = true;
- this.cboRoom.Location = new System.Drawing.Point(345, 8);
- this.cboRoom.Name = "cboRoom";
- this.cboRoom.Size = new System.Drawing.Size(121, 22);
- this.cboRoom.TabIndex = 5;
- //
- // btnFrontDay
- //
- this.btnFrontDay.BackColor = System.Drawing.Color.Transparent;
- this.btnFrontDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFrontDay.BackgroundImage")));
- this.btnFrontDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnFrontDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnFrontDay.FlatAppearance.BorderSize = 0;
- this.btnFrontDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnFrontDay.Location = new System.Drawing.Point(213, 7);
- this.btnFrontDay.Name = "btnFrontDay";
- this.btnFrontDay.Size = new System.Drawing.Size(34, 24);
- this.btnFrontDay.TabIndex = 2;
- this.btnFrontDay.UseVisualStyleBackColor = false;
- this.btnFrontDay.Click += new System.EventHandler(this.btnFrontDay_Click);
- //
- // btnNextDay
- //
- this.btnNextDay.BackColor = System.Drawing.Color.Transparent;
- this.btnNextDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextDay.BackgroundImage")));
- this.btnNextDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnNextDay.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnNextDay.FlatAppearance.BorderSize = 0;
- this.btnNextDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnNextDay.Location = new System.Drawing.Point(251, 7);
- this.btnNextDay.Name = "btnNextDay";
- this.btnNextDay.Size = new System.Drawing.Size(34, 24);
- this.btnNextDay.TabIndex = 1;
- this.btnNextDay.UseVisualStyleBackColor = false;
- this.btnNextDay.Click += new System.EventHandler(this.btnNext_Click);
- //
- // dtpSelectPatientTime
- //
- this.dtpSelectPatientTime.CustomFormat = "yyyy-MM-dd";
- this.dtpSelectPatientTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpSelectPatientTime.Location = new System.Drawing.Point(79, 9);
- this.dtpSelectPatientTime.Name = "dtpSelectPatientTime";
- this.dtpSelectPatientTime.Size = new System.Drawing.Size(111, 23);
- this.dtpSelectPatientTime.TabIndex = 0;
- this.dtpSelectPatientTime.ValueChanged += new System.EventHandler(this.dtpSelectPatientTime_ValueChanged);
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
- this.groupBox1.Controls.Add(this.panel2);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 39);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(999, 103);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "患者信息";
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.Controls.Add(this.buttonX1);
- this.panel2.Controls.Add(this.txtState);
- this.panel2.Controls.Add(this.txttime);
- this.panel2.Controls.Add(this.txtage);
- this.panel2.Controls.Add(this.txtsex);
- this.panel2.Controls.Add(this.txtdept);
- this.panel2.Controls.Add(this.txtNo);
- this.panel2.Controls.Add(this.txths);
- this.panel2.Controls.Add(this.txtmzys);
- this.panel2.Controls.Add(this.txtzdys);
- this.panel2.Controls.Add(this.txtss);
- this.panel2.Controls.Add(this.txtzd);
- this.panel2.Controls.Add(this.txtname);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Controls.Add(this.txtRoom);
- this.panel2.Controls.Add(this.label11);
- this.panel2.Controls.Add(this.label15);
- this.panel2.Controls.Add(this.label21);
- this.panel2.Controls.Add(this.label9);
- this.panel2.Controls.Add(this.label19);
- this.panel2.Controls.Add(this.label13);
- this.panel2.Controls.Add(this.label25);
- this.panel2.Controls.Add(this.label17);
- this.panel2.Controls.Add(this.label23);
- this.panel2.Controls.Add(this.txtType);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 17);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(993, 83);
- this.panel2.TabIndex = 0;
- this.panel2.Visible = false;
- //
- // buttonX1
- //
- this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buttonX1.Location = new System.Drawing.Point(781, 14);
- this.buttonX1.Name = "buttonX1";
- this.buttonX1.Size = new System.Drawing.Size(121, 54);
- this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.buttonX1.TabIndex = 6;
- this.buttonX1.Text = "查看器械清点单";
- this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
- //
- // txtState
- //
- this.txtState.AutoSize = true;
- this.txtState.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
- this.txtState.ForeColor = System.Drawing.Color.Red;
- this.txtState.Location = new System.Drawing.Point(687, 24);
- this.txtState.Name = "txtState";
- this.txtState.Size = new System.Drawing.Size(69, 26);
- this.txtState.TabIndex = 5;
- this.txtState.Text = "手术中";
- //
- // txttime
- //
- this.txttime.AutoSize = true;
- this.txttime.Location = new System.Drawing.Point(607, 14);
- this.txttime.Name = "txttime";
- this.txttime.Size = new System.Drawing.Size(11, 12);
- this.txttime.TabIndex = 5;
- this.txttime.Text = " ";
- //
- // txtage
- //
- this.txtage.AutoSize = true;
- this.txtage.Location = new System.Drawing.Point(454, 14);
- this.txtage.Name = "txtage";
- this.txtage.Size = new System.Drawing.Size(11, 12);
- this.txtage.TabIndex = 5;
- this.txtage.Text = " ";
- //
- // txtsex
- //
- this.txtsex.AutoSize = true;
- this.txtsex.Location = new System.Drawing.Point(375, 14);
- this.txtsex.Name = "txtsex";
- this.txtsex.Size = new System.Drawing.Size(11, 12);
- this.txtsex.TabIndex = 5;
- this.txtsex.Text = " ";
- //
- // txtdept
- //
- this.txtdept.AutoSize = true;
- this.txtdept.Location = new System.Drawing.Point(115, 34);
- this.txtdept.Name = "txtdept";
- this.txtdept.Size = new System.Drawing.Size(11, 12);
- this.txtdept.TabIndex = 5;
- this.txtdept.Text = " ";
- //
- // txtNo
- //
- this.txtNo.AutoSize = true;
- this.txtNo.Location = new System.Drawing.Point(127, 14);
- this.txtNo.Name = "txtNo";
- this.txtNo.Size = new System.Drawing.Size(11, 12);
- this.txtNo.TabIndex = 5;
- this.txtNo.Text = " ";
- //
- // txths
- //
- this.txths.AutoSize = true;
- this.txths.Location = new System.Drawing.Point(535, 34);
- this.txths.Name = "txths";
- this.txths.Size = new System.Drawing.Size(11, 12);
- this.txths.TabIndex = 5;
- this.txths.Text = " ";
- //
- // txtmzys
- //
- this.txtmzys.AutoSize = true;
- this.txtmzys.Location = new System.Drawing.Point(397, 34);
- this.txtmzys.Name = "txtmzys";
- this.txtmzys.Size = new System.Drawing.Size(11, 12);
- this.txtmzys.TabIndex = 5;
- this.txtmzys.Text = " ";
- //
- // txtzdys
- //
- this.txtzdys.AutoSize = true;
- this.txtzdys.Location = new System.Drawing.Point(261, 34);
- this.txtzdys.Name = "txtzdys";
- this.txtzdys.Size = new System.Drawing.Size(11, 12);
- this.txtzdys.TabIndex = 5;
- this.txtzdys.Text = " ";
- //
- // txtss
- //
- this.txtss.AutoSize = true;
- this.txtss.Location = new System.Drawing.Point(454, 56);
- this.txtss.Name = "txtss";
- this.txtss.Size = new System.Drawing.Size(11, 12);
- this.txtss.TabIndex = 5;
- this.txtss.Text = " ";
- //
- // txtzd
- //
- this.txtzd.AutoSize = true;
- this.txtzd.Location = new System.Drawing.Point(134, 56);
- this.txtzd.Name = "txtzd";
- this.txtzd.Size = new System.Drawing.Size(11, 12);
- this.txtzd.TabIndex = 5;
- this.txtzd.Text = " ";
- //
- // txtname
- //
- this.txtname.AutoSize = true;
- this.txtname.Location = new System.Drawing.Point(261, 14);
- this.txtname.Name = "txtname";
- this.txtname.Size = new System.Drawing.Size(11, 12);
- this.txtname.TabIndex = 5;
- this.txtname.Text = " ";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(525, 14);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 12);
- this.label5.TabIndex = 5;
- this.label5.Text = "申请预约时间";
- //
- // txtRoom
- //
- this.txtRoom.AutoSize = true;
- this.txtRoom.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold);
- this.txtRoom.Location = new System.Drawing.Point(10, 23);
- this.txtRoom.Name = "txtRoom";
- this.txtRoom.Size = new System.Drawing.Size(49, 19);
- this.txtRoom.TabIndex = 5;
- this.txtRoom.Text = "一间";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(421, 14);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(29, 12);
- this.label11.TabIndex = 5;
- this.label11.Text = "年龄";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(75, 34);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(29, 12);
- this.label15.TabIndex = 5;
- this.label15.Text = "科室";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(476, 34);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(53, 12);
- this.label21.TabIndex = 5;
- this.label21.Text = "术中护士";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(342, 14);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 5;
- this.label9.Text = "性别";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(338, 34);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(53, 12);
- this.label19.TabIndex = 5;
- this.label19.Text = "麻醉医生";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(75, 14);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(41, 12);
- this.label13.TabIndex = 5;
- this.label13.Text = "住院号";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(395, 56);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(53, 12);
- this.label25.TabIndex = 5;
- this.label25.Text = "拟施手术";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(202, 34);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(53, 12);
- this.label17.TabIndex = 5;
- this.label17.Text = "主刀医生";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(75, 56);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(53, 12);
- this.label23.TabIndex = 5;
- this.label23.Text = "术前诊断";
- //
- // txtType
- //
- this.txtType.AutoSize = true;
- this.txtType.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtType.ForeColor = System.Drawing.Color.Red;
- this.txtType.Location = new System.Drawing.Point(22, 52);
- this.txtType.Name = "txtType";
- this.txtType.Size = new System.Drawing.Size(24, 16);
- this.txtType.TabIndex = 5;
- this.txtType.Text = "急";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(202, 14);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "患者姓名";
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.Color.AliceBlue;
- this.groupBox2.Controls.Add(this.panel3);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 142);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(999, 495);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "手术患者";
- //
- // panel3
- //
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(3, 17);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(993, 475);
- this.panel3.TabIndex = 0;
- //
- // frmSelectPatientGoodsBill2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(999, 637);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSelectPatientGoodsBill2";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "选择患者";
- this.Load += new System.EventHandler(this.frmSelectPatientGoodsBill2_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.DateTimePicker dtpSelectPatientTime;
- private System.Windows.Forms.Button btnNextDay;
- private System.Windows.Forms.Button btnFrontDay;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cboRoom;
- private System.Windows.Forms.Label label1;
- private DevComponents.DotNetBar.ButtonX buttonX1;
- private System.Windows.Forms.Label txtState;
- private System.Windows.Forms.Label txttime;
- private System.Windows.Forms.Label txtage;
- private System.Windows.Forms.Label txtsex;
- private System.Windows.Forms.Label txtdept;
- private System.Windows.Forms.Label txtNo;
- private System.Windows.Forms.Label txths;
- private System.Windows.Forms.Label txtmzys;
- private System.Windows.Forms.Label txtzdys;
- private System.Windows.Forms.Label txtss;
- private System.Windows.Forms.Label txtzd;
- private System.Windows.Forms.Label txtname;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label txtRoom;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label txtType;
- private System.Windows.Forms.Label label3;
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.cs b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.cs
deleted file mode 100644
index 35bf42f..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.cs
+++ /dev/null
@@ -1,175 +0,0 @@
-using AIMS.OremrUserControl;
-using AIMSBLL;
-using AIMSModel;
-using DrawGraph;
-using System;
-using System.Collections.Generic;
-using System.Data;
-using System.Drawing;
-using System.Windows.Forms;
-
-namespace AIMS.OperationDoing.AnasRecordBill.UI
-{
- public partial class frmSelectPatientGoodsBill2 : Form
- {
-
- public int SelPatientId;
- public int SelApplyId;
- public bool isMainOpen = false;
-
- public frmSelectPatientGoodsBill2()
- {
- InitializeComponent();
- }
-
- private void frmSelectPatientGoodsBill2_Load(object sender, EventArgs e)
- {
- List rooms = BOperationRoom.GetOperationRooms("IsValid=1 and Site='手术室'");
- rooms.Insert(0, new OperationRoom() { Id = -1, Name = "" });
- cboRoom.DataSource = rooms;
- cboRoom.DisplayMember = "Name";
- cboRoom.ValueMember = "Id";
-
- FillDgv();
-
- this.cboRoom.SelectedIndexChanged += new System.EventHandler(this.cboRoom_SelectedIndexChanged);
- }
-
-
-
- void dgv_DataError(object sender, DataGridViewDataErrorEventArgs e)
- {
-
- }
-
- private void btnNext_Click(object sender, EventArgs e)
- {
- dtpSelectPatientTime.Value = dtpSelectPatientTime.Value.AddDays(1);
- }
- private void btnFrontDay_Click(object sender, EventArgs e)
- {
- dtpSelectPatientTime.Value = dtpSelectPatientTime.Value.AddDays(-1);
- }
-
- private void dtpSelectPatientTime_ValueChanged(object sender, EventArgs e)
- {
- FillDgv();
- }
-
- private void FillDgv()
- {
- 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)
- {
- ucPatientCard uc = new ucPatientCard(dr);
- uc.buttonX2.Visible = false;
- uc.buttonX1.Text = "查看手术清点单";
- uc.buttonX1.Size = new Size(uc.buttonX1.Size.Width + 40, uc.buttonX1.Size.Height);
- uc.InRoom += Uc_InRoom;
- uc.Clicks += Uc_Clicks;
- uc.Location = new Point((uc.Width + 9) * j, (uc.Height + 10) * i + 30);
- panel3.Controls.Add(uc);
- j++;
- if (j == 5)
- {
- i++;
- j = 0;
- }
- //防止显示全部卡顿
- if (i >= 10) break;
- }
-
- }
-
- private void Uc_Clicks(ucPatientCard uc, int PatientId, int applyId, DataRow dr)
- {
- SelPatientId = PatientId;
- SelApplyId = applyId;
- txtType.Text = dr["OperationType"].ToString();
- txtNo.Text = dr["MdrecNo"].ToString();
- txtname.Text = dr["PatientName"].ToString();
- txtsex.Text = dr["sex"].ToString();
- txtage.Text = dr["age"].ToString();
- txtss.Text = dr["ApplyOperationInfoName"].ToString();
- txtmzys.Text = dr["AnesthesiaDoctor"].ToString();
- txttime.Text = dr["PlanOperationTime"].ToString();
- txtdept.Text = dr["ApplyDepName"].ToString();
- txtzdys.Text = dr["OperationDoctor"].ToString();
- txths.Text = dr["InstrumentNurse"].ToString() + " " + dr["TourNurse"].ToString();
- txtzd.Text = dr["ApplyDiagnoseInfoName"].ToString();
- txtRoom.Text = dr["OperationRoom"].ToString();
- txtRoom.Tag = dr["OperationRoomId"].ToString();
- if (!txtType.Text.Contains("急")) txtType.ForeColor = Color.DarkGreen;
- else txtType.ForeColor = Color.Red;
- txtState.Text = dr["State"].ToString();
- label5.Text = "手术开始时间";
- label23.Text = "术中诊断";
- label25.Text = "实施手术";
- buttonX1.Text = uc.buttonX1.Text;
- panel2.Visible = true;
- }
-
- private void Uc_InRoom(ucPatientCard uc, int PatientId, int applyId)
- {
- string RoomStr = uc.Tag.ToString();
- SatrtOperation(uc.buttonX1.Text, PatientId, applyId, int.Parse(RoomStr));
- }
-
- 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
- {
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument2 frmAnasRecord = new frmAnasRecordInstrument2();
- 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)
- {
- AIMSExtension.PublicMethod.WriteLog(ex);
- }
- }
-
- private void cboRoom_SelectedIndexChanged(object sender, EventArgs e)
- {
- FillDgv();
- }
-
- private void buttonX1_Click(object sender, EventArgs e)
- {
- string RoomStr = txtRoom.Tag.ToString();
- SatrtOperation(buttonX1.Text, SelPatientId, SelApplyId, (int.Parse(RoomStr)));
- }
-
- }
-}
diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.resx b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.resx
deleted file mode 100644
index 9f66a8a..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill2.resx
+++ /dev/null
@@ -1,523 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
-
-
- 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
- 0K4KC2cAAAAASUVORK5CYII=
-
-
-
-
- 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
- RK5CYII=
-
-
-
-
- AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABMLAAATCwAAAAAAAAAA
- AAD/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//38/P/9+/r//v38////
- /v//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////v5
- 9//q2tD/4sq6/+rc0v/7+ff/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////37ef/5LGP/+Kdbv/jsZD/9uzl//7/////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////8+/r/79vO/+OZZv/jk1z/45lm/+nQwP/69/b/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////+fb0/+bLuf/jlF3/45Nc/+OT
- Xf/gvaT/9vHt////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////fy
- 7//hv6r/45Re/+OTXP/jlF3/36+N//bs5f//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////27+r/3rac/+OUXf/jk1z/45Nd/+Omff/y4dX//f39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9uzl/96ujf/jlF3/45Nc/+OTXP/mnWz/58q2//fz
- 8f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fp4P/hp4D/45Nd/+OT
- XP/jk1z/45Ja/9+0l//z6uX/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////7/
- ///14tX/5qFy/+OTXP/jk1z/4pJb/+OSW//fp4H/8+PZ////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////5+Pf/68+7/+OSW//jk1z/4pJc/92OWP/hkVv/5KBx//LZyf/9/f7/////////
- ///////////////////////////////////////////////+/v/9+/r/+/j1//z39P/8+PX//Pn3//79
- /f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9vLv/+TDq//jklv/4pJb/+GRW//djlj/4JBa/+OS
- Wv/kvaL/9O7q///////////////////////////////////////////////////////59vT/69nN/9+7
- ov/gtZf/37id/+HGsv/17Ob//fz7////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Ts6P/guJ7/45Jb/+KT
- XP/fkFr/3I5Y/+CRWv/jkVn/36yJ//Dj2f//////////////////////////////////////////////
- ///38/H/6c68/+Knfv/il2P/4pdi/+KXY//jmmn/6bGM//Di2P/8+/r/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///z5+D/3q6O/+OSW//ilmH/3q2M/+O8ov/mqH//5JZh/+Cid//x28z/////////////////////////
- ////////////////////////7NvP/+CqhP/jlF7/45Jb/+OTW//jk1v/45Nc/+SYY//jtZT/+O/p////
- ////////////////////////////////////////////////////////////////////////+PLv/+nP
- v//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwqP/78Kj/+/Co//vwaP/7cKl/+vOu//8+vj/////////
- ////////////////////////8+TZ/9+ngP/jklr/45lm/+bOv//27ef/57mb/+KYZf/lnm7/7tC8//r6
- +f//////+fLu/+jKtv/vwqT/78Kj/+/Co//vwqP/78Kk/+m1k//jnm//45Ja/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/4pln/+nPvf/59vT/////////////////////////////////////////////////////////
- //////////////Xt6f/et57/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+SYZP/kmGT/5Jhk/+OZ
- Zv/ipHr/7d7U//38+/////////////////////////////bh0//koXT/45Re/+iofv/06+X//fz7/+TD
- rf/hm2r/5JVf/+W5nP/y6ub//Pz7/+/d0P/jqYH/5Jhl/+SYZP/kmGT/5Jhk/+SYZP/lmWb/5JZh/+OT
- XP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTW//guqL/9u/r////////////////////////////////////
- ///////////////////////////////////17ej/3ree/+WaaP/lmmf/5Zpn/+WaZ//lmmf/5Zpn/+Wa
- Z//lmmf/5Ztp/+WZZv/jklr/45hk/+HFsf/8+ff///////////////////////z9/f/y2sn/5qBx/+SW
- Yf/rsov//fn2//7+/v/l0MH/4Z9x/+OPVv/fpoD/7d3S//by7//jwar/5pxq/+Wda//lmmj/5Zpn/+Wa
- Z//lmmf/5Zxq/+SYY//jk1v/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1v/4Luj//bw7P//////////////
- ////////////////////////////////////////////////////////+fXy/+3Yy//yzbT/8s20//LN
- tP/yzbT/8s20//LNtP/yzbT/8s61/+3GrP/krIf/45Ja/+KXY//guZ3//Pj1////////////////////
- ///39PL/6cmz/+WaZ//jlmH/6LOO//76+P//////7eLb/+Wthf/jlF3/4Z9x//DVw//06uP/3qyK/+SV
- YP/prIP/8cux//LNtP/yzbT/8s62/+m5mv/jnW7/45Ja/+OTXP/jk1z/45Nc/+OTXP/jk1z/5Jto/+bK
- t//49PL/////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////18e7/5MOt/+SXYv/jlmH/5LCN//ny
- 7f//////////////////////8uzo/+K5nf/jkFf/4pdk/+O4mf/9+/n///////j29P/pwKT/45po/+Wb
- af/wy7P/8dzO/+Kjef/jlmH/6LGM//369//////////////////t3ND/4ayI/+KVYP/jklr/45Jb/+OS
- W//jk1v/5Jlm/+Sxjv/w4dj//Pv6////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+vn4/+7Z
- yv/lpHj/5JVf/+ene//u4NX//Pv6//////////////////Dl3f/fr4//45FZ/+KZZ//hwKj//fv6////
- ////////5su4/+Cdb//lmWX/5rCM/+a1lv/mnWz/4pdk/+O4nP/9+vj/////////////////+Pb0/+vU
- xP/irYj/4Zlo/+KYZP/imGX/4p5w/+i1kv/o08b/+vf1////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////26eH/36mE/+OTXP/jl2P/5Mq6//r39v/////////////////v3tL/3qV//+OR
- Wf/inGz/482+//38+////////////+jWzP/hpn7/45Jb/+GRWv/hklv/45Nc/+Oeb//kzb7//fz7////
- ///////////////////7+fj/7d/W/+LBqv/muJj/5rqc/+PLuf/v5d7//fz7////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////9e3n/96zlf/jk13/45Zh/9+8pf/59fH/////////
- ////////8drK/+GhdP/jkln/5KJ0/+zf1//+/f3////////////x6uT/57qc/+KYZv/gkFn/4pJb/+SX
- Y//ptJD/9e7q//7+/v////////////////////////////7+/f/+/fz//vz7//78+//+/fz//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////fy7//iwav/45Re/+OV
- YP/fsJD/+fLt//////////////////TYxP/lnWz/5JZh/+u1kf/69vT////+/////////////////+vI
- sv/gmmv/4pFa/+OSW//imWb/5ryg//78+///////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///6+Pb/69XH/+ekd//jlWD/5qmB//Tn3v/9/f3///////n5+P/uzrn/5p1s/+OXY//ruZj//v38////
- ///////////////////p0sH/36F2/+OSWv/jklr/4Z1u/+PJuP/+/v3/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v////br4//iq4f/45Vf/+SZZv/p0cH/+vj2///////z7ur/5rye/+ST
- XP/imWb/5r6h///+/f//////////////////////7N/V/+GqhP/jkFf/5Jdi/+ewi//r39f//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////48u3/3rWY/+OVX//jlF3/4L+p//fy
- 7///////7uPc/+CujP/jkFf/4Ztr/+PDrf/+/v3///////////////////////Tv7P/pvqH/5Zdi/+KZ
- Zv/nv6T/+vj2////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////+fXy/+HC
- rP/jlV//45Rd/96ylf/27uj//////+zZzf/fpX7/45FY/+GecP/kzLz//v7+////////////////////
- ///9/f3/7NTF/9+phv/grYr/69fJ////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v59//p1cb/5Z9w/+OUXv/hqYT/9ejf///////u1MH/4J9z/+OQV//jonb/6drQ///+
- /v////////////////////////////bv6//t28//8N/T//fz8P//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/f3/9erj/+WtiP/jlmD/5J1u/+7Xyf/7/f7/8dG7/+Oc
- a//jk1z/6LCJ//Tv6///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////v28v/ftZf/4pZi/+OS
- Wv/kvqX/8ube//DIrf/lm2j/45hk/+3Aov//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+PX/4MKs/+KXZP/jklv/3qR9/+S0lP/mrIP/5Jll/+GZaP/pwqj/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////Pr5/+bSxP/knGv/4pFc/9+QWv/gkVv/35Ba/+CPWP/gnW//5sm1////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////79/f/06uX/6K+J/+OVYP/gkVr/35Ba/+CQ
- Wv/ikFj/4KJ2/+bSw///////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////Pn2/+O4
- mv/il2T/349Y/9+QWf/gkFr/4pBZ/+Knfv/p29L/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////37+f/hwq3/4ppo/+KRWv/fj1n/349Z/+SYZf/ouJj/7+fi////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////9/Pv/5dLF/+OcbP/jklr/4pJb/+KRWv/kmmj/7saq//z8
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v39//Ho4v/nrYX/45Vg/+OT
- XP/jklv/4pxs/+3LtP//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///7+ff/5rue/+KZZv/jklv/45Ja/+Cfc//qz73/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v39/+PEsP/hm2v/45Ja/+ORWf/fpHz/6dbJ////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////7+/f/l0cX/4p9x/+OSWf/jkVj/4aqF/+zf
- 1///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v7/7uXf/+Wq
- gf/jk1z/5JNc/+W1lP/w6eT/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////v6+f/qv6H/45hl/+Scav/ryK//9/Xz////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////58u3/+Ghdf/go3n/7tfG////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////Tu6v/m0cT/5M7A//Pr
- 5f//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+/f3//Pr4//v5+P/9/fz/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
-
-
-
\ No newline at end of file
diff --git a/AIMS/OperationDoing/oldSystemCode/frmTR.cs b/AIMS/OperationDoing/oldSystemCode/frmTR.cs
deleted file mode 100644
index 9ee1688..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmTR.cs
+++ /dev/null
@@ -1,587 +0,0 @@
-using System;
-using System.Data;
-using System.Windows.Forms;
-
-namespace AIMS.OperationDoing.AnasRecordBill
-{
- public partial class frmTR : Form
- {
-
-
- string shifts = "";
-
-
- public frmTR()
- {
- InitializeComponent();
- }
-
- public System.Data.DataTable ydt;
- private void frmTR_New_Load(object sender, EventArgs e)
- {
- //Initial();
- }
- private void CheckedChanged(object sender, EventArgs e)
- {
- SelectDate();
- }
- public void SelectDate()
- {
- textBox1.Clear();
- textBox2.Clear();
- textBox3.Clear();
- textBox4.Clear();
- textBox5.Clear();
- textBox6.Clear();
- textBox7.Clear();
- textBox8.Clear();
- textBox9.Clear();
-
- string beginTime = dtpTime.Value.ToShortDateString() + " 00:00:00";
- string endTime = dtpTime.Value.ToShortDateString() + " 23:59:59";
-
- ////白班:8点-18点;夜班:18点-8点
- //if (radioButton1.Checked)
- //{
- // shifts = "白班";
- //}
- //else if (radioButton2.Checked)
- //{
- // shifts = "夜班";
- //}
- //if (shifts != "")
- //{
- // AnesthesiaShiftExchange anes = DAnesthesiaShiftExchange.SelectSingle("Shifts = '" + shifts + "' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- // if (anes != null)
- // {
- // if (anes.SZAnesthesiaDoctor != null) textBox1.Text = anes.SZAnesthesiaDoctor.ToString();
- // if (anes.AllOperation != null) textBox4.Text = anes.AllOperation.ToString();
- // if (anes.ShiftOperation != null) textBox5.Text = anes.ShiftOperation.ToString();
- // if (anes.QSMZ != null) textBox6.Text = anes.QSMZ.ToString();
- // if (anes.ZGNMZ != null) textBox7.Text = anes.ZGNMZ.ToString();
- // if (anes.SJZZ != null) textBox8.Text = anes.SJZZ.ToString();
- // if (anes.WZBR != null) textBox9.Text = anes.WZBR.ToString();
- // if (anes.SZAnesthesia != null) textBox2.Text = anes.SZAnesthesia.ToString();
- // if (anes.Attentions != null) textBox3.Text = anes.Attentions.ToString();
- // }
- //}
- //string sqlWhereRecord = string.Empty;
- //sqlWhereRecord = string.Format("OrderOperationTime<='" + endTime + "' and OrderOperationTime>='" + beginTime + "' and parentId=0 and state = 1");
- //System.Data.DataTable dtOperationRecord = BLL.BOperationRecord.GetAllOperationRecordInfo(sqlWhereRecord);
- ////白班:8点-18点;夜班:18点-8点
- //if (radioButton1.Checked)
- //{
- // beginTime = dtpTime.Value.ToShortDateString() + " 08:00:00";
- // endTime = dtpTime.Value.ToShortDateString() + " 17:59:59";
- //}
- //else if (radioButton2.Checked)
- //{
- // beginTime = dtpTime.Value.ToShortDateString() + " 18:00:00";
- // endTime = dtpTime.Value.AddDays(1).ToShortDateString() + " 07:59:59";
- //}
- //ydt = dtOperationRecord.Clone();
- //for (int i = 0; i < dtOperationRecord.Rows.Count; i++)
- //{
- // DateTime dt1 = DateTime.Parse(dtOperationRecord.Rows[i]["InRoomTime"].ToString());
- // DateTime befor = DateTime.Parse(beginTime);
- // DateTime after = DateTime.Parse(endTime);
- // if (dt1 >= befor && dt1 <= after)
- // {
- // DataRow dr = ydt.NewRow();
- // dr["DepartmentName"] = dtOperationRecord.Rows[i]["DepartmentName"].ToString();
- // dr["PatientName"] = dtOperationRecord.Rows[i]["PatientName"].ToString();
- // dr["Sex"] = dtOperationRecord.Rows[i]["Sex"].ToString();
- // dr["Age"] = dtOperationRecord.Rows[i]["Age"].ToString();
- // dr["SZDiagnose"] = dtOperationRecord.Rows[i]["SZDiagnose"].ToString();
- // dr["SZOperation"] = dtOperationRecord.Rows[i]["SZOperation"].ToString();
- // ydt.Rows.Add(dr);
- // }
- //}
-
- //BindDgv(ydt);
- }
- ///
- /// 为DataGridView绑定数据
- ///
- private void BindDgv(System.Data.DataTable dtr)
- {
- //if (dtr != null)
- //{
- // dgvWorker.AutoGenerateColumns = false;
- // dgvWorker.Rows.Clear();
- // int shiftoperation = 0, qm = 0, zg = 0, sj = 0;
- // foreach (DataRow dr in dtr.Rows)
- // {
- // int index = this.dgvWorker.Rows.Add();
- // this.dgvWorker.Rows[index].Cells["IdColumn"].Value = dr["OperationRecordId"].ToString();
- // this.dgvWorker.Rows[index].Cells["PatientIdColumn"].Value = dr["PatientId"].ToString();
- // this.dgvWorker.Rows[index].Cells["NameColumn"].Value = dr["PatientName"].ToString();
- // this.dgvWorker.Rows[index].Cells["AgeColumn"].Value = dr["Age"].ToString();
- // this.dgvWorker.Rows[index].Cells["SexColumn"].Value = dr["Sex"].ToString();
- // this.dgvWorker.Rows[index].Cells["DepartmentNameColumn"].Value = dr["DepartmentName"].ToString();
- // this.dgvWorker.Rows[index].Cells["SZDiagnoseColumn"].Value = dr["SZDiagnose"].ToString();
- // this.dgvWorker.Rows[index].Cells["SZOperationColumn"].Value = dr["SZOperation"].ToString();
-
- // string AnaesthesiaMethodId = dr["AnaesthesiaMethodId"].ToString();
- // if (AnaesthesiaMethodId != "")
- // {
- // AnaesthesiaMethod ANAES = BAnaesthesiaMethod.SelectSingle(int.Parse(AnaesthesiaMethodId), RecursiveType.None, 0);
-
- // if (ANAES.ParentId == 1)
- // {
- // qm++;//全麻
- // }
- // if (ANAES.ParentId == 7) // == "7")
- // {
- // zg++;//椎管
- // }
- // if (ANAES.ParentId == 8)
- // {
- // sj++;//神经
- // }
- // }
- // }
- // textBox4.Text = dgvWorker.Rows.Count.ToString();
- // //textBox5.Text = shiftoperation.ToString();//接班例数
- // if (qm != 0) textBox6.Text = qm.ToString();//全麻例数
- // if (zg != 0) textBox7.Text = zg.ToString();//椎管内麻醉例数
- // if (sj != 0) textBox8.Text = sj.ToString();//神经阻滞例数
- // dgvWorker.ClearSelection();
-
- //}
- }
-
- private void Initial()
- {
- }
- private void dtpTime_ValueChanged(object sender, EventArgs e)
- {
- SelectDate();
- }
- private void btnBeforeDay_Click(object sender, EventArgs e)
- {
- dtpTime.Value = dtpTime.Value.AddDays(-1);
- SelectDate();
- }
-
- private void btnAfterDay_Click(object sender, EventArgs e)
- {
- dtpTime.Value = dtpTime.Value.AddDays(1);
- SelectDate();
- }
-
-
-
-
- private void tsbExit_Click(object sender, EventArgs e)
- {
- this.Close();
- }
- #region 保存
-
- private void tsbSave_Click(object sender, EventArgs e)
- {
-
- //int n;
-
- //string beginTime = dtpTime.Value.ToShortDateString() + " 00:00:00";
- //string endTime = dtpTime.Value.ToShortDateString() + " 23:59:59";
-
- //if (radioButton1.Checked)
- //{
- // shifts = "白班";
- //}
- //if (radioButton2.Checked)
- //{
- // shifts = "夜班";
- //}
- //AnesthesiaShiftExchange anes = DAnesthesiaShiftExchange.SelectSingle("Shifts = '" + shifts + "' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- ////AnesthesiaShiftExchange anes1 = DAnesthesiaShiftExchange.SelectSingle("Shifts = '白班' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- ////AnesthesiaShiftExchange anes = DAnesthesiaShiftExchange.SelectSingle("Shifts = '夜班' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- //if (anes == null) anes = new AnesthesiaShiftExchange();
- //if (textBox4.Text.Trim() != "") anes.AllOperation = Convert.ToInt32(textBox4.Text.Trim());
- //if (textBox5.Text.Trim() != "") anes.ShiftOperation = Convert.ToInt32(textBox5.Text.Trim());
- //if (textBox6.Text.Trim() != "") anes.QSMZ = Convert.ToInt32(textBox6.Text.Trim());
- //if (textBox7.Text.Trim() != "") anes.ZGNMZ = Convert.ToInt32(textBox7.Text.Trim());
- //if (textBox8.Text.Trim() != "") anes.SJZZ = Convert.ToInt32(textBox8.Text.Trim());
- //if (textBox9.Text.Trim() != "") anes.WZBR = Convert.ToInt32(textBox9.Text.Trim());
- //if (textBox1.Text.Trim() != "") anes.SZAnesthesiaDoctor = textBox1.Text.Trim();
- //if (textBox2.Text.Trim() != "") anes.SZAnesthesia = textBox2.Text.Trim();
- //if (textBox3.Text.Trim() != "") anes.Attentions = textBox3.Text.Trim();
- //if (radioButton1.Checked)
- //{
- // anes.Shifts = "白班";
- // anes.ShiftDate = dtpTime.Value;
- //}
- //if (radioButton2.Checked)
- //{
- // anes.Shifts = "夜班";
- // anes.ShiftDate = dtpTime.Value;
- //}
- //if (anes.Id != null && anes.Id > 0)
- //{
- // n = DAnesthesiaShiftExchange.Update(anes);
- // if (n > 0)
- // {
- // MessageBox.Show("修改成功!");
- // }
- // else
- // {
- // MessageBox.Show("修改失败!");
- // }
-
- //}
- //else
- //{
- // n = DAnesthesiaShiftExchange.Insert(anes);
-
- // if (n > 0)
- // {
- // new frmMessageBox().Show();
- // }
- // else
- // {
- // MessageBox.Show("保存失败!");
- // }
- //}
- }
- #endregion
- #region 全选
- private void checkBox1_CheckedChanged(object sender, EventArgs e)
- {
- if (checkBox1.Checked)
- {
- int count = dgvWorker.Rows.Count;
- for (int i = 0; i < count; i++)
- {
- DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dgvWorker.Rows[i].Cells[0];
- Boolean flag = Convert.ToBoolean(checkCell.Value);
- if (flag == false)
- {
- checkCell.Value = true;
- }
- else
- {
- continue;
- }
- }
- }
- else
- {
-
- for (int i = 0; i < dgvWorker.Rows.Count; i++)
- {
- DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dgvWorker.Rows[i].Cells[0];
- Boolean flag = Convert.ToBoolean(checkCell.Value);
- if (flag == true)
- {
- checkCell.Value = false;
- }
- else
- {
- continue;
- }
- }
-
- }
- }
-
- #endregion
- #region 打印并保存
- ///
- /// 打印并保存
- ///
- ///
- ///
- private void tsbPrint_Click(object sender, EventArgs e)
- {
- ////tsbSave_Click(null, null);
- //try
- //{
- // GoldPrinter.ExcelAccess excel = new GoldPrinter.ExcelAccess();
- // //excel.Open(AppDomain.CurrentDomain.BaseDirectory + @"\printTemplate\麻醉医生交班记录单.xlt");
- // excel.Open(AppDomain.CurrentDomain.BaseDirectory + @"\printTemplate\交班记录.xlt");
- // excel.IsVisibledExcel = false;
- // Microsoft.Office.Interop.Excel.Worksheet xlSheet = ((Microsoft.Office.Interop.Excel.Worksheet)excel.Workbooks.ActiveSheet);
- // string dt = dtpTime.Value.ToShortDateString();
-
- // string beginTime = dtpTime.Value.ToShortDateString() + " 00:00:00";
- // string endTime = dtpTime.Value.ToShortDateString() + " 23:59:59";
- // //excel.SetCellText(2, "D", shifts);
-
- // AnesthesiaShiftExchange anes = DAnesthesiaShiftExchange.SelectSingle("Shifts = '白班' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "' ", null, RecursiveType.None, 0);
- // if (anes != null)
- // {
- // excel.SetCellText(4, "C", dt);
- // excel.SetCellText(4, "S", "√");
- // if (anes.SZAnesthesiaDoctor != null)
- // excel.SetCellText(4, "AD", anes.SZAnesthesiaDoctor.ToString());//交班人
- // if (anes.AllOperation != null)
- // excel.SetCellText(6, "E", anes.AllOperation.ToString());//接班例数
- // if (anes.ShiftOperation != null)
- // excel.SetCellText(6, "K", anes.ShiftOperation.ToString());//接班例数
- // if (anes.QSMZ != null)
- // excel.SetCellText(6, "Q", anes.QSMZ.ToString());//全麻
- // if (anes.ZGNMZ != null)
- // excel.SetCellText(6, "X", anes.ZGNMZ.ToString());//椎管内
- // if (anes.SJZZ != null)
- // excel.SetCellText(6, "AD", anes.SJZZ.ToString());//神经阻滞
- // if (anes.WZBR != null)
- // excel.SetCellText(6, "AJ", anes.WZBR.ToString());//危重病人
- // if (anes.SZAnesthesia != null)
- // excel.SetCellText(8, "A", anes.SZAnesthesia.ToString());//麻醉中情况
- // if (anes.Attentions != null)
- // excel.SetCellText(16, "A", anes.Attentions.ToString());//交班后需要注意的问题
- // }
-
- // AnesthesiaShiftExchange anesy = DAnesthesiaShiftExchange.SelectSingle("Shifts = '夜班' and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "' ", null, RecursiveType.None, 0);
- // if (anesy != null)
- // {
- // excel.SetCellText(27, "C", dt);
- // excel.SetCellText(27, "S", "√");
- // if (anesy.SZAnesthesiaDoctor != null)
- // excel.SetCellText(27, "AD", anesy.SZAnesthesiaDoctor.ToString());//交班人
- // if (anesy.AllOperation != null)
- // excel.SetCellText(29, "E", anesy.AllOperation.ToString());//接班例数
- // if (anesy.ShiftOperation != null)
- // excel.SetCellText(29, "K", anesy.ShiftOperation.ToString());//接班例数
- // if (anesy.QSMZ != null)
- // excel.SetCellText(29, "Q", anesy.QSMZ.ToString());//全麻
- // if (anesy.ZGNMZ != null)
- // excel.SetCellText(29, "X", anesy.ZGNMZ.ToString());//椎管内
- // if (anesy.SJZZ != null)
- // excel.SetCellText(29, "AD", anesy.SJZZ.ToString());//神经阻滞
- // if (anesy.WZBR != null)
- // excel.SetCellText(29, "AJ", anesy.WZBR.ToString());//危重病人
- // if (anesy.SZAnesthesia != null)
- // excel.SetCellText(31, "A", anesy.SZAnesthesia.ToString());//麻醉中情况
- // if (anesy.Attentions != null)
- // excel.SetCellText(39, "A", anesy.Attentions.ToString());//交班后需要注意的问题
- // }
-
- // //Microsoft.Office.Interop.Excel.Range range;
- // //Microsoft.Office.Interop.Excel.Range range1;
- // //Microsoft.Office.Interop.Excel.Range range2;
- // //int i, row = 0, count = 0;
- // //for (i = 1; i < 7; i++)
- // //{
- // // switch (i)
- // // {
- // // case 1: row = 1; break;
- // // case 2: row = 9; break;
- // // case 3: row = 13; break;
- // // case 4: row = 15; break;
- // // case 5: row = 18; break;
- // // case 6: row = 37; break;
- // // }
- // // count = 21;
- // // range = xlSheet.get_Range(xlSheet.Cells[2, 52], xlSheet.Cells[2, 52]);
- // // range1 = xlSheet.get_Range(xlSheet.Cells[3, 52], xlSheet.Cells[3, 52]);
- // // range2 = xlSheet.get_Range(xlSheet.Cells[4, 52], xlSheet.Cells[4, 52]);
-
- // // range.Merge(System.Reflection.Missing.Value);
- // // range1.Merge(System.Reflection.Missing.Value);
- // // range2.Merge(System.Reflection.Missing.Value);
-
- // // for (int j = 0; j < dgvWorker.Rows.Count; j++)
- // // {
- // // DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dgvWorker.Rows[j].Cells[0];
- // // Boolean flag = Convert.ToBoolean(checkCell.EditedFormattedValue);
- // // if (flag == true)
- // // {
- // // xlSheet.Cells[count, row] = dgvWorker.Rows[j].Cells[i].FormattedValue;
- // // count++;
-
- // // }
-
- // // else
- // // {
- // // continue;
- // // }
- // // }
-
- // //}
-
- // System.Windows.Forms.Application.DoEvents();//打印Excel
-
- // //Range range3 = xlSheet.get_Range(xlSheet.Cells[20, 1], xlSheet.Cells[count - 1, 52]);//加框线
- // //range3.Borders.LineStyle = Microsoft.Office.Interop.Excel.XlLineStyle.xlContinuous;
- // //range3.WrapText = true;//自动换行
- // //// range3.Font.Size = 22; //设置字体大小
- // ////xlSheet.Columns.EntireRow.AutoFit();//行高自适应
- // //xlSheet.PageSetup.Orientation = XlPageOrientation.xlLandscape;//打印横版
- // excel.PrintPreview();
- // excel.Close();
- //}
- //catch (Exception ex)
- //{
- // PublicMethod.WriteLog(ex, "");
- //}
-
- }
- #endregion
-
- private void textBox2_MouseDoubleClick(object sender, MouseEventArgs e)
- {
- }
-
- private void textBox3_MouseDoubleClick(object sender, MouseEventArgs e)
- {
- }
-
- //private void dgvWorker_CellClick(object sender, DataGridViewCellEventArgs e)
- //{
-
- // int index = dgvWorker.CurrentRow.Index;
- // int id = Convert.ToInt32(dgvWorker.Rows[index].Cells[0].Value);
- // AnesthesiaShiftExchange anesthesiaShiftExchange = DAnesthesiaShiftExchange.SelectSingle("PatientId=@PatientId", new ParameterList("@PatientId", id));
- // if (anesthesiaShiftExchange.SZAnesthesia != null)
- // {
- // textBox2.Text = anesthesiaShiftExchange.SZAnesthesia;
- // textBox3.Text = anesthesiaShiftExchange.Attentions;
- // }
-
-
- //}
-
- //private void textBox9_TextChanged(object sender, EventArgs e)
- //{
- // string beginTime = dtpTime.Value.ToShortDateString() + " 00:00:00";
- // string endTime = dtpTime.Value.ToShortDateString() + " 23:59:59";
- // if (radioButton1.Checked)
- // {
- // beginTime = dtpTime.Value.ToShortDateString() + " 08:00:00";
- // endTime = dtpTime.Value.ToShortDateString() + " 17:59:59";
- // }
- // else if (radioButton2.Checked)
- // {
- // beginTime = dtpTime.Value.ToShortDateString() + " 18:00:00";
- // endTime = dtpTime.Value.AddDays(1).ToShortDateString() + " 07:59:59";
- // }
- // AnesthesiaShiftExchange anesthesiaShiftExchange = DAnesthesiaShiftExchange.SelectSingle("Id=1 and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- // anesthesiaShiftExchange.WZBR = Convert.ToInt32(textBox9.Text.Trim());
- // DAnesthesiaShiftExchange.Update(anesthesiaShiftExchange);
- //}
-
- //private void textBox1_TextChanged(object sender, EventArgs e)
- //{
- // string beginTime = dtpTime.Value.ToShortDateString() + " 00:00:00";
- // string endTime = dtpTime.Value.ToShortDateString() + " 23:59:59";
- // if (radioButton1.Checked)
- // {
- // beginTime = dtpTime.Value.ToShortDateString() + " 08:00:00";
- // endTime = dtpTime.Value.ToShortDateString() + " 17:59:59";
- // }
- // else if (radioButton2.Checked)
- // {
- // beginTime = dtpTime.Value.ToShortDateString() + " 18:00:00";
- // endTime = dtpTime.Value.AddDays(1).ToShortDateString() + " 07:59:59";
- // }
- // AnesthesiaShiftExchange anesthesiaShiftExchange = DAnesthesiaShiftExchange.SelectSingle("Id=1 and ShiftDate<='" + endTime + "' and ShiftDate>='" + beginTime + "'", null, RecursiveType.None, 0);
- // anesthesiaShiftExchange.SZAnesthesiaDoctor= textBox1.Text.Trim();
- // DAnesthesiaShiftExchange.Update(anesthesiaShiftExchange);
- //}
-
-
- }
-}
-//private void tsbPrint_Click(object sender, EventArgs e)
-// {
-// // tsbSave_Click(null, null);
-// try
-// {
-// GoldPrinter.ExcelAccess excel = new GoldPrinter.ExcelAccess();
-// excel.Open(AppDomain.CurrentDomain.BaseDirectory + @"\printTemplate\麻醉医生交班记录单.xlt");
-// excel.IsVisibledExcel = false;
-// Microsoft.Office.Interop.Excel.Worksheet xlSheet = ((Microsoft.Office.Interop.Excel.Worksheet)excel.Workbooks.ActiveSheet);
-// excel.SetCellText(1, "A", "麻醉医生交班记录" );//标题
-// Range rangeProgram5 = xlSheet.get_Range(xlSheet.Cells[1, 1], xlSheet.Cells[1, 6]);//合并单元格
-// rangeProgram5.Application.DisplayAlerts = false;
-// rangeProgram5.Merge(System.Reflection.Missing.Value);
-// rangeProgram5.Application.DisplayAlerts = true;
-// ((Microsoft.Office.Interop.Excel.Range)xlSheet.Cells[1, 1]).HorizontalAlignment = Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignCenter;//水平居中
-// ((Microsoft.Office.Interop.Excel.Range)xlSheet.Cells[1, 1]).Font.Bold = true;//加粗
-// excel.SetCellText(2, "A", "交班日期 :" + dtpTime.Value);
-//// string dt = dtpTime.Value.ToString();
-//// excel.SetCellText(2, "B", dt);
-// Range rangeProgram = xlSheet.get_Range(xlSheet.Cells[2, 1], xlSheet.Cells[2, 3]);//合并单元格
-// rangeProgram.Application.DisplayAlerts = false;
-// rangeProgram.Merge(System.Reflection.Missing.Value);
-// rangeProgram.Application.DisplayAlerts = true;
-// excel.SetCellText(2, "D", "班次 :" + shifts);
-// excel.SetCellText(2, "E", "交班人:" + textBox1.Text.Trim());
-//// //excel.SetCellText(2, "D", shifts);
-//// // excel.SetCellText(2, "F", textBox1.Text.Trim());
-// Range rangeProgram2 = xlSheet.get_Range(xlSheet.Cells[2, 5], xlSheet.Cells[2, 6]);//合并单元格
-// rangeProgram2.Application.DisplayAlerts = false;
-// rangeProgram2.Merge(System.Reflection.Missing.Value);
-// rangeProgram2.Application.DisplayAlerts = true;
-// excel.SetCellText(3, "A", "手术例数 :" + textBox4.Text.Trim());
-// excel.SetCellText(3, "B", "接班例数 :" + textBox5.Text.Trim());
-// excel.SetCellText(3, "C", "全麻例数:" + textBox6.Text.Trim());
-// excel.SetCellText(3, "D", "椎管内麻醉例数 :" + textBox7.Text.Trim());
-// excel.SetCellText(3, "E", "神经阻滞例数 :" + textBox8.Text.Trim());
-// excel.SetCellText(3, "F", "危重病人:" + textBox9.Text.Trim());
-// excel.SetCellText(4, "A", "麻醉中情况:" + textBox2.Text.Trim());
-// Range rangeProgram3 = xlSheet.get_Range(xlSheet.Cells[4, 1], xlSheet.Cells[4, 6]);//合并单元格
-// rangeProgram3.Application.DisplayAlerts = false;
-// rangeProgram3.Merge(System.Reflection.Missing.Value);
-// rangeProgram3.Application.DisplayAlerts = true;
-// excel.SetCellText(5, "A", "交班后需要注意的情况:" + textBox3.Text.Trim());
-// Range rangeProgram4 = xlSheet.get_Range(xlSheet.Cells[5, 1], xlSheet.Cells[5, 6]);//合并单元格
-// rangeProgram4.Application.DisplayAlerts = false;
-// rangeProgram4.Merge(System.Reflection.Missing.Value);
-// rangeProgram4.Application.DisplayAlerts = true;
-// rangeProgram4.WrapText = true;//自动换行
-// rangeProgram4.EntireRow.AutoFit();//自适应行高
-// Microsoft.Office.Interop.Excel.Range range;
-// Microsoft.Office.Interop.Excel.Range range1;
-// Microsoft.Office.Interop.Excel.Range range2;
-// int i;
-// for (i = 1; i < 7; i++)
-// {
-
-// xlSheet.Cells[6, i] = dgvWorker.Columns[i].HeaderText;
-// ((Microsoft.Office.Interop.Excel.Range)xlSheet.Cells[6, i]).HorizontalAlignment = Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignCenter;//水平居中
-// ((Microsoft.Office.Interop.Excel.Range)xlSheet.Cells[6, i]).Font.Bold = true;//加粗
-// range = xlSheet.get_Range(xlSheet.Cells[2, i], xlSheet.Cells[2, i]);
-// range1 = xlSheet.get_Range(xlSheet.Cells[3, i], xlSheet.Cells[3, i]);
-// range2 = xlSheet.get_Range(xlSheet.Cells[4, i], xlSheet.Cells[4, i]);
-
-// range.Merge(System.Reflection.Missing.Value);
-// range1.Merge(System.Reflection.Missing.Value);
-// range2.Merge(System.Reflection.Missing.Value);
-
-// for (int j = 0; j < dgvWorker.Rows.Count; j++)
-// {
-// DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dgvWorker.Rows[j].Cells[0];
-// Boolean flag = Convert.ToBoolean(checkCell.EditedFormattedValue);
-// if (flag == true)
-// {
-// xlSheet.Cells[j + 7, i] = dgvWorker.Rows[j].Cells[i].FormattedValue;
-// }
-
-// else
-// {
-// continue;
-// }
-// }
-
-// }
-
-// System.Windows.Forms.Application.DoEvents();//打印Excel
-// xlSheet.Columns.EntireColumn.AutoFit();//列宽自适应
-// xlSheet.Columns.EntireRow.AutoFit();//行高自适应
-// Range range3 = xlSheet.get_Range(xlSheet.Cells[1, 1], xlSheet.Cells[dgvWorker.Rows.Count+6, 6]);//加框线
-// range3.Borders.LineStyle = Microsoft.Office.Interop.Excel.XlLineStyle.xlContinuous;
-// //range3.WrapText = true;//自动换行
-// xlSheet.PageSetup.Orientation = XlPageOrientation.xlLandscape;//打印横版
-// excel.PrintPreview();
-// excel.Close();
-// }
-// catch (Exception ex)
-// {
-// PublicMethod.WriteLog(ex, "");
-// }
-
-// }
\ No newline at end of file
diff --git a/AIMS/OperationDoing/oldSystemCode/frmTR.designer.cs b/AIMS/OperationDoing/oldSystemCode/frmTR.designer.cs
deleted file mode 100644
index a8d5339..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmTR.designer.cs
+++ /dev/null
@@ -1,890 +0,0 @@
-namespace AIMS.OperationDoing.AnasRecordBill
-{
- partial class frmTR
- {
- ///
- /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTR));
- this.panel5 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.dgvWorker = new DevComponents.DotNetBar.Controls.DataGridViewX();
- this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.DepartmentNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SexColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AgeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SZDiagnoseColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SZOperationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PatientIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel1 = new System.Windows.Forms.Panel();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnBeforeDay = new DevComponents.DotNetBar.ButtonX();
- this.btnAfterDay = new DevComponents.DotNetBar.ButtonX();
- this.dtpTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.tsbSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbExit = new System.Windows.Forms.ToolStripButton();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbPrint = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel5.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvWorker)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dtpTime)).BeginInit();
- this.toolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel5
- //
- this.panel5.AutoScroll = true;
- this.panel5.Controls.Add(this.panel3);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel5.Location = new System.Drawing.Point(0, 28);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(878, 555);
- this.panel5.TabIndex = 403;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Margin = new System.Windows.Forms.Padding(4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(878, 555);
- this.panel3.TabIndex = 402;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.checkBox1);
- this.panel4.Controls.Add(this.dgvWorker);
- this.panel4.Controls.Add(this.panel2);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(878, 555);
- this.panel4.TabIndex = 401;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.BackColor = System.Drawing.Color.Transparent;
- this.checkBox1.Location = new System.Drawing.Point(5, 286);
- this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(48, 16);
- this.checkBox1.TabIndex = 407;
- this.checkBox1.Text = "全选";
- this.checkBox1.UseVisualStyleBackColor = false;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // dgvWorker
- //
- this.dgvWorker.AllowUserToAddRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvWorker.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvWorker.BackgroundColor = System.Drawing.Color.White;
- this.dgvWorker.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvWorker.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 11F);
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvWorker.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvWorker.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvWorker.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.DepartmentNameColumn,
- this.NameColumn,
- this.SexColumn,
- this.AgeColumn,
- this.SZDiagnoseColumn,
- this.SZOperationColumn,
- this.PatientIdColumn,
- this.IdColumn});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 11F);
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvWorker.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvWorker.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvWorker.EnableHeadersVisualStyles = false;
- this.dgvWorker.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
- this.dgvWorker.Location = new System.Drawing.Point(0, 280);
- this.dgvWorker.Margin = new System.Windows.Forms.Padding(4);
- this.dgvWorker.Name = "dgvWorker";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 11F);
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvWorker.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvWorker.RowHeadersVisible = false;
- this.dgvWorker.RowTemplate.Height = 23;
- this.dgvWorker.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvWorker.Size = new System.Drawing.Size(878, 275);
- this.dgvWorker.TabIndex = 406;
- //
- // Column1
- //
- this.Column1.HeaderText = "";
- this.Column1.Name = "Column1";
- //
- // DepartmentNameColumn
- //
- this.DepartmentNameColumn.DataPropertyName = "DepartmentName";
- this.DepartmentNameColumn.HeaderText = "科室名称";
- this.DepartmentNameColumn.Name = "DepartmentNameColumn";
- this.DepartmentNameColumn.Width = 260;
- //
- // NameColumn
- //
- this.NameColumn.DataPropertyName = "Name";
- this.NameColumn.HeaderText = "姓名";
- this.NameColumn.Name = "NameColumn";
- this.NameColumn.ReadOnly = true;
- this.NameColumn.Width = 180;
- //
- // SexColumn
- //
- this.SexColumn.DataPropertyName = "Sex";
- this.SexColumn.HeaderText = "性别";
- this.SexColumn.Name = "SexColumn";
- this.SexColumn.ReadOnly = true;
- this.SexColumn.Width = 120;
- //
- // AgeColumn
- //
- this.AgeColumn.HeaderText = "年龄";
- this.AgeColumn.Name = "AgeColumn";
- this.AgeColumn.Width = 120;
- //
- // SZDiagnoseColumn
- //
- this.SZDiagnoseColumn.DataPropertyName = "SZDiagnose";
- this.SZDiagnoseColumn.FillWeight = 50F;
- this.SZDiagnoseColumn.HeaderText = "诊断";
- this.SZDiagnoseColumn.Name = "SZDiagnoseColumn";
- this.SZDiagnoseColumn.ReadOnly = true;
- this.SZDiagnoseColumn.Width = 380;
- //
- // SZOperationColumn
- //
- this.SZOperationColumn.DataPropertyName = "SZOperation";
- this.SZOperationColumn.HeaderText = "手术";
- this.SZOperationColumn.Name = "SZOperationColumn";
- this.SZOperationColumn.ReadOnly = true;
- this.SZOperationColumn.Width = 380;
- //
- // PatientIdColumn
- //
- this.PatientIdColumn.HeaderText = "PatientId";
- this.PatientIdColumn.Name = "PatientIdColumn";
- this.PatientIdColumn.Visible = false;
- //
- // IdColumn
- //
- this.IdColumn.DataPropertyName = "Id";
- this.IdColumn.HeaderText = "Id";
- this.IdColumn.Name = "IdColumn";
- this.IdColumn.Visible = false;
- this.IdColumn.Width = 65;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.WhiteSmoke;
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.panel1);
- this.panel2.Controls.Add(this.textBox1);
- this.panel2.Controls.Add(this.label1);
- this.panel2.Controls.Add(this.btnBeforeDay);
- this.panel2.Controls.Add(this.btnAfterDay);
- this.panel2.Controls.Add(this.dtpTime);
- this.panel2.Controls.Add(this.radioButton2);
- this.panel2.Controls.Add(this.radioButton1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(878, 280);
- this.panel2.TabIndex = 403;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.textBox9);
- this.panel1.Controls.Add(this.textBox8);
- this.panel1.Controls.Add(this.textBox7);
- this.panel1.Controls.Add(this.textBox6);
- this.panel1.Controls.Add(this.textBox5);
- this.panel1.Controls.Add(this.textBox4);
- this.panel1.Controls.Add(this.textBox3);
- this.panel1.Controls.Add(this.textBox2);
- this.panel1.Controls.Add(this.label16);
- this.panel1.Controls.Add(this.label15);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Location = new System.Drawing.Point(0, 50);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(875, 223);
- this.panel1.TabIndex = 478;
- //
- // textBox9
- //
- this.textBox9.BackColor = System.Drawing.Color.White;
- this.textBox9.Location = new System.Drawing.Point(810, 8);
- this.textBox9.Margin = new System.Windows.Forms.Padding(2);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(51, 26);
- this.textBox9.TabIndex = 493;
- //
- // textBox8
- //
- this.textBox8.BackColor = System.Drawing.Color.White;
- this.textBox8.Location = new System.Drawing.Point(652, 8);
- this.textBox8.Margin = new System.Windows.Forms.Padding(2);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(51, 26);
- this.textBox8.TabIndex = 492;
- //
- // textBox7
- //
- this.textBox7.BackColor = System.Drawing.Color.White;
- this.textBox7.Location = new System.Drawing.Point(496, 10);
- this.textBox7.Margin = new System.Windows.Forms.Padding(2);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(51, 26);
- this.textBox7.TabIndex = 491;
- //
- // textBox6
- //
- this.textBox6.BackColor = System.Drawing.Color.White;
- this.textBox6.Location = new System.Drawing.Point(333, 12);
- this.textBox6.Margin = new System.Windows.Forms.Padding(2);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(51, 26);
- this.textBox6.TabIndex = 490;
- //
- // textBox5
- //
- this.textBox5.BackColor = System.Drawing.Color.White;
- this.textBox5.Location = new System.Drawing.Point(207, 12);
- this.textBox5.Margin = new System.Windows.Forms.Padding(2);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(51, 26);
- this.textBox5.TabIndex = 489;
- //
- // textBox4
- //
- this.textBox4.BackColor = System.Drawing.Color.White;
- this.textBox4.Location = new System.Drawing.Point(83, 12);
- this.textBox4.Margin = new System.Windows.Forms.Padding(2);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(51, 26);
- this.textBox4.TabIndex = 488;
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(97, 136);
- this.textBox3.Margin = new System.Windows.Forms.Padding(2);
- this.textBox3.Multiline = true;
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(702, 80);
- this.textBox3.TabIndex = 487;
- this.textBox3.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textBox3_MouseDoubleClick);
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(97, 54);
- this.textBox2.Margin = new System.Windows.Forms.Padding(2);
- this.textBox2.Multiline = true;
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(702, 78);
- this.textBox2.TabIndex = 486;
- this.textBox2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textBox2_MouseDoubleClick);
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label16.ForeColor = System.Drawing.Color.Black;
- this.label16.Location = new System.Drawing.Point(14, 129);
- this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(79, 40);
- this.label16.TabIndex = 485;
- this.label16.Text = "交班后需要\r\n注意的情况";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label15.ForeColor = System.Drawing.Color.Black;
- this.label15.Location = new System.Drawing.Point(16, 54);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(79, 20);
- this.label15.TabIndex = 484;
- this.label15.Text = "麻醉中情况";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label9.ForeColor = System.Drawing.Color.Black;
- this.label9.Location = new System.Drawing.Point(709, 10);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(93, 20);
- this.label9.TabIndex = 483;
- this.label9.Text = "危重病人例数";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label8.ForeColor = System.Drawing.Color.Black;
- this.label8.Location = new System.Drawing.Point(552, 10);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(93, 20);
- this.label8.TabIndex = 482;
- this.label8.Text = "神经阻滞例数";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label7.ForeColor = System.Drawing.Color.Black;
- this.label7.Location = new System.Drawing.Point(392, 10);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(107, 20);
- this.label7.TabIndex = 481;
- this.label7.Text = "椎管内麻醉例数";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label6.ForeColor = System.Drawing.Color.Black;
- this.label6.Location = new System.Drawing.Point(266, 12);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(65, 20);
- this.label6.TabIndex = 480;
- this.label6.Text = "全麻例数";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label5.ForeColor = System.Drawing.Color.Black;
- this.label5.Location = new System.Drawing.Point(140, 13);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 20);
- this.label5.TabIndex = 479;
- this.label5.Text = "接班例数";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(16, 14);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(65, 20);
- this.label4.TabIndex = 478;
- this.label4.Text = "手术例数";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(586, 15);
- this.textBox1.Margin = new System.Windows.Forms.Padding(2);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(156, 26);
- this.textBox1.TabIndex = 469;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(518, 21);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 20);
- this.label1.TabIndex = 468;
- this.label1.Text = "交班人:";
- //
- // btnBeforeDay
- //
- this.btnBeforeDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnBeforeDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnBeforeDay.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.btnBeforeDay.Location = new System.Drawing.Point(12, 15);
- this.btnBeforeDay.Name = "btnBeforeDay";
- this.btnBeforeDay.Size = new System.Drawing.Size(84, 29);
- this.btnBeforeDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnBeforeDay.TabIndex = 467;
- this.btnBeforeDay.Text = "前一天";
- this.btnBeforeDay.Click += new System.EventHandler(this.btnBeforeDay_Click);
- //
- // btnAfterDay
- //
- this.btnAfterDay.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnAfterDay.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnAfterDay.Font = new System.Drawing.Font("微软雅黑", 11F);
- this.btnAfterDay.Location = new System.Drawing.Point(270, 15);
- this.btnAfterDay.Name = "btnAfterDay";
- this.btnAfterDay.Size = new System.Drawing.Size(84, 29);
- this.btnAfterDay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnAfterDay.TabIndex = 466;
- this.btnAfterDay.Text = "后一天";
- this.btnAfterDay.Click += new System.EventHandler(this.btnAfterDay_Click);
- //
- // dtpTime
- //
- this.dtpTime.AllowEmptyState = false;
- //
- //
- //
- this.dtpTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.dtpTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
- this.dtpTime.ButtonDropDown.Visible = true;
- this.dtpTime.CustomFormat = "yyyy-MM-dd";
- this.dtpTime.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(186)))), ((int)(((byte)(179)))));
- this.dtpTime.Font = new System.Drawing.Font("微软雅黑", 11.5F);
- this.dtpTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
- this.dtpTime.IsPopupCalendarOpen = false;
- this.dtpTime.Location = new System.Drawing.Point(111, 16);
- //
- //
- //
- //
- //
- //
- this.dtpTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.dtpTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.dtpTime.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
- //
- //
- //
- this.dtpTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.dtpTime.Name = "dtpTime";
- this.dtpTime.Size = new System.Drawing.Size(141, 28);
- this.dtpTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.dtpTime.TabIndex = 465;
- this.dtpTime.ValueChanged += new System.EventHandler(this.dtpTime_ValueChanged);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(443, 18);
- this.radioButton2.Margin = new System.Windows.Forms.Padding(2);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(55, 24);
- this.radioButton2.TabIndex = 428;
- this.radioButton2.Tag = "AF5";
- this.radioButton2.Text = "夜班";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.CheckedChanged);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Location = new System.Drawing.Point(371, 18);
- this.radioButton1.Margin = new System.Windows.Forms.Padding(2);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(55, 24);
- this.radioButton1.TabIndex = 427;
- this.radioButton1.TabStop = true;
- this.radioButton1.Tag = "Z5";
- this.radioButton1.Text = "白班";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.CheckedChanged);
- //
- // tsbSave
- //
- this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbSave.Name = "tsbSave";
- this.tsbSave.Size = new System.Drawing.Size(76, 25);
- this.tsbSave.Text = " 保存 ";
- this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 28);
- //
- // tsbExit
- //
- this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
- this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbExit.Name = "tsbExit";
- this.tsbExit.Size = new System.Drawing.Size(76, 25);
- this.tsbExit.Text = " 关闭 ";
- this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
- this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbPrint,
- this.toolStripSeparator1,
- this.tsbSave,
- this.toolStripSeparator3,
- this.tsbExit});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(878, 28);
- this.toolStrip1.TabIndex = 357;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbPrint
- //
- this.tsbPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.tsbPrint.Image = global::AIMS.Properties.Resources.图标_打印;
- this.tsbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbPrint.Name = "tsbPrint";
- this.tsbPrint.Size = new System.Drawing.Size(76, 25);
- this.tsbPrint.Text = " 打印 ";
- this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
- this.dataGridViewTextBoxColumn1.HeaderText = "Id";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 65;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "DepartmentName";
- this.dataGridViewTextBoxColumn2.HeaderText = "科室名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Visible = false;
- this.dataGridViewTextBoxColumn2.Width = 95;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Name";
- this.dataGridViewTextBoxColumn3.HeaderText = "姓名";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 120;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "Name";
- this.dataGridViewTextBoxColumn4.HeaderText = "姓名";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 70;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "Sex";
- this.dataGridViewTextBoxColumn5.FillWeight = 50F;
- this.dataGridViewTextBoxColumn5.HeaderText = "性别";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 65;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "SZOperation";
- this.dataGridViewTextBoxColumn6.FillWeight = 50F;
- this.dataGridViewTextBoxColumn6.HeaderText = "手术";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Width = 280;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "SZOperation";
- this.dataGridViewTextBoxColumn7.FillWeight = 50F;
- this.dataGridViewTextBoxColumn7.HeaderText = "手术";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Visible = false;
- this.dataGridViewTextBoxColumn7.Width = 280;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "SZOperation";
- this.dataGridViewTextBoxColumn8.HeaderText = "手术";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Visible = false;
- this.dataGridViewTextBoxColumn8.Width = 280;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- //
- // frmTR
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(878, 583);
- this.Controls.Add(this.panel5);
- this.Controls.Add(this.toolStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmTR";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "麻醉交班记录单";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.frmTR_New_Load);
- this.panel5.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvWorker)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dtpTime)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel4;
- private DevComponents.DotNetBar.Controls.DataGridViewX dgvWorker;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn DiplomaIdColumn;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private DevComponents.DotNetBar.ButtonX btnBeforeDay;
- private DevComponents.DotNetBar.ButtonX btnAfterDay;
- private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpTime;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ToolStripButton tsbSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbExit;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBox9;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbPrint;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn DepartmentNameColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn SexColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn AgeColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn SZDiagnoseColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn SZOperationColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn PatientIdColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn IdColumn;
- }
-}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/oldSystemCode/frmTR.resx b/AIMS/OperationDoing/oldSystemCode/frmTR.resx
deleted file mode 100644
index f2e176d..0000000
--- a/AIMS/OperationDoing/oldSystemCode/frmTR.resx
+++ /dev/null
@@ -1,1411 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
- True
-
-
-
-
- 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
-
-
-
- 19, 9
-
-
- 25
-
-
-
- AAABAAEAgIAAAAEAIAAoCAEAFgAAACgAAACAAAAAAAEAAAEAIAAAAAAAAAABACUWAAAlFgAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAD///8A////AP///wD///8B////D////0v///+J////vf///9/////1/////v//
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////+////9f///9////+9////if//
- /0v///8P////Af///wD///8A////AAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////Ff//
- /0n///+J////tP///9H////l////8v////v////+////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////7////7////8v///+X////R////tP///4n///9J////Ff///wD///8A////AP//
- /wAAAAAAAAAAAP///wD///8A////A////yf///9n////sf///+7/////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////7v///7L///9o////KP///wP///8A////AAAAAAD///8A////AP///wP///8i////hv//
- /9n//////////v//////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////+/////////9r///+H////Iv//
- /wP///8A////AP///wD///8A////Jf///4D////b/////f//////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////f///9v///+A////Jf///wD///8A////AP///xX///9n////1v//
- //z/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////P//
- /9b///9n////Ff///wD///8B////S////7T/////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////7T///9M////Af///w////+N////8///
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////9P///47///8Q////S////7X/////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////tv///0z///+J////0f//
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////R////iv///7r////k////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////+X///+9////2f//
- //D/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////8////+D////t////+P//////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////7////9P//
- //r////9////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////7////9////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////+/v3//fz7//v5+P/79/X/+vf1//v49//8+/n//v38/////v//////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//37+v/59PH/9e3o//Ln
- 4P/y59//8+rk//fx7P/7+Pb//v39////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////v///v3/+/f0//Tq4//u3NH/6tPE/+nSwv/s2cz/8eTa//jy7f/9+/r///7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v7+//79/P/58uz/8d3P/+jI
- sv/lu5//5bqd/+fDqv/r0b//9Ojf//v49v/+/f3/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////+/f3/+/r5//bq4v/u0Lv/5baV/+Opgf/jqH//5bCN/+jApf/w283/+PHt//z6
- +f/+/v7/////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////7+//38+//59fP/8uLW/+vE
- qf/kqH//451t/+Odbf/jo3j/5rGO/+zNuv/z5t//+fTy//79/f//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////+/f3//Pn4//bv6//v2Mr/6LqZ/+Sebv/jlWD/45Zh/+Oaaf/kpXv/58Cn/+3c
- 0f/17+v//fz7////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////39/f/7+Pb/8unk/+vR
- wP/ms5D/45lm/+OTXP/jlF3/45di/+Ofcf/jt5j/6NLD//Lp4//9+/r/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////f39//r29P/w5N3/6Mu3/+Wviv/jl2P/45Jb/+OTXP/jlmD/45xr/+Gv
- jf/lybb/8eTc//z6+f//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////9/Pz/+vTy/+7f
- 1v/lxa//46uF/+OWYv/jklv/45Nc/+OVXv/immj/4KqE/+XDq//w4NT//Pn3////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////38+//58/D/7NvQ/+PAqP/iqID/45Zh/+OSW//jk1z/45Re/+OY
- Zv/hpXz/5b2h//Dczf/79vT///7////+/v//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v///fv7//ny
- 7v/q18r/4ruh/+GlfP/jlmH/45Jb/+OTXP/jlF7/45hk/+Ojdv/nuJj/79bE//fw7P/8+/v//v7+////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////9+/v/+PHt/+rUxf/huJv/4aN5/+OVYP/jk1v/45Nc/+OT
- Xf/jl2L/5KBw/+eyjf/szbf/8+ff//n29P/+/fz/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////37
- +v/48Or/6tG//+G0lP/hoXX/45Vg/+OTW//jk1z/45Nd/+OVYP/km2n/5qqB/+nDqP/t3dH/9vHs//38
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////7//fv5//jv6P/qzrn/4rGO/+Gfcv/jlV//45Nb/+OT
- XP/jk1z/45Re/+SXYv/ko3X/5bma/+jSwv/z6+T//Pv5////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////+
- /v/9+vj/+e7m/+3Ls//lrof/455u/+OVX//jk1v/45Nc/+OTXP/jk13/45Rf/+Odbv/isY7/5cm1//Hl
- 3f/8+ff/////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////v79//z49f/46uD/7sar/+eqgP/knGr/45Re/+OT
- XP/jk1z/45Nc/+KSXP/jk13/4ppp/+Krhf/lwan/8eHV//z49f///v7/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///9/Pv/+fPw//Tj1//sv6D/5qR2/+SZZf/jlF3/45Nc/+OTXP/iklv/4ZFb/+KSXP/imGb/46Z9/+a7
- nv/x3M7/+/by//79/f//////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////7///7+///+/v///v7///7+///+
- /v///v7///7+///+/v//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////z6+f/27ur/8NvO/+m4lf/lnm3/45Vg/+OT
- XP/jk1z/4pJb/+CRWv/gkFn/4ZFa/+OXY//konX/57WS//DWxP/58uz//Pv6///+/v//////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+/v7//v39//38+v/8+ff//Pj2//z39f/89/T//Pf1//z49v/8+ff//Pv5//39/P/+/v7/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////v7/+vf2//Pp4//s1MT/57GM/+SaZ//jlF3/4pNc/+KSW//hkVv/35Ba/96PWf/gkFn/4pVf/+Sd
- bP/mrIP/7My0//Po4P/59vT//v39////////////////////////////////////////////////////
- //////////////////////////////////////////////38/P/7+Pb/9/Ds//Pn4P/y49n/8uHW//Hg
- 1f/x4db/8ePZ//Ln3//17un/+ff1//z7+//+/v7/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////+/v/59fP/8OTc/+jNuv/krIb/45hl/+OT
- XP/iklv/4ZFb/+CQWv/ej1n/3Y5Y/96PWf/hklz/45hl/+Wkd//owKT/7dzQ//Xv6//9/Pv/////////
- //////////////////////////////////////////////////////////////////////////////7+
- /v/9/Pr/+vXy//br5f/v3tL/6dC+/+jJtP/oxq//58Wt/+fGr//nybT/6M+8/+3azP/06eD/+fPu//z6
- +P/+/v3///7+////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////7+//n08f/u39b/5May/+Opgv/jmGT/45Nc/+KSW//hklv/35Fa/96PWv/cj1n/3o9a/+GR
- XP/ilWH/5J5v/+S2lv/p0cH/8+ni//37+f//////////////////////////////////////////////
- ///////////////////////////////////+/v3//Pv5//n07//z597/7tfI/+nHsP/luZv/5LKQ/+Sw
- jP/kr4v/47CM/+OykP/kt5f/6cGm/+/Svf/z4dT/9+/p//v49//+/f3/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////+/v///v7/+PLu/+3b0P/iwar/4aZ9/+OX
- Y//jk1z/4pNc/+CTXv/flF//3pNf/92TX//fk17/4ZNd/+KVX//im2r/4q6J/+bIs//x49n//Pn4////
- ///////////////////////////////////////////////////////////////////////////+//79
- +//59fL/8+jh/+3Wxv/owqj/5LGN/+Olev/ioHL/4p5v/+Kebv/in2//4qBx/+Ojdv/lq4L/6rqX/+7N
- tv/y4dX/9/Ht//z6+v///v7/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////7+//79/v/38Oz/69fK/+C8ov/hpHn/45Zi/+OTXf/ilWD/4Jpq/96fcv/fonf/4KJ3/+Ke
- b//jmWb/45dj/+OaaP/hqID/5cCm//He0v/8+fb/////////////////////////////////////////
- /////////////////////////////////////////fz6//Xu6P/r2cv/58Oq/+Svi//ioXT/4plo/+KX
- Y//ilmH/4pZh/+KWYf/il2P/45hm/+SdbP/mp3r/6bmX/+zOuf/y5Nn/+vf0//7+/f//////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////+/v/+/fz//fr5//z59v/99/T//ffz//338//99/P//ffz//338//99/P//ffz//33
- 8//99/P//ffz//338//99/P//ffz//338//99/P//ffz//338//99/P//ff0//349f/9+vj//v38///+
- /v///////////////////////////////////////////////////v7//v7+//bv6v/q1MT/4Lea/+Ch
- df/jlmL/45Re/+KYZf/go3r/4K+N/+K2l//luJn/5q2G/+Whc//kmmj/45pn/+Kkef/mu5z/8drL//v2
- 8////////////////////v7//fz6//z59//8+PX//ffz//338//99/P//ffz//338//99/P//ffz//33
- 8v/68uv/8eHV/+bJs//js5L/4qF2/+KYZf/jlWD/45Re/+OUXf/jlF3/45Rd/+OUXv/jlV//45Zi/+Sb
- af/lqH7/57qb/+3TwP/37uj//Pn4//7+/v//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////+/v7//fz8//r28//16+T/9OTZ//Xf
- 0P/23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//bc
- y//23Mv/9tzM//bczP/13s7/9eHU//Xn3v/69PD//fv7//7+/v//////////////////////////////
- ///////////////+/v/+/v3/9+7n/+rQvv/hspL/4Z9y/+KWYf/jlWD/45tr/+Kui//kwaj/6cu3/+zO
- uP/pu5z/5ad+/+Odbf/jmWb/46Jz/+e3lP/v1cL/+PHs//z9/P/+/v3///79//37+v/48ev/9OXb//Tg
- 0v/13c3/9tzL//bcy//23Mv/9tzL//bcy//23Mv/9tzL//TZxf/tzbX/5rmb/+Opgf/im2r/4pRf/+OT
- Xf/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXf/jlF3/45Zh/+Oebv/kq4T/6cKn//Hg1f/38e3//Pv6////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////7+/f/8+vj/9+7p/+3bzv/rzbn/7MSo/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/
- n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+6/n//uv5//7r+f/+3CpP/sx67/7dLA//Xp
- 4f/79vT//fz8//////////////////////////////////////////////7+//7+/v/37eX/7M25/+Ku
- i//hnW7/4pZh/+OXY//koHL/5rqd/+rSwv/v39T/8uDU/+vIsP/kroj/4p9x/+OZZf/kn27/6LKM/+3O
- uP/06uL/+vj3//78/P/9/Pv/+vbz//Lj2P/rz7v/68Ws/+3Aov/uv5//7r+f/+6/n//uv5//7r+f/+6/
- n//uv57/7b6c/+q3k//mrIX/5KFz/+OXY//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT
- XP/jlF3/4pdj/+OfcP/ls5D/6tLB//Ln4f/79/b/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v79//z59v/06uP/59DB/+W+
- ov/msIr/6Kl8/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ip
- ff/oqX3/6Kl9/+ipff/oqX3/56uB/+axjP/ovaH/7tnL//Xt5//7+Pb////+////////////////////
- /////////////////////v7///7+//js4//uy7T/5KuE/+Kba//jl2L/5Jto/+eoff/rx67/8OHX//Xt
- 5//36+T/7NC9/+Oykf/ioXX/45hk/+SaZ//mqn//6cSp/+7f0//28e7//Pr5//r39f/27Ob/7tXE/+e9
- oP/msYz/56qA/+ipfP/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipfP/nqHv/5qZ4/+Whcv/km2j/45Vf/+OT
- W//jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jlF7/4pln/+Oqg//lx7L/7uDW//n1
- 8v//////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////+/v3/+/j2//Po4f/lzLv/4raY/+Ome//lnWr/5Z1r/+Wda//lnWv/5Z1r/+Wd
- a//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1r/+Wda//lnWv/5Z1q/+Wcaf/knWv/5KJ0/+Wu
- iP/oyrX/7+HY//jz7////v7////////////////////////////////////////+/v/+/fz/+Org/+/J
- r//mqX//45po/+SYZP/mn27/6a+H//DRvf/27Ob/+vXy//nw6//s1cX/4ria/+Gkev/jl2P/45Zg/+Si
- dP/muZr/6dLD//Pq5P/69vT/9vDs//Dh1v/qyLD/5rCL/+Wlef/ln27/5Z1q/+Wda//lnWv/5Z1r/+Wd
- a//lnWv/5Z1r/+Wdav/lnWr/5Jto/+OYY//jlF7/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/45Nc/+OTXP/imGT/4ad+/+LBqv/s3NH/+PPw////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////79/f/7+Pb/8+jh/+XL
- uf/itpj/5KZ8/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+We
- bP/lnmz/5Z5s/+WdbP/lnGn/5Jhj/+OXYv/jm2j/46Z7/+S/pf/r2Mv/9u7p//7+/f//////////////
- //////////////////////7//f38//r59//15dn/7saq/+eofP/kmmf/5Jll/+ehcv/qs43/8tjE//ny
- 7f/8+ff/+fPv/+3bzf/jvqT/4ah//+OYY//jlF3/451t/+Owjv/myLT/8eXc//jz7v/z6OD/6tTE/+a7
- nf/lp3z/5aBx/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnmz/5Z5s/+WebP/lnWr/5Jlk/+OV
- Xv/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OXY//hp37/4cGr/+vc
- 0f/48/D/////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v79//v49v/z6eP/59C//+W9ov/nsIr/6Kl8/+ipff/oqX3/6Kl9/+ip
- ff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqX3/6Kl9/+ipff/oqHv/56V4/+agcf/kmGT/45Vf/+OX
- Y//ioXP/4raY/+nRwP/16uP//v79//////////////////////////////////7+/v/8+/r/9/Pw//Hf
- 0v/swaT/56Z5/+WaZf/kmWX/5qN0/+u2kf/028r/+/by//38+//69vL/7uDW/+XGr//irYf/45pm/+OT
- XP/jmmj/4qqD/+TAp//w39T/9+/q/+/g1f/lyLL/4q+L/+Sgcf/ln23/56Jy/+ileP/oqHz/6Kl9/+ip
- ff/oqX3/6Kl9/+ipff/oqHz/56Z5/+ajc//knGn/45Zg/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/45Nc/+OTXP/jlF3/45lm/+Kpgf/jxbD/7d7V//j08f//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////+/v7//Pr5//fw
- 6//u39P/7dO//+/KsP/wxaf/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DGqP/wxqj/8Mao//DF
- qP/wxaj/8MWn/+2/oP/otpP/5KqC/+Obav/jlF//45Zg/+Kebv/hsI7/6Mu3//To3//+/v3/////////
- /////////////////////////v39//v49//07ej/7dfH/+m7mv/moXL/5Jhi/+SZZf/lpXf/6rmV//Xe
- zf/8+PT//v38//v49v/x6OH/6dC+/+W2lP/kn2//45Zg/+OZZv/jpnv/5rqb//Lczf/47eb/7trN/+O+
- pP/gp3//45xq/+afbf/oqHr/7LWQ/+/Bov/wxaf/8Mao//DGqP/wxqj/8MWn/+7CpP/quZf/5auD/+Of
- cf/jlmH/45Jb/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OTXP/jk1z/45Nc/+OWYf/knm3/5K+L/+bM
- uv/v49v/+fb0////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////7+///+/fz/+/j2//fw6v/26+H/9+fa//jl1//45df/+OXX//jl
- 1//45df/+OXX//jl1//45df/+OXX//jl1//45df/+OXX//jk1v/449X/8tnI/+rKs//kt5f/46Fz/+OX
- Yv/jlmH/45xr/+Kshv/pxq7/9OXa//78+//////////////////////////////////9/f3/+/b1//Hn
- 4P/pz7z/5rOQ/+Sbaf/jlV//45lm/+Smev/ou5n/9N/Q//z49f/+/v3//Pr5//Xv6//u283/6MCj/+Sm
- e//jmWb/45ll/+Wjdv/ptpL/89fE//fo3v/u1ML/47eY/+Gidv/jmmf/5qBv/+mtg//wxqn/9t3M//jk
- 1v/45df/+OXX//jl1//35Nb/9eDQ/+3Puf/kt5n/4qZ9/+KZZ//jlF3/45Nc/+OTXP/jk1z/45Nc/+OT
- XP/jk1z/45Nc/+OTXP/jlV//5Jtq/+WmfP/mupz/6tbI//Lp5P/7+Pb/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////////7+
- /v/9/Pv//Pj2//v28v/89e///PTu//z07v/89O7//PTu//z07v/89O7//PTu//z07v/89O7//PTu//z0
- 7v/89O7//PPu//zz7P/26N7/7dfI/+fCqf/lqX//5Jtp/+SXY//jm2n/46h//+nCpf/y4NL/+/j1//79
- /P////7///////////////////////38/P/69fL/7uHY/+bIsv/krYj/45hk/+OTXf/jmWj/46d+/+a9
- n//z4NP//fj2///+/v/9/Pv/+fXz//Lk2v/qyK//5KyF/+Kca//jmWX/5aJy/+mxiv/vzbf/8tvN/+zJ
- s//ksI3/4p9w/+OZZv/loXL/6LCL//HPuP/66+H/+/Ps//z07v/89O7//PTu//zz7v/57+f/8t/S/+jI
- sv/ks5P/4qJ2/+KYZf/jlV//45Nd/+OTXP/jk1z/45Nc/+OTXP/jlF3/5JZg/+WbaP/kpXn/5bOQ/+nI
- sf/w4tj/9/Ht//z7+v//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////+/v/+/v3//v38//79/P/+/Pv//vz7//78
- +//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz7//78+//+/Pv//vz6//jz7f/x49j/6s66/+ey
- jP/loHH/5Jlm/+OaZv/lpXf/6ryc//DZyP/48u7//Pv6//7+/v///////////////////////fz7//nz
- 8P/s3NH/5MGp/+Opgf/jlmL/45Nd/+Kaaf/iqYP/5L+m//Li1//9+ff///////7+/v/8+/r/9uzk/+zP
- u//jso//4Z9x/+OZZv/ln2//6KuC/+vApP/syrX/6b2f/+Wqgf/jnGv/45lm/+Sidv/ntJP/8dXC//vz
- 7v/++/r//v38//78+//+/fv//vz7//z59v/27eb/7dnM/+jErP/kr4z/4qB0/+KZZv/ilmH/45Vg/+OV
- X//jlV//4pVg/+OXY//knGr/5qR4/+axjv/mwqj/69fI//Xt6P/7+Pb//v39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////+/n2//Xt5v/u2cn/6LmY/+Slef/jmmj/45hj/+Wfbv/otJD/7dC8//Pq
- 5P/69/b//v39///////////////////+///9+/r/+PLt/+rXyf/iu6D/4aV8/+OVYf/jklz/4ptr/+Gs
- iP/kxK3/8uTb//359/////////7+//7+/f/48Ov/7dTE/+K3mf/gonb/45ll/+SbaP/monX/56+K/+e1
- k//mrYb/5aJz/+SZZf/jmWb/46V8/+W5nP/w2sv/+/bz///+/v///////////////////////v39//r2
- 8//06eL/7tfI/+nErP/kspH/4aV7/+Gfcv/inGz/4ptp/+Kbav/hnW//4aJ2/+Oqg//nt5b/6sau/+3W
- xv/y59//+vb0//38/P///v7/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////9/Pv/+fTv//Li
- 1v/nv6P/46iA/+Kbav/jlmD/5Jlm/+WshP/oxq//7uHY//jz8f/+/fz///////////////////7///37
- +v/48Or/6dLB/+G2mP/honj/45Vg/+OTXP/inW7/4rGP/+TKt//y6N///fr4/////////v7///7///nz
- 7//t2cz/4r2k/+Gmff/jmWb/45Zi/+OZZv/jnm//46F0/+Oebv/kmmf/5JZh/+ObaP/jq4X/5cKq//Df
- 1P/8+PX///7+/////////////////////////v7//fv6//r18v/16uL/8NvP/+nKtv/juZ3/4rGP/+Os
- hv/kqoL/5aqC/+Ouiv/itZb/5cCn/+rOvP/w3dD/9erj//r08f/9+/r///7+////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////79/f/79/T/9Ofd/+fErP/irIf/4p1t/+OVX//jl2H/5KZ8/+W+
- pf/q2c7/9/Dt//78+/////////////////////7//fv5//jv6P/qzrv/4rKR/+Ggc//jlWD/45Nd/+Of
- cf/jt5f/59HB//Pr5f/8+/n/////////////////+vXy/+/f1f/lxrL/462K/+Scbf/jlmL/4pVg/+GX
- Y//hmGX/4pdj/+SXYv/kmGP/5aJy/+a3lv/pz77/8ujh//z69////v7////////////////////////+
- /v///f3//fr6//r08f/27Ob/8eDV/+zTwv/rzLf/7Mmx/+3Hrf/tx63/68u0/+vQvf/t2Mr/8eLZ//Xs
- 5v/59PL//Pv6//7+/f//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////v7+//z5
- 9//26+L/58q1/+Gwjv/hn3H/45Rf/+OVX//jonb/47ib/+jSw//27ej//fz7////////////////////
- /v/9+/j/+O7m/+vLtf/jr4r/4p5w/+OVYP/jlF7/5KN2/+a9oP/r2c3/9u/r//38+///////////////
- ///79/b/8ubf/+nRwf/mt5j/5KJ2/+KYZf/hk13/4JJc/+GTXf/ilF7/45Zg/+SbaP/nqX7/6sOo/+/e
- 0v/28e7//fv7///////////////////////////////////////+/v7//fz6//v49v/58u7/9uvk//bn
- 3v/25tv/9uXZ//bl2f/259z/9erh//bu6P/48/D/+/f2//37+//+/v7/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////v7//fr4//bt5//nz77/4bWW/+GhdP/jlF7/45Re/+Kf
- cv/is5P/58u5//Xr5P/9+/r////////////////////+//37+P/57eX/7cmw/+WshP/jnW3/45Zh/+SY
- ZP/nqn//68eu//Dk2//49fP//v38//////////////////z6+f/37ur/793S/+nApv/kp37/4ppp/+GT
- Xf/hkVr/4pJb/+KTXP/jlmH/5J5t/+evif/tzbb/9Oni//r4+P/+/f3/////////////////////////
- //////////////////////7//v79//37+//8+ff//Pf1//z39P/89/P//Pfz//z39P/8+Pb//Pr5//38
- +//+/f3///7+////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////+
- /v/9+vn/9+/q/+nVyP/ju5//46R6/+OVYP/jlF7/4p1u/+Kui//mxrD/9eff//36+P//////////////
- /////v7//fr3//ns4v/vx6v/56qA/+Sca//kmGP/5Z1r/+myi//w0bz/9u7o//v6+f/+/v7/////////
- /////////v39//v28//16OH/68mz/+Osh//hnG7/4ZRf/+KSW//ik1z/45Nd/+OXYv/ioHP/5bST/+/T
- wf/48ev//f39//7+/v///////////////////////////////////////////////////v////7+//79
- /P/+/fz//vz8//78/P/+/Pz//vz8//79/P/+/v3//v7+///+/v//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////+//38+v/48u7/7NzS/+fErP/lrIT/5Zpn/+OW
- YP/jnGv/5KqE/+jBp//z49j/+/f0//79/f////////////79/P/79vP/9+fd/+7Ep//nqX7/5Z1q/+SZ
- ZP/moHD/67eT//LXxP/59PD//f39//7+/v/////////////////+/v7//Pr4//ju6P/sz7z/47CP/+Gf
- c//ilWD/4pNb/+OTXP/jk17/45hk/+Kkev/kup7/79jJ//r18P//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////7//vz7//n18v/x5d3/6826/+e0kf/loHD/45hj/+Obaf/lp33/6Lyd//Hez//48+7//Pv6////
- /////////Pv6//jy7f/z4dT/7MCh/+ene//lnGn/5Jll/+WidP/qupj/89vK//z49f/+////////////
- ///////////////////9/Pv/+fLt/+3Vxf/itpj/4aN5/+KWYv/jklv/45Nc/+OVX//jmmj/4amD/+TA
- qv/v3tL/+/f0////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////+/f3/+/j3//bt6f/v18j/6bye/+Sk
- eP/jmWb/45lm/+WidP/otJD/7tXD//Ts5f/6+Pb///7+///////7+Pf/9ezm/+7Zyf/puZf/5qN0/+Sa
- Zv/jmWb/46N3/+m8nP/z3c3//fr3//////////////////////////////////79+//69PD/7drN/+O9
- o//hp3//45dj/+OSW//jlF7/5Jhj/+SfcP/jsZD/5sq4//Hj2//8+ff/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////+/v/++/v/+vbz//Pg1P/pw6j/4qiA/+Kaaf/jl2L/5Jxq/+aqgv/pyrT/8OPa//jz
- 8P/+/v3///7+//r28//x5t3/6dC9/+axi//knWv/5Jdi/+OZZv/ipXv/576h//Le0P/9+vj/////////
- /////////////////////////v38//r28v/v4Nf/5caw/+Osh//jmWX/45Nb/+OWYP/lnGr/5qh9/+e9
- of/r1sn/8+rl//z6+f//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////+//79/P/8+vj/9OXb/+nI
- sf/hrIj/4pxs/+OWYf/jmWX/5KV5/+XCqP/s28//9vDr//7+/P////7/+PPw/+7g1f/lx7L/46qD/+OZ
- Zv/jlmD/4ppo/+Cof//mwab/8uDT//37+f/////////////////////////////////+/f3/+/j1//Ho
- 4f/p0L//5raU/+Wfbv/klV//45di/+SgcP/mr4j/68mx//Hi2f/38u///fz8////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v79//38+v/06eD/6M25/+CxkP/hnm//45Zg/+OXYv/joXT/4rqd/+nU
- xf/07OX//v38//7+/v/38e3/7NrN/+K/p//hpXz/45dj/+OVYP/im2n/4KqF/+XErP/x4tb//fv5////
- //////////////////////////////7+/v/8+/n/9fDr/+7bzv/pwKP/5qd6/+SaZ//jm2j/5KV6/+a2
- lv/u08H/9u7o//v49//+/v7/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////v7//v37//Xs
- 5f/p0sH/4LaY/+Kgcv/jlmH/45Zh/+KfcP/gs5T/5868//Tp4f/+/Pv//v7+//bv6f/q1MX/4Lic/+Gi
- dv/jlmL/45Vg/+Kca//grYr/5cey//Hk2v/9+/r///////////////////////////////////////38
- +//59vT/8+bc/+vLtP/lsYz/4qN3/+Kid//jrov/58Gp//De0f/69fL//vz8////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////+/v/+/fz/9u7p/+vYyf/ivqL/46R3/+OXYv/jlmH/4p1t/+Cv
- i//nybP/8+bc//77+v/+/v7/9u3m/+rQvv/gspT/4Z9y/+OWYf/jlWD/4p1t/+Cxkf/mzLr/8ubf//37
- +v///////////////////////////////////////v79//37+v/37+n/7dfI/+S/pf/hsZL/4rKS/+W/
- pv/q0cL/8+jh//z59////v3/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////+//79
- /P/48u7/7t/U/+bHsf/lq4L/5Jxp/+SXY//jnGv/4qqE/+fEq//y4db//Pn3//79/f/26+T/6824/+Gv
- jP/hnW7/45Vg/+OVYf/jnnD/47eZ/+jTxP/z6uT//fz7////////////////////////////////////
- //////7//v79//v28//z5t3/7NXG/+nMuP/qzbj/7dbG//Hj2v/48e3//fz7/////v//////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////7//v7+//n18//y5t7/69HA/+ezj//loXL/5Jlm/+Oa
- aP/jpnz/6L6h//Dczv/59fL//fv6//fq4f/sy7P/46yF/+Kca//jlWD/45dj/+SidP/mv6T/7NvP//Xv
- 6v/+/fz///////////////////////////////////////////////7//fv6//nz7//16+X/9Ofe//Xn
- 3v/27OX/+PPu//v59//+/v3/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///+////+/n3//bu6P/w287/6buc/+Wlev/jm2n/45hk/+Ogcf/nt5X/7tTD//Xu6f/7+Pb/+One/+7J
- r//lqoD/45tp/+OWYf/kmmj/5qh9/+vJsf/x5dz/+PXx//7+/f//////////////////////////////
- ///////////////////+/v3//fz7//z6+P/8+Pb//Pj2//z6+P/9/Pr//v39////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////+/Pv/+vTx//Tj2f/owaf/46mC/+Kc
- a//jlmH/45ln/+athv/qybP/8OTc//jy7f/35dn/78er/+eofP/kmmf/5Jhk/+agb//qsYn/8dTB//fv
- 6f/8+vj///7+///////////////////////////////////////////////////////+/v7//v38//79
- /P/+/fz//v39//7+/v/+//7/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////7+/f/7+PX/9eng/+fHsP/irYn/4p1v/+OVX//jlmH/5KV7/+a9of/q1MX/8eHV//LY
- xf/tv5//56Z4/+SaZv/kmWb/5aJ1/+q1kv/z2sn/+/Tv//79/P//////////////////////////////
- ///////////////////////////////////////////+////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////v7+//z5+P/27OX/58y4/+Gy
- kf/hn3L/45Rf/+OUX//jn3H/47CO/+TBqv/qy7f/7Mar/+q1kP/mo3T/5Jll/+OZZ//kpHn/6bmY//Tf
- z//89/T///7+////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////v///fr5//fu6P/o0cH/4beZ/+Gidv/jlF7/45Nd/+KZaf/go3v/4a2M/+W1
- lP/nso3/5qh+/+Sdbf/jl2P/45pp/+Omff/nvJ7/9OHT//359v//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////+/v/9+/r/9/Hs/+rY
- y//jvqP/4qZ8/+OVX//iklz/4ZRh/+CYaP/fnG//4qBy/+OgcP/im2n/4ZZi/+KUX//immn/46mC/+a+
- o//z4tb//fn3////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////+//38+//49PD/7uHX/+jIsv/lroj/5Jln/+KUX//hkl7/4JNf/9+V
- Yv/gl2P/4ZZi/+CUYP/gk13/4ZNd/+Kba//iq4f/5cKq//Pk2v/9+ff/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////7//v38//r4
- 9f/y6+T/7NPB/+i3lv/koHH/45Zi/+KTXP/gkVv/35Fc/9+SXP/fklz/35Fb/+CSW//hk13/4Zxt/+Gu
- jP/lxrH/8+bd//36+P//////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/v3//Pv5//fz7//w3c7/6cCi/+Slev/jmWb/4pNd/+CR
- Wv/fkFr/35Ba/9+QWv/fkFr/4JJb/+GTXf/inW//4rKR/+XLuf/z6eH//fv5////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /v/+/fz/+/n2//Pk2P/pxaz/4qmB/+Kbaf/hk17/4JBa/96PWf/fkFr/35Ba/+CQWv/gkVz/4ZNe/+Kg
- c//jtpj/5tDB//Pr5f/9+/n/////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////79/f/8+/r/9Off/+nKtP/grYn/4Zxt/+KU
- X//gkFr/349Z/9+PWf/fkFn/4JBb/+GSXv/jl2T/5KZ7/+a9ov/p18v/9e7q//37+v//////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////v7+//38/P/16uP/6c68/+Cykv/hnnH/4pRg/+GRW//gkFr/349Z/96PWf/fkVv/4ZRg/+Sc
- a//mrYX/6cat/+3f1f/38u///fz7////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////v7//v39//bt5//q08T/4bic/+Gh
- dP/ilWH/4pJc/+GRW//fkFr/35Ba/+CRXP/ilmL/5aBw/+i0j//tz7n/8ujh//n29f/+/f3/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////+/v/+/f3/9/Dr/+zazf/kwKf/46V6/+OWYv/jk1z/4pJc/+GRW//hkVv/4pNd/+OY
- ZP/lonP/6rmW//HXxf/58+///fz7//7+/v//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////79/v/48/H/8OLY/+jL
- tv/mrYb/5Jtp/+OVX//jk1z/4pJc/+KSXP/jlF7/45ll/+Wjdv/qu5v/89zM//z49f/+////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////v7+//r39f/06uT/7tbG/+i2lP/lonP/5Jhj/+OTXf/jk1z/45Nc/+OU
- Xv/jmWb/46V6/+m+oP/z39D//fr4////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////+/v///Pv5//jx
- 7f/y4NT/6b+h/+WnfP/jm2j/45Rd/+OTXP/jk1z/45Vf/+OaaP/ip3//58Cm//Pg1P/9+/r/////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////+/fz/+/fz//Xn3v/oxav/4quF/+KcbP/jlF3/45Nc/+OT
- XP/jlV//4ptp/+CqhP/mw6z/8uLX//37+v//////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////+
- /v/8+ff/9uvj/+jKtf/hsI3/4Z5w/+OUXv/jk1v/45Nc/+OVYP/inGv/4K2K/+bHsv/y5Nr//fz6////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////7+//36+f/27ef/6M++/+G0lf/hoXX/45Re/+OT
- W//jk1z/45Vh/+Kdbv/hsZH/5su5//Lm3v/9/Pv/////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////v7//fv6//fw6//p1cf/4rqf/+Kkev/jlF//45Nb/+OTXP/jlmH/455w/+K1l//o0MD/8+nj//38
- +///////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////v/9/Pr/+PPv/+zc0f/lwqn/46h//+OV
- X//jk1v/45Nc/+OWYf/joHL/47ue/+nWyP/07ef//v38////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////79/P/69vP/8OXe/+rMuP/msIv/5Jpn/+OVXv/jlV//5Jpm/+Wme//mwqn/7NzR//Xw
- 7P/+/f3/////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////39//z59//27ur/79jI/+m6
- mv/loHL/45dj/+OXY//ln27/566G/+rLtf/v49v/9/Pw//7+/f//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////v7//vz7//r39P/z4dX/68On/+SnfP/jmmj/45pn/+Skdf/otZH/7dTC//Tr
- 5f/69/X//v7+////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////+/fz//Pr5//Xn
- 3f/qyLH/4auG/+KcbP/im2r/46d9/+a7nP/w3M7/+fPv//38+///////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////+/f/9/Pv/9u3m/+zTw//jup7/4qqE/+Kogf/js5L/58au//Pl
- 2v/7+PX//v7+////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////////////7+//7+
- /f/58+//8OLY/+nPvv/kwKb/472i/+XFr//q1cX/9uzm//37+f//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////v////v59//27+r/8OTb/+vYyv/p1cb/69rO/+/k
- 3P/48/D//v38////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////v38//v59v/59PD/9u7o//Xt5v/27+r/+PTw//z6+f/+/v7/////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////v7//v38//38+v/8+vj//Pn3//z6
- +P/9+/r//v39////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////v7//v7+//7+/v///v3//v79//7+/v//////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////8/////v//
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////+/////f////P////6////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////v////0////4P//
- //P/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////8////+D///+8////5P//////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////l////vf//
- /4n////R////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////9H///+K////S////7X/////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////tf//
- /0z///8P////jf////P/////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////T///+O////D////wH///9L////tP//////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////tP//
- /0v///8B////AP///xX///9m////1v////z/////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////P///9b///9m////Ff///wD///8A////AP///yT///9/////2v//
- //z/////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////////////////////////////////////z////a////f///
- /yT///8A////AP///wD///8A////A////yD///9/////1v/////////+////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////7/////////1v///3////8g////A////wD///8AAAAAAP///wD///8A////A///
- /yT///9l////sP///+7/////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////7v///7H///9l////JP//
- /wP///8A////AAAAAAAAAAAA////AP///wD///8A////AP///xT///9I////iP///7L////P////4///
- //L////7/////v//////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////9////+P//
- /+/////i////z////7L///+I////SP///xT///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAP//
- /wD///8A////AP///wH///8O////R////4P///+4////3/////T////9////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- ////////////////////////////////////////////////////////////////////////////////
- //////////////////////////////////r////t////1////7b///+D////Rv///w7///8B////AP//
- /wD///8AAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAB4AAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAA
- AAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAABgAAAAAAA
- AAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAc=
-
-
-
\ No newline at end of file
diff --git a/AIMSEntity/BLL/Extension/BOperationRecord.cs b/AIMSEntity/BLL/Extension/BOperationRecord.cs
index 1707ad9..1ae0fe9 100644
--- a/AIMSEntity/BLL/Extension/BOperationRecord.cs
+++ b/AIMSEntity/BLL/Extension/BOperationRecord.cs
@@ -555,7 +555,7 @@ namespace AIMSBLL
{
if (item1[0].ToString() == "5" && item1[1].ToString() == item[1].ToString())
{
- item1[2] = "0";
+ item1[2] = "-1";
}
}
}
@@ -565,7 +565,7 @@ namespace AIMSBLL
{
if (item1[0].ToString() == "6" && item1[1].ToString() == item[1].ToString())
{
- item1[2] = "0";
+ item1[2] = "-1";
}
}
}
diff --git a/DrawGraph/AreaManage/MonitorManage.cs b/DrawGraph/AreaManage/MonitorManage.cs
index c84ccb0..3878d4f 100644
--- a/DrawGraph/AreaManage/MonitorManage.cs
+++ b/DrawGraph/AreaManage/MonitorManage.cs
@@ -91,12 +91,13 @@ namespace DrawGraph
pan.Controls.Clear();
int Width = pan.Width;
int Height = pan.Height / 3;
+ List panPanels = new List();
//循环加载数值生命体征
- for (int x = myOpeRecord.PhysioConfigList.Count - 1; x >= 0; x--)
+ for (int x = 0; x < myOpeRecord.PhysioConfigList.Count; x++)
{
PhysioDataConfig ade = myOpeRecord.PhysioConfigList[x];
if (ade.IsDefalultShow == false) continue;
- if (ade.showStyle != "显示数值") continue;
+ if (!ade.ShowText) continue;
System.Windows.Forms.Panel panel = new System.Windows.Forms.Panel();
panel.Tag = ade;
panel.Dock = System.Windows.Forms.DockStyle.Top;
@@ -105,13 +106,8 @@ namespace DrawGraph
{
DateTime SpanTime = getInRoomSpanTime(myOpeRecord.pageBegin.AddMinutes(i * 5));
System.Windows.Forms.TextBox textNum = new System.Windows.Forms.TextBox();
- PhysioData pdNew = new PhysioData();
- pdNew.RecordTime = SpanTime;
- pdNew.Value = -1;
- pdNew.PhysioDataConfigId = ade.Id;
- pdNew.YAisx = ade.YAisx;
- pdNew.PatientId = myOpeRecord.Id.Value;
- pdNew.config = ade;
+
+ PhysioData pdNew = PhysioDataConfig.newPhysioData(ade, myOpeRecord.Id.Value, SpanTime, -1);
textNum.Name = pdNew.config.Id + "" + SpanTime.ToString("HHmm");
textNum.Tag = pdNew;
@@ -124,7 +120,39 @@ namespace DrawGraph
textNum.DoubleClick += TextNum_DoubleClick;
panel.Controls.Add(textNum);
}
- pan.Controls.Add(panel);
+ panPanels.Add(panel);
+ }
+ for (int x = 0; x < myOpeRecord.PhysioAnesConfigList.Count; x++)
+ {
+ PhysioDataConfig ade = myOpeRecord.PhysioAnesConfigList[x];
+ if (ade.IsDefalultShow == false) continue;
+ System.Windows.Forms.Panel panel = new System.Windows.Forms.Panel();
+ panel.Tag = ade;
+ panel.Dock = System.Windows.Forms.DockStyle.Top;
+ panel.Size = new System.Drawing.Size(Width, Height);
+ for (int i = (240 / ade.YAisx); i >= 0; i--)
+ {
+ DateTime SpanTime = getInRoomSpanTime(myOpeRecord.pageBegin.AddMinutes(i * ade.YAisx));
+ System.Windows.Forms.TextBox textNum = new System.Windows.Forms.TextBox();
+
+ PhysioData pdNew = PhysioDataConfig.newPhysioData(ade, myOpeRecord.Id.Value, SpanTime, -1);
+
+ textNum.Name = pdNew.config.Id + "" + SpanTime.ToString("HHmm");
+ textNum.Tag = pdNew;
+ textNum.Font = new System.Drawing.Font("微软雅黑", 7f);
+ textNum.Multiline = true;
+ textNum.Width = Width / (240 / ade.YAisx) + 1;
+ textNum.Height = panel.Height;
+ textNum.Dock = System.Windows.Forms.DockStyle.Left;
+ textNum.Leave += TextNum_Leave;
+ textNum.DoubleClick += TextNum_DoubleClick;
+ panel.Controls.Add(textNum);
+ }
+ panPanels.Add(panel);
+ }
+ for (int i = 2; i >= 0; i--)
+ {
+ pan.Controls.Add(panPanels[i]);
}
}
}
@@ -163,13 +191,7 @@ namespace DrawGraph
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(addPP.Name.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = myOpeRecord.Id.Value;
- pdTemp.config = addPP;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, myOpeRecord.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()), dtPhysioData.Rows[i]["Value"].ToString());
addPP.AddPoition(pdTemp);
}
}
@@ -182,19 +204,15 @@ namespace DrawGraph
{
if (dtPhysioData.Rows[i]["Name"].ToString().Equals(addPP.Name.ToString()))
{
- PhysioData pdTemp = new PhysioData();
- pdTemp.RecordTime = DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString());
- pdTemp.Value = Double.Parse(dtPhysioData.Rows[i]["Value"].ToString());
- pdTemp.YAisx = addPP.YAisx;
- pdTemp.PhysioDataConfigId = addPP.Id;
- pdTemp.PatientId = myOpeRecord.Id.Value;
- pdTemp.config = addPP;
+ PhysioData pdTemp = PhysioDataConfig.newPhysioData(addPP, myOpeRecord.Id.Value, DateTime.Parse(dtPhysioData.Rows[i]["RecordTime"].ToString()), dtPhysioData.Rows[i]["Value"].ToString());
addPP.AddText(pdTemp);
}
}
}
}
}
+
+
public DateTime getInRoomSpanTime(DateTime time)
{
DateTime resultTime = time;
@@ -218,71 +236,80 @@ namespace DrawGraph
PhysioData pdNew = txtNum.Tag as PhysioData;
if (txtNum.Text.Trim() == "" && pdNew.Value > -1)
{
- pdNew.config.DelItem(pdNew);
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditDelItem(pdNew);
+ else
+ pdNew.config.DelItem(pdNew);
pdNew.Value = -1;
txtNum.Tag = pdNew;
TempValue = "";
- ZedControl.AxisChange();
- ZedControl.Refresh();
}
else if (txtNum.Text.Trim() != "" && pdNew.Value > -1)
{
if (pdNew.Value.ToString() != txtNum.Text)
{
- double value = checkValue(txtNum, pdNew);
- if (value > -1)
+ string value = checkValue(txtNum, pdNew);
+ if (value != "")
{
- pdNew.Value = value;
- pdNew.config.CurPDIndex = pdNew.config.indexOf(pdNew);
- pdNew.config.ModItem(pdNew, pdNew);
+ pdNew.ValueString = value;
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditModifyItem(pdNew, pdNew);
+ else
+ pdNew.config.ModItem(pdNew, pdNew);
txtNum.Tag = pdNew;
TempValue = txtNum.Text.Trim();
- ZedControl.AxisChange();
- ZedControl.Refresh();
}
}
}
else if (txtNum.Text.Trim() != "")
{
- double value = checkValue(txtNum, pdNew);
- if (value > -1)
+ string value = checkValue(txtNum, pdNew);
+ if (value != "")
{
- pdNew.Value = value;
- pdNew.config.CurPDIndex = pdNew.config.indexOf(pdNew);
- pdNew.config.AddFillItem(pdNew);
+ pdNew.ValueString = value;
+ if (pdNew.config.ConfigType == "麻醉体征")
+ pdNew.config.EditAddItem(pdNew);
+ else
+ pdNew.config.AddFillItem(pdNew);
txtNum.Tag = pdNew;
TempValue = txtNum.Text.Trim();
- ZedControl.AxisChange();
- ZedControl.Refresh();
}
}
}
- public double checkValue(TextBox txtNum, PhysioData pdNew)
+ public string checkValue(TextBox txtNum, PhysioData pdNew)
{
+ string Result = "";
double value = -1;
- if (!double.TryParse(txtNum.Text.ToString(), out value))
+ if (pdNew.config.ConfigType == "生命体征" || pdNew.config.ShowText == true)
{
- MessageBox.Show("请填写正确数值!", "系统提示");
- txtNum.Focus();
+ if (!double.TryParse(txtNum.Text.ToString(), out value))
+ {
+ MessageBox.Show("请填写正确数值!", "系统提示");
+ txtNum.Focus();
+ }
+ else
+ {
+ if (value < pdNew.config.WarningLowLimit || value > pdNew.config.WarningHighLimit)
+ {
+ DialogResult dr = MessageBox.Show("数值:" + value + " 超出 " + pdNew.config.Name + "[" + pdNew.config.WarningLowLimit + "-" + pdNew.config.WarningHighLimit + "] 报警范围! ", "系统提示");//, MessageBoxButtons.YesNo); //if (dr != DialogResult.Yes) { txtNum.Focus(); }
+ if (value < pdNew.config.WarningLowLimit)
+ {
+ value = pdNew.config.WarningLowLimit;
+ }
+ if (value > pdNew.config.WarningHighLimit)
+ {
+ value = pdNew.config.WarningHighLimit;
+ }
+ }
+ }
+ if (value > 0) Result = value.ToString();
}
else
{
- if (value < pdNew.config.WarningLowLimit || value > pdNew.config.WarningHighLimit)
- {
- DialogResult dr = MessageBox.Show("数值:" + value + " 超出 " + pdNew.config.Name + "[" + pdNew.config.WarningLowLimit + "-" + pdNew.config.WarningHighLimit + "] 报警范围! ", "系统提示");//, MessageBoxButtons.YesNo); //if (dr != DialogResult.Yes) { txtNum.Focus(); }
- if (value < pdNew.config.WarningLowLimit)
- {
- value = pdNew.config.WarningLowLimit;
- }
- if (value > pdNew.config.WarningHighLimit)
- {
- value = pdNew.config.WarningHighLimit;
- }
- }
+ Result = txtNum.Text.ToString();
}
- return value;
+ return Result;
}
-
private void TextNum_DoubleClick(object sender, EventArgs e)
{
TextBox txtNum = sender as TextBox;
diff --git a/DrawGraph/AreaManage/PhysioData.cs b/DrawGraph/AreaManage/PhysioData.cs
index bf25179..7500fc2 100644
--- a/DrawGraph/AreaManage/PhysioData.cs
+++ b/DrawGraph/AreaManage/PhysioData.cs
@@ -10,13 +10,12 @@ namespace DrawGraph
public PhysioData()
{ }
private int _id;
- private int _patientid;
+ private int _patientid;
private int _physiodataconfigid;
private DateTime _recordtime;
- private double _value;
-
- public bool IsClick { get; set; }
- public int YAisx { get; set; }
+ private double _value;
+ private string valueString;
+
public PhysioDataConfig config { get; set; }
///
@@ -34,7 +33,7 @@ namespace DrawGraph
{
set { _patientid = value; }
get { return _patientid; }
- }
+ }
///
///
///
@@ -49,7 +48,7 @@ namespace DrawGraph
public DateTime RecordTime
{
get
- {
+ {
int second = _recordtime.Second;
_recordtime = _recordtime.AddSeconds(-second);
return _recordtime;
@@ -60,21 +59,38 @@ namespace DrawGraph
_recordtime = value.AddSeconds(-second);
//得到整的分钟数
this.X = new XDate(value);
- }
+ }
+ }
+ public string ValueString
+ {
+ set
+ {
+ valueString = value;
+ double tempValue = -1;
+ if (double.TryParse(value , out tempValue))
+ {
+ Value = tempValue;
+ }
+
+ }
+ get { return valueString; }
}
///
///
///
public double Value
{
- set { _value = value;
+ set
+ {
+ _value = value;
this.Y = value;
}
get { return _value; }
- }
+ }
+
+
public bool isEquert(PhysioData pd)
- {
- double yDiff = Value - pd.Value;
+ {
TimeSpan ts1 = new TimeSpan(RecordTime.Ticks);
TimeSpan ts2 = new TimeSpan(pd.RecordTime.Ticks);
double minDiff = (ts1.Subtract(ts2).TotalMinutes);
@@ -89,7 +105,7 @@ namespace DrawGraph
{
double yDiff = Value - pd.Value;
TimeSpan ts1 = new TimeSpan(RecordTime.Ticks);
- TimeSpan ts2 = new TimeSpan(pd.RecordTime.Ticks);
+ TimeSpan ts2 = new TimeSpan(pd.RecordTime.Ticks);
double minDiff = (ts1.Subtract(ts2).TotalMinutes);
//如果外新加的点Y轴的值和X轴的值已经存在,删除当前位置的点
if ((-1.5 < minDiff && minDiff < 1.5) && (-2 < yDiff && yDiff < 2))
@@ -102,9 +118,11 @@ namespace DrawGraph
{
PhysioData pdTemp = new PhysioData();
pdTemp.RecordTime = this.RecordTime;
+ pdTemp.ValueString = this.ValueString;
pdTemp.Value = this.Value;
pdTemp.PhysioDataConfigId = this.Id;
pdTemp.PatientId = this.PatientId;
+ pdTemp.config = this.config ;
return pdTemp;
}
public int CompareTo(object obj)
diff --git a/DrawGraph/AreaManage/PhysioDataConfig.cs b/DrawGraph/AreaManage/PhysioDataConfig.cs
index 53aaa68..aa91360 100644
--- a/DrawGraph/AreaManage/PhysioDataConfig.cs
+++ b/DrawGraph/AreaManage/PhysioDataConfig.cs
@@ -9,6 +9,7 @@ using HelperDB;
using System.Resources;
using AIMSExtension;
using System.Windows.Forms;
+using System.Reflection;
namespace DrawGraph
{
@@ -201,13 +202,10 @@ namespace DrawGraph
private int yAisx = 0;
private int patientId;
private Color conveColor;
- public string showStyle { get; set; }
- private int curPDIndex = -1;
public double X_MINOR_GRID_STEP = 5.0; //步长
private PointPairList aPhysioDatas;
PhysioData pdTrue = null;
public double showValue { get; set; }
- public string className = "";
[XmlIgnore]
private LineItem curve1;
[XmlIgnore]
@@ -230,14 +228,6 @@ namespace DrawGraph
set { isClick = value; }
}
- ///
- /// 当前选择点的Index
- ///
- public int CurPDIndex
- {
- get { return curPDIndex; }
- set { curPDIndex = value; }
- }
///
/// 生理数据集合
///
@@ -287,7 +277,6 @@ namespace DrawGraph
public PhysioDataConfig()
{
APhysioParams = new PointPairList();
- className = this.GetType().Name.ToString();
}
///
@@ -364,7 +353,7 @@ namespace DrawGraph
Sort();
curve.Points = APhysioParams;
PhysioDataService.AddPhysioData(pd);
- if (showStyle == "显示数值")//|| pd.Value > HighLimit
+ if (ShowText == true)
{
DrawTextPhysioData(pd);
}
@@ -423,7 +412,7 @@ namespace DrawGraph
Sort();
curve.Points = APhysioParams;
PhysioDataService.AddPhysioData(pd);
- if (showStyle == "显示数值")
+ if (ShowText == true)
{
DrawTextPhysioData(pd);
}
@@ -500,9 +489,9 @@ namespace DrawGraph
///
/// 动态填写对象
///
- public AbleEditPackObj phListPack = null;
+ public AbleEditPackObj phListPack = null;
- public void setPositionText(PhysioData pdTemp, bool IsNull = false)
+ public void SetPositionText(PhysioData pdTemp, string viewValue)
{
if (phListPack != null)
{
@@ -515,18 +504,16 @@ namespace DrawGraph
TextBox c = cs[0] as TextBox;
if (c != null)
{
- if (IsNull == true)
+ if (viewValue == "-1")
{
pdTemp.Value = -1;
+ pdTemp.ValueString = "";
c.Tag = pdTemp;
c.Text = "";
}
else
{
- string viewValue = ((int)pdTemp.Value).ToString();
- if (pdTemp.PhysioDataConfigId == 4)
- viewValue = Math.Round(pdTemp.Value, 1).ToString();
c.Tag = pdTemp;
c.Text = viewValue.ToString();
}
@@ -564,7 +551,7 @@ namespace DrawGraph
Sort();
curve.Points = APhysioParams;
PhysioDataService.AddPhysioData(pd);
- if (showStyle == "显示数值")
+ if (ShowText == true)
{
DrawTextPhysioData(pd);
}
@@ -633,16 +620,22 @@ namespace DrawGraph
delAddObj(pd);
if (pd.RecordTime <= pageEnd && pd.RecordTime >= pageBegin)
{
- //考虑非数字加载
- string viewValue = ((int)pd.Y).ToString();
- if (Enname == "Temp")
- viewValue = Math.Round(pd.Y, 1).ToString();
- //如果值有效,则写文本
- if (pd.Value != Double.MaxValue)
+ string viewValue = "";
+ if (pd.Value != Double.MaxValue && pd.Value > 0)
+ {
+ viewValue = ((int)pd.Value).ToString();
+ if (Enname == "Temp")
+ viewValue = Math.Round(pd.Y, 1).ToString();
+ }
+ else
+ {
+ viewValue = pd.ValueString;
+ }
+ if (viewValue != "")
{
ZUtil.DrawText(viewValue, getXPositinByXDate(pd.RecordTime), showValue, zgcAnas, this.Enname + pd.RecordTime.ToString(), 5f, true);
+ SetPositionText(pd, viewValue);
}
- setPositionText(pd);
}
}
///
@@ -659,22 +652,18 @@ namespace DrawGraph
//MessageBox.Show("输入的值不能小于0");
return null;
}
- if (curPDIndex != -1)
+ newPd = reCnterValue(newPd);
+
+ this.APhysioParams[indexOf(newPd)].Y = newPd.Y;
+
+ Sort();
+ curve.Points = APhysioParams;
+
+ if (ShowText == true)
{
- newPd = reCnterValue(newPd);
-
- this.APhysioParams[CurPDIndex].Y = newPd.Y;
-
- Sort();
- curve.Points = APhysioParams;
-
- if (showStyle == "显示数值")
- {
- onlyMoveText(newPd, oldPd);
- }
- return newPd;
+ onlyMoveText(newPd, oldPd);
}
- return null;
+ return newPd;
}
private void onlyMoveText(PhysioData newPd, PhysioData oldPd = null)
{
@@ -687,19 +676,16 @@ namespace DrawGraph
//如果是负数则不执行操作
if (newPd.Value < 0 && oldPd.PhysioDataConfigId != newPd.PhysioDataConfigId)
return;
- if (curPDIndex != -1)
+ newPd.RecordTime = oldPd.RecordTime;
+ newPd = reCnterValue(newPd, false);
+ this.APhysioParams[indexOf(newPd)].Y = newPd.Y;
+ Sort();
+ curve.Points = APhysioParams;
+ PhysioDataService.UpdatePhysioData(oldPd, newPd, PublicMethod.OperatorName);
+ if (ShowText == true)
{
- newPd.RecordTime = oldPd.RecordTime;
- newPd = reCnterValue(newPd, false);
- this.APhysioParams[CurPDIndex].Y = newPd.Y;
- Sort();
- curve.Points = APhysioParams;
- PhysioDataService.UpdatePhysioData(oldPd, newPd, PublicMethod.OperatorName);
- if (showStyle == "显示数值")
- {
- delAddObj(oldPd);
- DrawTextPhysioData(newPd);
- }
+ delAddObj(oldPd);
+ DrawTextPhysioData(newPd);
}
}
@@ -743,17 +729,11 @@ namespace DrawGraph
Sort();
curve.Points = APhysioParams;
- if (showStyle == "显示数值")
+ if (ShowText == true)
{
DrawTextPhysioData(pd);
}
}
- public void AddText(PhysioData pd)
- {
- //如果是负数则不执行操作
- if (pd.Value < 0) return;
- DrawTextPhysioData(pd);
- }
///
/// 控制画点的范围
///
@@ -831,10 +811,10 @@ namespace DrawGraph
Sort();
- if (showStyle == "显示数值" || pd.Value == HighLimit)
+ if (ShowText == true || pd.Value == HighLimit)
{
- delAddObj(pd);
- setPositionText(pd, true);
+ delAddObj(pd);
+ SetPositionText(pd, "-1");
}
PhysioDataService.DelPhysioByValueData(pd);
for (int i = APhysioParams.Count - 1; i > -1; i--)
@@ -899,10 +879,12 @@ namespace DrawGraph
{
if (pp == null) return null;
PhysioData pd = new PhysioData();
+ pd.ValueString = pp.Y.ToString();
pd.Value = pp.Y;
pd.RecordTime = new XDate(pp.X);
pd.PatientId = PatientId;
pd.PhysioDataConfigId = Id;
+ pd.config = this;
return pd;
}
@@ -914,7 +896,7 @@ namespace DrawGraph
{
if (zgcAnas == null || zgcAnas != zgc) zgcAnas = zgc;
- if (showStyle == "显示数值")
+ if (ShowText == true)
{
foreach (PointPair pp in APhysioParams)
{
@@ -940,7 +922,7 @@ namespace DrawGraph
curve.Line.IsVisible = this.isValid;
curve.Symbol.IsVisible = this.isValid;
- if (showStyle != "显示数值")
+ if (!ShowText)
{
foreach (PointPair pp in APhysioParams)
{
@@ -1048,5 +1030,52 @@ namespace DrawGraph
};
return DBHelper.ExecNonQuery(sql, para);
}
+ public static PhysioData newPhysioData(PhysioDataConfig dataConfig, int Id, DateTime RecordTime, string Value)
+ {
+ PhysioData pdTemp = new PhysioData();
+ pdTemp.RecordTime = RecordTime;
+ pdTemp.ValueString = Value;
+ pdTemp.PhysioDataConfigId = dataConfig.Id;
+ pdTemp.PatientId = Id;
+ pdTemp.config = dataConfig;
+ return pdTemp;
+ }
+ public static PhysioData newPhysioData(PhysioDataConfig dataConfig, int Id, DateTime RecordTime, double Value)
+ {
+ PhysioData pdTemp = new PhysioData();
+ pdTemp.RecordTime = RecordTime;
+ pdTemp.ValueString = Value.ToString();
+ pdTemp.PhysioDataConfigId = dataConfig.Id;
+ pdTemp.PatientId = Id;
+ pdTemp.config = dataConfig;
+ return pdTemp;
+ }
+ public void EditAddItem(PhysioData pd)
+ {
+ PhysioDataService.AddPhysioData(pd);
+ DrawTextPhysioData(pd);
+ }
+ public void EditModifyItem(PhysioData oldPd, PhysioData newPd)
+ {
+ //如果是负数则不执行操作
+ if (oldPd.PhysioDataConfigId != newPd.PhysioDataConfigId)
+ return;
+ PhysioDataService.UpdatePhysioData(oldPd, newPd, PublicMethod.OperatorName);
+
+ delAddObj(oldPd);
+ DrawTextPhysioData(newPd);
+ }
+ public void EditDelItem(PhysioData pd)
+ {
+ delAddObj(pd);
+ SetPositionText(pd, "-1");
+ PhysioDataService.DelPhysioByValueData(pd);
+ }
+ public void AddText(PhysioData pd)
+ {
+ if (pd.ValueString == null || pd.ValueString == "") return;
+ DrawTextPhysioData(pd);
+ }
+
}
}
diff --git a/DrawGraph/AreaManage/PhysioDataManage.cs b/DrawGraph/AreaManage/PhysioDataManage.cs
index e6547b3..f252154 100644
--- a/DrawGraph/AreaManage/PhysioDataManage.cs
+++ b/DrawGraph/AreaManage/PhysioDataManage.cs
@@ -123,7 +123,7 @@ namespace DrawGraph
System.Windows.Forms.DialogResult dr = System.Windows.Forms.MessageBox.Show("你确定要删除当前曲线的所有生理数据吗?", "保存修改", System.Windows.Forms.MessageBoxButtons.YesNo, System.Windows.Forms.MessageBoxIcon.Information);
if (dr == System.Windows.Forms.DialogResult.Yes)
{
- if (curPhysioParam.showStyle == "显示数值")
+ if (curPhysioParam.ShowText == true)
{
foreach (PointPair pp in curPhysioParam.APhysioParams)
{
@@ -228,8 +228,6 @@ namespace DrawGraph
isHave = true;
if (AnesOpeStatue == DoAnesOpeStatus.VIEW)
{
- curPhysioParam.PointPairToPhysioData(pp).IsClick = true;
- curPhysioParam.CurPDIndex = curPhysioParam.indexOf(curPhysioData);
oldCurPhysioData = curPhysioParam.PointPairToPhysioData(pp);
AnesOpeStatue = DoAnesOpeStatus.MOVEPD;
@@ -311,7 +309,7 @@ namespace DrawGraph
switch (AnesOpeStatue)
{
case DoAnesOpeStatus.MOVEPD:
- if (curPhysioParam != null && curPhysioParam.CurPDIndex != -1)
+ if (curPhysioParam != null)
{
try
{
@@ -391,7 +389,6 @@ namespace DrawGraph
curPhysioParam.ModItem(oldCurPhysioData, pdNew);
curPhysioData = null;
oldCurPhysioData = null;
- curPhysioParam.CurPDIndex = -1;
}
}
catch
@@ -496,16 +493,6 @@ namespace DrawGraph
if (frm.isDelete == true)
{
myOpeRecord.SAreaObj.Clear();
- if (myOpeRecord.PhysioConfigList != null)
- {
- foreach (PhysioDataConfig item in myOpeRecord.PhysioConfigList)
- {
- item.clearAddObj(ZedControl);
- }
- }
- //#region 画生理数据
- //DrawPhysioData();
- //#endregion
template.Bind("MonitorManage");
ZedControl.Refresh();
@@ -592,6 +579,7 @@ namespace DrawGraph
for (int i = 0; i < dt.Count; i++)
{
PhysioDataConfig pp = dt[i];
+ pp.ConfigType = "生命体征";
pp.Click += new PhysioDataConfig.ClickEventHandler(pp_Click);
string[] str = pp.Color.Split('.');
int A = int.Parse(str[0].ToString());
@@ -600,42 +588,21 @@ namespace DrawGraph
int B = int.Parse(str[3].ToString());
pp.ConveColor = System.Drawing.Color.FromArgb(A, R, G, B);
+ pp.IsValid = true;
if (pp.IsDefalultShow == false || (pp.ShowImg == false && pp.ShowText == false))
- {
- pp.showStyle = "不显示";
+ {
pp.IsValid = false;
- }
- else
- {
- if (pp.ShowImg == true)
- {
- pp.showStyle = "显示曲线";
- pp.IsValid = true;
- }
- if (pp.ShowText == true)
- {
- pp.showStyle = "显示数值";
- pp.IsValid = true;
- }
-
- }
+ }
pp.ClearTagstr(ZedControl);
//如果模板管理不为空
- if (pack != null)// && pack1 == null
+ if (pack != null && rowNum < 4 && pp.ShowText == true)
{
- if (pp.showStyle.Equals("显示数值"))
- {
- double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
- ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname, 5.5f);
- pp.showValue = y + 0.002;
- showvalue++;
- }
- }
- else
- {
- pp.showStyle = "显示曲线";
- }
- DateTime DateTimeNow = DateTime.Now;
+ double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
+ ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname, 5.5f);
+ pp.showValue = y + 0.002;
+ showvalue++;
+ rowNum++;
+ }
pp.phListPack = phListPack;
pp.setAnasArr(ZedControl, chartPack.RealX, chartPack.RealEndX, myOpeRecord.pageBegin,
myOpeRecord.pageBegin.AddMinutes(EVERY_PAGE_TIME_SPAN));
@@ -653,7 +620,6 @@ namespace DrawGraph
pp.draw();
pp_Click(pp, null);
}
- rowNum++;
}
if (pack != null)
{
@@ -662,27 +628,28 @@ namespace DrawGraph
for (int i = 0; i < dt2.Count; i++)
{
PhysioDataConfig pp = dt2[i];
-
+ pp.ConfigType = "麻醉体征";
if (pp.IsDefalultShow == false)
- {
- pp.showStyle = "不显示";
+ {
pp.IsValid = false;
}
else
- {
- pp.showStyle = "显示数值";
+ {
pp.IsValid = true;
}
- pp.ClearTagstr(ZedControl);
- double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
- ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname + pp.Id, 5.5f);
- pp.showValue = y + 0.002;
- DateTime DateTimeNow = DateTime.Now;
+ pp.phListPack = phListPack;
pp.setAnasArr(ZedControl, chartPack.RealX, chartPack.RealEndX, myOpeRecord.pageBegin,
myOpeRecord.pageBegin.AddMinutes(EVERY_PAGE_TIME_SPAN));
+ pp.ClearTagstr(ZedControl);
+ if ( rowNum < 4)
+ {
+ double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
+ ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname + pp.Id, 5.5f);
+ pp.showValue = y + 0.002;
+ showvalue++;
+ rowNum++;
+ }
myOpeRecord.PhysioAnesConfigList.Add(pp);
- showvalue++;
- rowNum++;
}
}
}
@@ -720,8 +687,10 @@ namespace DrawGraph
LinesPackObj pack = template.GetPackObjectOTag("MonitorManage_LinesPackObj_9");
int RowsCount = Convert.ToInt32(pack.XPageSpan / pack.XMajorGridStep);
+ int rowNum = 1;
foreach (var pp in myOpeRecord.PhysioConfigList)
{
+ pp.ConfigType = "生命体征";
string[] str = pp.Color.Split('.');
int A = int.Parse(str[0].ToString());
int R = int.Parse(str[1].ToString());
@@ -729,44 +698,52 @@ namespace DrawGraph
int B = int.Parse(str[3].ToString());
pp.ConveColor = System.Drawing.Color.FromArgb(A, R, G, B);
+ pp.IsValid = true;
if (pp.IsDefalultShow == false || (pp.ShowImg == false && pp.ShowText == false))
- {
- pp.showStyle = "不显示";
+ {
pp.IsValid = false;
- }
- else
- {
- if (pp.ShowImg == true)
- {
- pp.showStyle = "显示曲线";
- pp.IsValid = true;
- }
- if (pp.ShowText == true)
- {
- pp.showStyle = "显示数值";
- pp.IsValid = true;
- }
- }
+ }
pp.setAnasArr(ZedControl, chartPack.RealX, chartPack.RealEndX, myOpeRecord.pageBegin,
myOpeRecord.pageBegin.AddMinutes(EVERY_PAGE_TIME_SPAN));
pp.ClearTagstr(ZedControl);
- if (pp.showStyle.Equals("显示数值"))
+ //如果模板管理不为空
+ if (pack != null && rowNum < 4 && pp.ShowText == true)
{
- //如果模板管理不为空
- if (pack != null)
- {
- double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
- ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname, 5.5f);
- pp.showValue = y + 0.002;
- showvalue++;
- }
+ double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
+ ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname, 5.5f);
+ pp.showValue = y + 0.002;
+ showvalue++;
+ rowNum++;
}
- ///重新设置曲线属性
+ //重新设置曲线属性
pp.reSetCurve();
break;
}
+ if (pack != null)
+ {
+ foreach (var pp in myOpeRecord.PhysioConfigList)
+ {
+ pp.ConfigType = "麻醉体征";
+ pp.IsValid = true;
+ if (pp.IsDefalultShow == false)
+ {
+ pp.IsValid = false;
+ }
+ pp.setAnasArr(ZedControl, chartPack.RealX, chartPack.RealEndX, myOpeRecord.pageBegin,
+ myOpeRecord.pageBegin.AddMinutes(EVERY_PAGE_TIME_SPAN));
+ pp.ClearTagstr(ZedControl);
+ if (pp.ShowText == true && rowNum < 4)
+ {
+ double y = pack.RealY + getYPositionByListIndex(showvalue, pack.RealY, pack.RealEndY, RowsCount);
+ ZUtil.DrawText(pp.Name, pack.RealX, y, ZedControl, "PP" + pp.Enname + pp.Id, 5.5f);
+ pp.showValue = y + 0.002;
+ showvalue++;
+ rowNum++;
+ }
+ }
+ }
}
#endregion
@@ -813,7 +790,7 @@ namespace DrawGraph
selPhysioData = null;
foreach (PhysioDataConfig ppter in myOpeRecord.PhysioConfigList)
{
- if (pdTemp.YAisx != ppter.YAisx) continue;
+ if (pdTemp.config.YAisx != ppter.YAisx) continue;
foreach (PointPair pp in ppter.APhysioParams)
{
selPhysioData = ppter.PointPairToPhysioData(pp);
@@ -852,47 +829,20 @@ namespace DrawGraph
pane.ReverseTransform(mousePt, out x, out x2, out y, out y2);
XDate xd = new XDate(x);
- PhysioData pdNew = new PhysioData();
- pdNew.RecordTime = xd.DateTime;
PhysioDataConfig physioParam = null;
if (curPhysioParam == null)
- {
physioParam = myOpeRecord.PhysioConfigList[1];
- }
else
- {
physioParam = curPhysioParam;
- }
- pdNew.Value = Math.Round(y[physioParam.YAisx], 2);
- pdNew.YAisx = physioParam.YAisx;
- pdNew.PhysioDataConfigId = physioParam.Id;
- pdNew.PatientId = myOpeRecord.Id.Value;
- pdNew.IsClick = true;
- pdNews.Add(pdNew);
+ pdNews.Add(PhysioDataConfig.newPhysioData(physioParam, myOpeRecord.Id.Value, xd.DateTime, Math.Round(y[physioParam.YAisx], 2)));
if (y[1].ToString() != "")
{
- PhysioData pdNewY2 = new PhysioData();
- pdNewY2.RecordTime = xd.DateTime;
- physioParam = myOpeRecord.PhysioConfigList.Where(a => a.Name == "氧饱和度").ToList()[0];
- pdNewY2.Value = Math.Round(y[physioParam.YAisx], 2);
- pdNewY2.YAisx = physioParam.YAisx;
- pdNewY2.PhysioDataConfigId = physioParam.Id;
- pdNewY2.PatientId = myOpeRecord.Id.Value;
- pdNewY2.IsClick = true;
- pdNews.Add(pdNewY2);
+ pdNews.Add(PhysioDataConfig.newPhysioData(myOpeRecord.PhysioConfigList.Where(a => a.Name == "氧饱和度").ToList()[0], myOpeRecord.Id.Value, xd.DateTime, Math.Round(y[physioParam.YAisx], 2)));
}
if (y[0].ToString() != "")
{
- PhysioData pdNewY2 = new PhysioData();
- pdNewY2.RecordTime = xd.DateTime;
- physioParam = myOpeRecord.PhysioConfigList.Where(a => a.Name == "体温").ToList()[0];
- pdNewY2.Value = Math.Round(y[physioParam.YAisx], 2);
- pdNewY2.YAisx = physioParam.YAisx;
- pdNewY2.PhysioDataConfigId = physioParam.Id;
- pdNewY2.PatientId = myOpeRecord.Id.Value;
- pdNewY2.IsClick = true;
- pdNews.Add(pdNewY2);
+ pdNews.Add(PhysioDataConfig.newPhysioData(myOpeRecord.PhysioConfigList.Where(a => a.Name == "体温").ToList()[0], myOpeRecord.Id.Value, xd.DateTime, Math.Round(y[physioParam.YAisx], 2)));
}
}
@@ -926,8 +876,6 @@ namespace DrawGraph
pane.ReverseTransform(mousePt, out x, out x2, out y, out y2);
XDate xd = new XDate(x);
- PhysioData pdNew = new PhysioData();
- pdNew.RecordTime = xd.DateTime;
PhysioDataConfig physioParam = null;
if (curPhysioParam == null)
{
@@ -937,11 +885,7 @@ namespace DrawGraph
{
physioParam = curPhysioParam;
}
- pdNew.Value = Math.Round(y[physioParam.YAisx], 2);
- pdNew.PhysioDataConfigId = physioParam.Id;
- pdNew.PatientId = myOpeRecord.Id.Value;
- pdNew.IsClick = true;
- pdNew.config = physioParam;
+ PhysioData pdNew = PhysioDataConfig.newPhysioData(physioParam, myOpeRecord.Id.Value, xd.DateTime, Math.Round(y[physioParam.YAisx], 2));
return pdNew;
}
@@ -1022,13 +966,20 @@ namespace DrawGraph
public List SelectPhysioDataByID(int operationId, DateTime startTime, DateTime endTime, double startValue, double endValue)
{
List PhysioDatas = new List();
- string sqlStr = "select * FROM PhysioData where PatientId = " + operationId + " and [RecordTime] >='" + startTime + "' and [RecordTime] <='" + endTime + "' and [Value] >='" + startValue + "' and [Value] <='" + endValue + "' ";
+ string sqlStr = "select * FROM PhysioData where PatientId = " + operationId + " and [RecordTime] >='" + startTime + "' and [RecordTime] <='" + endTime + "'";// and [Value] >='" + startValue + "' and [Value] <='" + endValue + "'
DataTable dt = DBHelper.GetDataTable(sqlStr);
foreach (DataRow dr in dt.Rows)
{
- int PhysioDataConfigId = int.Parse(dr["PhysioDataConfigId"].ToString());
- if (!PhysioDatas.Contains(PhysioDataConfigId))
- PhysioDatas.Add(PhysioDataConfigId);
+ double value = -1;
+ if (double.TryParse(dr["Value"].ToString(), out value))
+ {
+ if (value >= startValue && value <= endValue)
+ {
+ int PhysioDataConfigId = int.Parse(dr["PhysioDataConfigId"].ToString());
+ if (!PhysioDatas.Contains(PhysioDataConfigId))
+ PhysioDatas.Add(PhysioDataConfigId);
+ }
+ }
}
return PhysioDatas;
}
@@ -1044,7 +995,7 @@ namespace DrawGraph
result = tempTime;
break;
}
- }
+ }
return result;
}
}
diff --git a/DrawGraph/AreaManage/PhysioDataService.cs b/DrawGraph/AreaManage/PhysioDataService.cs
index 17b75c5..23f1ed3 100644
--- a/DrawGraph/AreaManage/PhysioDataService.cs
+++ b/DrawGraph/AreaManage/PhysioDataService.cs
@@ -16,14 +16,14 @@ namespace DrawGraph
string sql = InsertSql;
SqlParameter[] para = new SqlParameter[]
{
- new SqlParameter("@PatientId",physioData.PatientId), new SqlParameter("@PhysioDataConfigId",physioData.PhysioDataConfigId), new SqlParameter("@RecordTime",physioData.RecordTime), new SqlParameter("@Value",physioData.Value)
+ new SqlParameter("@PatientId",physioData.PatientId), new SqlParameter("@PhysioDataConfigId",physioData.PhysioDataConfigId), new SqlParameter("@RecordTime",physioData.RecordTime), new SqlParameter("@Value",physioData.ValueString)
};
return DBHelper.ExecNonQuery(sql, para);
}
public static void UpdatePhysioData(PhysioData oldphysioData, PhysioData newphysioData, string OperatorName)
{
- string sql = "update PhysioData set Value= '" + newphysioData.Value + "' where convert(varchar,RecordTime,120) >='" + oldphysioData.RecordTime.AddSeconds(-120).ToString("yyyy-MM-dd HH:mm:ss") + "' and convert(varchar,RecordTime,120) <='" + oldphysioData.RecordTime.AddSeconds(120).ToString("yyyy-MM-dd HH:mm:ss") + "' and PhysioDataConfigId=" + oldphysioData.PhysioDataConfigId + " and PatientId=" + oldphysioData.PatientId;
+ string sql = "update PhysioData set Value= '" + newphysioData.ValueString + "' where convert(varchar,RecordTime,120) >='" + oldphysioData.RecordTime.AddSeconds(-120).ToString("yyyy-MM-dd HH:mm:ss") + "' and convert(varchar,RecordTime,120) <='" + oldphysioData.RecordTime.AddSeconds(120).ToString("yyyy-MM-dd HH:mm:ss") + "' and PhysioDataConfigId=" + oldphysioData.PhysioDataConfigId + " and PatientId=" + oldphysioData.PatientId;
DBHelper.ExecNonQuery(sql);
InsertPhysioDataUpdate(oldphysioData, newphysioData, OperatorName);
@@ -32,7 +32,7 @@ namespace DrawGraph
public static void InsertPhysioDataUpdate(PhysioData oldphysioData, PhysioData newphysioData, string OperatorName)
{
StringBuilder sb = new StringBuilder();
- sb.Append(string.Format(@" INSERT PhysioDataUpdate (PatientId, PhysioDataConfigId, RecordTime, OldParamValue,ParamValue, OperatorName,OperatorTime)VALUES ({0},{1},'{2}',{3},{4},'{5}','{6}') ", newphysioData.PatientId, newphysioData.PhysioDataConfigId, newphysioData.RecordTime, oldphysioData.Value, newphysioData.Value, OperatorName, DateTime.Now));
+ sb.Append(string.Format(@" INSERT PhysioDataUpdate (PatientId, PhysioDataConfigId, RecordTime, OldParamValue,ParamValue, OperatorName,OperatorTime)VALUES ({0},{1},'{2}','{3}','{4}','{5}','{6}') ", newphysioData.PatientId, newphysioData.PhysioDataConfigId, newphysioData.RecordTime, oldphysioData.ValueString, newphysioData.ValueString, OperatorName, DateTime.Now));
DBHelper.ExecNonQuery(sb.ToString());
}
@@ -63,7 +63,7 @@ namespace DrawGraph
public static void DelectPhysioDataByID(int operationId, DateTime startTime, DateTime endTime, double startValue, double endValue, int PhysioDataConfigId)
{
- string sqlStr = "delete FROM PhysioData where PhysioDataConfigId = " + PhysioDataConfigId + " and PatientId = " + operationId + " and [RecordTime] >='" + startTime + "' and [RecordTime] <='" + endTime + "' and [Value] >='" + startValue + "' and [Value] <='" + endValue + "' ";
+ string sqlStr = "delete FROM PhysioData where PhysioDataConfigId = " + PhysioDataConfigId + " and PatientId = " + operationId + " and [RecordTime] >='" + startTime + "' and [RecordTime] <='" + endTime + "' and ISNUMERIC([Value])=1 and convert(decimal, [Value]) >='" + startValue + "' and convert(decimal, [Value]) <='" + endValue + "' ";
DBHelper.ExecNonQuery(sqlStr);
}
}