diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj
index 33583d4..5556af6 100644
--- a/AIMS/AIMS.csproj
+++ b/AIMS/AIMS.csproj
@@ -279,6 +279,12 @@
frmQualityControlViewParent.cs
+
+ Form
+
+
+ frmAnasRecordInstrument.cs
+
Form
@@ -309,11 +315,11 @@
frmSafetyExamine.cs
-
+
Form
-
- frmAnasRecoverBillNew.cs
+
+ frmAnasRecoverBill.cs
Form
@@ -571,11 +577,11 @@
frmOperationReview.cs
-
+
Form
-
- frmAnasRecordBillNew.cs
+
+ frmAnasRecordBill.cs
Form
@@ -1001,6 +1007,10 @@
frmQualityControlViewParent.cs
+
+ frmAnasRecordInstrument.cs
+ Designer
+
frmBloodGasAnalysisNew.cs
@@ -1016,8 +1026,8 @@
frmSafetyExamine.cs
-
- frmAnasRecoverBillNew.cs
+
+ frmAnasRecoverBill.cs
Designer
@@ -1140,8 +1150,8 @@
frmOperationReview.cs
-
- frmAnasRecordBillNew.cs
+
+ frmAnasRecordBill.cs
Designer
@@ -1312,9 +1322,7 @@
Settings.settings
True
-
- PreserveNewest
-
+
PreserveNewest
diff --git a/AIMS/FormLogin.cs b/AIMS/FormLogin.cs
index b3f9365..c5e1a48 100644
--- a/AIMS/FormLogin.cs
+++ b/AIMS/FormLogin.cs
@@ -29,11 +29,11 @@ namespace AIMS
//label2.Text = "@山西瑞禾康医疗科技有限公司 V" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();
txtNo.Select();
txtNo.Focus();
- //#if DEBUG
- // txtNo.Text = "admin";
- // txtPassWord.Text = "1";
- // btnOk_Click(null, null);
- //#endif
+#if DEBUG
+ txtNo.Text = "admin";
+ txtPassWord.Text = "123";
+ btnOk_Click(null, null);
+#endif
}
private void btnOk_Click(object sender, EventArgs e)
{
diff --git a/AIMS/FormMainManage.cs b/AIMS/FormMainManage.cs
index ea12d17..3ae611d 100644
--- a/AIMS/FormMainManage.cs
+++ b/AIMS/FormMainManage.cs
@@ -471,7 +471,7 @@ namespace AIMS
if (SelApplyId != 0)
{
OperationApply apply = BOperationApply.GetModel(SelApplyId);
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill();
frmAnasRecord.PatientId = apply.OrisPatientId.Value;
frmAnasRecord.ApplyId = apply.Id.Value;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
diff --git a/AIMS/OperationAfter/frmOperationReview.cs b/AIMS/OperationAfter/frmOperationReview.cs
index c0d5d2c..caabad3 100644
--- a/AIMS/OperationAfter/frmOperationReview.cs
+++ b/AIMS/OperationAfter/frmOperationReview.cs
@@ -60,7 +60,7 @@ namespace AIMS.OperationAfter.UI
int PatientId = int.Parse(dgv.CurrentRow.Cells["PatientId"].Value.ToString());
int ApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString());
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = ApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
@@ -80,7 +80,7 @@ namespace AIMS.OperationAfter.UI
int PatientId = int.Parse(dgv.CurrentRow.Cells["PatientId"].Value.ToString());
int ApplyId = int.Parse(dgv.CurrentRow.Cells["ApplyId"].Value.ToString());
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = ApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
diff --git a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs b/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs
index 22712a5..c07abb1 100644
--- a/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/DrawAnasReordBill.cs
@@ -1,4 +1,5 @@
using AIMSBLL;
+using AxNsoOfficeLib;
using DrawGraph;
using HelperDB;
using Newtonsoft.Json;
@@ -12,9 +13,9 @@ namespace AIMS.OperationDoing.AnasRecordBill
public class DrawAnasReordBill
{
public static void IniDrawAnasReordBill2(OperationRecord _record, ZedGraphControl Zgc, ref TemplateManage templateManage)
- {
+ {
try
- {
+ {
string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=1").ToString();
if (jsonStr != null && jsonStr != "")
{
@@ -63,7 +64,7 @@ namespace AIMS.OperationDoing.AnasRecordBill
}
public static void IniDrawAnasReordBill3(OperationRecord _record, ZedGraphControl Zgc, ref TemplateManage templateManage)
- {
+ {
try
{
string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=10").ToString();
@@ -113,8 +114,77 @@ namespace AIMS.OperationDoing.AnasRecordBill
}
}
+ public static void IniDrawAnasReordBill4(OperationRecord _record, ZedGraphControl Zgc, ZedGraphControl Zgc2, ref TemplateManage templateManage , ref TemplateManage templateManage2)
+ {
+ try
+ {
+ string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=20").ToString();
+ if (jsonStr != null && jsonStr != "")
+ {
+ templateManage = JsonConvert.DeserializeObject(jsonStr);
+ templateManage.ZedControl = Zgc;
+ templateManage.Id = 20;
+ templateManage.OpeRecord = BOperationRecord.getRecord(_record, -1, 2);
+ bool reVal = templateManage.Load();
+ if (reVal)
+ {
+ templateManage.DrawArea();
+ DrawGraph.Util.DrawText(AIMSExtension.PublicMethod.GetHospitalName(), 0.385, 0.018, Zgc, DrawGraph.Util.Font16);
+ DrawGraph.Util.DrawText(" 器械清点单", 0.4, 0.04, Zgc, DrawGraph.Util.Font16);
+
+ templateManage.ZedControl.Width = templateManage.ZedControl.Parent.Width - 54;
+ templateManage.ZedControl.Height = (templateManage.ZedControl.Parent.Width - 54) / 8 * 11;
+
+ TextPackObj janCePack = templateManage.GetPackObjectOTag("BaseInfoTopManage_TextPackObj_2");
+ int LocationY = Convert.ToInt32(templateManage.ZedControl.Height * janCePack.RealY);
+ templateManage.LocationY = LocationY;
+ templateManage.SetPYL();
+ templateManage.ZedControl.AxisChange();
+ templateManage.ZedControl.Refresh();
+ }
+ else
+ {
+ MessageBox.Show(templateManage.MsgStr);
+ }
+ }
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show(ex.Message);
+ }
+ try
+ {
+ string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=30").ToString();
+ if (jsonStr != null && jsonStr != "")
+ {
+ templateManage2 = JsonConvert.DeserializeObject(jsonStr);
+ templateManage2.ZedControl = Zgc2;
+ templateManage2.Id = 30;
+ templateManage2.OpeRecord = BOperationRecord.getRecord(_record, -1, 2);
+ bool reVal = templateManage2.Load();
+ if (reVal)
+ {
+ templateManage2.DrawArea();
+ templateManage2.ZedControl.Width = templateManage2.ZedControl.Parent.Width - 54;
+ templateManage2.ZedControl.Height = (templateManage2.ZedControl.Parent.Width - 54) / 8 * 11;
+ templateManage2.LocationY = 0;
+ templateManage2.SetPYL();
+ templateManage2.ZedControl.AxisChange();
+ templateManage2.ZedControl.Refresh();
+ }
+ else
+ {
+ MessageBox.Show(templateManage2.MsgStr);
+ }
+ }
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show(ex.Message);
+ }
+ }
public static DataTable SelectPhysioDataUpdate(int Id)
- {
+ {
string sql = string.Format("SELECT PhysioDataUpdate.Id,pr.Name ,PatientId,PhysioDataConfigId,RecordTime,[OldParamValue],[ParamValue],[PhysioDataUpdate].[OperatorName],[OperatorTime] FROM[dbo].[PhysioDataUpdate] left join PhysioDataConfig pr on pr.id =PhysioDataConfigId where PatientId ={0}", Id);
DataTable dt = DBHelper.GetDataTable(sql);
return dt;
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs
index a6f88af..1eef4f3 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.Designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.Designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- partial class frmAnasRecordBillNew
+ partial class frmAnasRecordBill
{
///
/// Required designer variable.
@@ -29,7 +29,7 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordBillNew));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordBill));
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs
rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs
index 56d4e21..f1ae810 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.cs
@@ -19,7 +19,7 @@ using System.Windows.Forms;
namespace AIMS.OperationDoing.AnasRecordBill.UI
{
- public partial class frmAnasRecordBillNew : Form
+ public partial class frmAnasRecordBill : Form
{
#region 初始化
public OperationRecord _record;
@@ -32,7 +32,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
public AIMSExtension.EditState State;
public bool isReadOnly = false;
- public frmAnasRecordBillNew()
+ public frmAnasRecordBill()
{
InitializeComponent();
#region 时间轴事件
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.resx b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBillNew.resx
rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordBill.resx
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs
new file mode 100644
index 0000000..0fae68d
--- /dev/null
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.Designer.cs
@@ -0,0 +1,2874 @@
+namespace AIMS.OperationDoing.AnasRecordBill.UI
+{
+ partial class frmAnasRecordInstrument
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecordInstrument));
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.panel3 = new System.Windows.Forms.Panel();
+ this.panel14 = new System.Windows.Forms.Panel();
+ this.button1 = new System.Windows.Forms.Button();
+ this.button8 = new System.Windows.Forms.Button();
+ this.button7 = new System.Windows.Forms.Button();
+ this.btnCancelIn = new System.Windows.Forms.Button();
+ this.btnCancelOperation = new System.Windows.Forms.Button();
+ this.btnBloodGasAnalysis = new System.Windows.Forms.Button();
+ this.button6 = new System.Windows.Forms.Button();
+ this.btnOperationInfo = new System.Windows.Forms.Button();
+ this.btnOutputLiquids = new System.Windows.Forms.Button();
+ this.btnAddEvents = new System.Windows.Forms.Button();
+ this.btnDrug = new System.Windows.Forms.Button();
+ this.btnTemplate = new System.Windows.Forms.Button();
+ this.btnSelectPatient = new System.Windows.Forms.Button();
+ this.panel4 = new System.Windows.Forms.Panel();
+ this.btnChage = new System.Windows.Forms.Button();
+ this.lblSpo2 = new System.Windows.Forms.Label();
+ this.lblRESP = new System.Windows.Forms.Label();
+ this.lblDia = new System.Windows.Forms.Label();
+ this.lblPR = new System.Windows.Forms.Label();
+ this.lblHR = new System.Windows.Forms.Label();
+ this.btnsjzx = new System.Windows.Forms.Button();
+ this.btndptz = new System.Windows.Forms.Button();
+ this.btnsbwh = new System.Windows.Forms.Button();
+ this.label9 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label10 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.panel5 = new System.Windows.Forms.Panel();
+ this.superTabMain = new DevComponents.DotNetBar.SuperTabControl();
+ this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
+ this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx();
+ this.panel82 = new AIMS.PublicUI.UI.DrawPanel();
+ this.panel18 = new System.Windows.Forms.Panel();
+ this.panel19 = new System.Windows.Forms.Panel();
+ this.label46 = new System.Windows.Forms.Label();
+ this.label47 = new System.Windows.Forms.Label();
+ this.uText21 = new System.Windows.Forms.TextBox();
+ this.uText22 = new System.Windows.Forms.TextBox();
+ this.label48 = new System.Windows.Forms.Label();
+ this.label49 = new System.Windows.Forms.Label();
+ this.uText23 = new System.Windows.Forms.TextBox();
+ this.uText24 = new System.Windows.Forms.TextBox();
+ this.label50 = new System.Windows.Forms.Label();
+ this.uText25 = new System.Windows.Forms.TextBox();
+ this.label51 = new System.Windows.Forms.Label();
+ this.uText26 = new System.Windows.Forms.TextBox();
+ this.panel20 = new System.Windows.Forms.Panel();
+ this.label37 = new System.Windows.Forms.Label();
+ this.label38 = new System.Windows.Forms.Label();
+ this.uText15 = new System.Windows.Forms.TextBox();
+ this.uText16 = new System.Windows.Forms.TextBox();
+ this.label42 = new System.Windows.Forms.Label();
+ this.label43 = new System.Windows.Forms.Label();
+ this.uText17 = new System.Windows.Forms.TextBox();
+ this.uText18 = new System.Windows.Forms.TextBox();
+ this.label44 = new System.Windows.Forms.Label();
+ this.uText19 = new System.Windows.Forms.TextBox();
+ this.label45 = new System.Windows.Forms.Label();
+ this.uText20 = new System.Windows.Forms.TextBox();
+ this.panel22 = new System.Windows.Forms.Panel();
+ this.label29 = new System.Windows.Forms.Label();
+ this.label30 = new System.Windows.Forms.Label();
+ this.uText9 = new System.Windows.Forms.TextBox();
+ this.uText10 = new System.Windows.Forms.TextBox();
+ this.label31 = new System.Windows.Forms.Label();
+ this.label32 = new System.Windows.Forms.Label();
+ this.uText11 = new System.Windows.Forms.TextBox();
+ this.uText12 = new System.Windows.Forms.TextBox();
+ this.label33 = new System.Windows.Forms.Label();
+ this.uText13 = new System.Windows.Forms.TextBox();
+ this.label34 = new System.Windows.Forms.Label();
+ this.uText14 = new System.Windows.Forms.TextBox();
+ this.panel23 = new System.Windows.Forms.Panel();
+ this.label27 = new System.Windows.Forms.Label();
+ this.label24 = new System.Windows.Forms.Label();
+ this.uText8 = new System.Windows.Forms.TextBox();
+ this.uText4 = new System.Windows.Forms.TextBox();
+ this.label25 = new System.Windows.Forms.Label();
+ this.label26 = new System.Windows.Forms.Label();
+ this.uText7 = new System.Windows.Forms.TextBox();
+ this.uText1 = new System.Windows.Forms.TextBox();
+ this.label28 = new System.Windows.Forms.Label();
+ this.uText5 = new System.Windows.Forms.TextBox();
+ this.label35 = new System.Windows.Forms.Label();
+ this.uText6 = new System.Windows.Forms.TextBox();
+ this.panel25 = new System.Windows.Forms.Panel();
+ this.label36 = new System.Windows.Forms.Label();
+ this.panel12 = new System.Windows.Forms.Panel();
+ this.panel17 = new System.Windows.Forms.Panel();
+ this.panel24 = new System.Windows.Forms.Panel();
+ this.button4 = new System.Windows.Forms.Button();
+ this.radioButton4 = new System.Windows.Forms.RadioButton();
+ this.radioButton5 = new System.Windows.Forms.RadioButton();
+ this.radioButton3 = new System.Windows.Forms.RadioButton();
+ this.radioButton2 = new System.Windows.Forms.RadioButton();
+ this.label23 = new System.Windows.Forms.Label();
+ this.radioButton1 = new System.Windows.Forms.RadioButton();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.circularProgress2 = new DevComponents.DotNetBar.Controls.CircularProgress();
+ this.zgcAnaesRecord2 = new DrawGraph.ZedGraphControl();
+ this.spTabBM = new DevComponents.DotNetBar.SuperTabItem();
+ this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
+ this.panelExZKZB = new DevComponents.DotNetBar.PanelEx();
+ this.panel8 = new AIMS.PublicUI.UI.DrawPanel();
+ this.panelQX = new System.Windows.Forms.Panel();
+ this.plBottom = new System.Windows.Forms.Panel();
+ this.panel32 = new System.Windows.Forms.Panel();
+ this.plTital = new System.Windows.Forms.Panel();
+ this.panel9 = new System.Windows.Forms.Panel();
+ this.label16 = new System.Windows.Forms.Label();
+ this.label17 = new System.Windows.Forms.Label();
+ this.label18 = new System.Windows.Forms.Label();
+ this.label20 = new System.Windows.Forms.Label();
+ this.label21 = new System.Windows.Forms.Label();
+ this.panel15 = new System.Windows.Forms.Panel();
+ this.label11 = new System.Windows.Forms.Label();
+ this.label12 = new System.Windows.Forms.Label();
+ this.label13 = new System.Windows.Forms.Label();
+ this.label14 = new System.Windows.Forms.Label();
+ this.label15 = new System.Windows.Forms.Label();
+ this.label53 = new System.Windows.Forms.Label();
+ this.panel16 = new System.Windows.Forms.Panel();
+ this.label65 = new System.Windows.Forms.Label();
+ this.label57 = new System.Windows.Forms.Label();
+ this.label59 = new System.Windows.Forms.Label();
+ this.label66 = new System.Windows.Forms.Label();
+ this.label58 = new System.Windows.Forms.Label();
+ this.plTop = new System.Windows.Forms.Panel();
+ this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
+ this.zgcAnaesRecord = new DrawGraph.ZedGraphControl();
+ this.spTabQXQDD = new DevComponents.DotNetBar.SuperTabItem();
+ this.panel7 = new System.Windows.Forms.Panel();
+ this.panel21 = new System.Windows.Forms.Panel();
+ this.plPrintBrowse = new System.Windows.Forms.Panel();
+ this.PanelSave = new System.Windows.Forms.Panel();
+ this.plPrint = new System.Windows.Forms.Panel();
+ this.plRefresh = new System.Windows.Forms.Panel();
+ this.lblRoom = new System.Windows.Forms.Label();
+ this.label22 = new System.Windows.Forms.Label();
+ this.labOperatorName = new System.Windows.Forms.Label();
+ this.label19 = new System.Windows.Forms.Label();
+ this.plTitleEventTime = new System.Windows.Forms.Panel();
+ this.panel13 = new System.Windows.Forms.Panel();
+ this.txtOutRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
+ this.picOutRoom = new System.Windows.Forms.PictureBox();
+ this.button5 = new System.Windows.Forms.Button();
+ this.panel10 = new System.Windows.Forms.Panel();
+ this.txtOperationBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
+ this.picOpeBegin = new System.Windows.Forms.PictureBox();
+ this.button2 = new System.Windows.Forms.Button();
+ this.panel11 = new System.Windows.Forms.Panel();
+ this.txtOperationEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
+ this.picOpeEnd = new System.Windows.Forms.PictureBox();
+ this.button3 = new System.Windows.Forms.Button();
+ this.panel6 = new System.Windows.Forms.Panel();
+ this.txtInRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
+ this.picInRoom = new System.Windows.Forms.PictureBox();
+ this.txtInRoom1 = new System.Windows.Forms.Button();
+ this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
+ this.panel3.SuspendLayout();
+ this.panel14.SuspendLayout();
+ this.panel4.SuspendLayout();
+ this.panel1.SuspendLayout();
+ this.panel5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.superTabMain)).BeginInit();
+ this.superTabMain.SuspendLayout();
+ this.superTabControlPanel2.SuspendLayout();
+ this.panelExBLSJ.SuspendLayout();
+ this.panel82.SuspendLayout();
+ this.panel18.SuspendLayout();
+ this.panel19.SuspendLayout();
+ this.panel20.SuspendLayout();
+ this.panel22.SuspendLayout();
+ this.panel23.SuspendLayout();
+ this.panel25.SuspendLayout();
+ this.panel12.SuspendLayout();
+ this.panel17.SuspendLayout();
+ this.panel24.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.superTabControlPanel1.SuspendLayout();
+ this.panelExZKZB.SuspendLayout();
+ this.panel8.SuspendLayout();
+ this.panelQX.SuspendLayout();
+ this.plBottom.SuspendLayout();
+ this.plTital.SuspendLayout();
+ this.panel9.SuspendLayout();
+ this.panel15.SuspendLayout();
+ this.panel16.SuspendLayout();
+ this.panel7.SuspendLayout();
+ this.panel21.SuspendLayout();
+ this.plTitleEventTime.SuspendLayout();
+ this.panel13.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).BeginInit();
+ this.panel10.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperationBegin)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOpeBegin)).BeginInit();
+ this.panel11.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperationEnd)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOpeEnd)).BeginInit();
+ this.panel6.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picInRoom)).BeginInit();
+ this.SuspendLayout();
+ //
+ // panel2
+ //
+ this.panel2.BackColor = System.Drawing.Color.AliceBlue;
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel2.Location = new System.Drawing.Point(0, 0);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(2082, 10);
+ this.panel2.TabIndex = 1;
+ this.panel2.Visible = false;
+ //
+ // panel3
+ //
+ this.panel3.BackColor = System.Drawing.Color.SlateGray;
+ this.panel3.Controls.Add(this.panel14);
+ this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
+ this.panel3.Font = new System.Drawing.Font("宋体", 12F);
+ this.panel3.Location = new System.Drawing.Point(0, 10);
+ this.panel3.Name = "panel3";
+ this.panel3.Size = new System.Drawing.Size(160, 1032);
+ this.panel3.TabIndex = 2;
+ //
+ // panel14
+ //
+ this.panel14.BackColor = System.Drawing.Color.White;
+ this.panel14.Controls.Add(this.button1);
+ this.panel14.Controls.Add(this.button8);
+ this.panel14.Controls.Add(this.button7);
+ this.panel14.Controls.Add(this.btnCancelIn);
+ this.panel14.Controls.Add(this.btnCancelOperation);
+ this.panel14.Controls.Add(this.btnBloodGasAnalysis);
+ this.panel14.Controls.Add(this.button6);
+ this.panel14.Controls.Add(this.btnOperationInfo);
+ this.panel14.Controls.Add(this.btnOutputLiquids);
+ this.panel14.Controls.Add(this.btnAddEvents);
+ this.panel14.Controls.Add(this.btnDrug);
+ this.panel14.Controls.Add(this.btnTemplate);
+ this.panel14.Controls.Add(this.btnSelectPatient);
+ this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel14.Location = new System.Drawing.Point(0, 0);
+ this.panel14.Name = "panel14";
+ this.panel14.Size = new System.Drawing.Size(160, 1032);
+ this.panel14.TabIndex = 5;
+ //
+ // button1
+ //
+ this.button1.BackColor = System.Drawing.Color.Transparent;
+ this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.button1.FlatAppearance.BorderSize = 0;
+ this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.button1.ForeColor = System.Drawing.Color.DimGray;
+ this.button1.Image = global::AIMS.Properties.Resources.添加数据;
+ this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.button1.Location = new System.Drawing.Point(0, 600);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(160, 50);
+ this.button1.TabIndex = 16;
+ this.button1.Text = " 新增器械";
+ this.button1.UseVisualStyleBackColor = false;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // button8
+ //
+ this.button8.BackColor = System.Drawing.Color.Transparent;
+ this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.button8.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button8.Dock = System.Windows.Forms.DockStyle.Top;
+ this.button8.FlatAppearance.BorderSize = 0;
+ this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.button8.ForeColor = System.Drawing.Color.DimGray;
+ this.button8.Image = global::AIMS.Properties.Resources.系统设置;
+ this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.button8.Location = new System.Drawing.Point(0, 550);
+ this.button8.Name = "button8";
+ this.button8.Size = new System.Drawing.Size(160, 50);
+ this.button8.TabIndex = 15;
+ this.button8.Text = " 系统设置";
+ this.button8.UseVisualStyleBackColor = false;
+ this.button8.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
+ //
+ // button7
+ //
+ this.button7.BackColor = System.Drawing.Color.Transparent;
+ this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.button7.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button7.Dock = System.Windows.Forms.DockStyle.Top;
+ this.button7.FlatAppearance.BorderSize = 0;
+ this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.button7.ForeColor = System.Drawing.Color.DimGray;
+ this.button7.Image = global::AIMS.Properties.Resources.文书编辑;
+ this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.button7.Location = new System.Drawing.Point(0, 500);
+ this.button7.Name = "button7";
+ this.button7.Size = new System.Drawing.Size(160, 50);
+ this.button7.TabIndex = 14;
+ this.button7.Text = " 文书记录";
+ this.button7.UseVisualStyleBackColor = false;
+ this.button7.Click += new System.EventHandler(this.tsbExePlan_Click);
+ //
+ // btnCancelIn
+ //
+ this.btnCancelIn.BackColor = System.Drawing.Color.Transparent;
+ this.btnCancelIn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnCancelIn.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnCancelIn.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnCancelIn.FlatAppearance.BorderSize = 0;
+ this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
+ this.btnCancelIn.Image = global::AIMS.Properties.Resources.显示切换;
+ this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnCancelIn.Location = new System.Drawing.Point(0, 450);
+ this.btnCancelIn.Name = "btnCancelIn";
+ this.btnCancelIn.Size = new System.Drawing.Size(160, 50);
+ this.btnCancelIn.TabIndex = 12;
+ this.btnCancelIn.Text = " 取消转入";
+ this.btnCancelIn.UseVisualStyleBackColor = false;
+ this.btnCancelIn.Visible = false;
+ this.btnCancelIn.Click += new System.EventHandler(this.btnCancelIn_Click);
+ //
+ // btnCancelOperation
+ //
+ this.btnCancelOperation.BackColor = System.Drawing.Color.Transparent;
+ this.btnCancelOperation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnCancelOperation.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnCancelOperation.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnCancelOperation.FlatAppearance.BorderSize = 0;
+ this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
+ this.btnCancelOperation.Image = global::AIMS.Properties.Resources.取消手术;
+ this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnCancelOperation.Location = new System.Drawing.Point(0, 400);
+ this.btnCancelOperation.Name = "btnCancelOperation";
+ this.btnCancelOperation.Size = new System.Drawing.Size(160, 50);
+ this.btnCancelOperation.TabIndex = 11;
+ this.btnCancelOperation.Text = " 停止手术";
+ this.btnCancelOperation.UseVisualStyleBackColor = false;
+ this.btnCancelOperation.Visible = false;
+ this.btnCancelOperation.Click += new System.EventHandler(this.btnCancelOperation_Click);
+ //
+ // btnBloodGasAnalysis
+ //
+ this.btnBloodGasAnalysis.BackColor = System.Drawing.Color.Transparent;
+ this.btnBloodGasAnalysis.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnBloodGasAnalysis.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnBloodGasAnalysis.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnBloodGasAnalysis.FlatAppearance.BorderSize = 0;
+ this.btnBloodGasAnalysis.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnBloodGasAnalysis.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnBloodGasAnalysis.ForeColor = System.Drawing.Color.DimGray;
+ this.btnBloodGasAnalysis.Image = global::AIMS.Properties.Resources.血气分析;
+ this.btnBloodGasAnalysis.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnBloodGasAnalysis.Location = new System.Drawing.Point(0, 350);
+ this.btnBloodGasAnalysis.Name = "btnBloodGasAnalysis";
+ this.btnBloodGasAnalysis.Size = new System.Drawing.Size(160, 50);
+ this.btnBloodGasAnalysis.TabIndex = 8;
+ this.btnBloodGasAnalysis.Text = " 血气分析";
+ this.btnBloodGasAnalysis.UseVisualStyleBackColor = false;
+ this.btnBloodGasAnalysis.Visible = false;
+ this.btnBloodGasAnalysis.Click += new System.EventHandler(this.btnBloodGasAnalysis_Click);
+ //
+ // button6
+ //
+ this.button6.BackColor = System.Drawing.Color.Transparent;
+ this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.button6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.button6.FlatAppearance.BorderSize = 0;
+ this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button6.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.button6.ForeColor = System.Drawing.Color.DimGray;
+ this.button6.Image = global::AIMS.Properties.Resources.不良事件;
+ this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.button6.Location = new System.Drawing.Point(0, 300);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size(160, 50);
+ this.button6.TabIndex = 9;
+ this.button6.Text = " 质控指标";
+ this.button6.UseVisualStyleBackColor = false;
+ this.button6.Visible = false;
+ this.button6.Click += new System.EventHandler(this.button6_Click);
+ //
+ // btnOperationInfo
+ //
+ this.btnOperationInfo.BackColor = System.Drawing.Color.Transparent;
+ this.btnOperationInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnOperationInfo.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnOperationInfo.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnOperationInfo.FlatAppearance.BorderSize = 0;
+ this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
+ this.btnOperationInfo.Image = global::AIMS.Properties.Resources.文书单;
+ this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnOperationInfo.Location = new System.Drawing.Point(0, 250);
+ this.btnOperationInfo.Name = "btnOperationInfo";
+ this.btnOperationInfo.Size = new System.Drawing.Size(160, 50);
+ this.btnOperationInfo.TabIndex = 4;
+ this.btnOperationInfo.Text = " 手术信息";
+ this.btnOperationInfo.UseVisualStyleBackColor = false;
+ this.btnOperationInfo.Click += new System.EventHandler(this.btnOperationInfo_Click);
+ //
+ // btnOutputLiquids
+ //
+ this.btnOutputLiquids.BackColor = System.Drawing.Color.Transparent;
+ this.btnOutputLiquids.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnOutputLiquids.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnOutputLiquids.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnOutputLiquids.FlatAppearance.BorderSize = 0;
+ this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
+ this.btnOutputLiquids.Image = global::AIMS.Properties.Resources.快捷事件;
+ this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
+ this.btnOutputLiquids.Name = "btnOutputLiquids";
+ this.btnOutputLiquids.Size = new System.Drawing.Size(160, 50);
+ this.btnOutputLiquids.TabIndex = 7;
+ this.btnOutputLiquids.Text = " 出量记录";
+ this.btnOutputLiquids.UseVisualStyleBackColor = false;
+ this.btnOutputLiquids.Click += new System.EventHandler(this.btnOutputLiquids_Click);
+ //
+ // btnAddEvents
+ //
+ this.btnAddEvents.BackColor = System.Drawing.Color.Transparent;
+ this.btnAddEvents.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnAddEvents.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnAddEvents.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnAddEvents.FlatAppearance.BorderSize = 0;
+ this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
+ this.btnAddEvents.Image = global::AIMS.Properties.Resources.事件记录;
+ this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
+ this.btnAddEvents.Name = "btnAddEvents";
+ this.btnAddEvents.Size = new System.Drawing.Size(160, 50);
+ this.btnAddEvents.TabIndex = 6;
+ this.btnAddEvents.Text = " 事件记录";
+ this.btnAddEvents.UseVisualStyleBackColor = false;
+ this.btnAddEvents.Click += new System.EventHandler(this.btnAddEvents_Click);
+ //
+ // btnDrug
+ //
+ this.btnDrug.BackColor = System.Drawing.Color.Transparent;
+ this.btnDrug.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnDrug.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnDrug.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnDrug.FlatAppearance.BorderSize = 0;
+ this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
+ this.btnDrug.Image = global::AIMS.Properties.Resources.用药记录;
+ this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnDrug.Location = new System.Drawing.Point(0, 100);
+ this.btnDrug.Name = "btnDrug";
+ this.btnDrug.Size = new System.Drawing.Size(160, 50);
+ this.btnDrug.TabIndex = 5;
+ this.btnDrug.Text = " 用药记录";
+ this.btnDrug.UseVisualStyleBackColor = false;
+ this.btnDrug.Click += new System.EventHandler(this.btnDrug_Click);
+ //
+ // btnTemplate
+ //
+ this.btnTemplate.BackColor = System.Drawing.Color.Transparent;
+ this.btnTemplate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnTemplate.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnTemplate.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnTemplate.FlatAppearance.BorderSize = 0;
+ this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
+ this.btnTemplate.Image = global::AIMS.Properties.Resources.模板应用;
+ this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnTemplate.Location = new System.Drawing.Point(0, 50);
+ this.btnTemplate.Name = "btnTemplate";
+ this.btnTemplate.Size = new System.Drawing.Size(160, 50);
+ this.btnTemplate.TabIndex = 10;
+ this.btnTemplate.Text = " 选器械包";
+ this.btnTemplate.UseVisualStyleBackColor = false;
+ this.btnTemplate.Click += new System.EventHandler(this.btnTemplate_Click);
+ //
+ // btnSelectPatient
+ //
+ this.btnSelectPatient.BackColor = System.Drawing.Color.Transparent;
+ this.btnSelectPatient.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnSelectPatient.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnSelectPatient.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnSelectPatient.FlatAppearance.BorderSize = 0;
+ this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
+ this.btnSelectPatient.Image = global::AIMS.Properties.Resources.患者列表;
+ this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
+ this.btnSelectPatient.Name = "btnSelectPatient";
+ this.btnSelectPatient.Size = new System.Drawing.Size(160, 50);
+ this.btnSelectPatient.TabIndex = 3;
+ this.btnSelectPatient.Text = " 患者列表";
+ this.btnSelectPatient.UseVisualStyleBackColor = false;
+ this.btnSelectPatient.Click += new System.EventHandler(this.btnSelectPatient_Click);
+ //
+ // panel4
+ //
+ this.panel4.BackColor = System.Drawing.Color.White;
+ this.panel4.Controls.Add(this.btnChage);
+ this.panel4.Controls.Add(this.lblSpo2);
+ this.panel4.Controls.Add(this.lblRESP);
+ this.panel4.Controls.Add(this.lblDia);
+ this.panel4.Controls.Add(this.lblPR);
+ this.panel4.Controls.Add(this.lblHR);
+ this.panel4.Controls.Add(this.btnsjzx);
+ this.panel4.Controls.Add(this.btndptz);
+ this.panel4.Controls.Add(this.btnsbwh);
+ this.panel4.Controls.Add(this.label9);
+ this.panel4.Controls.Add(this.label8);
+ this.panel4.Controls.Add(this.label6);
+ this.panel4.Controls.Add(this.label10);
+ this.panel4.Controls.Add(this.label7);
+ this.panel4.Controls.Add(this.label5);
+ this.panel4.Controls.Add(this.label3);
+ this.panel4.Controls.Add(this.label2);
+ this.panel4.Controls.Add(this.label4);
+ this.panel4.Controls.Add(this.label1);
+ this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
+ this.panel4.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.panel4.Location = new System.Drawing.Point(1922, 10);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(160, 1032);
+ this.panel4.TabIndex = 3;
+ //
+ // btnChage
+ //
+ this.btnChage.BackColor = System.Drawing.Color.Transparent;
+ this.btnChage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnChage.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnChage.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.btnChage.FlatAppearance.BorderSize = 0;
+ this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnChage.ForeColor = System.Drawing.Color.DimGray;
+ this.btnChage.Image = global::AIMS.Properties.Resources.麻醉医嘱;
+ this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnChage.Location = new System.Drawing.Point(0, 832);
+ this.btnChage.Name = "btnChage";
+ this.btnChage.Size = new System.Drawing.Size(160, 50);
+ this.btnChage.TabIndex = 24;
+ this.btnChage.Text = " 收费记录";
+ this.btnChage.UseVisualStyleBackColor = false;
+ this.btnChage.Visible = false;
+ this.btnChage.Click += new System.EventHandler(this.btnChage_Click);
+ //
+ // lblSpo2
+ //
+ this.lblSpo2.AutoSize = true;
+ this.lblSpo2.Font = new System.Drawing.Font("微软雅黑", 23F);
+ this.lblSpo2.ForeColor = System.Drawing.Color.Teal;
+ this.lblSpo2.Location = new System.Drawing.Point(63, 399);
+ this.lblSpo2.Name = "lblSpo2";
+ this.lblSpo2.Size = new System.Drawing.Size(43, 40);
+ this.lblSpo2.TabIndex = 9;
+ this.lblSpo2.Text = "--";
+ //
+ // lblRESP
+ //
+ this.lblRESP.AutoSize = true;
+ this.lblRESP.Font = new System.Drawing.Font("微软雅黑", 23F);
+ this.lblRESP.ForeColor = System.Drawing.Color.Teal;
+ this.lblRESP.Location = new System.Drawing.Point(63, 308);
+ this.lblRESP.Name = "lblRESP";
+ this.lblRESP.Size = new System.Drawing.Size(43, 40);
+ this.lblRESP.TabIndex = 7;
+ this.lblRESP.Text = "--";
+ //
+ // lblDia
+ //
+ this.lblDia.AutoSize = true;
+ this.lblDia.Font = new System.Drawing.Font("微软雅黑", 23F);
+ this.lblDia.ForeColor = System.Drawing.Color.Teal;
+ this.lblDia.Location = new System.Drawing.Point(43, 217);
+ this.lblDia.Name = "lblDia";
+ this.lblDia.Size = new System.Drawing.Size(82, 40);
+ this.lblDia.TabIndex = 5;
+ this.lblDia.Text = "--/--";
+ //
+ // lblPR
+ //
+ this.lblPR.AutoSize = true;
+ this.lblPR.Font = new System.Drawing.Font("微软雅黑", 23F);
+ this.lblPR.ForeColor = System.Drawing.Color.Teal;
+ this.lblPR.Location = new System.Drawing.Point(63, 126);
+ this.lblPR.Name = "lblPR";
+ this.lblPR.Size = new System.Drawing.Size(43, 40);
+ this.lblPR.TabIndex = 3;
+ this.lblPR.Text = "--";
+ //
+ // lblHR
+ //
+ this.lblHR.AutoSize = true;
+ this.lblHR.Font = new System.Drawing.Font("微软雅黑", 23F);
+ this.lblHR.ForeColor = System.Drawing.Color.Teal;
+ this.lblHR.Location = new System.Drawing.Point(63, 35);
+ this.lblHR.Name = "lblHR";
+ this.lblHR.Size = new System.Drawing.Size(43, 40);
+ this.lblHR.TabIndex = 1;
+ this.lblHR.Text = "--";
+ //
+ // btnsjzx
+ //
+ this.btnsjzx.BackColor = System.Drawing.Color.Transparent;
+ this.btnsjzx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnsjzx.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnsjzx.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.btnsjzx.FlatAppearance.BorderSize = 0;
+ this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
+ this.btnsjzx.Image = global::AIMS.Properties.Resources.工作列表;
+ this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnsjzx.Location = new System.Drawing.Point(0, 882);
+ this.btnsjzx.Name = "btnsjzx";
+ this.btnsjzx.Size = new System.Drawing.Size(160, 50);
+ this.btnsjzx.TabIndex = 22;
+ this.btnsjzx.Text = " 数据中心";
+ this.btnsjzx.UseVisualStyleBackColor = false;
+ this.btnsjzx.Click += new System.EventHandler(this.btnsjzx_Click);
+ //
+ // btndptz
+ //
+ this.btndptz.BackColor = System.Drawing.Color.Transparent;
+ this.btndptz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btndptz.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btndptz.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.btndptz.FlatAppearance.BorderSize = 0;
+ this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btndptz.ForeColor = System.Drawing.Color.DimGray;
+ this.btndptz.Image = global::AIMS.Properties.Resources.文书状态;
+ this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btndptz.Location = new System.Drawing.Point(0, 932);
+ this.btndptz.Name = "btndptz";
+ this.btndptz.Size = new System.Drawing.Size(160, 50);
+ this.btndptz.TabIndex = 19;
+ this.btndptz.Text = " 大屏通知";
+ this.btndptz.UseVisualStyleBackColor = false;
+ this.btndptz.Click += new System.EventHandler(this.btndptz_Click);
+ //
+ // btnsbwh
+ //
+ this.btnsbwh.BackColor = System.Drawing.Color.Transparent;
+ this.btnsbwh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.btnsbwh.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnsbwh.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.btnsbwh.FlatAppearance.BorderSize = 0;
+ this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
+ this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
+ this.btnsbwh.Image = global::AIMS.Properties.Resources.耗材管理;
+ this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ this.btnsbwh.Location = new System.Drawing.Point(0, 982);
+ this.btnsbwh.Name = "btnsbwh";
+ this.btnsbwh.Size = new System.Drawing.Size(160, 50);
+ this.btnsbwh.TabIndex = 16;
+ this.btnsbwh.Text = " 设备维护";
+ this.btnsbwh.UseVisualStyleBackColor = false;
+ this.btnsbwh.Click += new System.EventHandler(this.btnsbwh_Click);
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.BackColor = System.Drawing.Color.White;
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label9.ForeColor = System.Drawing.Color.DimGray;
+ this.label9.Location = new System.Drawing.Point(37, 376);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(95, 24);
+ this.label9.TabIndex = 10;
+ this.label9.Text = "SPO2( % )";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.BackColor = System.Drawing.Color.White;
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label8.ForeColor = System.Drawing.Color.DimGray;
+ this.label8.Location = new System.Drawing.Point(29, 285);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(110, 24);
+ this.label8.TabIndex = 8;
+ this.label8.Text = "呼吸( 次/分 )";
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.BackColor = System.Drawing.Color.White;
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label6.ForeColor = System.Drawing.Color.DimGray;
+ this.label6.Location = new System.Drawing.Point(21, 194);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(127, 24);
+ this.label6.TabIndex = 4;
+ this.label6.Text = "血压( mmHg )";
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.BackColor = System.Drawing.Color.White;
+ this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label10.ForeColor = System.Drawing.Color.DimGray;
+ this.label10.Location = new System.Drawing.Point(49, 441);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(70, 17);
+ this.label10.TabIndex = 2;
+ this.label10.Text = "90%-100%";
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.BackColor = System.Drawing.Color.White;
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label7.ForeColor = System.Drawing.Color.DimGray;
+ this.label7.Location = new System.Drawing.Point(47, 350);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(74, 17);
+ this.label7.TabIndex = 2;
+ this.label7.Text = "16-20 次/分";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.BackColor = System.Drawing.Color.White;
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label5.ForeColor = System.Drawing.Color.DimGray;
+ this.label5.Location = new System.Drawing.Point(39, 259);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(91, 17);
+ this.label5.TabIndex = 2;
+ this.label5.Text = "60-140 mmHg";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.BackColor = System.Drawing.Color.White;
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label3.ForeColor = System.Drawing.Color.DimGray;
+ this.label3.Location = new System.Drawing.Point(44, 168);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(81, 17);
+ this.label3.TabIndex = 2;
+ this.label3.Text = "60-100 次/分";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.BackColor = System.Drawing.Color.White;
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label2.ForeColor = System.Drawing.Color.DimGray;
+ this.label2.Location = new System.Drawing.Point(44, 77);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(81, 17);
+ this.label2.TabIndex = 2;
+ this.label2.Text = "60-100 次/分";
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.BackColor = System.Drawing.Color.White;
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label4.ForeColor = System.Drawing.Color.DimGray;
+ this.label4.Location = new System.Drawing.Point(29, 103);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(110, 24);
+ this.label4.TabIndex = 2;
+ this.label4.Text = "脉搏( 次/分 )";
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.BackColor = System.Drawing.Color.White;
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label1.ForeColor = System.Drawing.Color.DimGray;
+ this.label1.Location = new System.Drawing.Point(29, 12);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(110, 24);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "心率( 次/分 )";
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.panel5);
+ this.panel1.Controls.Add(this.panel4);
+ this.panel1.Controls.Add(this.panel3);
+ this.panel1.Controls.Add(this.panel2);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(2082, 1042);
+ this.panel1.TabIndex = 0;
+ //
+ // panel5
+ //
+ this.panel5.BackColor = System.Drawing.SystemColors.Control;
+ this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel5.Controls.Add(this.superTabMain);
+ this.panel5.Controls.Add(this.panel7);
+ this.panel5.Controls.Add(this.plTitleEventTime);
+ this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel5.Location = new System.Drawing.Point(160, 10);
+ this.panel5.Name = "panel5";
+ this.panel5.Size = new System.Drawing.Size(1762, 1032);
+ this.panel5.TabIndex = 4;
+ //
+ // superTabMain
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ this.superTabMain.ControlBox.CloseBox.Name = "";
+ //
+ //
+ //
+ this.superTabMain.ControlBox.MenuBox.Name = "";
+ this.superTabMain.ControlBox.Name = "";
+ this.superTabMain.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.superTabMain.ControlBox.MenuBox,
+ this.superTabMain.ControlBox.CloseBox});
+ this.superTabMain.Controls.Add(this.superTabControlPanel2);
+ this.superTabMain.Controls.Add(this.superTabControlPanel1);
+ this.superTabMain.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabMain.Location = new System.Drawing.Point(0, 58);
+ this.superTabMain.Name = "superTabMain";
+ this.superTabMain.ReorderTabsEnabled = true;
+ this.superTabMain.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
+ this.superTabMain.SelectedTabIndex = 0;
+ this.superTabMain.Size = new System.Drawing.Size(1760, 932);
+ this.superTabMain.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.superTabMain.TabIndex = 14;
+ this.superTabMain.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.spTabQXQDD,
+ this.spTabBM});
+ this.superTabMain.SelectedTabChanged += new System.EventHandler(this.superTabMain_SelectedTabChanged);
+ //
+ // superTabControlPanel2
+ //
+ this.superTabControlPanel2.Controls.Add(this.panelExBLSJ);
+ this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28);
+ this.superTabControlPanel2.Name = "superTabControlPanel2";
+ this.superTabControlPanel2.Size = new System.Drawing.Size(1760, 904);
+ this.superTabControlPanel2.TabIndex = 0;
+ this.superTabControlPanel2.TabItem = this.spTabBM;
+ //
+ // panelExBLSJ
+ //
+ this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control;
+ this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.panelExBLSJ.Controls.Add(this.panel82);
+ this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty;
+ this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panelExBLSJ.Location = new System.Drawing.Point(0, 0);
+ this.panelExBLSJ.Name = "panelExBLSJ";
+ this.panelExBLSJ.Size = new System.Drawing.Size(1760, 904);
+ this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center;
+ this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.panelExBLSJ.Style.GradientAngle = 90;
+ this.panelExBLSJ.TabIndex = 0;
+ //
+ // panel82
+ //
+ this.panel82.AutoScroll = true;
+ this.panel82.BackColor = System.Drawing.Color.White;
+ this.panel82.Controls.Add(this.panel18);
+ this.panel82.Controls.Add(this.panel12);
+ this.panel82.Controls.Add(this.circularProgress2);
+ this.panel82.Controls.Add(this.zgcAnaesRecord2);
+ this.panel82.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel82.Location = new System.Drawing.Point(0, 0);
+ this.panel82.Name = "panel82";
+ this.panel82.Size = new System.Drawing.Size(1760, 904);
+ this.panel82.TabIndex = 3;
+ this.panel82.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel82_Scroll);
+ //
+ // panel18
+ //
+ this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel18.Controls.Add(this.panel19);
+ this.panel18.Controls.Add(this.panel20);
+ this.panel18.Controls.Add(this.panel22);
+ this.panel18.Controls.Add(this.panel23);
+ this.panel18.Controls.Add(this.panel25);
+ this.panel18.Location = new System.Drawing.Point(285, 552);
+ this.panel18.Name = "panel18";
+ this.panel18.Size = new System.Drawing.Size(1055, 242);
+ this.panel18.TabIndex = 1469;
+ //
+ // panel19
+ //
+ this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel19.Controls.Add(this.label46);
+ this.panel19.Controls.Add(this.label47);
+ this.panel19.Controls.Add(this.uText21);
+ this.panel19.Controls.Add(this.uText22);
+ this.panel19.Controls.Add(this.label48);
+ this.panel19.Controls.Add(this.label49);
+ this.panel19.Controls.Add(this.uText23);
+ this.panel19.Controls.Add(this.uText24);
+ this.panel19.Controls.Add(this.label50);
+ this.panel19.Controls.Add(this.uText25);
+ this.panel19.Controls.Add(this.label51);
+ this.panel19.Controls.Add(this.uText26);
+ this.panel19.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel19.Location = new System.Drawing.Point(54, 183);
+ this.panel19.Name = "panel19";
+ this.panel19.Size = new System.Drawing.Size(999, 59);
+ this.panel19.TabIndex = 1356;
+ //
+ // label46
+ //
+ this.label46.AutoSize = true;
+ this.label46.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label46.Location = new System.Drawing.Point(668, 30);
+ this.label46.Name = "label46";
+ this.label46.Size = new System.Drawing.Size(65, 20);
+ this.label46.TabIndex = 1449;
+ this.label46.Text = "失效日期";
+ //
+ // label47
+ //
+ this.label47.AutoSize = true;
+ this.label47.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label47.Location = new System.Drawing.Point(668, 1);
+ this.label47.Name = "label47";
+ this.label47.Size = new System.Drawing.Size(79, 20);
+ this.label47.TabIndex = 1449;
+ this.label47.Text = "灭菌器编号";
+ //
+ // uText21
+ //
+ this.uText21.BackColor = System.Drawing.Color.White;
+ this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText21.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText21.Location = new System.Drawing.Point(769, 33);
+ this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText21.Name = "uText21";
+ this.uText21.Size = new System.Drawing.Size(217, 23);
+ this.uText21.TabIndex = 1435;
+ this.uText21.Tag = "TempDataManage_TextPackObj_616";
+ //
+ // uText22
+ //
+ this.uText22.BackColor = System.Drawing.Color.White;
+ this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText22.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText22.Location = new System.Drawing.Point(769, 4);
+ this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText22.Name = "uText22";
+ this.uText22.Size = new System.Drawing.Size(217, 23);
+ this.uText22.TabIndex = 1435;
+ this.uText22.Tag = "TempDataManage_TextPackObj_615";
+ //
+ // label48
+ //
+ this.label48.AutoSize = true;
+ this.label48.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label48.Location = new System.Drawing.Point(367, 30);
+ this.label48.Name = "label48";
+ this.label48.Size = new System.Drawing.Size(65, 20);
+ this.label48.TabIndex = 1449;
+ this.label48.Text = "灭菌日期";
+ //
+ // label49
+ //
+ this.label49.AutoSize = true;
+ this.label49.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label49.Location = new System.Drawing.Point(367, 1);
+ this.label49.Name = "label49";
+ this.label49.Size = new System.Drawing.Size(51, 20);
+ this.label49.TabIndex = 1449;
+ this.label49.Text = "包装者";
+ //
+ // uText23
+ //
+ this.uText23.BackColor = System.Drawing.Color.White;
+ this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText23.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText23.Location = new System.Drawing.Point(451, 33);
+ this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText23.Name = "uText23";
+ this.uText23.Size = new System.Drawing.Size(200, 23);
+ this.uText23.TabIndex = 1435;
+ this.uText23.Tag = "TempDataManage_TextPackObj_614";
+ //
+ // uText24
+ //
+ this.uText24.BackColor = System.Drawing.Color.White;
+ this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText24.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText24.Location = new System.Drawing.Point(451, 4);
+ this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText24.Name = "uText24";
+ this.uText24.Size = new System.Drawing.Size(200, 23);
+ this.uText24.TabIndex = 1435;
+ this.uText24.Tag = "TempDataManage_TextPackObj_613";
+ //
+ // label50
+ //
+ this.label50.AutoSize = true;
+ this.label50.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label50.Location = new System.Drawing.Point(22, 30);
+ this.label50.Name = "label50";
+ this.label50.Size = new System.Drawing.Size(65, 20);
+ this.label50.TabIndex = 1449;
+ this.label50.Text = "灭菌批次";
+ //
+ // uText25
+ //
+ this.uText25.BackColor = System.Drawing.Color.White;
+ this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText25.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText25.Location = new System.Drawing.Point(106, 33);
+ this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText25.Name = "uText25";
+ this.uText25.Size = new System.Drawing.Size(255, 23);
+ this.uText25.TabIndex = 1435;
+ this.uText25.Tag = "TempDataManage_TextPackObj_612";
+ //
+ // label51
+ //
+ this.label51.AutoSize = true;
+ this.label51.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label51.Location = new System.Drawing.Point(22, 1);
+ this.label51.Name = "label51";
+ this.label51.Size = new System.Drawing.Size(65, 20);
+ this.label51.TabIndex = 1449;
+ this.label51.Text = "物品名称";
+ //
+ // uText26
+ //
+ this.uText26.BackColor = System.Drawing.Color.White;
+ this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText26.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText26.Location = new System.Drawing.Point(106, 4);
+ this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText26.Name = "uText26";
+ this.uText26.Size = new System.Drawing.Size(255, 23);
+ this.uText26.TabIndex = 1435;
+ this.uText26.Tag = "TempDataManage_TextPackObj_611";
+ //
+ // panel20
+ //
+ this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel20.Controls.Add(this.label37);
+ this.panel20.Controls.Add(this.label38);
+ this.panel20.Controls.Add(this.uText15);
+ this.panel20.Controls.Add(this.uText16);
+ this.panel20.Controls.Add(this.label42);
+ this.panel20.Controls.Add(this.label43);
+ this.panel20.Controls.Add(this.uText17);
+ this.panel20.Controls.Add(this.uText18);
+ this.panel20.Controls.Add(this.label44);
+ this.panel20.Controls.Add(this.uText19);
+ this.panel20.Controls.Add(this.label45);
+ this.panel20.Controls.Add(this.uText20);
+ this.panel20.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel20.Location = new System.Drawing.Point(54, 120);
+ this.panel20.Name = "panel20";
+ this.panel20.Size = new System.Drawing.Size(999, 63);
+ this.panel20.TabIndex = 1355;
+ //
+ // label37
+ //
+ this.label37.AutoSize = true;
+ this.label37.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label37.Location = new System.Drawing.Point(668, 31);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(65, 20);
+ this.label37.TabIndex = 1449;
+ this.label37.Text = "失效日期";
+ //
+ // label38
+ //
+ this.label38.AutoSize = true;
+ this.label38.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label38.Location = new System.Drawing.Point(668, 2);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(79, 20);
+ this.label38.TabIndex = 1449;
+ this.label38.Text = "灭菌器编号";
+ //
+ // uText15
+ //
+ this.uText15.BackColor = System.Drawing.Color.White;
+ this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText15.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText15.Location = new System.Drawing.Point(769, 34);
+ this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText15.Name = "uText15";
+ this.uText15.Size = new System.Drawing.Size(217, 23);
+ this.uText15.TabIndex = 1435;
+ this.uText15.Tag = "TempDataManage_TextPackObj_610";
+ //
+ // uText16
+ //
+ this.uText16.BackColor = System.Drawing.Color.White;
+ this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText16.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText16.Location = new System.Drawing.Point(769, 5);
+ this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText16.Name = "uText16";
+ this.uText16.Size = new System.Drawing.Size(217, 23);
+ this.uText16.TabIndex = 1435;
+ this.uText16.Tag = "TempDataManage_TextPackObj_609";
+ //
+ // label42
+ //
+ this.label42.AutoSize = true;
+ this.label42.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label42.Location = new System.Drawing.Point(367, 31);
+ this.label42.Name = "label42";
+ this.label42.Size = new System.Drawing.Size(65, 20);
+ this.label42.TabIndex = 1449;
+ this.label42.Text = "灭菌日期";
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label43.Location = new System.Drawing.Point(367, 2);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(51, 20);
+ this.label43.TabIndex = 1449;
+ this.label43.Text = "包装者";
+ //
+ // uText17
+ //
+ this.uText17.BackColor = System.Drawing.Color.White;
+ this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText17.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText17.Location = new System.Drawing.Point(451, 34);
+ this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText17.Name = "uText17";
+ this.uText17.Size = new System.Drawing.Size(200, 23);
+ this.uText17.TabIndex = 1435;
+ this.uText17.Tag = "TempDataManage_TextPackObj_608";
+ //
+ // uText18
+ //
+ this.uText18.BackColor = System.Drawing.Color.White;
+ this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText18.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText18.Location = new System.Drawing.Point(451, 5);
+ this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText18.Name = "uText18";
+ this.uText18.Size = new System.Drawing.Size(200, 23);
+ this.uText18.TabIndex = 1435;
+ this.uText18.Tag = "TempDataManage_TextPackObj_607";
+ //
+ // label44
+ //
+ this.label44.AutoSize = true;
+ this.label44.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label44.Location = new System.Drawing.Point(22, 31);
+ this.label44.Name = "label44";
+ this.label44.Size = new System.Drawing.Size(65, 20);
+ this.label44.TabIndex = 1449;
+ this.label44.Text = "灭菌批次";
+ //
+ // uText19
+ //
+ this.uText19.BackColor = System.Drawing.Color.White;
+ this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText19.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText19.Location = new System.Drawing.Point(106, 34);
+ this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText19.Name = "uText19";
+ this.uText19.Size = new System.Drawing.Size(255, 23);
+ this.uText19.TabIndex = 1435;
+ this.uText19.Tag = "TempDataManage_TextPackObj_606";
+ //
+ // label45
+ //
+ this.label45.AutoSize = true;
+ this.label45.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label45.Location = new System.Drawing.Point(22, 2);
+ this.label45.Name = "label45";
+ this.label45.Size = new System.Drawing.Size(65, 20);
+ this.label45.TabIndex = 1449;
+ this.label45.Text = "物品名称";
+ //
+ // uText20
+ //
+ this.uText20.BackColor = System.Drawing.Color.White;
+ this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText20.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText20.Location = new System.Drawing.Point(106, 5);
+ this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText20.Name = "uText20";
+ this.uText20.Size = new System.Drawing.Size(255, 23);
+ this.uText20.TabIndex = 1435;
+ this.uText20.Tag = "TempDataManage_TextPackObj_605";
+ //
+ // panel22
+ //
+ this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel22.Controls.Add(this.label29);
+ this.panel22.Controls.Add(this.label30);
+ this.panel22.Controls.Add(this.uText9);
+ this.panel22.Controls.Add(this.uText10);
+ this.panel22.Controls.Add(this.label31);
+ this.panel22.Controls.Add(this.label32);
+ this.panel22.Controls.Add(this.uText11);
+ this.panel22.Controls.Add(this.uText12);
+ this.panel22.Controls.Add(this.label33);
+ this.panel22.Controls.Add(this.uText13);
+ this.panel22.Controls.Add(this.label34);
+ this.panel22.Controls.Add(this.uText14);
+ this.panel22.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel22.Location = new System.Drawing.Point(54, 63);
+ this.panel22.Name = "panel22";
+ this.panel22.Size = new System.Drawing.Size(999, 57);
+ this.panel22.TabIndex = 1354;
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label29.Location = new System.Drawing.Point(668, 25);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(65, 20);
+ this.label29.TabIndex = 1449;
+ this.label29.Text = "失效日期";
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label30.Location = new System.Drawing.Point(668, 0);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(79, 20);
+ this.label30.TabIndex = 1449;
+ this.label30.Text = "灭菌器编号";
+ //
+ // uText9
+ //
+ this.uText9.BackColor = System.Drawing.Color.White;
+ this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText9.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText9.Location = new System.Drawing.Point(769, 28);
+ this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText9.Name = "uText9";
+ this.uText9.Size = new System.Drawing.Size(217, 23);
+ this.uText9.TabIndex = 1435;
+ this.uText9.Tag = "TempDataManage_TextPackObj_603";
+ //
+ // uText10
+ //
+ this.uText10.BackColor = System.Drawing.Color.White;
+ this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText10.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText10.Location = new System.Drawing.Point(769, 3);
+ this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText10.Name = "uText10";
+ this.uText10.Size = new System.Drawing.Size(217, 23);
+ this.uText10.TabIndex = 1435;
+ this.uText10.Tag = "TempDataManage_TextPackObj_602";
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label31.Location = new System.Drawing.Point(367, 25);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(65, 20);
+ this.label31.TabIndex = 1449;
+ this.label31.Text = "灭菌日期";
+ //
+ // label32
+ //
+ this.label32.AutoSize = true;
+ this.label32.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label32.Location = new System.Drawing.Point(367, 0);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(51, 20);
+ this.label32.TabIndex = 1449;
+ this.label32.Text = "包装者";
+ //
+ // uText11
+ //
+ this.uText11.BackColor = System.Drawing.Color.White;
+ this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText11.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText11.Location = new System.Drawing.Point(451, 28);
+ this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText11.Name = "uText11";
+ this.uText11.Size = new System.Drawing.Size(200, 23);
+ this.uText11.TabIndex = 1435;
+ this.uText11.Tag = "TempDataManage_TextPackObj_601";
+ //
+ // uText12
+ //
+ this.uText12.BackColor = System.Drawing.Color.White;
+ this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText12.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText12.Location = new System.Drawing.Point(451, 3);
+ this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText12.Name = "uText12";
+ this.uText12.Size = new System.Drawing.Size(200, 23);
+ this.uText12.TabIndex = 1435;
+ this.uText12.Tag = "TempDataManage_TextPackObj_600";
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label33.Location = new System.Drawing.Point(22, 25);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(65, 20);
+ this.label33.TabIndex = 1449;
+ this.label33.Text = "灭菌批次";
+ //
+ // uText13
+ //
+ this.uText13.BackColor = System.Drawing.Color.White;
+ this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText13.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText13.Location = new System.Drawing.Point(106, 28);
+ this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText13.Name = "uText13";
+ this.uText13.Size = new System.Drawing.Size(255, 23);
+ this.uText13.TabIndex = 1435;
+ this.uText13.Tag = "TempDataManage_TextPackObj_599";
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label34.Location = new System.Drawing.Point(22, 0);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(65, 20);
+ this.label34.TabIndex = 1449;
+ this.label34.Text = "物品名称";
+ //
+ // uText14
+ //
+ this.uText14.BackColor = System.Drawing.Color.White;
+ this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText14.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText14.Location = new System.Drawing.Point(106, 3);
+ this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText14.Name = "uText14";
+ this.uText14.Size = new System.Drawing.Size(255, 23);
+ this.uText14.TabIndex = 1435;
+ this.uText14.Tag = "TempDataManage_TextPackObj_604";
+ //
+ // panel23
+ //
+ this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel23.Controls.Add(this.label27);
+ this.panel23.Controls.Add(this.label24);
+ this.panel23.Controls.Add(this.uText8);
+ this.panel23.Controls.Add(this.uText4);
+ this.panel23.Controls.Add(this.label25);
+ this.panel23.Controls.Add(this.label26);
+ this.panel23.Controls.Add(this.uText7);
+ this.panel23.Controls.Add(this.uText1);
+ this.panel23.Controls.Add(this.label28);
+ this.panel23.Controls.Add(this.uText5);
+ this.panel23.Controls.Add(this.label35);
+ this.panel23.Controls.Add(this.uText6);
+ this.panel23.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel23.Location = new System.Drawing.Point(54, 0);
+ this.panel23.Name = "panel23";
+ this.panel23.Size = new System.Drawing.Size(999, 63);
+ this.panel23.TabIndex = 1353;
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label27.Location = new System.Drawing.Point(668, 31);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(65, 20);
+ this.label27.TabIndex = 1449;
+ this.label27.Text = "失效日期";
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label24.Location = new System.Drawing.Point(668, 2);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(79, 20);
+ this.label24.TabIndex = 1449;
+ this.label24.Text = "灭菌器编号";
+ //
+ // uText8
+ //
+ this.uText8.BackColor = System.Drawing.Color.White;
+ this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText8.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText8.Location = new System.Drawing.Point(769, 34);
+ this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText8.Name = "uText8";
+ this.uText8.Size = new System.Drawing.Size(217, 23);
+ this.uText8.TabIndex = 1435;
+ this.uText8.Tag = "TempDataManage_TextPackObj_598";
+ //
+ // uText4
+ //
+ this.uText4.BackColor = System.Drawing.Color.White;
+ this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText4.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText4.Location = new System.Drawing.Point(769, 5);
+ this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText4.Name = "uText4";
+ this.uText4.Size = new System.Drawing.Size(217, 23);
+ this.uText4.TabIndex = 1435;
+ this.uText4.Tag = "TempDataManage_TextPackObj_597";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label25.Location = new System.Drawing.Point(367, 31);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(65, 20);
+ this.label25.TabIndex = 1449;
+ this.label25.Text = "灭菌日期";
+ //
+ // label26
+ //
+ this.label26.AutoSize = true;
+ this.label26.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label26.Location = new System.Drawing.Point(367, 2);
+ this.label26.Name = "label26";
+ this.label26.Size = new System.Drawing.Size(51, 20);
+ this.label26.TabIndex = 1449;
+ this.label26.Text = "包装者";
+ //
+ // uText7
+ //
+ this.uText7.BackColor = System.Drawing.Color.White;
+ this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText7.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText7.Location = new System.Drawing.Point(451, 34);
+ this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText7.Name = "uText7";
+ this.uText7.Size = new System.Drawing.Size(200, 23);
+ this.uText7.TabIndex = 1435;
+ this.uText7.Tag = "TempDataManage_TextPackObj_596";
+ //
+ // uText1
+ //
+ this.uText1.BackColor = System.Drawing.Color.White;
+ this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText1.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText1.Location = new System.Drawing.Point(451, 5);
+ this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText1.Name = "uText1";
+ this.uText1.Size = new System.Drawing.Size(200, 23);
+ this.uText1.TabIndex = 1435;
+ this.uText1.Tag = "TempDataManage_TextPackObj_595";
+ //
+ // label28
+ //
+ this.label28.AutoSize = true;
+ this.label28.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label28.Location = new System.Drawing.Point(22, 31);
+ this.label28.Name = "label28";
+ this.label28.Size = new System.Drawing.Size(65, 20);
+ this.label28.TabIndex = 1449;
+ this.label28.Text = "灭菌批次";
+ //
+ // uText5
+ //
+ this.uText5.BackColor = System.Drawing.Color.White;
+ this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText5.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText5.Location = new System.Drawing.Point(106, 34);
+ this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText5.Name = "uText5";
+ this.uText5.Size = new System.Drawing.Size(255, 23);
+ this.uText5.TabIndex = 1435;
+ this.uText5.Tag = "TempDataManage_TextPackObj_594";
+ //
+ // label35
+ //
+ this.label35.AutoSize = true;
+ this.label35.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label35.Location = new System.Drawing.Point(22, 2);
+ this.label35.Name = "label35";
+ this.label35.Size = new System.Drawing.Size(65, 20);
+ this.label35.TabIndex = 0;
+ this.label35.Text = "物品名称";
+ //
+ // uText6
+ //
+ this.uText6.BackColor = System.Drawing.Color.White;
+ this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText6.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText6.Location = new System.Drawing.Point(106, 5);
+ this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText6.Name = "uText6";
+ this.uText6.Size = new System.Drawing.Size(255, 23);
+ this.uText6.TabIndex = 1;
+ this.uText6.Tag = "TempDataManage_TextPackObj_593";
+ //
+ // panel25
+ //
+ this.panel25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel25.Controls.Add(this.label36);
+ this.panel25.Dock = System.Windows.Forms.DockStyle.Left;
+ this.panel25.Location = new System.Drawing.Point(0, 0);
+ this.panel25.Name = "panel25";
+ this.panel25.Size = new System.Drawing.Size(54, 240);
+ this.panel25.TabIndex = 1352;
+ //
+ // label36
+ //
+ this.label36.AutoSize = true;
+ this.label36.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.label36.Location = new System.Drawing.Point(4, 44);
+ this.label36.Name = "label36";
+ this.label36.Size = new System.Drawing.Size(37, 140);
+ this.label36.TabIndex = 1351;
+ this.label36.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴";
+ //
+ // panel12
+ //
+ this.panel12.BackColor = System.Drawing.Color.White;
+ this.panel12.Controls.Add(this.panel17);
+ this.panel12.Location = new System.Drawing.Point(699, 355);
+ this.panel12.Margin = new System.Windows.Forms.Padding(0);
+ this.panel12.Name = "panel12";
+ this.panel12.Size = new System.Drawing.Size(345, 194);
+ this.panel12.TabIndex = 12;
+ //
+ // panel17
+ //
+ this.panel17.Controls.Add(this.panel24);
+ this.panel17.Controls.Add(this.pictureBox1);
+ this.panel17.Location = new System.Drawing.Point(11, 13);
+ this.panel17.Name = "panel17";
+ this.panel17.Size = new System.Drawing.Size(321, 169);
+ this.panel17.TabIndex = 1464;
+ //
+ // panel24
+ //
+ this.panel24.Controls.Add(this.button4);
+ this.panel24.Controls.Add(this.radioButton4);
+ this.panel24.Controls.Add(this.radioButton5);
+ this.panel24.Controls.Add(this.radioButton3);
+ this.panel24.Controls.Add(this.radioButton2);
+ this.panel24.Controls.Add(this.label23);
+ this.panel24.Controls.Add(this.radioButton1);
+ this.panel24.Location = new System.Drawing.Point(3, 3);
+ this.panel24.Name = "panel24";
+ this.panel24.Size = new System.Drawing.Size(144, 158);
+ this.panel24.TabIndex = 1;
+ //
+ // button4
+ //
+ this.button4.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.button4.Location = new System.Drawing.Point(4, 120);
+ this.button4.Name = "button4";
+ this.button4.Size = new System.Drawing.Size(122, 30);
+ this.button4.TabIndex = 1436;
+ this.button4.Text = "清除所有标记";
+ this.button4.UseVisualStyleBackColor = true;
+ this.button4.Click += new System.EventHandler(this.buttonClear_Click);
+ //
+ // radioButton4
+ //
+ this.radioButton4.AutoSize = true;
+ this.radioButton4.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.radioButton4.Location = new System.Drawing.Point(4, 59);
+ this.radioButton4.Name = "radioButton4";
+ this.radioButton4.Size = new System.Drawing.Size(82, 20);
+ this.radioButton4.TabIndex = 1435;
+ this.radioButton4.TabStop = true;
+ this.radioButton4.Text = "V 静脉穿刺";
+ this.radioButton4.UseVisualStyleBackColor = true;
+ this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
+ //
+ // radioButton5
+ //
+ this.radioButton5.AutoSize = true;
+ this.radioButton5.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.radioButton5.Location = new System.Drawing.Point(4, 102);
+ this.radioButton5.Name = "radioButton5";
+ this.radioButton5.Size = new System.Drawing.Size(72, 20);
+ this.radioButton5.TabIndex = 1435;
+ this.radioButton5.TabStop = true;
+ this.radioButton5.Text = "⊙ 引流管";
+ this.radioButton5.UseVisualStyleBackColor = true;
+ this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
+ //
+ // radioButton3
+ //
+ this.radioButton3.AutoSize = true;
+ this.radioButton3.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.radioButton3.Location = new System.Drawing.Point(4, 81);
+ this.radioButton3.Name = "radioButton3";
+ this.radioButton3.Size = new System.Drawing.Size(83, 20);
+ this.radioButton3.TabIndex = 1435;
+ this.radioButton3.TabStop = true;
+ this.radioButton3.Text = "A 动脉穿刺";
+ this.radioButton3.UseVisualStyleBackColor = true;
+ this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
+ //
+ // radioButton2
+ //
+ this.radioButton2.AutoSize = true;
+ this.radioButton2.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.radioButton2.Location = new System.Drawing.Point(4, 21);
+ this.radioButton2.Name = "radioButton2";
+ this.radioButton2.Size = new System.Drawing.Size(106, 20);
+ this.radioButton2.TabIndex = 1435;
+ this.radioButton2.TabStop = true;
+ this.radioButton2.Text = "▬ 贴负极板部位";
+ this.radioButton2.UseVisualStyleBackColor = true;
+ this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
+ //
+ // label23
+ //
+ this.label23.AutoSize = true;
+ this.label23.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label23.Location = new System.Drawing.Point(4, 41);
+ this.label23.Name = "label23";
+ this.label23.Size = new System.Drawing.Size(62, 16);
+ this.label23.TabIndex = 1438;
+ this.label23.Text = "穿刺部位:";
+ //
+ // radioButton1
+ //
+ this.radioButton1.AutoSize = true;
+ this.radioButton1.Font = new System.Drawing.Font("微软雅黑", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.radioButton1.Location = new System.Drawing.Point(4, 0);
+ this.radioButton1.Name = "radioButton1";
+ this.radioButton1.Size = new System.Drawing.Size(83, 20);
+ this.radioButton1.TabIndex = 1435;
+ this.radioButton1.TabStop = true;
+ this.radioButton1.Text = "卅 切口部位";
+ this.radioButton1.UseVisualStyleBackColor = true;
+ this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+ this.pictureBox1.Location = new System.Drawing.Point(150, 3);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(162, 149);
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.Tag = "C79";
+ this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
+ //
+ // circularProgress2
+ //
+ this.circularProgress2.AnimationSpeed = 50;
+ //
+ //
+ //
+ this.circularProgress2.BackgroundStyle.BackgroundImageAlpha = ((byte)(0));
+ this.circularProgress2.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Zoom;
+ this.circularProgress2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.circularProgress2.FocusCuesEnabled = false;
+ this.circularProgress2.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.circularProgress2.Location = new System.Drawing.Point(678, 354);
+ this.circularProgress2.Margin = new System.Windows.Forms.Padding(4);
+ this.circularProgress2.Name = "circularProgress2";
+ this.circularProgress2.ProgressColor = System.Drawing.Color.DodgerBlue;
+ this.circularProgress2.Size = new System.Drawing.Size(389, 239);
+ this.circularProgress2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
+ this.circularProgress2.TabIndex = 6;
+ this.circularProgress2.Value = 100;
+ //
+ // zgcAnaesRecord2
+ //
+ this.zgcAnaesRecord2.Location = new System.Drawing.Point(416, 41);
+ this.zgcAnaesRecord2.Name = "zgcAnaesRecord2";
+ this.zgcAnaesRecord2.ScrollGrace = 0D;
+ this.zgcAnaesRecord2.ScrollMaxX = 0D;
+ this.zgcAnaesRecord2.ScrollMaxY = 0D;
+ this.zgcAnaesRecord2.ScrollMaxY2 = 0D;
+ this.zgcAnaesRecord2.ScrollMinX = 0D;
+ this.zgcAnaesRecord2.ScrollMinY = 0D;
+ this.zgcAnaesRecord2.ScrollMinY2 = 0D;
+ this.zgcAnaesRecord2.Size = new System.Drawing.Size(800, 1000);
+ this.zgcAnaesRecord2.TabIndex = 0;
+ this.zgcAnaesRecord2.Visible = false;
+ this.zgcAnaesRecord2.ContextMenuBuilder += new DrawGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zgcAnaesRecord2_ContextMenuBuilder);
+ this.zgcAnaesRecord2.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseDownEvent);
+ this.zgcAnaesRecord2.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseUpEvent);
+ this.zgcAnaesRecord2.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord2_MouseMoveEvent);
+ this.zgcAnaesRecord2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord2_KeyUp);
+ this.zgcAnaesRecord2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord2_MouseDoubleClick);
+ //
+ // spTabBM
+ //
+ this.spTabBM.AttachedControl = this.superTabControlPanel2;
+ this.spTabBM.GlobalItem = false;
+ this.spTabBM.Name = "spTabBM";
+ this.spTabBM.Text = "器械清点单背面";
+ //
+ // superTabControlPanel1
+ //
+ this.superTabControlPanel1.Controls.Add(this.panelExZKZB);
+ this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
+ this.superTabControlPanel1.Name = "superTabControlPanel1";
+ this.superTabControlPanel1.Size = new System.Drawing.Size(1760, 904);
+ this.superTabControlPanel1.TabIndex = 1;
+ this.superTabControlPanel1.TabItem = this.spTabQXQDD;
+ //
+ // panelExZKZB
+ //
+ this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control;
+ this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.panelExZKZB.Controls.Add(this.panel8);
+ this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty;
+ this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panelExZKZB.Location = new System.Drawing.Point(0, 0);
+ this.panelExZKZB.Name = "panelExZKZB";
+ this.panelExZKZB.Size = new System.Drawing.Size(1760, 904);
+ this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center;
+ this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.panelExZKZB.Style.GradientAngle = 90;
+ this.panelExZKZB.TabIndex = 0;
+ //
+ // panel8
+ //
+ this.panel8.AutoScroll = true;
+ this.panel8.BackColor = System.Drawing.Color.White;
+ this.panel8.Controls.Add(this.panelQX);
+ this.panel8.Controls.Add(this.circularProgress1);
+ this.panel8.Controls.Add(this.zgcAnaesRecord);
+ this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel8.Location = new System.Drawing.Point(0, 0);
+ this.panel8.Name = "panel8";
+ this.panel8.Size = new System.Drawing.Size(1760, 904);
+ this.panel8.TabIndex = 2;
+ this.panel8.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel8_Scroll);
+ //
+ // panelQX
+ //
+ this.panelQX.BackColor = System.Drawing.Color.White;
+ this.panelQX.Controls.Add(this.plBottom);
+ this.panelQX.Controls.Add(this.plTop);
+ this.panelQX.Location = new System.Drawing.Point(122, 588);
+ this.panelQX.Margin = new System.Windows.Forms.Padding(0);
+ this.panelQX.Name = "panelQX";
+ this.panelQX.Size = new System.Drawing.Size(1606, 562);
+ this.panelQX.TabIndex = 12;
+ this.panelQX.Visible = false;
+ //
+ // plBottom
+ //
+ this.plBottom.BackColor = System.Drawing.Color.White;
+ this.plBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.plBottom.Controls.Add(this.panel32);
+ this.plBottom.Controls.Add(this.plTital);
+ this.plBottom.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.plBottom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.plBottom.Location = new System.Drawing.Point(0, 2);
+ this.plBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.plBottom.Name = "plBottom";
+ this.plBottom.Size = new System.Drawing.Size(1606, 560);
+ this.plBottom.TabIndex = 1355;
+ //
+ // panel32
+ //
+ this.panel32.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel32.Location = new System.Drawing.Point(0, 70);
+ this.panel32.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.panel32.Name = "panel32";
+ this.panel32.Size = new System.Drawing.Size(1604, 488);
+ this.panel32.TabIndex = 1350;
+ //
+ // plTital
+ //
+ this.plTital.BackColor = System.Drawing.SystemColors.Control;
+ this.plTital.Controls.Add(this.panel9);
+ this.plTital.Controls.Add(this.panel15);
+ this.plTital.Controls.Add(this.label53);
+ this.plTital.Controls.Add(this.panel16);
+ this.plTital.Dock = System.Windows.Forms.DockStyle.Top;
+ this.plTital.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.plTital.Location = new System.Drawing.Point(0, 0);
+ this.plTital.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.plTital.Name = "plTital";
+ this.plTital.Size = new System.Drawing.Size(1604, 70);
+ this.plTital.TabIndex = 1349;
+ //
+ // panel9
+ //
+ this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel9.Controls.Add(this.label16);
+ this.panel9.Controls.Add(this.label17);
+ this.panel9.Controls.Add(this.label18);
+ this.panel9.Controls.Add(this.label20);
+ this.panel9.Controls.Add(this.label21);
+ this.panel9.Location = new System.Drawing.Point(1050, 30);
+ this.panel9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.panel9.Name = "panel9";
+ this.panel9.Size = new System.Drawing.Size(524, 40);
+ this.panel9.TabIndex = 13;
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label16.Location = new System.Drawing.Point(73, 9);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(32, 17);
+ this.label16.TabIndex = 9;
+ this.label16.Text = "名称";
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label17.Location = new System.Drawing.Point(174, 0);
+ this.label17.Margin = new System.Windows.Forms.Padding(0);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(32, 34);
+ this.label17.TabIndex = 10;
+ this.label17.Text = "术前\r\n清点";
+ this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label18.Location = new System.Drawing.Point(273, 0);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(32, 34);
+ this.label18.TabIndex = 12;
+ this.label18.Text = "术中\r\n加数";
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label20.Location = new System.Drawing.Point(360, 0);
+ this.label20.Margin = new System.Windows.Forms.Padding(0);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(32, 34);
+ this.label20.TabIndex = 8;
+ this.label20.Text = "关体\r\n腔前";
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label21.Location = new System.Drawing.Point(444, 0);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(32, 34);
+ this.label21.TabIndex = 11;
+ this.label21.Text = "关体\r\n腔后";
+ //
+ // panel15
+ //
+ this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel15.Controls.Add(this.label11);
+ this.panel15.Controls.Add(this.label12);
+ this.panel15.Controls.Add(this.label13);
+ this.panel15.Controls.Add(this.label14);
+ this.panel15.Controls.Add(this.label15);
+ this.panel15.Location = new System.Drawing.Point(525, 30);
+ this.panel15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.panel15.Name = "panel15";
+ this.panel15.Size = new System.Drawing.Size(524, 40);
+ this.panel15.TabIndex = 13;
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label11.Location = new System.Drawing.Point(73, 9);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(32, 17);
+ this.label11.TabIndex = 9;
+ this.label11.Text = "名称";
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label12.Location = new System.Drawing.Point(174, 0);
+ this.label12.Margin = new System.Windows.Forms.Padding(0);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(32, 34);
+ this.label12.TabIndex = 10;
+ this.label12.Text = "术前\r\n清点";
+ this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label13.Location = new System.Drawing.Point(273, 0);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(32, 34);
+ this.label13.TabIndex = 12;
+ this.label13.Text = "术中\r\n加数";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label14.Location = new System.Drawing.Point(360, 0);
+ this.label14.Margin = new System.Windows.Forms.Padding(0);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(32, 34);
+ this.label14.TabIndex = 8;
+ this.label14.Text = "关体\r\n腔前";
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label15.Location = new System.Drawing.Point(444, 0);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(32, 34);
+ this.label15.TabIndex = 11;
+ this.label15.Text = "关体\r\n腔后";
+ //
+ // label53
+ //
+ this.label53.AutoSize = true;
+ this.label53.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
+ this.label53.Location = new System.Drawing.Point(763, 1);
+ this.label53.Name = "label53";
+ this.label53.Size = new System.Drawing.Size(119, 22);
+ this.label53.TabIndex = 12;
+ this.label53.Text = "器 械 清 点";
+ //
+ // panel16
+ //
+ this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel16.Controls.Add(this.label65);
+ this.panel16.Controls.Add(this.label57);
+ this.panel16.Controls.Add(this.label59);
+ this.panel16.Controls.Add(this.label66);
+ this.panel16.Controls.Add(this.label58);
+ this.panel16.Location = new System.Drawing.Point(0, 30);
+ this.panel16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.panel16.Name = "panel16";
+ this.panel16.Size = new System.Drawing.Size(524, 40);
+ this.panel16.TabIndex = 11;
+ //
+ // label65
+ //
+ this.label65.AutoSize = true;
+ this.label65.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label65.Location = new System.Drawing.Point(74, 9);
+ this.label65.Name = "label65";
+ this.label65.Size = new System.Drawing.Size(32, 17);
+ this.label65.TabIndex = 9;
+ this.label65.Text = "名称";
+ //
+ // label57
+ //
+ this.label57.AutoSize = true;
+ this.label57.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label57.Location = new System.Drawing.Point(175, 0);
+ this.label57.Margin = new System.Windows.Forms.Padding(0);
+ this.label57.Name = "label57";
+ this.label57.Size = new System.Drawing.Size(32, 34);
+ this.label57.TabIndex = 10;
+ this.label57.Text = "术前\r\n清点";
+ this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // label59
+ //
+ this.label59.AutoSize = true;
+ this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label59.Location = new System.Drawing.Point(355, 0);
+ this.label59.Margin = new System.Windows.Forms.Padding(0);
+ this.label59.Name = "label59";
+ this.label59.Size = new System.Drawing.Size(32, 34);
+ this.label59.TabIndex = 8;
+ this.label59.Text = "关体\r\n腔前";
+ //
+ // label66
+ //
+ this.label66.AutoSize = true;
+ this.label66.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label66.Location = new System.Drawing.Point(452, 0);
+ this.label66.Name = "label66";
+ this.label66.Size = new System.Drawing.Size(32, 34);
+ this.label66.TabIndex = 11;
+ this.label66.Text = "关体\r\n腔后";
+ //
+ // label58
+ //
+ this.label58.AutoSize = true;
+ this.label58.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label58.Location = new System.Drawing.Point(268, 0);
+ this.label58.Name = "label58";
+ this.label58.Size = new System.Drawing.Size(32, 34);
+ this.label58.TabIndex = 12;
+ this.label58.Text = "术中\r\n加数";
+ //
+ // plTop
+ //
+ this.plTop.BackColor = System.Drawing.Color.White;
+ this.plTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
+ this.plTop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.plTop.Location = new System.Drawing.Point(0, 0);
+ this.plTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.plTop.Name = "plTop";
+ this.plTop.Size = new System.Drawing.Size(1606, 2);
+ this.plTop.TabIndex = 22;
+ //
+ // circularProgress1
+ //
+ this.circularProgress1.AnimationSpeed = 50;
+ //
+ //
+ //
+ this.circularProgress1.BackgroundStyle.BackgroundImageAlpha = ((byte)(0));
+ this.circularProgress1.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Zoom;
+ this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.circularProgress1.FocusCuesEnabled = false;
+ this.circularProgress1.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.circularProgress1.Location = new System.Drawing.Point(602, 274);
+ this.circularProgress1.Margin = new System.Windows.Forms.Padding(4);
+ this.circularProgress1.Name = "circularProgress1";
+ this.circularProgress1.ProgressColor = System.Drawing.Color.DodgerBlue;
+ this.circularProgress1.Size = new System.Drawing.Size(389, 239);
+ this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
+ this.circularProgress1.TabIndex = 6;
+ this.circularProgress1.Value = 100;
+ //
+ // zgcAnaesRecord
+ //
+ this.zgcAnaesRecord.Location = new System.Drawing.Point(416, 41);
+ this.zgcAnaesRecord.Name = "zgcAnaesRecord";
+ this.zgcAnaesRecord.ScrollGrace = 0D;
+ this.zgcAnaesRecord.ScrollMaxX = 0D;
+ this.zgcAnaesRecord.ScrollMaxY = 0D;
+ this.zgcAnaesRecord.ScrollMaxY2 = 0D;
+ this.zgcAnaesRecord.ScrollMinX = 0D;
+ this.zgcAnaesRecord.ScrollMinY = 0D;
+ this.zgcAnaesRecord.ScrollMinY2 = 0D;
+ this.zgcAnaesRecord.Size = new System.Drawing.Size(800, 1000);
+ this.zgcAnaesRecord.TabIndex = 0;
+ this.zgcAnaesRecord.Visible = false;
+ this.zgcAnaesRecord.ContextMenuBuilder += new DrawGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zgcAnaesRecord_ContextMenuBuilder);
+ this.zgcAnaesRecord.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseDownEvent);
+ this.zgcAnaesRecord.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseUpEvent);
+ this.zgcAnaesRecord.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseMoveEvent);
+ this.zgcAnaesRecord.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord_KeyUp);
+ this.zgcAnaesRecord.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord_MouseDoubleClick);
+ //
+ // spTabQXQDD
+ //
+ this.spTabQXQDD.AttachedControl = this.superTabControlPanel1;
+ this.spTabQXQDD.GlobalItem = false;
+ this.spTabQXQDD.Name = "spTabQXQDD";
+ this.spTabQXQDD.Text = "器械清点单";
+ //
+ // panel7
+ //
+ this.panel7.BackColor = System.Drawing.SystemColors.Control;
+ this.panel7.Controls.Add(this.panel21);
+ this.panel7.Controls.Add(this.lblRoom);
+ this.panel7.Controls.Add(this.label22);
+ this.panel7.Controls.Add(this.labOperatorName);
+ this.panel7.Controls.Add(this.label19);
+ this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel7.Location = new System.Drawing.Point(0, 990);
+ this.panel7.Name = "panel7";
+ this.panel7.Size = new System.Drawing.Size(1760, 40);
+ this.panel7.TabIndex = 1;
+ //
+ // panel21
+ //
+ this.panel21.Controls.Add(this.plPrintBrowse);
+ this.panel21.Controls.Add(this.PanelSave);
+ this.panel21.Controls.Add(this.plPrint);
+ this.panel21.Controls.Add(this.plRefresh);
+ this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
+ this.panel21.Location = new System.Drawing.Point(1419, 0);
+ this.panel21.Name = "panel21";
+ this.panel21.Size = new System.Drawing.Size(341, 40);
+ this.panel21.TabIndex = 10;
+ //
+ // plPrintBrowse
+ //
+ this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
+ this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.plPrintBrowse.Location = new System.Drawing.Point(205, 4);
+ this.plPrintBrowse.Name = "plPrintBrowse";
+ this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
+ this.plPrintBrowse.TabIndex = 4;
+ this.plPrintBrowse.Click += new System.EventHandler(this.plPrintBrowse_Click);
+ //
+ // PanelSave
+ //
+ this.PanelSave.BackgroundImage = global::AIMS.Properties.Resources.图标_保存;
+ this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.PanelSave.Location = new System.Drawing.Point(121, 4);
+ this.PanelSave.Name = "PanelSave";
+ this.PanelSave.Size = new System.Drawing.Size(28, 28);
+ this.PanelSave.TabIndex = 3;
+ this.PanelSave.Click += new System.EventHandler(this.PanelSave_Click);
+ //
+ // plPrint
+ //
+ this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
+ this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.plPrint.Location = new System.Drawing.Point(163, 4);
+ this.plPrint.Name = "plPrint";
+ this.plPrint.Size = new System.Drawing.Size(28, 28);
+ this.plPrint.TabIndex = 3;
+ this.plPrint.Click += new System.EventHandler(this.plPrint_Click);
+ //
+ // plRefresh
+ //
+ this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
+ this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.plRefresh.Location = new System.Drawing.Point(247, 4);
+ this.plRefresh.Name = "plRefresh";
+ this.plRefresh.Size = new System.Drawing.Size(28, 28);
+ this.plRefresh.TabIndex = 2;
+ this.plRefresh.Click += new System.EventHandler(this.plRefresh_Click);
+ //
+ // lblRoom
+ //
+ this.lblRoom.AutoSize = true;
+ this.lblRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.lblRoom.Location = new System.Drawing.Point(317, 8);
+ this.lblRoom.Name = "lblRoom";
+ this.lblRoom.Size = new System.Drawing.Size(13, 20);
+ this.lblRoom.TabIndex = 9;
+ this.lblRoom.Text = " ";
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label22.Location = new System.Drawing.Point(235, 8);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(82, 20);
+ this.label22.TabIndex = 8;
+ this.label22.Text = "当前手术间:";
+ //
+ // labOperatorName
+ //
+ this.labOperatorName.AutoSize = true;
+ this.labOperatorName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.labOperatorName.Location = new System.Drawing.Point(84, 8);
+ this.labOperatorName.Name = "labOperatorName";
+ this.labOperatorName.Size = new System.Drawing.Size(93, 20);
+ this.labOperatorName.TabIndex = 7;
+ this.labOperatorName.Text = "操作人员名称";
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label19.Location = new System.Drawing.Point(8, 8);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(68, 20);
+ this.label19.TabIndex = 6;
+ this.label19.Text = "操作人员:";
+ //
+ // plTitleEventTime
+ //
+ this.plTitleEventTime.BackColor = System.Drawing.Color.White;
+ this.plTitleEventTime.Controls.Add(this.panel13);
+ this.plTitleEventTime.Controls.Add(this.panel10);
+ this.plTitleEventTime.Controls.Add(this.panel11);
+ this.plTitleEventTime.Controls.Add(this.panel6);
+ this.plTitleEventTime.Dock = System.Windows.Forms.DockStyle.Top;
+ this.plTitleEventTime.Location = new System.Drawing.Point(0, 0);
+ this.plTitleEventTime.Name = "plTitleEventTime";
+ this.plTitleEventTime.Size = new System.Drawing.Size(1760, 58);
+ this.plTitleEventTime.TabIndex = 0;
+ //
+ // panel13
+ //
+ this.panel13.BackColor = System.Drawing.Color.AliceBlue;
+ this.panel13.Controls.Add(this.txtOutRoom);
+ this.panel13.Controls.Add(this.picOutRoom);
+ this.panel13.Controls.Add(this.button5);
+ this.panel13.Location = new System.Drawing.Point(563, 3);
+ this.panel13.Name = "panel13";
+ this.panel13.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
+ this.panel13.Size = new System.Drawing.Size(150, 53);
+ this.panel13.TabIndex = 51;
+ //
+ // txtOutRoom
+ //
+ this.txtOutRoom.AutoAdvance = true;
+ //
+ //
+ //
+ this.txtOutRoom.BackgroundStyle.Class = "DateTimeInputBackground";
+ this.txtOutRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOutRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
+ this.txtOutRoom.CustomFormat = "MM-ddHH:mm";
+ this.txtOutRoom.FocusHighlightColor = System.Drawing.Color.White;
+ this.txtOutRoom.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.txtOutRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
+ this.txtOutRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
+ this.txtOutRoom.IsPopupCalendarOpen = false;
+ this.txtOutRoom.Location = new System.Drawing.Point(42, 23);
+ this.txtOutRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
+ //
+ //
+ //
+ //
+ //
+ //
+ this.txtOutRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOutRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
+ this.txtOutRoom.MonthCalendar.ClearButtonVisible = true;
+ //
+ //
+ //
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
+ this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOutRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
+ this.txtOutRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
+ this.txtOutRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
+ //
+ //
+ //
+ this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOutRoom.Name = "txtOutRoom";
+ this.txtOutRoom.Size = new System.Drawing.Size(101, 23);
+ this.txtOutRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.txtOutRoom.TabIndex = 43;
+ //
+ // picOutRoom
+ //
+ this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
+ this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室;
+ this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.picOutRoom.Location = new System.Drawing.Point(2, 10);
+ this.picOutRoom.Name = "picOutRoom";
+ this.picOutRoom.Size = new System.Drawing.Size(34, 33);
+ this.picOutRoom.TabIndex = 42;
+ this.picOutRoom.TabStop = false;
+ //
+ // button5
+ //
+ this.button5.BackColor = System.Drawing.Color.Transparent;
+ this.button5.FlatAppearance.BorderSize = 0;
+ this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.button5.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
+ this.button5.Location = new System.Drawing.Point(39, -3);
+ this.button5.Name = "button5";
+ this.button5.Size = new System.Drawing.Size(100, 25);
+ this.button5.TabIndex = 41;
+ this.button5.Tag = "";
+ this.button5.Text = "出手术间";
+ this.button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+ this.button5.UseVisualStyleBackColor = false;
+ //
+ // panel10
+ //
+ this.panel10.BackColor = System.Drawing.Color.AliceBlue;
+ this.panel10.Controls.Add(this.txtOperationBegin);
+ this.panel10.Controls.Add(this.picOpeBegin);
+ this.panel10.Controls.Add(this.button2);
+ this.panel10.Location = new System.Drawing.Point(191, 3);
+ this.panel10.Name = "panel10";
+ this.panel10.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
+ this.panel10.Size = new System.Drawing.Size(150, 53);
+ this.panel10.TabIndex = 51;
+ //
+ // txtOperationBegin
+ //
+ this.txtOperationBegin.AutoAdvance = true;
+ //
+ //
+ //
+ this.txtOperationBegin.BackgroundStyle.Class = "DateTimeInputBackground";
+ this.txtOperationBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
+ this.txtOperationBegin.CustomFormat = "MM-ddHH:mm";
+ this.txtOperationBegin.FocusHighlightColor = System.Drawing.Color.White;
+ this.txtOperationBegin.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.txtOperationBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
+ this.txtOperationBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
+ this.txtOperationBegin.IsPopupCalendarOpen = false;
+ this.txtOperationBegin.Location = new System.Drawing.Point(42, 23);
+ this.txtOperationBegin.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
+ //
+ //
+ //
+ //
+ //
+ //
+ this.txtOperationBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
+ this.txtOperationBegin.MonthCalendar.ClearButtonVisible = true;
+ //
+ //
+ //
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
+ this.txtOperationBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationBegin.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
+ this.txtOperationBegin.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
+ this.txtOperationBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
+ //
+ //
+ //
+ this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.txtOperationBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationBegin.Name = "txtOperationBegin";
+ this.txtOperationBegin.Size = new System.Drawing.Size(101, 23);
+ this.txtOperationBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.txtOperationBegin.TabIndex = 43;
+ //
+ // picOpeBegin
+ //
+ this.picOpeBegin.BackColor = System.Drawing.Color.Transparent;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
+ this.picOpeBegin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.picOpeBegin.Location = new System.Drawing.Point(2, 10);
+ this.picOpeBegin.Name = "picOpeBegin";
+ this.picOpeBegin.Size = new System.Drawing.Size(34, 33);
+ this.picOpeBegin.TabIndex = 42;
+ this.picOpeBegin.TabStop = false;
+ //
+ // button2
+ //
+ this.button2.BackColor = System.Drawing.Color.Transparent;
+ this.button2.FlatAppearance.BorderSize = 0;
+ this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
+ this.button2.Location = new System.Drawing.Point(39, -3);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(100, 25);
+ this.button2.TabIndex = 41;
+ this.button2.Tag = "";
+ this.button2.Text = "手术开始";
+ this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+ this.button2.UseVisualStyleBackColor = false;
+ //
+ // panel11
+ //
+ this.panel11.BackColor = System.Drawing.Color.AliceBlue;
+ this.panel11.Controls.Add(this.txtOperationEnd);
+ this.panel11.Controls.Add(this.picOpeEnd);
+ this.panel11.Controls.Add(this.button3);
+ this.panel11.Location = new System.Drawing.Point(377, 3);
+ this.panel11.Name = "panel11";
+ this.panel11.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
+ this.panel11.Size = new System.Drawing.Size(150, 53);
+ this.panel11.TabIndex = 50;
+ //
+ // txtOperationEnd
+ //
+ this.txtOperationEnd.AutoAdvance = true;
+ //
+ //
+ //
+ this.txtOperationEnd.BackgroundStyle.Class = "DateTimeInputBackground";
+ this.txtOperationEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
+ this.txtOperationEnd.CustomFormat = "MM-ddHH:mm";
+ this.txtOperationEnd.FocusHighlightColor = System.Drawing.Color.White;
+ this.txtOperationEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.txtOperationEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
+ this.txtOperationEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
+ this.txtOperationEnd.IsPopupCalendarOpen = false;
+ this.txtOperationEnd.Location = new System.Drawing.Point(42, 23);
+ this.txtOperationEnd.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
+ //
+ //
+ //
+ //
+ //
+ //
+ this.txtOperationEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
+ this.txtOperationEnd.MonthCalendar.ClearButtonVisible = true;
+ //
+ //
+ //
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
+ this.txtOperationEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationEnd.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
+ this.txtOperationEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
+ this.txtOperationEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
+ //
+ //
+ //
+ this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.txtOperationEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtOperationEnd.Name = "txtOperationEnd";
+ this.txtOperationEnd.Size = new System.Drawing.Size(101, 23);
+ this.txtOperationEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.txtOperationEnd.TabIndex = 43;
+ //
+ // picOpeEnd
+ //
+ this.picOpeEnd.BackColor = System.Drawing.Color.Transparent;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
+ this.picOpeEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.picOpeEnd.Location = new System.Drawing.Point(2, 10);
+ this.picOpeEnd.Name = "picOpeEnd";
+ this.picOpeEnd.Size = new System.Drawing.Size(34, 33);
+ this.picOpeEnd.TabIndex = 42;
+ this.picOpeEnd.TabStop = false;
+ //
+ // button3
+ //
+ this.button3.BackColor = System.Drawing.Color.Transparent;
+ this.button3.FlatAppearance.BorderSize = 0;
+ this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.button3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.button3.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
+ this.button3.Location = new System.Drawing.Point(39, -3);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(100, 25);
+ this.button3.TabIndex = 41;
+ this.button3.Tag = "";
+ this.button3.Text = "手术结束";
+ this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+ this.button3.UseVisualStyleBackColor = false;
+ //
+ // panel6
+ //
+ this.panel6.BackColor = System.Drawing.Color.AliceBlue;
+ this.panel6.Controls.Add(this.txtInRoom);
+ this.panel6.Controls.Add(this.picInRoom);
+ this.panel6.Controls.Add(this.txtInRoom1);
+ this.panel6.Location = new System.Drawing.Point(5, 3);
+ this.panel6.Name = "panel6";
+ this.panel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
+ this.panel6.Size = new System.Drawing.Size(150, 53);
+ this.panel6.TabIndex = 50;
+ //
+ // txtInRoom
+ //
+ this.txtInRoom.AutoAdvance = true;
+ //
+ //
+ //
+ this.txtInRoom.BackgroundStyle.Class = "DateTimeInputBackground";
+ this.txtInRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtInRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
+ this.txtInRoom.CustomFormat = "MM-ddHH:mm";
+ this.txtInRoom.FocusHighlightColor = System.Drawing.Color.White;
+ this.txtInRoom.Font = new System.Drawing.Font("微软雅黑", 9F);
+ this.txtInRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
+ this.txtInRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
+ this.txtInRoom.IsPopupCalendarOpen = false;
+ this.txtInRoom.Location = new System.Drawing.Point(42, 23);
+ this.txtInRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
+ //
+ //
+ //
+ //
+ //
+ //
+ this.txtInRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtInRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
+ this.txtInRoom.MonthCalendar.ClearButtonVisible = true;
+ //
+ //
+ //
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
+ this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtInRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
+ this.txtInRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
+ this.txtInRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
+ //
+ //
+ //
+ this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
+ this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txtInRoom.Name = "txtInRoom";
+ this.txtInRoom.Size = new System.Drawing.Size(101, 23);
+ this.txtInRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.txtInRoom.TabIndex = 43;
+ //
+ // picInRoom
+ //
+ this.picInRoom.BackColor = System.Drawing.Color.Transparent;
+ this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室;
+ this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
+ this.picInRoom.Location = new System.Drawing.Point(2, 10);
+ this.picInRoom.Name = "picInRoom";
+ this.picInRoom.Size = new System.Drawing.Size(34, 33);
+ this.picInRoom.TabIndex = 42;
+ this.picInRoom.TabStop = false;
+ //
+ // txtInRoom1
+ //
+ this.txtInRoom1.BackColor = System.Drawing.Color.Transparent;
+ this.txtInRoom1.FlatAppearance.BorderSize = 0;
+ this.txtInRoom1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.txtInRoom1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.txtInRoom1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
+ this.txtInRoom1.Location = new System.Drawing.Point(39, -3);
+ this.txtInRoom1.Name = "txtInRoom1";
+ this.txtInRoom1.Size = new System.Drawing.Size(100, 25);
+ this.txtInRoom1.TabIndex = 41;
+ this.txtInRoom1.Tag = "进手术间";
+ this.txtInRoom1.Text = "进手术间";
+ this.txtInRoom1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+ this.txtInRoom1.UseVisualStyleBackColor = false;
+ //
+ // flowLayoutPanel1
+ //
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 441);
+ this.flowLayoutPanel1.Name = "flowLayoutPanel1";
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
+ this.flowLayoutPanel1.TabIndex = 0;
+ //
+ // frmAnasRecordInstrument
+ //
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
+ this.ClientSize = new System.Drawing.Size(2082, 1042);
+ this.Controls.Add(this.panel1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frmAnasRecordInstrument";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "器械清点单";
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.Load += new System.EventHandler(this.frmAnasRecordInstrument_Load);
+ this.panel3.ResumeLayout(false);
+ this.panel14.ResumeLayout(false);
+ this.panel4.ResumeLayout(false);
+ this.panel4.PerformLayout();
+ this.panel1.ResumeLayout(false);
+ this.panel5.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.superTabMain)).EndInit();
+ this.superTabMain.ResumeLayout(false);
+ this.superTabControlPanel2.ResumeLayout(false);
+ this.panelExBLSJ.ResumeLayout(false);
+ this.panel82.ResumeLayout(false);
+ this.panel18.ResumeLayout(false);
+ this.panel19.ResumeLayout(false);
+ this.panel19.PerformLayout();
+ this.panel20.ResumeLayout(false);
+ this.panel20.PerformLayout();
+ this.panel22.ResumeLayout(false);
+ this.panel22.PerformLayout();
+ this.panel23.ResumeLayout(false);
+ this.panel23.PerformLayout();
+ this.panel25.ResumeLayout(false);
+ this.panel25.PerformLayout();
+ this.panel12.ResumeLayout(false);
+ this.panel17.ResumeLayout(false);
+ this.panel24.ResumeLayout(false);
+ this.panel24.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.superTabControlPanel1.ResumeLayout(false);
+ this.panelExZKZB.ResumeLayout(false);
+ this.panel8.ResumeLayout(false);
+ this.panelQX.ResumeLayout(false);
+ this.plBottom.ResumeLayout(false);
+ this.plTital.ResumeLayout(false);
+ this.plTital.PerformLayout();
+ this.panel9.ResumeLayout(false);
+ this.panel9.PerformLayout();
+ this.panel15.ResumeLayout(false);
+ this.panel15.PerformLayout();
+ this.panel16.ResumeLayout(false);
+ this.panel16.PerformLayout();
+ this.panel7.ResumeLayout(false);
+ this.panel7.PerformLayout();
+ this.panel21.ResumeLayout(false);
+ this.plTitleEventTime.ResumeLayout(false);
+ this.panel13.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).EndInit();
+ this.panel10.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperationBegin)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOpeBegin)).EndInit();
+ this.panel11.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtOperationEnd)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picOpeEnd)).EndInit();
+ this.panel6.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picInRoom)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel2;
+ private System.Windows.Forms.Panel panel3;
+ private System.Windows.Forms.Panel panel4;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Panel panel5;
+ private System.Windows.Forms.Panel panel7;
+ private System.Windows.Forms.Panel plTitleEventTime;
+ private PublicUI.UI.DrawPanel panel8;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.Label lblSpo2;
+ private System.Windows.Forms.Label lblDia;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.Label lblPR;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label lblHR;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label lblRoom;
+ private System.Windows.Forms.Label label22;
+ private System.Windows.Forms.Label labOperatorName;
+ private System.Windows.Forms.Label label19;
+ private System.Windows.Forms.Panel panel21;
+ private System.Windows.Forms.Panel plPrintBrowse;
+ private System.Windows.Forms.Panel plPrint;
+ private System.Windows.Forms.Panel plRefresh;
+ private System.Windows.Forms.Button btnSelectPatient;
+ private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
+ private System.Windows.Forms.Panel panel14;
+ private System.Windows.Forms.Button btnDrug;
+ private System.Windows.Forms.Button btnOperationInfo;
+ private System.Windows.Forms.Button btnAddEvents;
+ private System.Windows.Forms.Button btnTemplate;
+ private System.Windows.Forms.Button button6;
+ private System.Windows.Forms.Button btnBloodGasAnalysis;
+ private System.Windows.Forms.Button btnOutputLiquids;
+ private DrawGraph.ZedGraphControl zgcAnaesRecord;
+ private System.Windows.Forms.Panel panel6;
+ private DevComponents.Editors.DateTimeAdv.DateTimeInput txtInRoom;
+ private System.Windows.Forms.PictureBox picInRoom;
+ private System.Windows.Forms.Button txtInRoom1;
+ private System.Windows.Forms.Panel panel10;
+ private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOperationBegin;
+ private System.Windows.Forms.PictureBox picOpeBegin;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Panel panel13;
+ private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOutRoom;
+ private System.Windows.Forms.PictureBox picOutRoom;
+ private System.Windows.Forms.Button button5;
+ private System.Windows.Forms.Panel panel11;
+ private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOperationEnd;
+ private System.Windows.Forms.PictureBox picOpeEnd;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Button button8;
+ private System.Windows.Forms.Button button7;
+ private System.Windows.Forms.Button btnCancelIn;
+ private System.Windows.Forms.Button btnCancelOperation;
+ public DevComponents.DotNetBar.Controls.CircularProgress circularProgress1;
+ private System.Windows.Forms.Button btnsbwh;
+ private System.Windows.Forms.Button btndptz;
+ private System.Windows.Forms.Button btnsjzx;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.Label lblRESP;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Button btnChage;
+ private System.Windows.Forms.Panel panelQX;
+ private System.Windows.Forms.Panel plBottom;
+ private System.Windows.Forms.Panel panel32;
+ private System.Windows.Forms.Panel plTital;
+ private System.Windows.Forms.Panel panel15;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.Label label53;
+ private System.Windows.Forms.Panel panel16;
+ private System.Windows.Forms.Label label65;
+ private System.Windows.Forms.Label label57;
+ private System.Windows.Forms.Label label59;
+ private System.Windows.Forms.Label label66;
+ private System.Windows.Forms.Label label58;
+ private System.Windows.Forms.Panel plTop;
+ private System.Windows.Forms.Panel panel9;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.Label label17;
+ private System.Windows.Forms.Label label18;
+ private System.Windows.Forms.Label label20;
+ private System.Windows.Forms.Label label21;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Panel PanelSave;
+ private DevComponents.DotNetBar.SuperTabControl superTabMain;
+ private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
+ private DevComponents.DotNetBar.PanelEx panelExZKZB;
+ private DevComponents.DotNetBar.SuperTabItem spTabQXQDD;
+ private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
+ private DevComponents.DotNetBar.PanelEx panelExBLSJ;
+ private DevComponents.DotNetBar.SuperTabItem spTabBM;
+ private PublicUI.UI.DrawPanel panel82;
+ public DevComponents.DotNetBar.Controls.CircularProgress circularProgress2;
+ private DrawGraph.ZedGraphControl zgcAnaesRecord2;
+ private System.Windows.Forms.Panel panel12;
+ private System.Windows.Forms.Panel panel17;
+ private System.Windows.Forms.Panel panel24;
+ private System.Windows.Forms.Button button4;
+ private System.Windows.Forms.RadioButton radioButton4;
+ private System.Windows.Forms.RadioButton radioButton5;
+ private System.Windows.Forms.RadioButton radioButton3;
+ private System.Windows.Forms.RadioButton radioButton2;
+ private System.Windows.Forms.Label label23;
+ private System.Windows.Forms.RadioButton radioButton1;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Panel panel18;
+ private System.Windows.Forms.Panel panel19;
+ public System.Windows.Forms.Label label46;
+ public System.Windows.Forms.Label label47;
+ public System.Windows.Forms.TextBox uText21;
+ public System.Windows.Forms.TextBox uText22;
+ public System.Windows.Forms.Label label48;
+ public System.Windows.Forms.Label label49;
+ public System.Windows.Forms.TextBox uText23;
+ public System.Windows.Forms.TextBox uText24;
+ public System.Windows.Forms.Label label50;
+ public System.Windows.Forms.TextBox uText25;
+ public System.Windows.Forms.Label label51;
+ public System.Windows.Forms.TextBox uText26;
+ private System.Windows.Forms.Panel panel20;
+ public System.Windows.Forms.Label label37;
+ public System.Windows.Forms.Label label38;
+ public System.Windows.Forms.TextBox uText15;
+ public System.Windows.Forms.TextBox uText16;
+ public System.Windows.Forms.Label label42;
+ public System.Windows.Forms.Label label43;
+ public System.Windows.Forms.TextBox uText17;
+ public System.Windows.Forms.TextBox uText18;
+ public System.Windows.Forms.Label label44;
+ public System.Windows.Forms.TextBox uText19;
+ public System.Windows.Forms.Label label45;
+ public System.Windows.Forms.TextBox uText20;
+ private System.Windows.Forms.Panel panel22;
+ public System.Windows.Forms.Label label29;
+ public System.Windows.Forms.Label label30;
+ public System.Windows.Forms.TextBox uText9;
+ public System.Windows.Forms.TextBox uText10;
+ public System.Windows.Forms.Label label31;
+ public System.Windows.Forms.Label label32;
+ public System.Windows.Forms.TextBox uText11;
+ public System.Windows.Forms.TextBox uText12;
+ public System.Windows.Forms.Label label33;
+ public System.Windows.Forms.TextBox uText13;
+ public System.Windows.Forms.Label label34;
+ public System.Windows.Forms.TextBox uText14;
+ private System.Windows.Forms.Panel panel23;
+ public System.Windows.Forms.Label label27;
+ public System.Windows.Forms.Label label24;
+ public System.Windows.Forms.TextBox uText8;
+ public System.Windows.Forms.TextBox uText4;
+ public System.Windows.Forms.Label label25;
+ public System.Windows.Forms.Label label26;
+ public System.Windows.Forms.TextBox uText7;
+ public System.Windows.Forms.TextBox uText1;
+ public System.Windows.Forms.Label label28;
+ public System.Windows.Forms.TextBox uText5;
+ public System.Windows.Forms.Label label35;
+ public System.Windows.Forms.TextBox uText6;
+ private System.Windows.Forms.Panel panel25;
+ public System.Windows.Forms.Label label36;
+ }
+}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs
new file mode 100644
index 0000000..ab220ff
--- /dev/null
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.cs
@@ -0,0 +1,1968 @@
+using AIMS.DocManager;
+using AIMS.OperationFront.UI;
+using AIMS.OremrUserControl;
+using AIMS.PublicUI.UI;
+using AIMSBLL;
+using AIMSExtension;
+using AIMSModel;
+using DevComponents.Editors.DateTimeAdv;
+using DrawGraph;
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Drawing.Printing;
+using System.IO;
+using System.Linq;
+using System.Reflection;
+using System.Windows.Forms;
+
+namespace AIMS.OperationDoing.AnasRecordBill.UI
+{
+ public partial class frmAnasRecordInstrument : Form
+ {
+ #region 初始化
+ public OperationRecord _record;
+ public TemplateManage templateManage;
+ public TemplateManage templateManage2;
+ public AIMSModel.OperationRoom NowRoom;
+ private DataTable _appliance;
+ private List _applianceUseType;
+ public int PatientId = 0;
+ public int ApplyId = 0;
+ public int RecoverId = 1;
+ private System.Windows.Forms.Timer timerGetTextCollectorData;
+ public AIMSExtension.EditState State;
+ public bool isReadOnly = false;
+
+ public frmAnasRecordInstrument()
+ {
+ InitializeComponent();
+ #region 时间轴事件
+ this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
+ this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室;
+ #endregion
+ //AIMSExtension.PublicMethod.SetLocalDateTime();
+ }
+
+ private void frmAnasRecordInstrument_Load(object sender, EventArgs e)
+ {
+ //系统演示 收费功能
+ if (PublicMethod.OperatorNo == "admin")
+ {
+ btnChage.Visible = true;
+ }
+
+ labOperatorName.Text = "(" + AIMSExtension.PublicMethod.OperatorNo + ")" + " " + AIMSExtension.PublicMethod.OperatorName;
+ if (NowRoom != null) lblRoom.Text = NowRoom.Name;
+ circularProgress1.Location = new Point((panel8.Width - circularProgress1.Width) / 2, (panel8.Height - circularProgress1.Height) / 2);
+
+ LoadAnesRescue();
+ }
+
+ #endregion
+
+ #region 上方按钮
+ ///
+ /// 手术特殊事件时间点处理事件
+ ///
+ ///
+ ///
+ public void txtDateTime_MouseDown(object sender, MouseEventArgs e)
+ {
+ if (PatientId == 0) return;
+ DateTimeInput tb = sender as DateTimeInput;
+ if (_record != null && _record.OutRoomTime != null)
+ {
+ if ((tb.Name == "txtBG" || tb.Name == "txtCG") && tb.Text.Trim() == "")
+ {
+ return;
+ }
+ }
+
+ if (tb.Text.Trim() == "" && tb.CustomFormat == " ")
+ {
+ tb.BackColor = Color.White;
+ SetPic(sender);
+ }
+ else
+ {
+ tb.CustomFormat = "HH:mm";
+ tb.ButtonDropDown.Visible = true;
+ }
+ }
+ private void txtDateTime_LostFocus(object sender, EventArgs e)
+ {
+ if (PatientId == 0) return;
+ DateTimeInput tb = sender as DateTimeInput;
+ if (tb.CustomFormat == "HH:mm")
+ {
+ if (tb.Name == "txtInRoom" || tb.Name == "txtOutRoom")
+ {
+ tb.CustomFormat = "MM-dd HH:mm";
+ }
+ tb.ButtonDropDown.Visible = false;
+ }
+ if (tb.Text.Trim() != "" && tb.Value.ToString() != tb.Tag.ToString())
+ {
+ try
+ {
+ SetPic(sender, tb.Value);
+ tb.BackColor = Color.White;
+ }
+ catch (Exception)
+ {
+ tb.Focus();
+ tb.Value = DateTime.Parse(tb.Tag.ToString());
+ return;
+ }
+ }
+ else
+ {
+ if (tb.Tag != null && tb.Tag.ToString() != "")
+ tb.Value = DateTime.Parse(tb.Tag.ToString());
+ }
+ }
+ private void dateTimePicker_KeyUp(object sender, KeyEventArgs e)
+ {
+ if (PatientId == 0) return;
+ DateTimeInput dtpak = (DateTimeInput)sender;
+ if (e.KeyCode == Keys.Delete || e.KeyCode == Keys.Back)
+ {
+ if (dtpak.CustomFormat != " " && dtpak.Tag != null)
+ {
+ try
+ {
+ SetPic((DateTimeInput)sender);
+ }
+ catch (Exception)
+ {
+ //PublicMethod.ShowMessage("输入的时间格式不符合规范(HH:mm)!");
+ return;
+ }
+ }
+
+ }
+ }
+ ///
+ /// 特殊事件触发时设置图片
+ ///
+ /// 显示时间的控件
+ private void SetPic(Object obj)
+ {
+ DrawGraph.FactEvents Inevent = null;
+ DateTimeInput tb = obj as DateTimeInput;
+ DateTime nowtime = DateTime.Now;// getOpeMaxTime();
+ DateTime curTimeTemp = new DateTime(nowtime.Year, nowtime.Month, nowtime.Day, nowtime.Hour, nowtime.Minute, 0);
+ InsertOrUpdateEventTime(0, "txtInRoom", "入室", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(0, "txtOperationBegin", "手术开始", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(0, "txtOperationEnd", "手术结束", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(0, "txtOutRoom", "出室", tb, curTimeTemp, ref Inevent);
+
+ if (Inevent != null)
+ {
+ _record.FactEventsList.Add(Inevent);
+ if (Inevent.EventName == "入室")
+ {
+ _record.pageCount = 0;
+ ReviewEvent();
+ }
+ else if (Inevent.EventName == "手术开始" || Inevent.EventName == "出室" || Inevent.EventBeginTime > _record.lastPageBegin)
+ {
+ ReviewEvent();
+ }
+ else
+ {
+ DrawEvent();
+ }
+ }
+ }
+ ///
+ /// 特殊事件触发时设置图片
+ ///
+ /// 显示时间的控件
+ private void SetPic(Object obj, DateTime curTimeTemp)
+ {
+ DrawGraph.FactEvents Inevent = null;
+ DateTimeInput tb = obj as DateTimeInput;
+ curTimeTemp = new DateTime(curTimeTemp.Year, curTimeTemp.Month, curTimeTemp.Day, curTimeTemp.Hour, curTimeTemp.Minute, 0);
+ //try
+ //{
+ // if (curTimeTemp.Date < _record.PlanOperationTime.AddDays(-3).Date)
+ // {
+ // tb.Focus();
+ // tb.Value = DateTime.Parse(tb.Tag.ToString());
+ // return;
+ // }
+ //}
+ //catch (Exception)
+ //{
+ //}
+ InsertOrUpdateEventTime(1, "txtInRoom", "入室", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(1, "txtOperationBegin", "手术开始", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(1, "txtOperationEnd", "手术结束", tb, curTimeTemp, ref Inevent);
+ curTimeTemp = curTimeTemp.AddSeconds(2);
+ InsertOrUpdateEventTime(1, "txtOutRoom", "出室", tb, curTimeTemp, ref Inevent);
+
+ if (Inevent != null)
+ {
+ if (Inevent.EventName == "入室")
+ {
+ _record.pageCount = 0;
+ ReviewEvent();
+ }
+ else if (Inevent.EventName == "出室" || Inevent.EventName == "手术开始" || Inevent.EventBeginTime > _record.lastPageBegin)
+ {
+ ReviewEvent();
+ }
+ else
+ {
+ DrawEvent();
+ }
+ }
+ }
+ ///
+ /// 特殊事件触发时设置图片
+ ///
+ /// 显示时间的控件
+ private void SetPic(DateTimeInput obj)
+ {
+ DrawGraph.FactEvents Inevent = null;
+ DateTimeInput tb = obj as DateTimeInput;
+ if (_record.State == "手术中")
+ {
+ DeleteEventTime("txtOperationBegin", "手术开始", tb, ref Inevent);
+ DeleteEventTime("txtOperationEnd", "手术结束", tb, ref Inevent);
+ DeleteEventTime("txtBG", "拔管", tb, ref Inevent);
+ }
+ else
+ {
+ MessageBox.Show("选择的事件不可删除 只可修改!");
+ }
+
+ if (Inevent != null)
+ {
+ tb.ButtonDropDown.Visible = false;
+ _record.FactEventsList.Remove(Inevent);
+ DrawEvent();
+ }
+ }
+ ///
+ /// 判断控件对应的事件 删除事件
+ ///
+ /// 事件对应的控件名称
+ /// 事件名称
+ /// 控件
+ private void DeleteEventTime(string EventTxtName, string EventName, DateTimeInput tb, ref DrawGraph.FactEvents Inevent)
+ {
+ if (tb.Name.Equals(EventTxtName))
+ {
+ List list = _record.FactEventsList.Where(c => c.EventName == EventName).ToList();
+ if (list.Count <= 0) return;
+ Inevent = list[0];
+ if (EventName == "入室" || EventName == "出室")
+ {
+ //PublicMethod.ShowMessage("该事件为主要事件 不可删除 只可修改!!");
+ tb.Value = Inevent.EventBeginTime.Value;
+ Inevent = null;
+ return;
+ }
+
+ BFactEvents.DeleteById(Inevent.Id.ToString());
+ Inevent.clearAddObj(zgcAnaesRecord);
+ tb.CustomFormat = " ";
+ tb.Value = DateTime.Now;
+ tb.Tag = null;
+
+ if (Inevent != null && Inevent.EventName == "手术开始")
+ {
+ _record.OperationBeginTime = null;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
+ }
+ if (Inevent != null && Inevent.EventName == "手术结束")
+ {
+ _record.OperationEndTime = null;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
+ }
+
+ if (Inevent != null)
+ {
+ BOperationRecord.Update("OperationBeginTime=@OperationBegin,OperationEndTime=@OperationEnd,OutRoomTime=@OutRoom where Id=@id", new AIMSModel.ParameterList("@OperationBegin", _record.OperationBeginTime.HasValue ? (object)_record.OperationBeginTime.Value : (object)DBNull.Value, "@OperationEnd", _record.OperationEndTime.HasValue ? (object)_record.OperationEndTime.Value : (object)DBNull.Value, "@OutRoom", _record.OutRoomTime.HasValue ? (object)_record.OutRoomTime.Value : (object)DBNull.Value, "@id", _record.Id));
+ }
+ }
+ }
+ ///
+ /// 判断控件对应的事件 插入事件
+ ///
+ /// 0插入 1更新
+ /// 事件对应的控件名称
+ /// 事件名称
+ /// 事件对应的对象时间
+ /// 控件
+ /// 事件时间
+ /// 事件对象
+ private void InsertOrUpdateEventTime(int state, string EventTxtName, string EventName, DateTimeInput tb, DateTime curTimeTemp, ref DrawGraph.FactEvents Inevent)
+ {
+ if (tb.Name.Equals(EventTxtName))
+ {
+ string messing = "";
+ bool timeistrue = true;
+ timeistrue = BOperationRecord.IfTimeisTrue(true, _record, EventName, curTimeTemp, ref messing);
+ if (_record.State != null && _record.State != "5")
+ {
+ if (messing != "")
+ {
+ MessageBox.Show(messing);
+ }
+ }
+ else
+ { timeistrue = true; }
+ if (EventName == "出室" && _record.State == "手术中" && state == 0)
+ {
+ if (messing != "") MessageBox.Show(messing, "系统提示");
+ return;
+ }
+ if (timeistrue == false)
+ {
+ if (tb.Tag != null) tb.Value = DateTime.Parse(tb.Tag.ToString());
+ return;
+ }
+ if (EventName == "出室" && curTimeTemp.ToString("yyyy-MM-dd HH:mm") == _record.lastPageBegin.ToString("yyyy-MM-dd HH:mm"))
+ {
+ curTimeTemp = _record.lastPageBegin;
+ }
+ if (state != 1)
+ {
+ Inevent = BFactEvents.Insert(PatientId, EventName, curTimeTemp, curTimeTemp, RecoverId);
+ }
+ else
+ {
+ updateEventTime(EventName, curTimeTemp, ref Inevent);
+ }
+ tb.Value = curTimeTemp;
+ tb.Tag = curTimeTemp;
+
+ if (Inevent != null && Inevent.EventName == "入室" && _record.InRoomTime != Inevent.EventBeginTime)
+ {
+ _record.InRoomTime = Inevent.EventBeginTime;
+ this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室_select;
+ }
+ if (Inevent != null && Inevent.EventName == "手术开始" && _record.OperationBeginTime != Inevent.EventBeginTime)
+ {
+ _record.OperationBeginTime = Inevent.EventBeginTime;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始_select;
+ }
+ if (Inevent != null && Inevent.EventName == "手术结束" && _record.OperationEndTime != Inevent.EventBeginTime)
+ {
+ _record.OperationEndTime = Inevent.EventBeginTime;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束_select;
+ }
+ if (Inevent != null && Inevent.EventName == "出室" && _record.OutRoomTime != Inevent.EventBeginTime)
+ {
+ _record.OutRoomTime = Inevent.EventBeginTime;
+ this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select;
+ }
+ if (Inevent != null)
+ {
+ BOperationRecord.Update("InRoomTime=@InRoom,OperationBeginTime=@OperationBegin,OperationEndTime=@OperationEnd,OutRoomTime=@OutRoom where Id=@id ", new AIMSModel.ParameterList("@InRoom", _record.InRoomTime.HasValue ? (object)_record.InRoomTime.Value : (object)DateTime.Now, "@OperationBegin", _record.OperationBeginTime.HasValue ? (object)_record.OperationBeginTime.Value : (object)DBNull.Value, "@OperationEnd", _record.OperationEndTime.HasValue ? (object)_record.OperationEndTime.Value : (object)DBNull.Value, "@OutRoom", _record.OutRoomTime.HasValue ? (object)_record.OutRoomTime.Value : (object)DBNull.Value, "@id", _record.Id));
+ }
+ }
+ }
+ ///
+ /// 修改事件时间
+ ///
+ ///
+ ///
+ public void updateEventTime(string eventName, DateTime dt, ref DrawGraph.FactEvents elist)
+ {
+ List list = _record.FactEventsList.Where(c => c.EventName == eventName).ToList();
+ if (list.Count <= 0) return;
+ elist = list[0];
+ if (elist.EventBeginTime != dt)
+ {
+ elist.EventBeginTime = dt;
+ elist.EventEndTime = dt;
+ BFactEvents.Update("EventBeginTime=@EventBeginTime,EventEndTime=@EventEndTime where id=@id ", new AIMSModel.ParameterList("@EventBeginTime", elist.EventBeginTime, "@EventEndTime", elist.EventEndTime, "@id", elist.Id));
+ }
+ }
+ #endregion
+
+ #region 下方按钮
+ private void panel8_Scroll(object sender, ScrollEventArgs e)
+ {
+ templateManage.SetPYL();
+ }
+ private void panel82_Scroll(object sender, ScrollEventArgs e)
+ {
+ templateManage2.SetPYL();
+ }
+
+
+ private void plRefresh_Click(object sender, EventArgs e)
+ {
+ if (PatientId == 0) return;
+ //刷新到当前页
+ ReviewEvent();
+ }
+ #endregion
+
+ #region 左侧按钮
+ private void btnSelectPatient_Click(object sender, EventArgs e)
+ {
+ OperationDoing.AnasRecordBill.UI.frmSelectPatientNew frmSelectPatient = new UI.frmSelectPatientNew();
+ frmSelectPatient.isMainOpen = true;
+ frmSelectPatient.FormClosed += new FormClosedEventHandler(frmSelectPatient_FormClosed);
+ frmSelectPatient.ShowDialog();
+
+ }
+ void frmSelectPatient_FormClosed(object sender, FormClosedEventArgs e)
+ {
+ LoadAnesRescue();
+ }
+
+ private System.Windows.Forms.Timer timerLoadAnesRescue;
+
+ public void LoadAnesRescue()
+ {
+ circularProgress1.IsRunning = true;
+ circularProgress1.Visible = true;
+ circularProgress2.IsRunning = true;
+ circularProgress2.Visible = true;
+ zgcAnaesRecord.Visible = false;
+ zgcAnaesRecord2.Visible = false;
+ timerLoadAnesRescue = new System.Windows.Forms.Timer(components);
+ timerLoadAnesRescue.Enabled = true;//调试时设置为FALSE ,
+ timerLoadAnesRescue.Interval = 300;
+ timerLoadAnesRescue.Tick -= TimerLoadAnesRescue_Tick;
+ timerLoadAnesRescue.Tick += TimerLoadAnesRescue_Tick;
+ timerLoadAnesRescue.Start();
+ }
+ private void TimerLoadAnesRescue_Tick(object sender, EventArgs e)
+ {
+ timerLoadAnesRescue.Dispose();
+ if (PatientId > 0 && State == AIMSExtension.EditState.ADD)
+ {
+ try
+ {
+ HelperDB.DbHelperSQL.BeginTrans();
+ _record = new OperationRecord();
+ _record.OperationApplyId = ApplyId;
+ _record.PatientId = PatientId;
+ _record.RecoverId = RecoverId;
+ _record.Id = BOperationRecord.AddTitleTime(PatientId, ApplyId, RecoverId, "InRoomTime", DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd HH:mm:00")), NowRoom.Id.Value);
+ BOperationRecord.UpdateState(PatientId, RecoverId, 1);
+ HelperDB.DbHelperSQL.CommitTrans();
+ ClearTimeText();
+ btnSelectPatient.Enabled = false;
+ DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2);
+ StartTimer();
+
+ txtInRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
+ txtOutRoom.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
+ txtOperationBegin.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
+ txtOperationEnd.MouseDown += new MouseEventHandler(txtDateTime_MouseDown);
+
+ txtOperationBegin.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
+ txtOperationEnd.KeyUp += new KeyEventHandler(dateTimePicker_KeyUp);
+
+ txtInRoom.LostFocus += new EventHandler(txtDateTime_LostFocus);
+ txtOutRoom.LostFocus += new EventHandler(txtDateTime_LostFocus);
+ txtOperationBegin.LostFocus += new EventHandler(txtDateTime_LostFocus);
+ txtOperationEnd.LostFocus += new EventHandler(txtDateTime_LostFocus);
+
+ }
+ catch
+ {
+ HelperDB.DbHelperSQL.RollbackTrans();
+ }
+ }
+ else if (PatientId > 0 && State == AIMSExtension.EditState.EDIT)
+ {
+ _record = new OperationRecord();
+ btnSelectPatient.Enabled = false; //清空记录点并重新加载
+ ClearTimeText();
+ if (templateManage != null)
+ {
+ templateManage.ControlClear();
+ }
+ if (templateManage2 != null)
+ {
+ templateManage2.ControlClear();
+ }
+ DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2);
+ StartTimer();
+ }
+ else if (PatientId > 0 && State == AIMSExtension.EditState.BROWSE)
+ {
+ _record = new OperationRecord();
+ btnSelectPatient.Enabled = true;
+ btnCancelOperation.Enabled = false;
+ btnCancelIn.Enabled = false;
+ ClearTimeText();
+ if (templateManage != null)
+ {
+ templateManage.ControlClear();
+ }
+ if (templateManage2 != null)
+ {
+ templateManage2.ControlClear();
+ }
+ DrawAnasReordBill.IniDrawAnasReordBill4(_record, zgcAnaesRecord, zgcAnaesRecord2, ref templateManage, ref templateManage2);
+
+ StartTimer();
+ }
+ AbleEditPackObj ableEdit = templateManage.GetPackObjectOTag("InstrumentDataManage_AbleEditPackObj_40_OperationRecord_SpareTen");
+ Panel pan = ableEdit.CControl as Panel;
+ if (pan != null)
+ {
+ this.panel8.Controls.Remove(this.panelQX);
+ panelQX.Visible = true;
+ panelQX.Dock = DockStyle.Fill;
+ pan.Controls.Add(panelQX);
+ pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4));
+ }
+ AbleEditPackObj ableEdit2 = templateManage2.GetPackObjectOTag("TempDataManage_AbleEditPackObj_357_OperationRecord_InstrumentList_TagPicturePanel");
+ Panel pan2 = ableEdit2.CControl as Panel;
+ if (pan2 != null)
+ {
+ this.panel82.Controls.Remove(this.panel12);
+ panel12.Visible = true;
+ panel12.Dock = DockStyle.Fill;
+ pan2.Controls.Add(panel12);
+ //pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4));
+ }
+ AbleEditPackObj ableEdit3 = templateManage2.GetPackObjectOTag("TempDataManage_AbleEditPackObj_397_OperationRecord_InstrumentList_PackPanel");
+ Panel pan3 = ableEdit3.CControl as Panel;
+ if (pan3 != null)
+ {
+ this.panel82.Controls.Remove(this.panel18);
+ panel18.Visible = true;
+ panel18.Dock = DockStyle.Fill;
+ pan3.Controls.Add(panel18);
+ //pan.Size = new System.Drawing.Size(templateManage.ZedControl.Width, (int)(templateManage.ZedControl.Height * 0.4));
+ }
+ plRefresh_Click(null, null);
+ if (_record.MedicalRecord != null && _record.MedicalRecord != "")
+ {
+ btnOperationInfo.Enabled = false;
+ btnOutputLiquids.Enabled = false;
+ btnDrug.Enabled = false;
+ btnAddEvents.Enabled = false;
+ button6.Enabled = false;
+ btnBloodGasAnalysis.Enabled = false;
+ txtInRoom.Enabled = false;
+ txtOperationBegin.Enabled = false;
+ txtOperationEnd.Enabled = false;
+ txtOutRoom.Enabled = false;
+ isReadOnly = true;
+ }
+
+ circularProgress1.IsRunning = false;
+ circularProgress1.Visible = false;
+ zgcAnaesRecord.Visible = true;
+ circularProgress2.IsRunning = false;
+ circularProgress2.Visible = false;
+ zgcAnaesRecord2.Visible = true;
+
+ }
+
+ private void btnOperationInfo_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0)
+ {
+ AIMS.OperationDoing.AnasRecordBill.UI.frmOperationInfoNew frmOperationInfo = new frmOperationInfoNew();
+ frmOperationInfo._record = _record;
+ frmOperationInfo.FormClosed += new FormClosedEventHandler(plRefresh_Click);
+ frmOperationInfo.ShowDialog();
+ }
+ else
+ {
+ MessageBox.Show("请选择患者");
+ }
+ }
+
+ private void btnDrug_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0)
+ {
+ PublicUI.UI.frmFactDrugNew frmFactDrug = new PublicUI.UI.frmFactDrugNew();
+ frmFactDrug._record = _record;
+ frmFactDrug.zgcAnaesRecord = zgcAnaesRecord;
+ frmFactDrug.DrugTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单
+ frmFactDrug.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed);
+ frmFactDrug.ShowDialog();
+ }
+ else
+ {
+ MessageBox.Show("请选择患者");
+ }
+ }
+ private void btnAddEvents_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0)
+ {
+ PublicUI.UI.frmFactEventsNew frmFactEventsNew = new PublicUI.UI.frmFactEventsNew();
+ frmFactEventsNew._record = _record;
+ frmFactEventsNew.zgcAnaesRecord = zgcAnaesRecord;
+ frmFactEventsNew.EventTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单
+ frmFactEventsNew.EventParam += ReferEventDrugs;
+ frmFactEventsNew.ShowDialog();
+ }
+ else
+ {
+ MessageBox.Show("请选择患者");
+ }
+ }
+ private void btnOutputLiquids_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0)
+ {
+ PublicUI.UI.frmFactOutputLiquidsNew frmFactOutputLiquids = new PublicUI.UI.frmFactOutputLiquidsNew();
+ frmFactOutputLiquids._record = _record;
+ frmFactOutputLiquids.OutputLiquidTypeId = RecoverId; // 事件类型 1 麻醉单事件 2 麻醉恢复单
+ frmFactOutputLiquids.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed);
+ frmFactOutputLiquids.ShowDialog();
+ }
+ else
+ {
+ MessageBox.Show("请选择患者");
+ }
+ }
+ private void button6_Click(object sender, EventArgs e)
+ {
+ frmAnaseDataQualityRecord frmAnaseDataQuality = new frmAnaseDataQualityRecord();
+ frmAnaseDataQuality._record = _record;
+ frmAnaseDataQuality.ShowDialog();
+ }
+ void frmFactEventsNew_FormClosed(object sender, FormClosedEventArgs e)
+ {
+ plRefresh_Click(null, null);
+ }
+ private void btnCancelOperation_Click(object sender, EventArgs e)
+ {
+ if (PatientId == 0)
+ {
+ MessageBox.Show("请选择患者!");
+ return;
+ }
+ if (BOperationRecord.GetDataCount(_record.Id.Value, PatientId, RecoverId) > 0)
+ {
+ MessageBox.Show("清除数据在进行作废手术操作!");
+ return;
+ }
+ if (MessageBox.Show("确认要停止手术吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ try
+ {
+
+ HelperDB.DbHelperSQL.BeginTrans();
+ BOperationApply.UpdateApplyState(ApplyId, 11);
+ //BOperationRecord.DeleteOperationRecordData(PatientId, RecoverId);
+ BOperationRecord.UpdateState(PatientId, 1, 5);
+ HelperDB.DbHelperSQL.CommitTrans();
+
+ //ClearData();
+ this.Close();
+ }
+ catch
+ {
+ HelperDB.DbHelperSQL.RollbackTrans();
+ }
+ }
+ }
+ private void btnCancelIn_Click(object sender, EventArgs e)
+ {
+ if (PatientId == 0)
+ {
+ MessageBox.Show("请选择患者!");
+ return;
+ }
+ if (BOperationRecord.GetDataCount(_record.Id.Value, PatientId, RecoverId) > 0)
+ {
+ MessageBox.Show("清除数据在进行取消转入操作!");
+ return;
+ }
+ if (MessageBox.Show("确认要取消转入吗?", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ try
+ {
+ HelperDB.DbHelperSQL.BeginTrans();
+ BOperationApply.UpdateApplyState(ApplyId, 5);
+ BOperationRecord.DeleteOperationRecordData(_record.Id.Value, PatientId, RecoverId);
+ HelperDB.DbHelperSQL.CommitTrans();
+
+ DisposeTimer();
+ //ClearData();
+ this.Close();
+ }
+ catch
+ {
+ HelperDB.DbHelperSQL.RollbackTrans();
+ }
+ }
+ }
+ private void btnTemplate_Click(object sender, EventArgs e)
+ {
+ if (_applianceUseType == null)
+ _applianceUseType = new List();
+ frmSelectApplianceUseType ReturnApply = new frmSelectApplianceUseType();
+ ReturnApply._SelectApplianceUseType = _applianceUseType;
+ DialogResult ddr = ReturnApply.ShowDialog();
+ _appliance = ReturnApply._appliance;
+ if (ddr == System.Windows.Forms.DialogResult.OK && _appliance != null)
+ {
+ FullUcControlsToPanel(panel32, _appliance);
+ //if (_appliance.Rows.Count > 60)
+ // MessageBox.Show("超出打印数量!");
+ }
+ }
+ private void tsbExePlan_Click(object sender, EventArgs e)
+ {
+ if (PatientId == 0)
+ {
+ MessageBox.Show("请先选择患者!");
+ return;
+ }
+ if (_record.Applydiagnose == null || _record.Applydiagnose == "")
+ {
+ MessageBox.Show("请选择诊断后再填写文书!", "系统提示");
+ ModifyApply_Click(null, null);
+ return;
+ }
+ PatientRecord patient = PatientRecord.GetPatientRecord(PatientId);
+ frmDocument frmDocument = new frmDocument(patient);
+ frmDocument.StartPosition = FormStartPosition.CenterScreen;
+ frmDocument.WindowState = FormWindowState.Maximized;
+ frmDocument.ShowDialog();
+ }
+ void toolStripMenuItem2_Click(object sender, EventArgs e)
+ {
+
+ }
+ private void btnBloodGasAnalysis_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0)
+ {
+ frmBloodGasAnalysisNew frmFactBloodGasAnalysis = new frmBloodGasAnalysisNew();
+ frmFactBloodGasAnalysis._record = _record;
+ frmFactBloodGasAnalysis.zgcAnaesRecord = zgcAnaesRecord;
+ frmFactBloodGasAnalysis.FormClosed += new FormClosedEventHandler(frmFactEventsNew_FormClosed);
+ frmFactBloodGasAnalysis.ShowDialog();
+ }
+ else
+ {
+ MessageBox.Show("请选择患者");
+ }
+ }
+ #endregion
+
+ #region 采集程序
+
+ public string szy;//舒张压
+ public string ssy;//收缩压
+ public DateTime? LastRespMonitorDataTime;
+ private void timerGetTextCollectorData_Tick(object sender, EventArgs e)
+ {
+ try
+ {
+ if (((TimeSpan)(DateTime.Now - _record.lastPageBegin)).TotalHours > 24 || NowRoom == null) return;
+ ShowMonitorDataToRight();
+ }
+ catch (Exception)
+ {
+ //PublicMethod.WriteLog(ex);
+ }
+ }
+
+ private BackgroundWorker backgroundWorker1;
+ public void ShowMonitorDataToRight()
+ {
+ this.backgroundWorker1 = new BackgroundWorker();
+ this.backgroundWorker1.WorkerReportsProgress = true;
+ this.backgroundWorker1.WorkerSupportsCancellation = true;
+ this.backgroundWorker1.DoWork += new DoWorkEventHandler(this.backgroundWorker1_DoWork);
+ this.backgroundWorker1.RunWorkerCompleted += new RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
+ this.backgroundWorker1.RunWorkerAsync();
+ }
+ private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
+ {
+ BackgroundWorker worker = sender as BackgroundWorker;
+ List lists = DeviceCacheData.Select(" IPAddress='" + NowRoom.Ip + "' and UpdateTime>='" + DateTime.Now.AddSeconds(-300) + "'");
+ e.Result = lists;
+ }
+ private void backgroundWorker1_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
+ {
+ List lists = e.Result as List;
+ if (lists != null && lists.Count > 0)
+ {
+ DeviceCacheData deviceCacheData = lists[0];
+ NowPhysioData nowPhysioData = JsonConvert.DeserializeObject(deviceCacheData.JsonData);
+ foreach (PropertyInfo p in nowPhysioData.GetType().GetProperties())
+ {
+ bool iswar = false;
+ foreach (PhysioDataConfig keyValuePair in _record.addPhysioList)
+ {
+ if (keyValuePair.Enname.ToUpper() == p.Name.ToUpper())
+ {
+ try
+ {
+ object paramValue = p.GetValue(nowPhysioData, null);
+ if (paramValue != null && paramValue.ToString() != string.Empty && paramValue.ToString() != "NaN" && paramValue.ToString() != "NULL")
+ {
+ double value = Double.Parse(paramValue.ToString());
+ value = Convert.ToInt32(value);
+ if (value < keyValuePair.WarningLowLimit || value > keyValuePair.WarningHighLimit)
+ {
+ iswar = true;
+ }
+
+ if (keyValuePair.Name == "心率")
+ {
+ lblHR.Text = value <= 0 ? "- -" : value.ToString();
+ if (iswar == true) lblHR.ForeColor = Color.Red; else lblHR.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "自主呼吸")
+ {
+ lblRESP.Text = value <= 0 ? "- -" : value.ToString();
+ if (iswar == true) lblRESP.ForeColor = Color.Red; else lblRESP.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "氧饱和度")
+ {
+ lblSpo2.Text = value <= 0 ? "- -" : value.ToString();
+ if (iswar == true) lblSpo2.ForeColor = Color.Red; else lblSpo2.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "脉率")
+ {
+ lblPR.Text = value <= 0 ? "- -" : value.ToString();
+ if (iswar == true) lblPR.ForeColor = Color.Red; else lblPR.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "无创舒张压")
+ {
+ szy = value <= 0 ? "" : value.ToString();
+ if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "无创收缩压")
+ {
+ ssy = value <= 0 ? "" : value.ToString();
+ if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "有创舒张压")
+ {
+ szy = value <= 0 ? "" : value.ToString();
+ if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green;
+ }
+ if (keyValuePair.Name == "有创收缩压")
+ {
+ ssy = value <= 0 ? "" : value.ToString();
+ if (iswar == true) lblDia.ForeColor = Color.Red; else lblDia.ForeColor = Color.Green;
+ }
+ break;
+ }
+ }
+ catch (Exception)
+ {
+ //PublicMethod.WriteLog(ex);
+ }
+ }
+ }
+ }
+ string szyssy = ssy + "/" + szy;
+ lblDia.Text = szyssy == "/" ? "--/--" : szyssy;
+ }
+ else
+ {
+ lblHR.Text = "- -";
+ lblRESP.Text = "- -";
+ lblSpo2.Text = "- -";
+ lblPR.Text = "- -";
+ lblDia.Text = "--/--";
+ lblHR.ForeColor = Color.Green;
+ lblRESP.ForeColor = Color.Green;
+ lblSpo2.ForeColor = Color.Green;
+ lblPR.ForeColor = Color.Green;
+ lblDia.ForeColor = Color.Green;
+ }
+ }
+
+ public bool isCgtime(string key, DateTime time)
+ {
+ bool b = false;
+ try
+ {
+ if (key == "自主呼吸")
+ {
+ if (_record.InCGTime != null && _record.OutCGTime != null)
+ {
+ if (time > _record.InCGTime && time < _record.OutCGTime)
+ b = true;
+ }
+ if (_record.InCGTime != null && _record.OutCGTime == null)
+ {
+ if (time > _record.InCGTime)
+ b = true;
+ }
+ }
+ else
+ {
+ b = false;
+ }
+ }
+ catch (Exception ex)
+ {
+ PublicMethod.WriteLog(ex);
+ }
+ return b;
+ }
+
+ private void StartTimer()
+ {
+ if (timerGetTextCollectorData == null)
+ timerGetTextCollectorData = new System.Windows.Forms.Timer(components);
+ timerGetTextCollectorData.Enabled = true;//调试时设置为FALSE ,
+ timerGetTextCollectorData.Interval = 2000;
+ timerGetTextCollectorData.Tick -= new System.EventHandler(timerGetTextCollectorData_Tick);
+ timerGetTextCollectorData.Tick += new System.EventHandler(timerGetTextCollectorData_Tick);
+ timerGetTextCollectorData.Start();
+ }
+
+ private void DisposeTimer()
+ {
+ if (timerGetTextCollectorData != null)
+ {
+ timerGetTextCollectorData.Enabled = false;
+ timerGetTextCollectorData.Stop();
+ }
+ }
+
+ #endregion
+
+ #region 鼠标右键
+
+ private void zgcAnaesRecord_KeyUp(object sender, KeyEventArgs e)
+ {
+ if (templateManage != null)
+ {
+ ZedGraphControl send = sender as ZedGraphControl;
+ templateManage.zedControl_KeyUp(send, e);
+ }
+ }
+
+ private bool zgcAnaesRecord_MouseDownEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage != null && isReadOnly == false)
+ {
+ SelectWorkerValue.Hidden();
+ SelectDictValue.Hidden();
+ templateManage.zedControl_MouseDownEvent(sender, e);
+
+ }
+ return default(bool);
+ }
+
+ private bool zgcAnaesRecord_MouseUpEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage != null && isReadOnly == false)
+ {
+ templateManage.zedControl_MouseUpEvent(sender, e);
+ }
+ return default(bool);
+ }
+
+ private bool zgcAnaesRecord_MouseMoveEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage != null)
+ {
+ templateManage.zedControl_MouseMoveEvent(sender, e);
+ }
+ return default(bool);
+ }
+
+ private void zgcAnaesRecord_MouseDoubleClick(object sender, MouseEventArgs e)
+ {
+ if (templateManage != null && isReadOnly == false)
+ {
+ ZedGraphControl send = sender as ZedGraphControl;
+ templateManage.zedControl_MouseDoubleClick(send, e);
+ }
+ }
+ //public ucStripMenuItem menuItem = new ucStripMenuItem();
+ private void zgcAnaesRecord_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState)
+ {
+
+ //添加自定义的新菜单
+ ToolStripMenuItem ModifyApply = new ToolStripMenuItem();
+ ModifyApply.Text = "手术申请信息";
+ ModifyApply.Click += ModifyApply_Click;
+ menuStrip.Items.Add(ModifyApply);
+
+ }
+
+ private void zgcAnaesRecord2_KeyUp(object sender, KeyEventArgs e)
+ {
+ if (templateManage2 != null)
+ {
+ ZedGraphControl send = sender as ZedGraphControl;
+ templateManage2.zedControl_KeyUp(send, e);
+ }
+ }
+
+ private bool zgcAnaesRecord2_MouseDownEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage2 != null && isReadOnly == false)
+ {
+ SelectWorkerValue.Hidden();
+ SelectDictValue.Hidden();
+ templateManage2.zedControl_MouseDownEvent(sender, e);
+
+ }
+ return default(bool);
+ }
+
+ private bool zgcAnaesRecord2_MouseUpEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage2 != null && isReadOnly == false)
+ {
+ templateManage2.zedControl_MouseUpEvent(sender, e);
+ }
+ return default(bool);
+ }
+
+ private bool zgcAnaesRecord2_MouseMoveEvent(ZedGraphControl sender, MouseEventArgs e)
+ {
+ if (templateManage2 != null)
+ {
+ templateManage2.zedControl_MouseMoveEvent(sender, e);
+ }
+ return default(bool);
+ }
+
+ private void zgcAnaesRecord2_MouseDoubleClick(object sender, MouseEventArgs e)
+ {
+ if (templateManage2 != null && isReadOnly == false)
+ {
+ ZedGraphControl send = sender as ZedGraphControl;
+ templateManage2.zedControl_MouseDoubleClick(send, e);
+ }
+ }
+ //public ucStripMenuItem menuItem = new ucStripMenuItem();
+ private void zgcAnaesRecord2_ContextMenuBuilder(ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState)
+ {
+ //添加自定义的新菜单
+ ToolStripMenuItem ModifyApply = new ToolStripMenuItem();
+ ModifyApply.Text = "手术申请信息";
+ ModifyApply.Click += ModifyApply_Click;
+ menuStrip.Items.Add(ModifyApply);
+
+ }
+ private void ModifyApply_Click(object sender, EventArgs e)
+ {
+ if (PatientId == 0) return;
+
+ frmOperationApplyDetail frm = new frmOperationApplyDetail();
+ frm.State = AIMSExtension.EditState.EDIT;
+ frm.EditApplyId = ApplyId;
+ frm.tsbExit.Visible = true;
+ frm.tsbCancel.Visible = false;
+ frm.FormClosed += (s, er) =>
+ {
+ ReviewEvent();
+ };
+ //frm.FormBorderStyle = FormBorderStyle.None; // 无边框
+ //frm.TopLevel = false;
+ //frm.Dock = DockStyle.Fill;
+ //panel8.Controls.Add(frm);
+ frm.Show();
+ frm.Focus();
+ frm.BringToFront();
+ }
+
+ #endregion
+
+ #region 公共方法
+ private void ReviewEvent()
+ {
+ if (PatientId != 0)
+ {
+ templateManage.OpeRecord = BOperationRecord.getRecord(_record, PatientId, RecoverId);
+ templateManage2.OpeRecord = templateManage.OpeRecord;
+ templateManage.BindOperationRecordValueAll(templateManage.OpeRecord);
+ templateManage2.BindOperationRecordValueAll(templateManage2.OpeRecord);
+ reDrawEvent();
+ templateManage.Bind();
+ templateManage2.Bind();
+
+ if (_record.InstrumentList != null)
+ {
+ LoadOperationGoodsBillRecord();
+ }
+ else
+ {
+ _record.InstrumentList = new OperationRecordInstrumentList();
+ _record.InstrumentList.OperationRecordId = this._record.Id;
+ FirstbtnEnter();
+ }
+ zgcAnaesRecord.Refresh();
+ }
+ }
+
+ private void DrawEvent()
+ {
+ reDrawEvent();
+ zgcAnaesRecord.Refresh();
+ }
+
+ private void reDrawEvent()
+ {
+ ClearTimeText();
+ if (_record.InRoomTime != null)
+ {
+ txtInRoom.CustomFormat = "MM-dd HH:mm";
+ txtInRoom.ButtonDropDown.Visible = false;
+ txtInRoom.Tag = _record.InRoomTime.Value;
+ txtInRoom.Value = _record.InRoomTime.Value;
+ this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室_select;
+ }
+ if (_record.OperationBeginTime != null)
+ {
+ txtOperationBegin.CustomFormat = "HH:mm";
+ txtOperationBegin.ButtonDropDown.Visible = false;
+ txtOperationBegin.Tag = _record.OperationBeginTime.Value;
+ txtOperationBegin.Value = _record.OperationBeginTime.Value;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始_select;
+ }
+ if (_record.OperationEndTime != null)
+ {
+ txtOperationEnd.CustomFormat = "HH:mm";
+ txtOperationEnd.ButtonDropDown.Visible = false;
+ txtOperationEnd.Tag = _record.OperationEndTime.Value;
+ txtOperationEnd.Value = _record.OperationEndTime.Value;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束_select;
+ }
+ if (_record.OutRoomTime != null)
+ {
+ txtOutRoom.CustomFormat = "MM-dd HH:mm";
+ txtOutRoom.ButtonDropDown.Visible = false;
+ txtOutRoom.Tag = _record.OutRoomTime.Value;
+ txtOutRoom.Value = _record.OutRoomTime.Value;
+ this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室_select;
+ }
+
+ if (_record.OutRoomTime != null && _record.State == "手术中")
+ {
+ txtOutRoom.CustomFormat = "MM-dd HH:mm";
+ txtOutRoom.ButtonDropDown.Visible = false;
+ txtOutRoom.Tag = _record.OutRoomTime.Value;
+ txtOutRoom.Value = _record.OutRoomTime.Value;
+ EndOperationOutRoom();
+ }
+ }
+ public void ReferEventDrugs()
+ {
+ if (txtInRoom.Value != _record.InRoomTime)
+ {
+ _record.pageCount = 0;
+ ReviewEvent();
+ }
+ else
+ {
+ plRefresh_Click(null, null);
+ }
+ }
+ private void ClearTimeText()
+ {
+ txtInRoom.CustomFormat = " ";
+ txtOperationBegin.CustomFormat = " ";
+ txtOperationEnd.CustomFormat = " ";
+ txtOutRoom.CustomFormat = " ";
+ txtInRoom.Tag = null;
+ txtOperationBegin.Tag = null;
+ txtOperationEnd.Tag = null;
+ txtOutRoom.Tag = null;
+ txtInRoom.Text = "";
+ txtOperationBegin.Text = "";
+ txtOperationEnd.Text = "";
+ txtOutRoom.Text = "";
+
+ this.picInRoom.BackgroundImage = global::AIMS.Properties.Resources.入手术室;
+ this.picOpeBegin.BackgroundImage = global::AIMS.Properties.Resources.手术开始;
+ this.picOpeEnd.BackgroundImage = global::AIMS.Properties.Resources.手术结束;
+ this.picOutRoom.BackgroundImage = global::AIMS.Properties.Resources.出手术室;
+ }
+
+ private void EndOperationOutRoom()
+ {
+ if (_record == null || _record.State != "手术中") return;
+ try
+ {
+ //CloseOtherFrom();
+ //保存持续加药未结束药品
+ foreach (FactDrug temp in _record.FactDrugList)
+ {
+ if (temp.IsContinue == 1 && temp.DrugBeginTime == temp.DrugEndTime)
+ {
+ temp.DrugEndTime = _record.OutRoomTime.Value;
+ temp.OperatorNo = PublicMethod.OperatorNo;
+ temp.OperatorName = PublicMethod.OperatorName;
+ temp.OperateDate = DateTime.Now;
+ BFactDrug.Update(temp);
+ }
+ }
+ //保存持续事件未结束事件
+ foreach (FactEvents temp in _record.FactEventsList)
+ {
+ if (temp.IsContinue == 1 && temp.EventBeginTime == temp.EventEndTime)
+ {
+ temp.EventEndTime = _record.OutRoomTime;
+ temp.OperatorNo = PublicMethod.OperatorNo;
+ temp.OperatorName = PublicMethod.OperatorName;
+ temp.OperateDate = DateTime.Now;
+ BFactEvents.Update(temp);
+ }
+ }
+ _record.State = "手术结束";
+ BOperationApply.UpdateApplyState(ApplyId, 8);
+ BOperationRecord.UpdateState(PatientId, 1, 2);
+
+ //PublicMethod.WriteLog("结束转出手术: " + _record.Id);
+ //TipBox.Hidden(true);
+ State = AIMSExtension.EditState.BROWSE;
+ btnCancelOperation.Enabled = false;
+ btnCancelIn.Enabled = false;
+ btnSelectPatient.Enabled = true;
+ DisposeTimer();
+ ReviewEvent();
+ }
+ catch (Exception exp)
+ {
+ PublicMethod.WriteLog(exp, "");
+ }
+
+ }
+ #endregion
+
+ #region 右侧按钮
+ private void btnyldj_Click(object sender, EventArgs e)
+ {
+ FormUseDrugsReport formUseDrugsReport = new FormUseDrugsReport(1);
+ if (_record != null) formUseDrugsReport._record = _record;
+ formUseDrugsReport.Show();
+ }
+
+ private void btnzsk_Click(object sender, EventArgs e)
+ {
+ frmKnowledgeBase frm = new frmKnowledgeBase();
+ frm.Show();
+ }
+
+ private void btndptz_Click(object sender, EventArgs e)
+ {
+ frmNoticeLargeScreen fnc = new frmNoticeLargeScreen();
+ if (_record != null)
+ {
+ fnc.lblName.Text = _record.Name;
+ fnc.textBox2.Focus();
+ fnc.groupBox1.Visible = false;
+ }
+ fnc.ShowDialog();
+ }
+
+ private void btnxldlx_Click(object sender, EventArgs e)
+ {
+ frmHemodynamics frm = new frmHemodynamics();
+ frm.Show();
+ }
+
+ private void btnsbwh_Click(object sender, EventArgs e)
+ {
+ frmInstrumentRegistration frm = new frmInstrumentRegistration();
+ frm.Show();
+ }
+
+ private void btnsjzx_Click(object sender, EventArgs e)
+ {
+ MessageBox.Show("未连接到服务器 请联系管理员或稍后再试!", "系统提示");
+ }
+ private void btnqxqd_Click(object sender, EventArgs e)
+ {
+ if (PatientId != 0 && _record.Id != 0)
+ {
+ frmGoodsBillRecord frm = new frmGoodsBillRecord();
+ frm._record = _record;
+ frm.Show();
+ frm.Focus();
+ frm.BringToFront();
+ }
+ }
+ private void btnChage_Click(object sender, EventArgs e)
+ {
+ frmChargRecordPrint frmchargRecord = new frmChargRecordPrint(_record);
+ frmchargRecord.TemplateType = "麻醉";
+ frmchargRecord.Show();
+ frmchargRecord.BringToFront();
+ }
+ #endregion
+
+ #region 器械清点
+
+ #region 加载手术手术清点单记录信息
+ private void LoadOperationGoodsBillRecord()
+ {
+ if (_record.InstrumentList.ApplianceUseType != null && _record.InstrumentList.ApplianceUseType != "") _applianceUseType = BApplianceUseType.Select(" id in (" + _record.InstrumentList.ApplianceUseType + ")", null, RecursiveType.None, 0);
+
+ if (_applianceUseType == null || _applianceUseType.Count == 0)
+ {
+ _applianceUseType = new List();
+ _appliance = BAppliance.GetApplianiceByIds("");
+ }
+ else
+ {
+ DataTable newDataTable = null;
+ _appliance = BAppliance.GetApplianiceNumberByIds(_applianceUseType[0].TheApplianceId, _applianceUseType[0].ApplianceNumber);
+ newDataTable = _appliance.Clone();
+ foreach (ApplianceUseType item in _applianceUseType)
+ {
+ DataTable dt = BAppliance.GetApplianiceNumberByIds(item.TheApplianceId, item.ApplianceNumber);
+ object[] obj = new object[newDataTable.Columns.Count];
+ //添加DataTable1的数据
+ for (int i = 0; i < dt.Rows.Count; i++)
+ {
+ dt.Rows[i].ItemArray.CopyTo(obj, 0);
+ newDataTable.Rows.Add(obj);
+ }
+ }
+ _appliance = newDataTable;
+ }
+ if (_appliance != null)
+ FullUcControlsToPanel(panel32, _appliance);
+
+ if (_record.InstrumentList.JsonTextData != null && _record.InstrumentList.JsonTextData != "")
+ {
+ PublicToDoument.DeserializeControl(panel18, _record.InstrumentList.JsonTextData);
+ }
+ if (_record.InstrumentList.TagPicture != null && _record.InstrumentList.TagPicture != "")
+ {
+ pictureBox1.Image = PublicToDoument.BytesToImage(Convert.FromBase64String(_record.InstrumentList.TagPicture));
+ }
+ }
+ #endregion
+
+ #region 选择器械包
+ private void btnEnter_Click(object sender, EventArgs e)
+ {
+ if (_applianceUseType == null)
+ _applianceUseType = new List();
+ frmSelectApplianceUseType ReturnApply = new frmSelectApplianceUseType();
+ ReturnApply._SelectApplianceUseType = _applianceUseType;
+ DialogResult ddr = ReturnApply.ShowDialog();
+ _appliance = ReturnApply._appliance;
+ if (ddr == System.Windows.Forms.DialogResult.OK && _appliance != null)
+ {
+ FullUcControlsToPanel(panel32, _appliance);
+ //if (_appliance.Rows.Count > 60)
+ // MessageBox.Show("超出打印数量!");
+ }
+ }
+ private void FirstbtnEnter()
+ {
+ if (_applianceUseType == null)
+ {
+ _applianceUseType = new List();
+ ApplianceUseType _nowApplianceUseType = BApplianceUseType.SelectSingle(1, RecursiveType.None, 0);
+ _applianceUseType.Add(_nowApplianceUseType);
+ DataTable newDataTable = null;
+ if (_applianceUseType.Count > 0) _appliance = BAppliance.GetApplianiceNumberByIds(_applianceUseType[0].TheApplianceId, _applianceUseType[0].ApplianceNumber);
+ newDataTable = _appliance.Clone();
+ foreach (ApplianceUseType item in _applianceUseType)
+ {
+ if (item.TheApplianceId != null && item.TheApplianceId != "")
+ {
+ DataTable dt = BAppliance.GetApplianiceNumberByIds(item.TheApplianceId, item.ApplianceNumber);
+ object[] obj = new object[newDataTable.Columns.Count];
+ //添加DataTable1的数据
+ for (int i = 0; i < dt.Rows.Count; i++)
+ {
+ dt.Rows[i].ItemArray.CopyTo(obj, 0);
+ newDataTable.Rows.Add(obj);
+ }
+ }
+ }
+ _appliance = newDataTable;
+ FullUcControlsToPanel(panel32, _appliance);
+ }
+ }
+ #endregion
+
+ #region 加载物品控件
+ int i = 0, j = 0;
+ int Incount = 0;
+ int IncRowsount = 20;
+ ///
+ /// 加载物品控件到指定的Panel
+ ///
+ /// 指定的Panel
+ /// 物品数据表
+ private void FullUcControlsToPanel(Panel panel, DataTable dt)
+ {
+ i = 0; j = 0; Incount = 0;
+ panel.Controls.Clear();
+ foreach (DataRow dr in dt.Rows)
+ {
+ if (Incount >= 60)
+ break;
+ ApplianceRecord applic = null;
+ if (_record.InstrumentList.ApplianceRecordList != null && _record.InstrumentList.ApplianceRecordList.Count > 0)
+ {
+ foreach (ApplianceRecord app in _record.InstrumentList.ApplianceRecordList)
+ {
+ if (app.ApplianceId != null && app.ApplianceId == Convert.ToInt32(dr["Id"]))
+ {
+ applic = app;
+ break;
+ }
+ }
+ }
+ //if (applic == null) continue;
+ UCOperationGoodsBill uc = new UCOperationGoodsBill(applic);
+ uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent;
+ uc.OperationRecordId = Convert.ToInt32(_record.Id);
+ uc.GoodsId = Convert.ToInt32(dr["Id"]);
+ uc.GoodsName = dr["Name"].ToString();
+ if (applic == null)
+ {
+ string ApplianceNumber = dr["ApplianceNumber"].ToString();
+ if (_applianceUseType != null && _applianceUseType.Count == 1 && _applianceUseType[0].Id == 1)
+ ApplianceNumber = "";
+ uc.GoodsNumber = ApplianceNumber;
+ }
+ uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j);
+ uc.TabIndex = Incount + 1;
+ panel.Controls.Add(uc);
+ Incount++;
+ j++;
+ if (j == IncRowsount)
+ {
+ j = 0;
+ i++;
+ }
+ }
+ if (_record.InstrumentList.ApplianceRecordList != null && _record.InstrumentList.ApplianceRecordList.Count > 0)
+ {
+ foreach (ApplianceRecord app in _record.InstrumentList.ApplianceRecordList)
+ {
+ if (Incount >= 60)
+ break;
+ ApplianceRecord applic = null;
+ if (app.ApplianceId == 0)
+ {
+ applic = app;
+ }
+ if (applic == null) continue;
+ UCOperationGoodsBill uc = new UCOperationGoodsBill(applic);
+ uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent;
+ uc.lblGoodsName.ReadOnly = false;
+ uc.OperationRecordId = Convert.ToInt32(_record.Id);
+ uc.GoodsName = app.ApplianceName;
+ uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j);
+ uc.TabIndex = Incount + 1;
+ panel.Controls.Add(uc);
+ Incount++;
+ j++;
+ if (j == IncRowsount)
+ {
+ j = 0;
+ i++;
+ }
+ }
+ }
+ }
+
+ private void button1_Click(object sender, EventArgs e)
+ {
+ ApplianceRecord app = new ApplianceRecord();
+ app.OperationRecordId = _record.Id.Value;
+ UCOperationGoodsBill uc = new UCOperationGoodsBill(app);
+ uc.SelectTextBoxEvent += Uc_SelectTextBoxEvent;
+ uc.lblGoodsName.ReadOnly = false;
+ uc.GoodsNumber = "";
+ uc.Location = new Point((uc.Width) * i, (uc.Height - 1) * j);
+ count++;
+ if (_record.InstrumentList.ApplianceRecordList != null) _record.InstrumentList.ApplianceRecordList.Add(app);
+ panel32.Controls.Add(uc);
+ j++;
+ if (j == 14)
+ {
+ j = 0;
+ i++;
+ }
+ }
+
+ private void Uc_SelectTextBoxEvent(object uc, KeyEventArgs e)
+ {
+ if (e.KeyCode == Keys.Enter)
+ {
+ SendKeys.Send("{TAB}");
+ }
+ else if (e.KeyCode == Keys.Left)
+ {
+ //MessageBox.Show(((uc as TextBox).TabIndex - 1).ToString());
+ foreach (Control item in ((uc as TextBox).Parent).Controls)
+ {
+ if (item.TabIndex == ((uc as TextBox).TabIndex - 1))
+ {
+ item.Focus();
+ }
+ }
+ }
+ else if (e.KeyCode == Keys.Right)
+ {
+ SendKeys.Send("{TAB}");
+ }
+ else if (e.KeyCode == Keys.Down)
+ {
+ SendKeys.Send("{TAB}");
+ SendKeys.Send("{TAB}");
+ SendKeys.Send("{TAB}");
+ SendKeys.Send("{TAB}");
+ SendKeys.Send("{TAB}");
+ }
+ }
+ #endregion
+
+ #region 自定义方法
+ private void PanelSave_Click(object sender, EventArgs e)
+ {
+ try
+ {
+ SaveImage(pictureBox1);
+
+ _record.InstrumentList.OperationRecordId = this._record.Id;
+ if (_applianceUseType != null)
+ {
+ List list = new List();
+ foreach (ApplianceUseType item in _applianceUseType)
+ {
+ list.Add(item.Id.Value);
+ }
+ _record.InstrumentList.ApplianceUseType = string.Join(",", list.ToArray());
+ }
+ _record.InstrumentList.TagPicture = Convert.ToBase64String(PublicToDoument.ImageToBytes(pictureBox1.Image));
+ _record.InstrumentList.JsonTextData = PublicToDoument.SerializeControl(panel18, _record, new List ());
+ _record.InstrumentList.OperatorNo = PublicMethod.OperatorNo;
+ _record.InstrumentList.OperatorName = PublicMethod.OperatorName;
+ _record.InstrumentList.OperateDate = DateTime.Now;
+ if (_record.InstrumentList.Id == null || _record.InstrumentList.Id == 0)
+ {
+ _record.InstrumentList.Id = BOperationRecordInstrumentList.Insert(_record.InstrumentList);
+ }
+ else
+ {
+ BOperationRecordInstrumentList.Update(_record.InstrumentList);
+ }
+ _record.InstrumentList.ApplianceRecordList = GetApplianceRecord();
+ BApplianceRecord.InsertListData(_record.InstrumentList.ApplianceRecordList);
+ string dirpath = @"C:\temp";
+ if (!Directory.Exists(dirpath))
+ Directory.CreateDirectory(dirpath);
+
+ if (templateManage != null)
+ {
+ ZedGraphControl send = sender as ZedGraphControl;
+ templateManage.BindTempData();
+ }
+ MessageBox.Show("保存成功!", "系统提示");
+
+ }
+ catch (Exception ex)
+ {
+ PublicMethod.WriteLog(ex);
+ }
+ }
+
+ private void superTabMain_SelectedTabChanged(object sender, DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs e)
+ {
+
+ }
+
+ ///
+ /// 得到当前使用的器械对象集合
+ ///
+ ///
+ private List GetApplianceRecord()
+ {
+ List applianceRecordList = new List();
+ foreach (Control ctl in panel32.Controls)
+ {
+ ApplianceRecord applianceRecord = new ApplianceRecord();
+ if (ctl is UCOperationGoodsBill)
+ {
+ UCOperationGoodsBill ucOperationGoodsBill = ctl as UCOperationGoodsBill;
+ if (ucOperationGoodsBill.Id != null)
+ {
+ applianceRecord.Id = ucOperationGoodsBill.Id;
+ }
+ applianceRecord.OperationRecordId = this._record.Id;
+ applianceRecord.ApplianceId = ucOperationGoodsBill.GoodsId;
+ applianceRecord.ApplianceName = ucOperationGoodsBill.GoodsName;
+ if (_record.InstrumentList != null)
+ {
+ applianceRecord.OperationGoodsBillRecord = _record.InstrumentList.Id;
+ }
+ if (ucOperationGoodsBill.txtFront.Text != "")
+ applianceRecord.OpeFront = ucOperationGoodsBill.OpeFront;
+ else applianceRecord.OpeFront = null;
+ if (ucOperationGoodsBill.txtDoing.Text != "")
+ applianceRecord.OpeDoing = ucOperationGoodsBill.OpeDoing;
+ else applianceRecord.OpeDoing = null;
+ if (ucOperationGoodsBill.txtCloseFront.Text != "")
+ applianceRecord.CloseFront = ucOperationGoodsBill.CloseFront;
+ else applianceRecord.CloseFront = null;
+ if (ucOperationGoodsBill.txtCloseLast.Text != "")
+ applianceRecord.CloseLast = ucOperationGoodsBill.CloseLast;
+ else applianceRecord.CloseLast = null;
+ applianceRecordList.Add(applianceRecord);
+ }
+ }
+ return applianceRecordList;
+ }
+ #endregion
+
+ #endregion
+
+ #region 打印方法
+ public List mPanes = new List();
+ public List UpPanes = new List();
+ int m_startPrintPage;// 打印的起始页码
+ int m_endPrintPage;//打印的终止页码
+ int m_PageIndex;// 当前打印页码
+ int count = 0;
+ private void pDoc_PrintPage(object sender, PrintPageEventArgs e)
+ {
+ System.Drawing.Printing.PrintDocument pDoc = sender as System.Drawing.Printing.PrintDocument;
+ m_startPrintPage = pDoc.PrinterSettings.FromPage;
+ m_endPrintPage = pDoc.PrinterSettings.ToPage;
+ //if (pdg!=null)
+ //{
+ //m_startPrintPage = pdg.pa
+ //m_endPrintPage = pDoc.PrinterSettings.ToPage;
+ //}
+ if (m_startPrintPage == 0 && m_endPrintPage == 0)
+ {
+ int printCount = mPanes.Count;
+ if (mPanes.Count > 0 && count < printCount)
+ {
+ mPanes[count].Draw(e.Graphics);
+ count++;
+ if (count < printCount)
+ {
+ e.HasMorePages = true;
+ }
+ }
+ else
+ {
+ e.HasMorePages = false;
+ }
+ }
+ else
+ {
+ try
+ {
+ //如果当前打印页小于打印起始页码,就递增一页,直至等于打印起始页码
+ if (m_startPrintPage > 0)
+ {
+ while (m_PageIndex < m_startPrintPage)
+ {
+ m_PageIndex++;
+ }
+ }
+
+ mPanes[m_PageIndex - 1].Draw(e.Graphics);
+ //当前打印页加1
+ m_PageIndex++;
+
+ if (m_PageIndex <= m_endPrintPage)
+ {
+ e.HasMorePages = true;
+ }
+
+ //如果设置了打印页码范围并且当前打印页大于打印终止页码,终止打印,设置e.HasMorePages参数,初始化相关变量
+ if ((m_startPrintPage > 0) && (m_PageIndex > m_endPrintPage))
+ {
+ e.HasMorePages = false;
+ m_PageIndex = 1;
+ return;
+ }
+
+ }
+ catch (Exception ex)
+ {
+ //出错处理,终止打印,设置e.HasMorePages参数,初始化相关变量
+ e.HasMorePages = false;
+ m_PageIndex = 1;
+ }
+ }
+ }
+
+ private void plPrintBrowse_Click(object sender, EventArgs e)
+ {
+ if (_record == null || _record.Id == 0) return;
+ if (txtOutRoom.Focused)
+ {
+ zgcAnaesRecord.Focus();
+ }
+ if (templateManage != null)
+ {
+ _record.InstrumentList.ApplianceRecordList = GetApplianceRecord();
+ }
+ mPanes = new List();
+ UpPanes = new List();
+ PrintDocPage(null, null);
+ count = 0;
+ System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
+ pDoc.DefaultPageSettings.Landscape = false;
+ if (templateManage.Typesetting == TypesettingEnum.Horizontal)
+ {
+ pDoc.DefaultPageSettings.Landscape = true;
+ }
+ pDoc.OriginAtMargins = true;
+ pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High;
+ pDoc.DefaultPageSettings.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
+ pDoc.PrintPage -= new PrintPageEventHandler(pDoc_PrintPage);
+ pDoc.PrintPage += new PrintPageEventHandler(pDoc_PrintPage);
+
+ PrintPreviewDialog pdg = new PrintPreviewDialog();
+ foreach (Control ctl in pdg.Controls)
+ {
+ if (ctl is ToolStrip)
+ {
+ ToolStrip toolbar = ctl as ToolStrip;
+ toolbar.Items.RemoveAt(0);
+ ToolStrip tb = ctl as ToolStrip;
+ //tb.ImageList.Images.Add(Properties.Resources.);
+ ToolStripButton settingBtn = new ToolStripButton();
+ settingBtn.ToolTipText = "打印";
+ settingBtn.Text = "打印";
+ //settingBtn.ImageIndex = tb.ImageList.Images.Count - 1;
+ settingBtn.Click += PageSetting_Click;
+ tb.Items.Insert(0, settingBtn);
+ }
+ }
+ pdg.Width = zgcAnaesRecord.Width + 50;
+ pdg.ClientSize = new System.Drawing.Size(zgcAnaesRecord.Width, zgcAnaesRecord.Height);
+ Form f = (Form)pdg;
+ f.WindowState = FormWindowState.Maximized;
+ pdg.Document = pDoc;
+ pdg.ShowDialog();
+ pdg.Focus();
+ pdg.BringToFront();
+
+ }
+ private void PageSetting_Click(object sender, EventArgs e)
+ {
+ plPrint_Click(null, null);
+ }
+
+ private void PrintDocPage(object sender, PrintPageEventArgs e)
+ {
+ PrintDocPane(e, zgcAnaesRecord, templateManage);
+ PrintDocPane(e, zgcAnaesRecord2, templateManage2);
+
+ }
+
+ private void PrintDocPane(PrintPageEventArgs e, ZedGraphControl zedGraph, TemplateManage template)
+ {
+ foreach (AreaManageBase area in template.ManageList)
+ {
+ area.setPrint(false);
+ area.BindTempData();
+ }
+ int zedGraphMainWidth = zedGraph.Size.Width;
+ int zedGraphMainHeight = zedGraph.Size.Height;
+
+ if (templateManage.Typesetting == TypesettingEnum.Horizontal)
+ {
+ int width = 1168;
+ int height = Convert.ToInt32(width / 1.414) - 2;
+ zedGraph.Size = new Size(width, height);
+ zedGraph.Width = width;
+ zedGraph.Height = height;
+ }
+ else
+ {
+ int width = 825;
+ int height = Convert.ToInt32(width * 1.414) + 2;
+ zedGraph.Size = new Size(width, height);
+ zedGraph.Width = width;
+ zedGraph.Height = height;
+ }
+
+ MasterPane mPane = zedGraph.MasterPane; //this.MasterPane;
+ mPane.Border.IsVisible = false;
+ GraphPane cPane = mPane.PaneList[0]; //graphPane;
+
+ //当前窗体中的矩形区域大小
+ RectangleF saveRect = mPane.Rect;
+ mPanes.Add(mPane.Clone());
+ if (e != null)
+ mPane.Draw(e.Graphics); //在打印文档中画出MasterPane内容
+ using (Graphics g = zedGraph.CreateGraphics())
+ {
+ mPane.ReSize(g, saveRect);
+ }
+
+ zedGraph.Size = new Size(zedGraphMainWidth, zedGraphMainHeight);
+ template.initChart();
+ UpPanes.Add(mPane.Clone());
+
+ Panel panel = zedGraph.Parent as Panel;
+ panel.VerticalScroll.Value = 0;
+ templateManage.SetPYL(true);
+ templateManage2.SetPYL(true);
+ foreach (AreaManageBase area in template.ManageList)
+ {
+ area.setPrint(true);
+ }
+ }
+
+ private void plPrint_Click(object sender, EventArgs e)
+ {
+ if (_record == null || _record.Id == 0) return;
+ if (txtOutRoom.Focused)
+ {
+ zgcAnaesRecord.Focus();
+ }
+
+ if (templateManage != null)
+ {
+ _record.InstrumentList.ApplianceRecordList = GetApplianceRecord();
+ }
+ try
+ {
+ mPanes = new List();
+ UpPanes = new List();
+ PrintDocPage(null, null);
+ count = 0;
+ m_PageIndex = 0;
+ System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
+ pDoc.DefaultPageSettings.Landscape = false;
+ if (templateManage.Typesetting == TypesettingEnum.Horizontal)
+ {
+ pDoc.DefaultPageSettings.Landscape = true;
+ }
+ pDoc.OriginAtMargins = true;
+ pDoc.DefaultPageSettings.PrinterResolution.Kind = PrinterResolutionKind.High;
+ pDoc.DefaultPageSettings.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
+ pDoc.PrintPage -= new PrintPageEventHandler(pDoc_PrintPage);
+ pDoc.PrintPage += new PrintPageEventHandler(pDoc_PrintPage);
+
+ System.Windows.Forms.PrintDialog pDlg = new System.Windows.Forms.PrintDialog();
+ pDlg.Document = pDoc;
+ pDlg.AllowSomePages = true;
+ if (pDlg.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ {
+ pDoc.Print();
+ }
+ }
+ catch (Exception exp)
+ {
+ PublicMethod.WriteLog(exp, "");
+ }
+ }
+
+ #region 画小人
+
+
+ string str = null;
+ private void pictureBox1_MouseClick(object sender, MouseEventArgs e)
+ {
+ Point p = e.Location;
+ AddLabelControlIntoPicBox(pictureBox1, p);
+
+ }
+ //在picturebox上添加Label
+ private void AddLabelControlIntoPicBox(PictureBox p_PicBox, Point point)
+ {
+ //Image myimage = p_PicBox.Image;
+ //Graphics g = Graphics.FromImage(myimage);
+ //g.DrawString(str, new Font("微软雅黑", 5), new SolidBrush(Color.Red), point.X, point.Y);
+ //p_PicBox.Image = myimage;
+ //g.Dispose();
+
+ System.Windows.Forms.Label mylable = new System.Windows.Forms.Label();
+ //TextBox mytextbox = new TextBox();
+ mylable.Location = new Point(point.X - 8, point.Y - 8);
+ mylable.Text = str;
+ mylable.Size = new Size(11, 11);
+ mylable.ForeColor = Color.Red;
+ mylable.BorderStyle = BorderStyle.None;
+ mylable.Font = new Font("微软雅黑", 7);
+ //mytextbox.BackColor = Color.Transparent;
+ //mytextbox.Size = new Size(1,1);
+ mylable.MouseDoubleClick += Mytextbox_MouseDoubleClick; ;
+ p_PicBox.Controls.Add(mylable);
+ // p_PicBox.Controls.Remove(mytextbox);
+ }
+ //双击清除标记
+ private void Mytextbox_MouseDoubleClick(object sender, MouseEventArgs e)
+ {
+ System.Windows.Forms.Label lbl = sender as System.Windows.Forms.Label;
+ pictureBox1.Controls.Remove(lbl);
+
+ }
+ //遍历picturebox上所有lable,将所有lable标记画在图片上
+ private void SaveImage(PictureBox p_PicBox)
+ {
+ foreach (Control clTemp in p_PicBox.Controls)
+ {
+
+ if (clTemp is System.Windows.Forms.Label)
+ {
+ System.Windows.Forms.Label lab = (clTemp as System.Windows.Forms.Label);
+ if (lab != null && lab.Text.Trim() != "")
+ {
+ DrawStringInImage(p_PicBox, lab.Location, lab.Text);
+ }
+ }
+
+ }
+ }
+
+ private void DrawStringInImage(PictureBox p_PicBox, Point point, String str1)
+ {
+ Image myimage = p_PicBox.Image;
+ Graphics g = Graphics.FromImage(myimage);
+ g.DrawString(str1, new Font("微软雅黑", 5), new SolidBrush(Color.Red), point.X, point.Y);
+ p_PicBox.Image = myimage;
+ g.Dispose();
+ }
+
+ private void radioButton1_CheckedChanged(object sender, EventArgs e)
+ {
+ RadioButton rad = sender as RadioButton;
+ if (rad.Checked)
+ {
+ str = rad.Text.Substring(0, 1);
+ }
+ }
+
+ private void buttonClear_Click(object sender, EventArgs e)
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGoodsBillRecord));
+ pictureBox1.Controls.Clear();
+ pictureBox1.Image = null;
+ pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+ }
+
+ #endregion
+ #endregion
+
+ }
+}
diff --git a/DrawGraph/AreaManage/DeletePhysios.resx b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx
similarity index 70%
rename from DrawGraph/AreaManage/DeletePhysios.resx
rename to AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx
index 4616309..b58911b 100644
--- a/DrawGraph/AreaManage/DeletePhysios.resx
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnasRecordInstrument.resx
@@ -118,6 +118,159 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ iVBORw0KGgoAAAANSUhEUgAAAJYAAACICAIAAACKv4VeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS
+ cQAAEnEB89x6jgAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj
+ uAKCEiMuuGCVuBuViEtxzYJGI1GUoLjVkBAVFa1RJApqYoDELUiMNe2vdz5uhtnuNhe5PT5/cO47wL0z
+ 87zL837fN9/1+s99eDjuU+jxuE+hx+M+hR6POqLw9u3bJ06cOHLkSFFR0d27d8XR+zADbqdwz549fn5+
+ jRo1+tOf/vTkk0/y87e//W3z5s3z8/PFX/wf4d///vf58+fPnj27bdu2pUuX5uTklJSUfP/99+LX7oEb
+ KSTyYmNjQ0NDDx8+LA7VoKyszN/fPyUlxd2XV5fAWePj4wMCAtq3bx8VFTVz5szw8HBeDx06lPQj/sgN
+ cCOFHTp0eO21165fvy7s2vjiiy+GDBmSnJxcXV0tDnky1q1b17Fjx/T09EuXLolDFuDHK1as+POf//zx
+ xx+LQ2bDXRQGBgYuWLBAGDq4du0afrp161ZheyyysrIIvq+++krYKpw5c8bLy+vzzz8XtqlwC4UXLlxo
+ 2LChMAyxfv366dOnU0KE7YEgnfTv33/nzp3C1sHmzZsjIiKEYSrcQuHEiRNnzZolDEOUlpZ2796duyBs
+ D8S5c+fS0tLu3LkjbB18++233bp1+/TTT4VtHtxCYVJS0qJFi4RhiCtXrrRr166yslLYHojy8vK8vDyb
+ ugwKIyMjbQarE3ALhYMGDVq8eLEwDMGF9ezZc9WqVcL2QFy9evXgwYM2Kbxx4waFPzc3V9jmwXwKd+/e
+ TW24ePGisG3hs88+e+KJJ4ThgTh69Cia06auRrt5e3svW7ZM2ObBfArXrl07btw4YdgBdJqvr68wPA20
+ TPSCtPDCNsTJkyfpo3BZYZsEtyTSF198Ed8Uhi2gffBiYXgaSI/46759+4RtCFqLuLg4z6CQdNG1a1dh
+ GKKoqAhF+s033wjb0/DDDz9kZ2fb2dq+//778A3rwjYJbqGQC3vhhRfIqMLWAUL0lVdeWb16tbA9ExQC
+ FLhBXy+B9iksLMwd4xhuoVCCl5eXcXgRrGjXr7/+WtieCTpCYis6OlrYOnjqqadmzJghDFPhRgrRpenp
+ 6cJQAYX28ssvf/TRR8L2ZNAa+fj4nD17VthawKHFK7PhRgrz8/NpZoWhQlZW1vDhw2mqhO3hmDx5skFF
+ QMK0atVKGGbDjRSSIWNiYoShwrvvvksJ+f+YpgDnz59HwelJFfeFIHDjW3NVw4YNE4YKW7ZsGT16dFVV
+ lbA9H506dbp8+bIwZEAQeB6FxBY6je5w/vz54pAKZWVlISEhc+bMKSgoOHfunDjqsaAPDg4O1ksqHkMh
+ F5CTk5OcnEx4/fGPf/zggw/EL3SAoklJSencuXNQUBD/VVhYaHO8vx7i9OnTc+fO9fb2pscVh1RYs2ZN
+ ly5d5s2b9+GHH+rNgTsNVyn8/vvviaf9+/cvWbIkMTERhbJy5crDhw/funVL/IUdoKlasGABCnbs2LEL
+ Fy7Mzc2tqKgQv6uXuH37dnl5OZzNnDkTXb1o0SKbYy779u3jGumDx4wZwwV+8cUXZs3PuERhdnY2tCUk
+ JEyfPv2NN96AOVdcjEJy5MgRPAB1N2rUKAL0zJkz4nf1A1S17du3L1++fNKkSfHx8VOmTIE8415CARLP
+ 7t27+fepU6dyjXSKrjur8xTOnj27b9++CMtTp07RGP3www/iFy6DCMZnV6xYQfJ55513xNF6AH9//8GD
+ B+NkmZmZBw4cgA/nrhrhCvF5eXlohcDAwFdffVX8wik4SWFqair3193rz0pLSxs3blxPJoRJg927dxeG
+ ebh06VJsbKyfn9/NmzfFIQfhDIUkE3yHyBO2O0HNePjhh4Vx70Cxf+yxx4ThBqB0kDzCcBAOU0g9oIDv
+ 2bNH2O7HgAEDyDnCuEeg53PfKkKAoEPAOxeIDlNIAdi2bduXX34pbPdj3bp1qDhh3AtkZWXRJrm1apBO
+ EeTHjx8XtiNwmMJjx45BIapa2O7HiRMnJkyYIIx7gXHjxuFGwnAPaIinTZuGUBK2I3CYwl27dlHY65JC
+ 9FtOTs69WmvKp5MDDh06JGy3ARHu3Li/wxTSRdBOCKOuQJ0gFoVRtygoKEAx0sgL22349NNPe/fu7VCX
+ KcFhCjds2KBeI2piU6iJ99577149CUUCoAevg6xTVlaWkJDgxFphhymkEBKFBrX94sWLU6dOVT/NpIfs
+ 7GzKgDAsVUG8qgFHyN51EAea2LlzJ1HojjSu8PszZ84MGTKksLBQ2HbDYQpPnjzJTZd7ZUVFhXxFPWHq
+ 5eU1ePBgYRuiqqqqQ4cO1oH88+fPT5kyRbEGFcd87bXXhFHnIJGOHDlSvjSGW+961uEdFG5B00L7pDld
+ ZQyHKaysrCwpKZF//ObNmzMyMqxXVVpaOmLEiIMHD0qmTSD2cHPpdVFRUb9+/RTPd+ETXJsw6hy3bt2K
+ iYmRN6Z37951fUaFN6murpa7ApdJ9vruu++EbTccpnDv3r1paWnyTyK1Lly40JRUQ/p9+eWXFWPln3zy
+ CUVCGPcCUIiIk15z0ykirveI3C46bGFYpj4mT57s3Fpvhyn8xz/+oXhw8MiRI4SOKatgoJB6oKCQuL+H
+ g93ECn397t27hW2ZX1MEkBOAQsXSPXRTdHS0nFc74RiFOEtqampWVpawLSCrPPPMM6Y8YAaFFFH1jBWa
+ gjIpjLoFKZR2Tb4ohptACXeRQqhSUMgFEu72r4K3wjEKccD58+eTOYVdg0mTJpFgheECUC4DBw5UeyJ1
+ Yv/+/cKoWyxdulQxvAd5eK2LFCLZFBRSHenWduzYIWy74RiFfAyFkC5N2DVAEJNLheECiEKFy0tYuXKl
+ PJXVJbit6kpMILpY+4k5RZvEGyIpFBnOHjgchfPmzVNHIQ5lylwaFEZGRqqjcM2aNXY+emI6yDrqB7U4
+ Qxd3z/nmm28Us3XUV0SGE1NAjlHIx0yYMEH9qGpxcXFAQIAwXAAUhoeHqyl86623/vnPfwqjbgGFSUlJ
+ wrCAEESgqlOFQ7hw4YIikVJfiUIn6pFjFCI0UE2ofGHXYPbs2U2aNBGGC4DCV155RS1nVq9efa+ikMiY
+ MmWKMCygavj5+dl8DsYYVPeCggJhWEB9JcPZXPanhmMUEh89e/ZUTxYGBwc3b97c9dbw2LFjYWFhagpn
+ zJhBMyOMugVRKB//A4cOHfrpT3/qogIfOnQo2l4YNeCznLhMxyjcuHEjrbcwanDp0qU2bdokJye7LkoP
+ HDgQGhqqXriWnZ2NUlVknrpBRkaGog9GGz/wwAMoVWE7hWbNmuGswqjBqlWrUlJShGE3HKCQEHnwwQeF
+ IQMXQwagH9i1a5c45BSo8AiHV199VXN+dfLkyXZuwWAiCgsLfX195S6Fitm6deusWbN69OghDjkOsiWX
+ M2DAgJKSEnHIAiL7b3/7m/3bFEiwl0LK7yOPPKJZACiEa9eu5VcuzoseOXJk4sSJy5cv11yUd/bsWZRO
+ XYoabqi3t/fmzZuFbQEHaYKh9i9/+Ys45DhiY2O3b98+depUtbPOnTu3V69ewrAP9lLYu3fvLVu2CKM2
+ aGXi4uKuXr3qRFsqx/vvv//6669TDPSSyfr16xE7TgwEOwGS9osvvqh+ULmysnL8+PH4E5qAtCGOOohB
+ gwYdPXoUIjW3oenSpQtiRxh2wC4K8/LyuHeIaWHXBvkzJiYGpeOEmpJDWhpLWkZbi0MqBAYGnjp1Shju
+ BFV/yJAhwqgNzpBzGDx4sNMpYeTIkadPnw4KClJXfUDz3bRpU2HYAbsonDNnjkH1XrJkCaGD2yJGxCGn
+ cO7cOSrEm2++qejD5CBpu7j22R6QUcaMGaMZIqjx+Ph4ykpkZKTTW1QSD1BIh623drRVq1b2D5bappDs
+ P2rUKIMhSnwKxbhnzx4Xx8BwgoSEBN6KmNbLUagJtz7oJYH7O2LECM1H5k6cOBEREVFRUUG6c3r9dVRU
+ FLoB/vTccdmyZTNnzhSGLdi+Hfn5+XiN3rqHf/3rX1wSXkltMFihNHbsWKo3L1CVo0ePlg4qgO8nJiaS
+ W6Kjow1mjFu0aMEtFoZ7QJ5EVWk+nIXwpq0iFl2RM6i29PR0biy3QrOZ5n727dtXGLZgm8IPP/yQrKLn
+ cfiLREmDBg2kI3ogL/FWCAE9PXLjxg0ILi0tJTMbbA6BoGjcuLEw3IPLly8fPnxY8+bSunFun3zyiY+P
+ jzjkOIqKivz8/O7cuYP41NyVTRJTJ0+eFLYhbFOIECWzaT5BUVVVxUkQE5999hnFWRx1ASQo6SGY5557
+ zmD4w625lFxNOqEJVk8ncRMGDhwIAVTr5ORkcdQptGzZ8vPPP1+wYAFdhDgkA+ympqYi0YVtCNv3IiMj
+ gwKu+VA8ModCyAtaJVMm1glBqcIPHz5cT5deuXLl97//vTDcACgsKCggYaopJPj69+9PTSGXuvhc4LRp
+ 0+ideCt6eclrFVi5cmVaWpowDGGDQmnsleyhvh4UR8eOHSVZbNYYJjKMpF1dXS1dW1lZmfhFbfz85z8X
+ r9wAKIQ/zkR9yRSwzMxMChW5R/O+2w9UG6mSF8OGDeM9pYNy0PXbuS2vDQoJPuSo+qEeSj311rrTCspK
+ 8zwcBRWIsJaSNpmEj5aOK+DWREoJpNPVnBh54403yH70Eug7FyebyMadO3fmBVK/a9eu+I103IqtW7eS
+ 5NTH1bBxL6io4eHhxcXFwraA96UYWFcOAk7CFJWI77/00kvSMN7169cpPFyG9Cs5EPROP41nE3gtH6oe
+ 792+fbu0Bwu6jGt3aDMBNbilEoWApKpeKEuTRmNjz7JSGxSSQtV1e8OGDbQQ1jYDRh999FHSi2S6gmvX
+ rnEx1tvHBTRr1kzdYNDJPP/88+qZYVNAPUZjI2eEbQGfRbstjUqvX7/+9ddftyc+DMDtsgpAJHqPHj0U
+ 8/X8Ad2a4jQ0YUQhwqFNmzaKbo/uAq8hDwjb4pWhoaEuJhYr6CjkNQB5/ZOf/EQYMhAoijkgs7Bx40bF
+ HC/gFlurBlWfiJReOw30dvv27a0jGFRf9eAJF4hD21yzakQhWfTvf/+7MGoAo++99x4yR9iWomViWiPE
+ J0+eLAwLli5dqt5nkIJE1TR9zyGyKIVDsQYJZWEdLyUcOT3Xt9jG43v37m0dw6PEDhgwQLHzCbWJC7cp
+ fY0oxO8U6RGRhnKhqgvbAtKOE3JUb+kwzZC8ygLifvbs2YrGlFJER2X6Rop79+5VrOOCVMqzdeyQe02J
+ Ui89cQLI+Pk1u2NxY8krmPLxBJQ556Mny63QpRAXoN4oxiqJdzI4yU3YFqAbNZtCTktS58KWgY7HevYK
+ 7Nixg6ZQGDUgu5LfhGEBl7plyxbygeYYitPw9/dXuCMuFRUVZa18JKHIyEiKsWS6AvLk2LFjhWFR42Fh
+ YbiIsC3Ytm2bzTVtGhSSK8iNnTp1wvfFoRo0adJEnbITEhLUK0slQC0urHjMBbnctGlT9QIZCVCo3nyP
+ rob8ppjjRnfgPeh7+wf1jcF5KtqV27dv057KZ305Ewq/4kycg3pyG+WIVhKGBTgu7aPxSnYlhbj2s88+
+ i6BQyxOa7vHjxwtDBihUryy1gtoWEBBgbTnWrl371FNPGcz5kbLUUQgQgRRmRW0nOOiR0QXqmu0Q8Euq
+ Dipf0T5xlyFMGBbk5+f36dMH7xG2C8jIyFD0ElKSk2dOrpcwQP9TXPSGqWtRyG2i5dLr8Hh3zUlO3t1g
+ speTePvtt7nLvDnh5evrq1h8pwCXERMTox4KR1tNmDBBs0+ijxw0aBBvblO8aYLTQ1kgMhWJAa1EtlCo
+ CSjs16+fKRTi3OptIEjjL7zwgjBqwDmQEXv16qW5rEZQiMLEkUkaijonB2+BywtDBu64TZHNSTRq1MjH
+ x0dv6t8Kblx8fLy65yNwKfh6c16Qh8qASGHbDRIjmUpz1Q9yEWqFUQMElDUKKfbkKqcXghBeagp5ZySI
+ MGqD6qY5l/A/ClEEixYtokrTCGLq7SnTokULTRFPQbJn1QyBaM+TnpAHGYryCehEodDAwwB1UZH3jMHd
+ h3W9yXd4JSAUI6VQDq+S6OBX0KC5bg+9o5cVuNtSS/buu++qKXzzzTf15lMBsfjXv/5VGDX4H4WIVxod
+ 6e60a9eOqLL8SolHH31UvKoN/t6eVTNQqNYpanB5gwcPVtQkcPbsWVS4psLGcxs2bChFBv4kl3nGGDhw
+ oPRUJm+uVrY5OTnqZ32QTv3797eueSGvYsplJOfP3WjdunXHjh3VwU0W4V+kBumtt95SU0iHjSMKQwZ6
+ MGn2DaGgUCT/oxBRwNvhvzSwSDLNRQ8UfPUiYAnkPQM5YwUhaE8UAj5Ivb0nGYJT12wEcXaUCHeNVDNl
+ ypRJkyaJXxiCyvfggw/ys3HjxpoyjYBQT/cQXtxi+eDUwYMHpTUJaEBpTYJ0AshI5GVKSgrJgwqXnp5O
+ 0d20aRPNgxTZ69at09xD4De/+Y14JQO+y3mSn3jdoUMH+JKOA1ELuQuVlZVIBmkGBM7pnaHWmkYSExMV
+ Hb0VXIDe+kQ5goOD9ZxADj6R4NDcoXXmzJncVl5wYkA6KJUiGkfkEmqWO2V/ceKOc109evRQT8UAKos6
+ jKR1IYqhS9K+Yk0CN1N6T6QWLzgxuOegPC2vWrVKk0LOR7NJmzhxItp+2rRpuIh8Ql9QKCEpKQmlC53k
+ d/Iq50S5Js0iRqBW0XVaQRTq9YVy4Dv2bIOhl0gBYrVbt26cD8IMacodQWfj11VVVfv27VM8yGknjh8/
+ TlMkNV7S/ZUKGA01NU8qWnJwYqQym50oFV1+lzVBSKgfewPIfi5TGBZwvbgsbjp//ny8R7Ge4UcKYQut
+ xV+fOHGCOOWq8GvyDPzhL2RtuQfJMXLkSMXQiSZoJ9RDnWqQxslFepMsJDGcDFnLlUh90sqVK6kf3Hey
+ tBNPP/HvJEC8QdrCjjfnJ7eChExTaPmTWiChUfttDuyRwy5cuKB3xyTMnTtXr2w3adIEv+QFVRPy8BiC
+ qqSkhABVd4c/UkjDIIly3pdcj17iP3H8vLw8jlOEpT9Tg9iV8psxnnzySXvkDB8KhXrJkIooDaDMmzeP
+ e0Rd4bX0XBwlx85pbjnWrl174MABRKlU3qR7SsdGFtWU33gY2Y/8JGwdEL64vvHgHxSqp0QkREVFUT4L
+ CwuR+sQPDiqtB3vmmWfUzv0jhWgzCglFKCQkBHP69OkErLe3N4oLkkhf0p+psXr1ak2HVaBBgwZ6WlcO
+ crLxnzVv3pxsxunxoZJjQR5NEYxyqppaTA/cYq6Xy0R3cJsk/UkowytxpkkAf0YF1Wwk5OB/CSB1HraC
+ AE1OTiY3Crs2qFmwAIVcFx9Hm4csQnCQY9Vd448U0p5zX5o1a8YLsHDhQgIiLCwM/g34A9TqiIgI9YCc
+ HFRWosem8wLOmAgThg4ef/zxvn37EjGwKN3Npk2bogmpanqjUJogWZFjuNLNmzcTiJLee/rpp7t27Yow
+ kf5GDWLUZuGwSSEfTVHQW6NG8oQLBGBsbCxnIuUJKgXZXr1W/0cKyV2kTWo1CA8P79mzp51f4n369Gki
+ Q29AQALnAYU2r5wiR/dqU9/iUuQTFL+/v39gYCAX5ufnh1M7Me6FbKFZJvTxCZyV+JOmCyRRowmaAU7S
+ OEnCARQa/A3VNygoyGBSnpDIysqiD9m7dy8ygsSDY3G96omLHymUgOOQQ7jj/I/eYKkCnC4U2nwq7qGH
+ HrIpGvlQfM2mlpNAwHGvc3NzuekGj3wYA6qIY/R2XFwc+tC6+MoAiAaqtSQ39CAJLoPshcfjdsLQB8H3
+ kgUkec5NsYJCgpJC58AtsMk3TQXthzB0UFBQQDSoB0iNYRwQ9gDpYRB2ClA+Q0NDCSNha4EkQRtnUFw+
+ +OAD9XC2JogQfpJgFL2EFeZQmJOTQz8uDB20b9/eZhRSfUeNGmVcVusDiHvjrINDk+ENLoRC7oR+1oQ5
+ FJLTGjVqJAwdkNAVi2LUoPWhwtuczbjnwM/UD+jKgapo27atQU7mbjix9agmzKGQVEb7YZxL27Rpg5YT
+ hhaoLjTplENh12PQtPXp00cYWpBUksFQX6tWrczyVHMoBJs2bUKgC0MLPj4+1gVbmrh+/Tq9/73aX8Yh
+ lJeXGz/XQS7Bp4WhAu1d9+7djcdu7IdpFJaVlSl2FlDg2WefNd5nFs+lVdIbWqtvoNQZLILKzMzs0qWL
+ MFRA1qXrf8uxozCNQvQSRV49VWsFiYUKIQwt0JubeGHuxuLFiw2GfLdt20Z7LYzaoG1DdWu2B87BNAoB
+ l2TAARQafBtKUVERbqtYvVKfQSUz+IblQ4cOSU81q7FlyxbjOuoozKRwt+Wb+fTW+KLBDHr2iIgI9z3p
+ 4iZ06tRJr/yj7OZoPdADlixZYs+sgP0wk0Laz9jYWD1dSvEwkKwPPfSQeOU5ePvtt/U2NkFXaw5h37p1
+ C0d3YiDQAGZSSDmkY9ULtYCAAIOx41/96lfileeA7l5vI12uVHORw7Vr1woKCmyO4TkEMyk8d+5cXFyc
+ 5poJQF9o0PNpLhip5zh//nx4eLgwaoOboF4LD65cubJ//377l4bYAzMpJP5Gjx6tt1i9devWmpsdSfjF
+ L34hXnkOjh49qrcaiJKhuS4GxY5Yrb9ReOrUKQMKae3lC78UeOSRR8QrzwGyU28+jluhuZbwwoUL77zz
+ Tv2lkCiMiYnRWyX12GOP6S26vXnzZvPmzYXhOSCp6CXSY8eO9e7dWz3+Qu7dsGGDQ/PSNmEmhbR9iYmJ
+ msMrN27c8PLyWl/7sR0r6LHc+k25bkJZWVn//v2FURvITs3NyvHvjIwMc6dizKQwPz+fGq65emXjxo00
+ /j179hS2Cr/85S/FK88BUai3uBlnffrpp4UhA4l006ZNtBbCNgNmUrhq1Sq9/X4iIyPR2UhwzWVhwFiv
+ 1k9kZmZGRUUJozZIsP7+/mpxfvXq1Y8++sh4xt9RmEkhfb16D1ZAgu3bt+/3lpV0el9XC/16bXK9BYVf
+ c8sGgozSXlhYqH4kv7q6+uDBgzYXqTgE0yikaQ0KCtJcI8tBKeFwwXp7NFJBn3/+eb3BufqJ5557TnO8
+ ac+ePb6+vryQnhSTAy26Zs0a4+F+R2EahSQNaR2tGqWlpX369IEe3JZKII7WBoomNTXVIyYLJZSXl+s9
+ CHjixIl27drxQnM2Cj9ebOo+8aZRSNNqMCkfFxeHzjZYs4X+TktL05Os9RCcrWbnB+gZWrVqhV7NyckR
+ h2RA2dE9C8MMmEYhOsXgeyqokVR4PQkuQfNhsHoL6ekOYdQGagU5Sr7RfGaPfqNXr14Gq4QdhWkU0rar
+ H+WygpaWvlCz+FuxevVqvQXq9RChoaEG059TpkzhDzS3JiA6EXd6KwqdgGkUfmyBMFTA6R544AHNR/Wt
+ SE9Pd3pFb92jW7duFfr7Mq1YsaJly5aaa1P5r4iICIPlDY7CNAqJM4NEysUQhQZ5kloIfx406wuFens3
+ AHKsXuHPy8vr0qWLid29aRSSGRT7JslBX9GiRYuhQ4cKW4XvvvuOfkP9wEC9RVhYmMFqLnxRb7H21q1b
+ 7XlU1n6YRmFxcfGwYcP01sYnJCRQxv39/YWtwldffRUcHGzg1/UNVLsk/e/ToKi3bdtWGLVBvVB8FZuL
+ MI3CGzduhISEaJZDOtx+/fpVVlZGR0frzTfxjz1c+CKrugfNn+YuMBJ69+7NxapbeFycptCerQnsh2kU
+ gpEjR1o37ZSjsLCQdoLmferUqXpP1L300kvW7473FHh7e2sKlqtXr7Zu3Zqm8B3V7oLV1dV0GgYLUJ2A
+ mRTu2LFj1qxZ6ieyiLDIyEgEi8FG+j/72c/EK88BraHmsD7kkVGOHj2q3kXi22+/LSgoMHcc0UwKS0pK
+ RowYoR6eJ58go+krJk+erDmCs3PnTrpdYXgOaPukPV4UQJR17dqVq1YnTHoJeK2/MxWcGUVePc5JIh0w
+ YAA5h99qtg3IHIPFbfUWlH+uSz2yT56kbSDa1BTu2rWLalJ/5wtJldI2Rwpdevz4cS6VtoGzV1NI4v31
+ r38tDE8DhUO92PDrr78ODAxUR+Hdu3fRMgsWLJCe+jQLZlII9u/fHxcXp3gCFhWKWoEqolDdO65YsUJz
+ sZdH4MCBA6NHj1aMlpGN2rVrd+TIEUUt/PLLL8eNG2fwfL1zMJnCy5cv0wIqtq4msdBUcGFEoXpoOCAg
+ wFyFVpfgeukfFLUDqjp27AhVdPHikAUEJf5t+nMjJlMIpO175Yu3zpw5A4U3b96EQsV0Eq4aFhbmWTO9
+ clDgV65cqdiGBi3aqVMn/FK+QSR1BK3njsbJfAoPHjyI2paLruLiYijE+2bMmKEoD8uWLbO5y0w9x7lz
+ 53Jzc+XljSaqc+fOiDh5E1xWVoZMdcejW+ZTCOgCpa21JOCPISEh165doxLId3XGMZOSkowfLK3/wEHj
+ 4+PlMw+lpaX0SHl5eXLthpAhCQnDVLiLQjkxeOiQIUNIp23btpV7K43E0KFD9dYHewooEFQ4eb9Lz/Dw
+ ww8j3OSj9l5eXuY+0GSFWygcOHCg4gtXSJgpKSmKXZdpNigPF8z4sqd7i/nz56MAhGFBVFSUYikwFIpX
+ ZsMt7xsRESHfkePOnTvIVPQ3xUAcsqCioiI2Nna3a1/ifM9BXpk2bRqtkbAtoOQrtn30JAo5e+SM4rEB
+ KMzOzu7QoYOwa0Cfa+c+zPUWyGliTvG4LzdBsSzWYyik4NHFq6ec9u7dyzUo+iTA9dMFe9DaQzXooNDb
+ iq37qSOjan9/ZoMGDTjijvbJTAppg7p37665UrS6ulpvP1ka4ccff1xvlXd9xvbt2318fMaOHUvDIA7V
+ AHWjiMLKysq5c+cGBwcrUq7rMIdCzm/MmDHIS801WxIMfoULk3sROzt37jRrTyR3A38lf+iNK6WlpWlO
+ YpClkpOTDZb6OQETKKQ3CAoKMlgXc/HiRS6pYcOGxvuR0od069bNU9TN0qVL9VZzAzpChfy2giwVFhYm
+ DDNgAoUxMTHqr8yQUFVVNXHiRLIrMbpt27YBAwZ07NgRXaq37psiijRQ1JV6i+HDh7ds2TIxMXHevHlr
+ 166V5w+Ot27d2vo0L1dET7VkyZL4+PjOnTubO5phAoXR0dF6lCy2fBFEeXm5tECBSyopKUG8PfHEE5rL
+ 3aQFKecNv+utXoHqQIWjtQ8JCWnatKmvry/V7g9/+MOsWbNyc3N79OiBc7dv3/53v/sdjg7lc+bM0dtO
+ wmmYQCECml5e/uSqNF+I/qS91ezc6RSlOSnFzBnNflJSkrmPotcl6H3RotZtWwoKCpYvX37UpK9X1IMJ
+ FKI2Bw0aNGPGDMKLkyZhkjFSU1P79OkjHylVgJKARl24cGFmZiZhV1xczJHx48cbfJvCfWjCBAoBuX79
+ +vUkjXHjxk2fPh0ycnJyjIcEr1+/TuVDl5NpYY6f1Illy5Z57sTTvYI5FErg7ldUVMinmewBXJ46dYoo
+ JBXLZxnvw06YSeF93AP85z//BXpcYHjbZFOvAAAAAElFTkSuQmCC
+
+
+
+ 62
+
AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABMLAAATCwAAAAAAAAAA
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs
index 151a341..edfd4b9 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.cs
@@ -12,7 +12,7 @@ namespace AIMS.PublicUI.UI
public partial class frmAnaseDataQualityRecord : Form
{
///
- /// 手术记录
+ /// 手术记录
///
public DrawGraph.OperationRecord _record;
///
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs
index d0cb96d..7d3dce1 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmAnaseDataQualityRecord.designer.cs
@@ -30,23 +30,23 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnaseDataQualityRecord));
this.panel1 = new System.Windows.Forms.Panel();
+ this.checkBox1 = new System.Windows.Forms.CheckBox();
this.btndefault = new DevComponents.DotNetBar.ButtonX();
this.btnSave = new DevComponents.DotNetBar.ButtonX();
this.panel3 = new System.Windows.Forms.Panel();
- this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
- this.spTabZLZK = new DevComponents.DotNetBar.SuperTabItem();
+ this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
+ this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx();
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
this.panelExZKZB = new DevComponents.DotNetBar.PanelEx();
+ this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
+ this.spTabZLZK = new DevComponents.DotNetBar.SuperTabItem();
this.spTabBLSJ = new DevComponents.DotNetBar.SuperTabItem();
- this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.panelExBLSJ = new DevComponents.DotNetBar.PanelEx();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
+ this.superTabControlPanel2.SuspendLayout();
+ this.superTabControlPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
this.superTabControl1.SuspendLayout();
- this.superTabControlPanel1.SuspendLayout();
- this.superTabControlPanel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
@@ -62,6 +62,16 @@
this.panel1.Size = new System.Drawing.Size(495, 49);
this.panel1.TabIndex = 4;
//
+ // checkBox1
+ //
+ this.checkBox1.AutoSize = true;
+ this.checkBox1.Location = new System.Drawing.Point(12, 12);
+ this.checkBox1.Name = "checkBox1";
+ this.checkBox1.Size = new System.Drawing.Size(98, 24);
+ this.checkBox1.TabIndex = 7;
+ this.checkBox1.Text = "无不良事件";
+ this.checkBox1.UseVisualStyleBackColor = true;
+ //
// btndefault
//
this.btndefault.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
@@ -93,6 +103,62 @@
this.panel3.Size = new System.Drawing.Size(495, 598);
this.panel3.TabIndex = 6;
//
+ // superTabControlPanel2
+ //
+ this.superTabControlPanel2.Controls.Add(this.panelExBLSJ);
+ this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0);
+ this.superTabControlPanel2.Name = "superTabControlPanel2";
+ this.superTabControlPanel2.Size = new System.Drawing.Size(495, 598);
+ this.superTabControlPanel2.TabIndex = 0;
+ this.superTabControlPanel2.TabItem = this.spTabBLSJ;
+ //
+ // panelExBLSJ
+ //
+ this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control;
+ this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty;
+ this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panelExBLSJ.Location = new System.Drawing.Point(0, 0);
+ this.panelExBLSJ.Name = "panelExBLSJ";
+ this.panelExBLSJ.Size = new System.Drawing.Size(495, 598);
+ this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center;
+ this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.panelExBLSJ.Style.GradientAngle = 90;
+ this.panelExBLSJ.TabIndex = 0;
+ //
+ // superTabControlPanel1
+ //
+ this.superTabControlPanel1.Controls.Add(this.panelExZKZB);
+ this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0);
+ this.superTabControlPanel1.Name = "superTabControlPanel1";
+ this.superTabControlPanel1.Size = new System.Drawing.Size(495, 598);
+ this.superTabControlPanel1.TabIndex = 1;
+ this.superTabControlPanel1.TabItem = this.spTabZLZK;
+ //
+ // panelExZKZB
+ //
+ this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control;
+ this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty;
+ this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panelExZKZB.Location = new System.Drawing.Point(0, 0);
+ this.panelExZKZB.Name = "panelExZKZB";
+ this.panelExZKZB.Size = new System.Drawing.Size(495, 598);
+ this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center;
+ this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.panelExZKZB.Style.GradientAngle = 90;
+ this.panelExZKZB.TabIndex = 0;
+ //
// superTabControl1
//
//
@@ -121,9 +187,6 @@
this.superTabControl1.Size = new System.Drawing.Size(495, 598);
this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.superTabControl1.TabIndex = 0;
- this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.spTabZLZK,
- this.spTabBLSJ});
//
// spTabZLZK
//
@@ -132,34 +195,6 @@
this.spTabZLZK.Name = "spTabZLZK";
this.spTabZLZK.Text = "麻醉质量指控";
//
- // superTabControlPanel1
- //
- this.superTabControlPanel1.Controls.Add(this.panelExZKZB);
- this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
- this.superTabControlPanel1.Name = "superTabControlPanel1";
- this.superTabControlPanel1.Size = new System.Drawing.Size(495, 570);
- this.superTabControlPanel1.TabIndex = 1;
- this.superTabControlPanel1.TabItem = this.spTabZLZK;
- //
- // panelExZKZB
- //
- this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control;
- this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty;
- this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelExZKZB.Location = new System.Drawing.Point(0, 0);
- this.panelExZKZB.Name = "panelExZKZB";
- this.panelExZKZB.Size = new System.Drawing.Size(495, 570);
- this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.panelExZKZB.Style.GradientAngle = 90;
- this.panelExZKZB.TabIndex = 0;
- //
// spTabBLSJ
//
this.spTabBLSJ.AttachedControl = this.superTabControlPanel2;
@@ -167,44 +202,6 @@
this.spTabBLSJ.Name = "spTabBLSJ";
this.spTabBLSJ.Text = "不良事件";
//
- // superTabControlPanel2
- //
- this.superTabControlPanel2.Controls.Add(this.panelExBLSJ);
- this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28);
- this.superTabControlPanel2.Name = "superTabControlPanel2";
- this.superTabControlPanel2.Size = new System.Drawing.Size(495, 570);
- this.superTabControlPanel2.TabIndex = 0;
- this.superTabControlPanel2.TabItem = this.spTabBLSJ;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(12, 12);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(98, 24);
- this.checkBox1.TabIndex = 7;
- this.checkBox1.Text = "无不良事件";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // panelExBLSJ
- //
- this.panelExBLSJ.CanvasColor = System.Drawing.SystemColors.Control;
- this.panelExBLSJ.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.panelExBLSJ.DisabledBackColor = System.Drawing.Color.Empty;
- this.panelExBLSJ.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelExBLSJ.Location = new System.Drawing.Point(0, 0);
- this.panelExBLSJ.Name = "panelExBLSJ";
- this.panelExBLSJ.Size = new System.Drawing.Size(495, 570);
- this.panelExBLSJ.Style.Alignment = System.Drawing.StringAlignment.Center;
- this.panelExBLSJ.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.panelExBLSJ.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.panelExBLSJ.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.panelExBLSJ.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.panelExBLSJ.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.panelExBLSJ.Style.GradientAngle = 90;
- this.panelExBLSJ.TabIndex = 0;
- //
// frmAnaseDataQualityRecord
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -223,10 +220,10 @@
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
+ this.superTabControlPanel2.ResumeLayout(false);
+ this.superTabControlPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
this.superTabControl1.ResumeLayout(false);
- this.superTabControlPanel1.ResumeLayout(false);
- this.superTabControlPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -237,13 +234,13 @@
private System.Windows.Forms.Panel panel3;
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.ButtonX btndefault;
+ private System.Windows.Forms.CheckBox checkBox1;
private DevComponents.DotNetBar.SuperTabControl superTabControl1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
private DevComponents.DotNetBar.PanelEx panelExZKZB;
private DevComponents.DotNetBar.SuperTabItem spTabZLZK;
- private System.Windows.Forms.CheckBox checkBox1;
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
- private DevComponents.DotNetBar.SuperTabItem spTabBLSJ;
private DevComponents.DotNetBar.PanelEx panelExBLSJ;
+ private DevComponents.DotNetBar.SuperTabItem spTabBLSJ;
}
}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs
index f744241..c5df46e 100644
--- a/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs
+++ b/AIMS/OperationDoing/AnasRecordBill/frmSelectPatientNew.cs
@@ -175,7 +175,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
if (State == "开始手术")
{
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -195,7 +195,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
else
{
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
@@ -272,7 +272,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
BOperationRecord.DeleteEvent(PatientId, 8);
HelperDB.DbHelperSQL.CommitTrans();
- AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBillNew frmAnasRecord = new frmAnasRecordBillNew();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordBill frmAnasRecord = new frmAnasRecordBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs
rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs
index f60833f..3b7e85e 100644
--- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.Designer.cs
+++ b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.Designer.cs
@@ -1,6 +1,6 @@
namespace AIMS.OperationDoing.AnasRecoverBill.UI
{
- partial class frmAnasRecoverBillNew
+ partial class frmAnasRecoverBill
{
///
/// Required designer variable.
@@ -29,7 +29,7 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecoverBillNew));
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAnasRecoverBill));
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs
similarity index 99%
rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs
rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs
index bc8971b..d18d295 100644
--- a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.cs
+++ b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.cs
@@ -20,7 +20,7 @@ using System.Windows.Forms;
namespace AIMS.OperationDoing.AnasRecoverBill.UI
{
- public partial class frmAnasRecoverBillNew : Form
+ public partial class frmAnasRecoverBill : Form
{
#region 初始化
public OperationRecord _record;
@@ -33,7 +33,7 @@ namespace AIMS.OperationDoing.AnasRecoverBill.UI
public AIMSExtension.EditState State;
public bool isReadOnly = false;
- public frmAnasRecoverBillNew()
+ public frmAnasRecoverBill()
{
InitializeComponent();
#region 时间轴事件
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.resx b/AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx
similarity index 100%
rename from AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBillNew.resx
rename to AIMS/OperationDoing/AnasRecoverBill/frmAnasRecoverBill.resx
diff --git a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs b/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs
index 211ee37..924fa4e 100644
--- a/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs
+++ b/AIMS/OperationDoing/AnasRecoverBill/frmRecoverPatient.cs
@@ -142,7 +142,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
{
if (supTabPatient.SelectedTab.Name == "待恢复" && dgv.SelectedRows.Count > 0)
{
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBillNew();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill();
frmAnasRecord.PatientId = int.Parse(dgv.SelectedRows[0].Cells["PatientIdColumn"].Value.ToString());
frmAnasRecord.ApplyId = int.Parse(dgv.SelectedRows[0].Cells["ApplyIdColumn"].Value.ToString());
frmAnasRecord.RecoverId = RecoverId;
@@ -182,7 +182,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
}
else
{
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBillNew();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new AnasRecoverBill.UI.frmAnasRecoverBill();
frmAnasRecord.PatientId = PatientId;
frmAnasRecord.ApplyId = applyId;
frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(int.Parse(uc.Tag.ToString()));
@@ -202,7 +202,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
int SelApplyId = int.Parse(dgv2.CurrentRow.Cells["ApplyIdColumn2"].Value.ToString());
int SelPatientId = int.Parse(dgv2.CurrentRow.Cells["PatientIdColumn2"].Value.ToString());
- AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBillNew();
+ AIMS.OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill frmAnasRecord = new OperationDoing.AnasRecoverBill.UI.frmAnasRecoverBill();
frmAnasRecord.PatientId = SelPatientId;
frmAnasRecord.ApplyId = SelApplyId;
frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
diff --git a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs
index 2ebf868..65e29dc 100644
--- a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs
+++ b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.designer.cs
@@ -51,61 +51,6 @@
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.panel1 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
- this.panel4 = new System.Windows.Forms.Panel();
- this.panel11 = new System.Windows.Forms.Panel();
- this.label46 = new System.Windows.Forms.Label();
- this.label47 = new System.Windows.Forms.Label();
- this.uText21 = new System.Windows.Forms.TextBox();
- this.uText22 = new System.Windows.Forms.TextBox();
- this.label48 = new System.Windows.Forms.Label();
- this.label49 = new System.Windows.Forms.Label();
- this.uText23 = new System.Windows.Forms.TextBox();
- this.uText24 = new System.Windows.Forms.TextBox();
- this.label50 = new System.Windows.Forms.Label();
- this.uText25 = new System.Windows.Forms.TextBox();
- this.label51 = new System.Windows.Forms.Label();
- this.uText26 = new System.Windows.Forms.TextBox();
- this.panel10 = new System.Windows.Forms.Panel();
- this.label37 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.uText15 = new System.Windows.Forms.TextBox();
- this.uText16 = new System.Windows.Forms.TextBox();
- this.label42 = new System.Windows.Forms.Label();
- this.label43 = new System.Windows.Forms.Label();
- this.uText17 = new System.Windows.Forms.TextBox();
- this.uText18 = new System.Windows.Forms.TextBox();
- this.label44 = new System.Windows.Forms.Label();
- this.uText19 = new System.Windows.Forms.TextBox();
- this.label45 = new System.Windows.Forms.Label();
- this.uText20 = new System.Windows.Forms.TextBox();
- this.panel9 = new System.Windows.Forms.Panel();
- this.label29 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.uText9 = new System.Windows.Forms.TextBox();
- this.uText10 = new System.Windows.Forms.TextBox();
- this.label31 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.uText11 = new System.Windows.Forms.TextBox();
- this.uText12 = new System.Windows.Forms.TextBox();
- this.label33 = new System.Windows.Forms.Label();
- this.uText13 = new System.Windows.Forms.TextBox();
- this.label34 = new System.Windows.Forms.Label();
- this.uText14 = new System.Windows.Forms.TextBox();
- this.panel6 = new System.Windows.Forms.Panel();
- this.label27 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.uText8 = new System.Windows.Forms.TextBox();
- this.uText4 = new System.Windows.Forms.TextBox();
- this.label25 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.uText7 = new System.Windows.Forms.TextBox();
- this.uText1 = new System.Windows.Forms.TextBox();
- this.label24 = new System.Windows.Forms.Label();
- this.uText5 = new System.Windows.Forms.TextBox();
- this.label17 = new System.Windows.Forms.Label();
- this.uText6 = new System.Windows.Forms.TextBox();
- this.panel5 = new System.Windows.Forms.Panel();
- this.label8 = new System.Windows.Forms.Label();
this.panel15 = new System.Windows.Forms.Panel();
this.label28 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
@@ -210,15 +155,64 @@
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
+ this.panel5 = new System.Windows.Forms.Panel();
+ this.label8 = new System.Windows.Forms.Label();
+ this.panel6 = new System.Windows.Forms.Panel();
+ this.uText6 = new System.Windows.Forms.TextBox();
+ this.label17 = new System.Windows.Forms.Label();
+ this.uText5 = new System.Windows.Forms.TextBox();
+ this.label24 = new System.Windows.Forms.Label();
+ this.uText1 = new System.Windows.Forms.TextBox();
+ this.uText7 = new System.Windows.Forms.TextBox();
+ this.label21 = new System.Windows.Forms.Label();
+ this.label25 = new System.Windows.Forms.Label();
+ this.uText4 = new System.Windows.Forms.TextBox();
+ this.uText8 = new System.Windows.Forms.TextBox();
+ this.label22 = new System.Windows.Forms.Label();
+ this.label27 = new System.Windows.Forms.Label();
+ this.panel9 = new System.Windows.Forms.Panel();
+ this.uText14 = new System.Windows.Forms.TextBox();
+ this.label34 = new System.Windows.Forms.Label();
+ this.uText13 = new System.Windows.Forms.TextBox();
+ this.label33 = new System.Windows.Forms.Label();
+ this.uText12 = new System.Windows.Forms.TextBox();
+ this.uText11 = new System.Windows.Forms.TextBox();
+ this.label32 = new System.Windows.Forms.Label();
+ this.label31 = new System.Windows.Forms.Label();
+ this.uText10 = new System.Windows.Forms.TextBox();
+ this.uText9 = new System.Windows.Forms.TextBox();
+ this.label30 = new System.Windows.Forms.Label();
+ this.label29 = new System.Windows.Forms.Label();
+ this.panel10 = new System.Windows.Forms.Panel();
+ this.uText20 = new System.Windows.Forms.TextBox();
+ this.label45 = new System.Windows.Forms.Label();
+ this.uText19 = new System.Windows.Forms.TextBox();
+ this.label44 = new System.Windows.Forms.Label();
+ this.uText18 = new System.Windows.Forms.TextBox();
+ this.uText17 = new System.Windows.Forms.TextBox();
+ this.label43 = new System.Windows.Forms.Label();
+ this.label42 = new System.Windows.Forms.Label();
+ this.uText16 = new System.Windows.Forms.TextBox();
+ this.uText15 = new System.Windows.Forms.TextBox();
+ this.label38 = new System.Windows.Forms.Label();
+ this.label37 = new System.Windows.Forms.Label();
+ this.panel11 = new System.Windows.Forms.Panel();
+ this.uText26 = new System.Windows.Forms.TextBox();
+ this.label51 = new System.Windows.Forms.Label();
+ this.uText25 = new System.Windows.Forms.TextBox();
+ this.label50 = new System.Windows.Forms.Label();
+ this.uText24 = new System.Windows.Forms.TextBox();
+ this.uText23 = new System.Windows.Forms.TextBox();
+ this.label49 = new System.Windows.Forms.Label();
+ this.label48 = new System.Windows.Forms.Label();
+ this.uText22 = new System.Windows.Forms.TextBox();
+ this.uText21 = new System.Windows.Forms.TextBox();
+ this.label47 = new System.Windows.Forms.Label();
+ this.label46 = new System.Windows.Forms.Label();
+ this.panel4 = new System.Windows.Forms.Panel();
this.panel3.SuspendLayout();
this.panel1.SuspendLayout();
this.panel14.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel11.SuspendLayout();
- this.panel10.SuspendLayout();
- this.panel9.SuspendLayout();
- this.panel6.SuspendLayout();
- this.panel5.SuspendLayout();
this.panel15.SuspendLayout();
this.groupBox1.SuspendLayout();
this.plBottom.SuspendLayout();
@@ -231,6 +225,12 @@
this.panel24.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.toolStrip1.SuspendLayout();
+ this.panel5.SuspendLayout();
+ this.panel6.SuspendLayout();
+ this.panel9.SuspendLayout();
+ this.panel10.SuspendLayout();
+ this.panel11.SuspendLayout();
+ this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel3
@@ -511,651 +511,6 @@
this.panel14.Size = new System.Drawing.Size(1060, 562);
this.panel14.TabIndex = 1356;
//
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.panel11);
- this.panel4.Controls.Add(this.panel10);
- this.panel4.Controls.Add(this.panel9);
- this.panel4.Controls.Add(this.panel6);
- this.panel4.Controls.Add(this.panel5);
- this.panel4.Location = new System.Drawing.Point(2, 291);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1055, 242);
- this.panel4.TabIndex = 1468;
- //
- // panel11
- //
- this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel11.Controls.Add(this.label46);
- this.panel11.Controls.Add(this.label47);
- this.panel11.Controls.Add(this.uText21);
- this.panel11.Controls.Add(this.uText22);
- this.panel11.Controls.Add(this.label48);
- this.panel11.Controls.Add(this.label49);
- this.panel11.Controls.Add(this.uText23);
- this.panel11.Controls.Add(this.uText24);
- this.panel11.Controls.Add(this.label50);
- this.panel11.Controls.Add(this.uText25);
- this.panel11.Controls.Add(this.label51);
- this.panel11.Controls.Add(this.uText26);
- this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel11.Location = new System.Drawing.Point(54, 183);
- this.panel11.Name = "panel11";
- this.panel11.Size = new System.Drawing.Size(999, 59);
- this.panel11.TabIndex = 1356;
- //
- // label46
- //
- this.label46.AutoSize = true;
- this.label46.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label46.Location = new System.Drawing.Point(668, 30);
- this.label46.Name = "label46";
- this.label46.Size = new System.Drawing.Size(65, 20);
- this.label46.TabIndex = 1449;
- this.label46.Text = "失效日期";
- //
- // label47
- //
- this.label47.AutoSize = true;
- this.label47.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label47.Location = new System.Drawing.Point(668, 1);
- this.label47.Name = "label47";
- this.label47.Size = new System.Drawing.Size(79, 20);
- this.label47.TabIndex = 1449;
- this.label47.Text = "灭菌器编号";
- //
- // uText21
- //
- this.uText21.BackColor = System.Drawing.Color.White;
- this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText21.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText21.Location = new System.Drawing.Point(769, 33);
- this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText21.Name = "uText21";
- this.uText21.Size = new System.Drawing.Size(217, 23);
- this.uText21.TabIndex = 1435;
- this.uText21.Tag = "AH73";
- //
- // uText22
- //
- this.uText22.BackColor = System.Drawing.Color.White;
- this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText22.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText22.Location = new System.Drawing.Point(769, 4);
- this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText22.Name = "uText22";
- this.uText22.Size = new System.Drawing.Size(217, 23);
- this.uText22.TabIndex = 1435;
- this.uText22.Tag = "AH72";
- //
- // label48
- //
- this.label48.AutoSize = true;
- this.label48.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label48.Location = new System.Drawing.Point(367, 30);
- this.label48.Name = "label48";
- this.label48.Size = new System.Drawing.Size(65, 20);
- this.label48.TabIndex = 1449;
- this.label48.Text = "灭菌日期";
- //
- // label49
- //
- this.label49.AutoSize = true;
- this.label49.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label49.Location = new System.Drawing.Point(367, 1);
- this.label49.Name = "label49";
- this.label49.Size = new System.Drawing.Size(51, 20);
- this.label49.TabIndex = 1449;
- this.label49.Text = "包装者";
- //
- // uText23
- //
- this.uText23.BackColor = System.Drawing.Color.White;
- this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText23.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText23.Location = new System.Drawing.Point(451, 33);
- this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText23.Name = "uText23";
- this.uText23.Size = new System.Drawing.Size(200, 23);
- this.uText23.TabIndex = 1435;
- this.uText23.Tag = "V73";
- //
- // uText24
- //
- this.uText24.BackColor = System.Drawing.Color.White;
- this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText24.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText24.Location = new System.Drawing.Point(451, 4);
- this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText24.Name = "uText24";
- this.uText24.Size = new System.Drawing.Size(200, 23);
- this.uText24.TabIndex = 1435;
- this.uText24.Tag = "V72";
- //
- // label50
- //
- this.label50.AutoSize = true;
- this.label50.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label50.Location = new System.Drawing.Point(22, 30);
- this.label50.Name = "label50";
- this.label50.Size = new System.Drawing.Size(65, 20);
- this.label50.TabIndex = 1449;
- this.label50.Text = "灭菌批次";
- //
- // uText25
- //
- this.uText25.BackColor = System.Drawing.Color.White;
- this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText25.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText25.Location = new System.Drawing.Point(106, 33);
- this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText25.Name = "uText25";
- this.uText25.Size = new System.Drawing.Size(255, 23);
- this.uText25.TabIndex = 1435;
- this.uText25.Tag = "H73";
- //
- // label51
- //
- this.label51.AutoSize = true;
- this.label51.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label51.Location = new System.Drawing.Point(22, 1);
- this.label51.Name = "label51";
- this.label51.Size = new System.Drawing.Size(65, 20);
- this.label51.TabIndex = 1449;
- this.label51.Text = "物品名称";
- //
- // uText26
- //
- this.uText26.BackColor = System.Drawing.Color.White;
- this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText26.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText26.Location = new System.Drawing.Point(106, 4);
- this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText26.Name = "uText26";
- this.uText26.Size = new System.Drawing.Size(255, 23);
- this.uText26.TabIndex = 1435;
- this.uText26.Tag = "H72";
- //
- // panel10
- //
- this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel10.Controls.Add(this.label37);
- this.panel10.Controls.Add(this.label38);
- this.panel10.Controls.Add(this.uText15);
- this.panel10.Controls.Add(this.uText16);
- this.panel10.Controls.Add(this.label42);
- this.panel10.Controls.Add(this.label43);
- this.panel10.Controls.Add(this.uText17);
- this.panel10.Controls.Add(this.uText18);
- this.panel10.Controls.Add(this.label44);
- this.panel10.Controls.Add(this.uText19);
- this.panel10.Controls.Add(this.label45);
- this.panel10.Controls.Add(this.uText20);
- this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel10.Location = new System.Drawing.Point(54, 120);
- this.panel10.Name = "panel10";
- this.panel10.Size = new System.Drawing.Size(999, 63);
- this.panel10.TabIndex = 1355;
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label37.Location = new System.Drawing.Point(668, 31);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(65, 20);
- this.label37.TabIndex = 1449;
- this.label37.Text = "失效日期";
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label38.Location = new System.Drawing.Point(668, 2);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(79, 20);
- this.label38.TabIndex = 1449;
- this.label38.Text = "灭菌器编号";
- //
- // uText15
- //
- this.uText15.BackColor = System.Drawing.Color.White;
- this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText15.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText15.Location = new System.Drawing.Point(769, 34);
- this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText15.Name = "uText15";
- this.uText15.Size = new System.Drawing.Size(217, 23);
- this.uText15.TabIndex = 1435;
- this.uText15.Tag = "AH70";
- //
- // uText16
- //
- this.uText16.BackColor = System.Drawing.Color.White;
- this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText16.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText16.Location = new System.Drawing.Point(769, 5);
- this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText16.Name = "uText16";
- this.uText16.Size = new System.Drawing.Size(217, 23);
- this.uText16.TabIndex = 1435;
- this.uText16.Tag = "AH69";
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label42.Location = new System.Drawing.Point(367, 31);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(65, 20);
- this.label42.TabIndex = 1449;
- this.label42.Text = "灭菌日期";
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label43.Location = new System.Drawing.Point(367, 2);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(51, 20);
- this.label43.TabIndex = 1449;
- this.label43.Text = "包装者";
- //
- // uText17
- //
- this.uText17.BackColor = System.Drawing.Color.White;
- this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText17.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText17.Location = new System.Drawing.Point(451, 34);
- this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText17.Name = "uText17";
- this.uText17.Size = new System.Drawing.Size(200, 23);
- this.uText17.TabIndex = 1435;
- this.uText17.Tag = "V70";
- //
- // uText18
- //
- this.uText18.BackColor = System.Drawing.Color.White;
- this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText18.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText18.Location = new System.Drawing.Point(451, 5);
- this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText18.Name = "uText18";
- this.uText18.Size = new System.Drawing.Size(200, 23);
- this.uText18.TabIndex = 1435;
- this.uText18.Tag = "V69";
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label44.Location = new System.Drawing.Point(22, 31);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(65, 20);
- this.label44.TabIndex = 1449;
- this.label44.Text = "灭菌批次";
- //
- // uText19
- //
- this.uText19.BackColor = System.Drawing.Color.White;
- this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText19.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText19.Location = new System.Drawing.Point(106, 34);
- this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText19.Name = "uText19";
- this.uText19.Size = new System.Drawing.Size(255, 23);
- this.uText19.TabIndex = 1435;
- this.uText19.Tag = "H70";
- //
- // label45
- //
- this.label45.AutoSize = true;
- this.label45.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label45.Location = new System.Drawing.Point(22, 2);
- this.label45.Name = "label45";
- this.label45.Size = new System.Drawing.Size(65, 20);
- this.label45.TabIndex = 1449;
- this.label45.Text = "物品名称";
- //
- // uText20
- //
- this.uText20.BackColor = System.Drawing.Color.White;
- this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText20.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText20.Location = new System.Drawing.Point(106, 5);
- this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText20.Name = "uText20";
- this.uText20.Size = new System.Drawing.Size(255, 23);
- this.uText20.TabIndex = 1435;
- this.uText20.Tag = "H69";
- //
- // panel9
- //
- this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel9.Controls.Add(this.label29);
- this.panel9.Controls.Add(this.label30);
- this.panel9.Controls.Add(this.uText9);
- this.panel9.Controls.Add(this.uText10);
- this.panel9.Controls.Add(this.label31);
- this.panel9.Controls.Add(this.label32);
- this.panel9.Controls.Add(this.uText11);
- this.panel9.Controls.Add(this.uText12);
- this.panel9.Controls.Add(this.label33);
- this.panel9.Controls.Add(this.uText13);
- this.panel9.Controls.Add(this.label34);
- this.panel9.Controls.Add(this.uText14);
- this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel9.Location = new System.Drawing.Point(54, 63);
- this.panel9.Name = "panel9";
- this.panel9.Size = new System.Drawing.Size(999, 57);
- this.panel9.TabIndex = 1354;
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label29.Location = new System.Drawing.Point(668, 25);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(65, 20);
- this.label29.TabIndex = 1449;
- this.label29.Text = "失效日期";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label30.Location = new System.Drawing.Point(668, 0);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(79, 20);
- this.label30.TabIndex = 1449;
- this.label30.Text = "灭菌器编号";
- //
- // uText9
- //
- this.uText9.BackColor = System.Drawing.Color.White;
- this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText9.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText9.Location = new System.Drawing.Point(769, 28);
- this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText9.Name = "uText9";
- this.uText9.Size = new System.Drawing.Size(217, 23);
- this.uText9.TabIndex = 1435;
- this.uText9.Tag = "AH67";
- //
- // uText10
- //
- this.uText10.BackColor = System.Drawing.Color.White;
- this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText10.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText10.Location = new System.Drawing.Point(769, 3);
- this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText10.Name = "uText10";
- this.uText10.Size = new System.Drawing.Size(217, 23);
- this.uText10.TabIndex = 1435;
- this.uText10.Tag = "AH66";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label31.Location = new System.Drawing.Point(367, 25);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(65, 20);
- this.label31.TabIndex = 1449;
- this.label31.Text = "灭菌日期";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label32.Location = new System.Drawing.Point(367, 0);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(51, 20);
- this.label32.TabIndex = 1449;
- this.label32.Text = "包装者";
- //
- // uText11
- //
- this.uText11.BackColor = System.Drawing.Color.White;
- this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText11.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText11.Location = new System.Drawing.Point(451, 28);
- this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText11.Name = "uText11";
- this.uText11.Size = new System.Drawing.Size(200, 23);
- this.uText11.TabIndex = 1435;
- this.uText11.Tag = "V67";
- //
- // uText12
- //
- this.uText12.BackColor = System.Drawing.Color.White;
- this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText12.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText12.Location = new System.Drawing.Point(451, 3);
- this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText12.Name = "uText12";
- this.uText12.Size = new System.Drawing.Size(200, 23);
- this.uText12.TabIndex = 1435;
- this.uText12.Tag = "V66";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label33.Location = new System.Drawing.Point(22, 25);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(65, 20);
- this.label33.TabIndex = 1449;
- this.label33.Text = "灭菌批次";
- //
- // uText13
- //
- this.uText13.BackColor = System.Drawing.Color.White;
- this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText13.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText13.Location = new System.Drawing.Point(106, 28);
- this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText13.Name = "uText13";
- this.uText13.Size = new System.Drawing.Size(255, 23);
- this.uText13.TabIndex = 1435;
- this.uText13.Tag = "H67";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label34.Location = new System.Drawing.Point(22, 0);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(65, 20);
- this.label34.TabIndex = 1449;
- this.label34.Text = "物品名称";
- //
- // uText14
- //
- this.uText14.BackColor = System.Drawing.Color.White;
- this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText14.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText14.Location = new System.Drawing.Point(106, 3);
- this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText14.Name = "uText14";
- this.uText14.Size = new System.Drawing.Size(255, 23);
- this.uText14.TabIndex = 1435;
- this.uText14.Tag = "H66";
- //
- // panel6
- //
- this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel6.Controls.Add(this.label27);
- this.panel6.Controls.Add(this.label22);
- this.panel6.Controls.Add(this.uText8);
- this.panel6.Controls.Add(this.uText4);
- this.panel6.Controls.Add(this.label25);
- this.panel6.Controls.Add(this.label21);
- this.panel6.Controls.Add(this.uText7);
- this.panel6.Controls.Add(this.uText1);
- this.panel6.Controls.Add(this.label24);
- this.panel6.Controls.Add(this.uText5);
- this.panel6.Controls.Add(this.label17);
- this.panel6.Controls.Add(this.uText6);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel6.Location = new System.Drawing.Point(54, 0);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(999, 63);
- this.panel6.TabIndex = 1353;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label27.Location = new System.Drawing.Point(668, 31);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(65, 20);
- this.label27.TabIndex = 1449;
- this.label27.Text = "失效日期";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label22.Location = new System.Drawing.Point(668, 2);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(79, 20);
- this.label22.TabIndex = 1449;
- this.label22.Text = "灭菌器编号";
- //
- // uText8
- //
- this.uText8.BackColor = System.Drawing.Color.White;
- this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText8.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText8.Location = new System.Drawing.Point(769, 34);
- this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText8.Name = "uText8";
- this.uText8.Size = new System.Drawing.Size(217, 23);
- this.uText8.TabIndex = 1435;
- this.uText8.Tag = "AH64";
- //
- // uText4
- //
- this.uText4.BackColor = System.Drawing.Color.White;
- this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText4.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText4.Location = new System.Drawing.Point(769, 5);
- this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText4.Name = "uText4";
- this.uText4.Size = new System.Drawing.Size(217, 23);
- this.uText4.TabIndex = 1435;
- this.uText4.Tag = "AH63";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label25.Location = new System.Drawing.Point(367, 31);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(65, 20);
- this.label25.TabIndex = 1449;
- this.label25.Text = "灭菌日期";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label21.Location = new System.Drawing.Point(367, 2);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(51, 20);
- this.label21.TabIndex = 1449;
- this.label21.Text = "包装者";
- //
- // uText7
- //
- this.uText7.BackColor = System.Drawing.Color.White;
- this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText7.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText7.Location = new System.Drawing.Point(451, 34);
- this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText7.Name = "uText7";
- this.uText7.Size = new System.Drawing.Size(200, 23);
- this.uText7.TabIndex = 1435;
- this.uText7.Tag = "V64";
- //
- // uText1
- //
- this.uText1.BackColor = System.Drawing.Color.White;
- this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText1.Location = new System.Drawing.Point(451, 5);
- this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText1.Name = "uText1";
- this.uText1.Size = new System.Drawing.Size(200, 23);
- this.uText1.TabIndex = 1435;
- this.uText1.Tag = "V63";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label24.Location = new System.Drawing.Point(22, 31);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(65, 20);
- this.label24.TabIndex = 1449;
- this.label24.Text = "灭菌批次";
- //
- // uText5
- //
- this.uText5.BackColor = System.Drawing.Color.White;
- this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText5.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText5.Location = new System.Drawing.Point(106, 34);
- this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText5.Name = "uText5";
- this.uText5.Size = new System.Drawing.Size(255, 23);
- this.uText5.TabIndex = 1435;
- this.uText5.Tag = "H64";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label17.Location = new System.Drawing.Point(22, 2);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(65, 20);
- this.label17.TabIndex = 0;
- this.label17.Text = "物品名称";
- //
- // uText6
- //
- this.uText6.BackColor = System.Drawing.Color.White;
- this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.uText6.Font = new System.Drawing.Font("宋体", 10.5F);
- this.uText6.Location = new System.Drawing.Point(106, 5);
- this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uText6.Name = "uText6";
- this.uText6.Size = new System.Drawing.Size(255, 23);
- this.uText6.TabIndex = 1;
- this.uText6.Tag = "H63";
- //
- // panel5
- //
- this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel5.Controls.Add(this.label8);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel5.Location = new System.Drawing.Point(0, 0);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(54, 240);
- this.panel5.TabIndex = 1352;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.label8.Location = new System.Drawing.Point(4, 44);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(37, 140);
- this.label8.TabIndex = 1351;
- this.label8.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴";
- //
// panel15
//
this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
@@ -2370,6 +1725,651 @@
this.toolStripButton3.Text = "刷新";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
+ // panel5
+ //
+ this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel5.Controls.Add(this.label8);
+ this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
+ this.panel5.Location = new System.Drawing.Point(0, 0);
+ this.panel5.Name = "panel5";
+ this.panel5.Size = new System.Drawing.Size(54, 240);
+ this.panel5.TabIndex = 1352;
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
+ this.label8.Location = new System.Drawing.Point(4, 44);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(37, 140);
+ this.label8.TabIndex = 1351;
+ this.label8.Text = "灭菌\r\n物品\r\n包外\r\n标识\r\n记录\r\n 或\r\n粘贴";
+ //
+ // panel6
+ //
+ this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel6.Controls.Add(this.label27);
+ this.panel6.Controls.Add(this.label22);
+ this.panel6.Controls.Add(this.uText8);
+ this.panel6.Controls.Add(this.uText4);
+ this.panel6.Controls.Add(this.label25);
+ this.panel6.Controls.Add(this.label21);
+ this.panel6.Controls.Add(this.uText7);
+ this.panel6.Controls.Add(this.uText1);
+ this.panel6.Controls.Add(this.label24);
+ this.panel6.Controls.Add(this.uText5);
+ this.panel6.Controls.Add(this.label17);
+ this.panel6.Controls.Add(this.uText6);
+ this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel6.Location = new System.Drawing.Point(54, 0);
+ this.panel6.Name = "panel6";
+ this.panel6.Size = new System.Drawing.Size(999, 63);
+ this.panel6.TabIndex = 1353;
+ //
+ // uText6
+ //
+ this.uText6.BackColor = System.Drawing.Color.White;
+ this.uText6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText6.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText6.Location = new System.Drawing.Point(106, 5);
+ this.uText6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText6.Name = "uText6";
+ this.uText6.Size = new System.Drawing.Size(255, 23);
+ this.uText6.TabIndex = 1;
+ this.uText6.Tag = "H63";
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label17.Location = new System.Drawing.Point(22, 2);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(65, 20);
+ this.label17.TabIndex = 0;
+ this.label17.Text = "物品名称";
+ //
+ // uText5
+ //
+ this.uText5.BackColor = System.Drawing.Color.White;
+ this.uText5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText5.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText5.Location = new System.Drawing.Point(106, 34);
+ this.uText5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText5.Name = "uText5";
+ this.uText5.Size = new System.Drawing.Size(255, 23);
+ this.uText5.TabIndex = 1435;
+ this.uText5.Tag = "H64";
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label24.Location = new System.Drawing.Point(22, 31);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(65, 20);
+ this.label24.TabIndex = 1449;
+ this.label24.Text = "灭菌批次";
+ //
+ // uText1
+ //
+ this.uText1.BackColor = System.Drawing.Color.White;
+ this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText1.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText1.Location = new System.Drawing.Point(451, 5);
+ this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText1.Name = "uText1";
+ this.uText1.Size = new System.Drawing.Size(200, 23);
+ this.uText1.TabIndex = 1435;
+ this.uText1.Tag = "V63";
+ //
+ // uText7
+ //
+ this.uText7.BackColor = System.Drawing.Color.White;
+ this.uText7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText7.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText7.Location = new System.Drawing.Point(451, 34);
+ this.uText7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText7.Name = "uText7";
+ this.uText7.Size = new System.Drawing.Size(200, 23);
+ this.uText7.TabIndex = 1435;
+ this.uText7.Tag = "V64";
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label21.Location = new System.Drawing.Point(367, 2);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(51, 20);
+ this.label21.TabIndex = 1449;
+ this.label21.Text = "包装者";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label25.Location = new System.Drawing.Point(367, 31);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(65, 20);
+ this.label25.TabIndex = 1449;
+ this.label25.Text = "灭菌日期";
+ //
+ // uText4
+ //
+ this.uText4.BackColor = System.Drawing.Color.White;
+ this.uText4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText4.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText4.Location = new System.Drawing.Point(769, 5);
+ this.uText4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText4.Name = "uText4";
+ this.uText4.Size = new System.Drawing.Size(217, 23);
+ this.uText4.TabIndex = 1435;
+ this.uText4.Tag = "AH63";
+ //
+ // uText8
+ //
+ this.uText8.BackColor = System.Drawing.Color.White;
+ this.uText8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText8.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText8.Location = new System.Drawing.Point(769, 34);
+ this.uText8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText8.Name = "uText8";
+ this.uText8.Size = new System.Drawing.Size(217, 23);
+ this.uText8.TabIndex = 1435;
+ this.uText8.Tag = "AH64";
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label22.Location = new System.Drawing.Point(668, 2);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(79, 20);
+ this.label22.TabIndex = 1449;
+ this.label22.Text = "灭菌器编号";
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label27.Location = new System.Drawing.Point(668, 31);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(65, 20);
+ this.label27.TabIndex = 1449;
+ this.label27.Text = "失效日期";
+ //
+ // panel9
+ //
+ this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel9.Controls.Add(this.label29);
+ this.panel9.Controls.Add(this.label30);
+ this.panel9.Controls.Add(this.uText9);
+ this.panel9.Controls.Add(this.uText10);
+ this.panel9.Controls.Add(this.label31);
+ this.panel9.Controls.Add(this.label32);
+ this.panel9.Controls.Add(this.uText11);
+ this.panel9.Controls.Add(this.uText12);
+ this.panel9.Controls.Add(this.label33);
+ this.panel9.Controls.Add(this.uText13);
+ this.panel9.Controls.Add(this.label34);
+ this.panel9.Controls.Add(this.uText14);
+ this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel9.Location = new System.Drawing.Point(54, 63);
+ this.panel9.Name = "panel9";
+ this.panel9.Size = new System.Drawing.Size(999, 57);
+ this.panel9.TabIndex = 1354;
+ //
+ // uText14
+ //
+ this.uText14.BackColor = System.Drawing.Color.White;
+ this.uText14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText14.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText14.Location = new System.Drawing.Point(106, 3);
+ this.uText14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText14.Name = "uText14";
+ this.uText14.Size = new System.Drawing.Size(255, 23);
+ this.uText14.TabIndex = 1435;
+ this.uText14.Tag = "H66";
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label34.Location = new System.Drawing.Point(22, 0);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(65, 20);
+ this.label34.TabIndex = 1449;
+ this.label34.Text = "物品名称";
+ //
+ // uText13
+ //
+ this.uText13.BackColor = System.Drawing.Color.White;
+ this.uText13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText13.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText13.Location = new System.Drawing.Point(106, 28);
+ this.uText13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText13.Name = "uText13";
+ this.uText13.Size = new System.Drawing.Size(255, 23);
+ this.uText13.TabIndex = 1435;
+ this.uText13.Tag = "H67";
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label33.Location = new System.Drawing.Point(22, 25);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(65, 20);
+ this.label33.TabIndex = 1449;
+ this.label33.Text = "灭菌批次";
+ //
+ // uText12
+ //
+ this.uText12.BackColor = System.Drawing.Color.White;
+ this.uText12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText12.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText12.Location = new System.Drawing.Point(451, 3);
+ this.uText12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText12.Name = "uText12";
+ this.uText12.Size = new System.Drawing.Size(200, 23);
+ this.uText12.TabIndex = 1435;
+ this.uText12.Tag = "V66";
+ //
+ // uText11
+ //
+ this.uText11.BackColor = System.Drawing.Color.White;
+ this.uText11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText11.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText11.Location = new System.Drawing.Point(451, 28);
+ this.uText11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText11.Name = "uText11";
+ this.uText11.Size = new System.Drawing.Size(200, 23);
+ this.uText11.TabIndex = 1435;
+ this.uText11.Tag = "V67";
+ //
+ // label32
+ //
+ this.label32.AutoSize = true;
+ this.label32.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label32.Location = new System.Drawing.Point(367, 0);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(51, 20);
+ this.label32.TabIndex = 1449;
+ this.label32.Text = "包装者";
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label31.Location = new System.Drawing.Point(367, 25);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(65, 20);
+ this.label31.TabIndex = 1449;
+ this.label31.Text = "灭菌日期";
+ //
+ // uText10
+ //
+ this.uText10.BackColor = System.Drawing.Color.White;
+ this.uText10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText10.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText10.Location = new System.Drawing.Point(769, 3);
+ this.uText10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText10.Name = "uText10";
+ this.uText10.Size = new System.Drawing.Size(217, 23);
+ this.uText10.TabIndex = 1435;
+ this.uText10.Tag = "AH66";
+ //
+ // uText9
+ //
+ this.uText9.BackColor = System.Drawing.Color.White;
+ this.uText9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText9.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText9.Location = new System.Drawing.Point(769, 28);
+ this.uText9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText9.Name = "uText9";
+ this.uText9.Size = new System.Drawing.Size(217, 23);
+ this.uText9.TabIndex = 1435;
+ this.uText9.Tag = "AH67";
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label30.Location = new System.Drawing.Point(668, 0);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(79, 20);
+ this.label30.TabIndex = 1449;
+ this.label30.Text = "灭菌器编号";
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label29.Location = new System.Drawing.Point(668, 25);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(65, 20);
+ this.label29.TabIndex = 1449;
+ this.label29.Text = "失效日期";
+ //
+ // panel10
+ //
+ this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel10.Controls.Add(this.label37);
+ this.panel10.Controls.Add(this.label38);
+ this.panel10.Controls.Add(this.uText15);
+ this.panel10.Controls.Add(this.uText16);
+ this.panel10.Controls.Add(this.label42);
+ this.panel10.Controls.Add(this.label43);
+ this.panel10.Controls.Add(this.uText17);
+ this.panel10.Controls.Add(this.uText18);
+ this.panel10.Controls.Add(this.label44);
+ this.panel10.Controls.Add(this.uText19);
+ this.panel10.Controls.Add(this.label45);
+ this.panel10.Controls.Add(this.uText20);
+ this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel10.Location = new System.Drawing.Point(54, 120);
+ this.panel10.Name = "panel10";
+ this.panel10.Size = new System.Drawing.Size(999, 63);
+ this.panel10.TabIndex = 1355;
+ //
+ // uText20
+ //
+ this.uText20.BackColor = System.Drawing.Color.White;
+ this.uText20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText20.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText20.Location = new System.Drawing.Point(106, 5);
+ this.uText20.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText20.Name = "uText20";
+ this.uText20.Size = new System.Drawing.Size(255, 23);
+ this.uText20.TabIndex = 1435;
+ this.uText20.Tag = "H69";
+ //
+ // label45
+ //
+ this.label45.AutoSize = true;
+ this.label45.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label45.Location = new System.Drawing.Point(22, 2);
+ this.label45.Name = "label45";
+ this.label45.Size = new System.Drawing.Size(65, 20);
+ this.label45.TabIndex = 1449;
+ this.label45.Text = "物品名称";
+ //
+ // uText19
+ //
+ this.uText19.BackColor = System.Drawing.Color.White;
+ this.uText19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText19.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText19.Location = new System.Drawing.Point(106, 34);
+ this.uText19.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText19.Name = "uText19";
+ this.uText19.Size = new System.Drawing.Size(255, 23);
+ this.uText19.TabIndex = 1435;
+ this.uText19.Tag = "H70";
+ //
+ // label44
+ //
+ this.label44.AutoSize = true;
+ this.label44.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label44.Location = new System.Drawing.Point(22, 31);
+ this.label44.Name = "label44";
+ this.label44.Size = new System.Drawing.Size(65, 20);
+ this.label44.TabIndex = 1449;
+ this.label44.Text = "灭菌批次";
+ //
+ // uText18
+ //
+ this.uText18.BackColor = System.Drawing.Color.White;
+ this.uText18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText18.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText18.Location = new System.Drawing.Point(451, 5);
+ this.uText18.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText18.Name = "uText18";
+ this.uText18.Size = new System.Drawing.Size(200, 23);
+ this.uText18.TabIndex = 1435;
+ this.uText18.Tag = "V69";
+ //
+ // uText17
+ //
+ this.uText17.BackColor = System.Drawing.Color.White;
+ this.uText17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText17.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText17.Location = new System.Drawing.Point(451, 34);
+ this.uText17.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText17.Name = "uText17";
+ this.uText17.Size = new System.Drawing.Size(200, 23);
+ this.uText17.TabIndex = 1435;
+ this.uText17.Tag = "V70";
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label43.Location = new System.Drawing.Point(367, 2);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(51, 20);
+ this.label43.TabIndex = 1449;
+ this.label43.Text = "包装者";
+ //
+ // label42
+ //
+ this.label42.AutoSize = true;
+ this.label42.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label42.Location = new System.Drawing.Point(367, 31);
+ this.label42.Name = "label42";
+ this.label42.Size = new System.Drawing.Size(65, 20);
+ this.label42.TabIndex = 1449;
+ this.label42.Text = "灭菌日期";
+ //
+ // uText16
+ //
+ this.uText16.BackColor = System.Drawing.Color.White;
+ this.uText16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText16.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText16.Location = new System.Drawing.Point(769, 5);
+ this.uText16.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText16.Name = "uText16";
+ this.uText16.Size = new System.Drawing.Size(217, 23);
+ this.uText16.TabIndex = 1435;
+ this.uText16.Tag = "AH69";
+ //
+ // uText15
+ //
+ this.uText15.BackColor = System.Drawing.Color.White;
+ this.uText15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText15.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText15.Location = new System.Drawing.Point(769, 34);
+ this.uText15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText15.Name = "uText15";
+ this.uText15.Size = new System.Drawing.Size(217, 23);
+ this.uText15.TabIndex = 1435;
+ this.uText15.Tag = "AH70";
+ //
+ // label38
+ //
+ this.label38.AutoSize = true;
+ this.label38.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label38.Location = new System.Drawing.Point(668, 2);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(79, 20);
+ this.label38.TabIndex = 1449;
+ this.label38.Text = "灭菌器编号";
+ //
+ // label37
+ //
+ this.label37.AutoSize = true;
+ this.label37.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label37.Location = new System.Drawing.Point(668, 31);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(65, 20);
+ this.label37.TabIndex = 1449;
+ this.label37.Text = "失效日期";
+ //
+ // panel11
+ //
+ this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel11.Controls.Add(this.label46);
+ this.panel11.Controls.Add(this.label47);
+ this.panel11.Controls.Add(this.uText21);
+ this.panel11.Controls.Add(this.uText22);
+ this.panel11.Controls.Add(this.label48);
+ this.panel11.Controls.Add(this.label49);
+ this.panel11.Controls.Add(this.uText23);
+ this.panel11.Controls.Add(this.uText24);
+ this.panel11.Controls.Add(this.label50);
+ this.panel11.Controls.Add(this.uText25);
+ this.panel11.Controls.Add(this.label51);
+ this.panel11.Controls.Add(this.uText26);
+ this.panel11.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel11.Location = new System.Drawing.Point(54, 183);
+ this.panel11.Name = "panel11";
+ this.panel11.Size = new System.Drawing.Size(999, 59);
+ this.panel11.TabIndex = 1356;
+ //
+ // uText26
+ //
+ this.uText26.BackColor = System.Drawing.Color.White;
+ this.uText26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText26.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText26.Location = new System.Drawing.Point(106, 4);
+ this.uText26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText26.Name = "uText26";
+ this.uText26.Size = new System.Drawing.Size(255, 23);
+ this.uText26.TabIndex = 1435;
+ this.uText26.Tag = "H72";
+ //
+ // label51
+ //
+ this.label51.AutoSize = true;
+ this.label51.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label51.Location = new System.Drawing.Point(22, 1);
+ this.label51.Name = "label51";
+ this.label51.Size = new System.Drawing.Size(65, 20);
+ this.label51.TabIndex = 1449;
+ this.label51.Text = "物品名称";
+ //
+ // uText25
+ //
+ this.uText25.BackColor = System.Drawing.Color.White;
+ this.uText25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText25.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText25.Location = new System.Drawing.Point(106, 33);
+ this.uText25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText25.Name = "uText25";
+ this.uText25.Size = new System.Drawing.Size(255, 23);
+ this.uText25.TabIndex = 1435;
+ this.uText25.Tag = "H73";
+ //
+ // label50
+ //
+ this.label50.AutoSize = true;
+ this.label50.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label50.Location = new System.Drawing.Point(22, 30);
+ this.label50.Name = "label50";
+ this.label50.Size = new System.Drawing.Size(65, 20);
+ this.label50.TabIndex = 1449;
+ this.label50.Text = "灭菌批次";
+ //
+ // uText24
+ //
+ this.uText24.BackColor = System.Drawing.Color.White;
+ this.uText24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText24.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText24.Location = new System.Drawing.Point(451, 4);
+ this.uText24.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText24.Name = "uText24";
+ this.uText24.Size = new System.Drawing.Size(200, 23);
+ this.uText24.TabIndex = 1435;
+ this.uText24.Tag = "V72";
+ //
+ // uText23
+ //
+ this.uText23.BackColor = System.Drawing.Color.White;
+ this.uText23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText23.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText23.Location = new System.Drawing.Point(451, 33);
+ this.uText23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText23.Name = "uText23";
+ this.uText23.Size = new System.Drawing.Size(200, 23);
+ this.uText23.TabIndex = 1435;
+ this.uText23.Tag = "V73";
+ //
+ // label49
+ //
+ this.label49.AutoSize = true;
+ this.label49.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label49.Location = new System.Drawing.Point(367, 1);
+ this.label49.Name = "label49";
+ this.label49.Size = new System.Drawing.Size(51, 20);
+ this.label49.TabIndex = 1449;
+ this.label49.Text = "包装者";
+ //
+ // label48
+ //
+ this.label48.AutoSize = true;
+ this.label48.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label48.Location = new System.Drawing.Point(367, 30);
+ this.label48.Name = "label48";
+ this.label48.Size = new System.Drawing.Size(65, 20);
+ this.label48.TabIndex = 1449;
+ this.label48.Text = "灭菌日期";
+ //
+ // uText22
+ //
+ this.uText22.BackColor = System.Drawing.Color.White;
+ this.uText22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText22.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText22.Location = new System.Drawing.Point(769, 4);
+ this.uText22.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText22.Name = "uText22";
+ this.uText22.Size = new System.Drawing.Size(217, 23);
+ this.uText22.TabIndex = 1435;
+ this.uText22.Tag = "AH72";
+ //
+ // uText21
+ //
+ this.uText21.BackColor = System.Drawing.Color.White;
+ this.uText21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.uText21.Font = new System.Drawing.Font("宋体", 10.5F);
+ this.uText21.Location = new System.Drawing.Point(769, 33);
+ this.uText21.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.uText21.Name = "uText21";
+ this.uText21.Size = new System.Drawing.Size(217, 23);
+ this.uText21.TabIndex = 1435;
+ this.uText21.Tag = "AH73";
+ //
+ // label47
+ //
+ this.label47.AutoSize = true;
+ this.label47.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label47.Location = new System.Drawing.Point(668, 1);
+ this.label47.Name = "label47";
+ this.label47.Size = new System.Drawing.Size(79, 20);
+ this.label47.TabIndex = 1449;
+ this.label47.Text = "灭菌器编号";
+ //
+ // label46
+ //
+ this.label46.AutoSize = true;
+ this.label46.Font = new System.Drawing.Font("微软雅黑", 10F);
+ this.label46.Location = new System.Drawing.Point(668, 30);
+ this.label46.Name = "label46";
+ this.label46.Size = new System.Drawing.Size(65, 20);
+ this.label46.TabIndex = 1449;
+ this.label46.Text = "失效日期";
+ //
+ // panel4
+ //
+ this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel4.Controls.Add(this.panel11);
+ this.panel4.Controls.Add(this.panel10);
+ this.panel4.Controls.Add(this.panel9);
+ this.panel4.Controls.Add(this.panel6);
+ this.panel4.Controls.Add(this.panel5);
+ this.panel4.Location = new System.Drawing.Point(2, 291);
+ this.panel4.Name = "panel4";
+ this.panel4.Size = new System.Drawing.Size(1055, 242);
+ this.panel4.TabIndex = 1468;
+ //
// frmGoodsBillRecord
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@@ -2391,17 +2391,6 @@
this.panel3.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel14.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.panel11.ResumeLayout(false);
- this.panel11.PerformLayout();
- this.panel10.ResumeLayout(false);
- this.panel10.PerformLayout();
- this.panel9.ResumeLayout(false);
- this.panel9.PerformLayout();
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
this.panel15.ResumeLayout(false);
this.panel15.PerformLayout();
this.groupBox1.ResumeLayout(false);
@@ -2423,6 +2412,17 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
+ this.panel5.ResumeLayout(false);
+ this.panel5.PerformLayout();
+ this.panel6.ResumeLayout(false);
+ this.panel6.PerformLayout();
+ this.panel9.ResumeLayout(false);
+ this.panel9.PerformLayout();
+ this.panel10.ResumeLayout(false);
+ this.panel10.PerformLayout();
+ this.panel11.ResumeLayout(false);
+ this.panel11.PerformLayout();
+ this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
@@ -2553,6 +2553,9 @@
public System.Windows.Forms.TextBox uText35;
public System.Windows.Forms.TextBox uText33;
private System.Windows.Forms.Panel panel15;
+ public System.Windows.Forms.TextBox textBox1;
+ public System.Windows.Forms.Label label36;
+ public System.Windows.Forms.Label label35;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel11;
public System.Windows.Forms.Label label46;
@@ -2608,8 +2611,5 @@
public System.Windows.Forms.TextBox uText6;
private System.Windows.Forms.Panel panel5;
public System.Windows.Forms.Label label8;
- public System.Windows.Forms.TextBox textBox1;
- public System.Windows.Forms.Label label36;
- public System.Windows.Forms.Label label35;
}
}
\ No newline at end of file
diff --git a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx
index ef146aa..9bcc454 100644
--- a/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx
+++ b/AIMS/OperationDoing/oldSystemCode/frmGoodsBillRecord.resx
@@ -121,7 +121,7 @@
iVBORw0KGgoAAAANSUhEUgAAAJYAAACICAIAAACKv4VeAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS
- cgAAEnIBXmVb4wAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj
+ cQAAEnEB89x6jgAAIcVJREFUeF7tnXlUFecZxsnpkpOe2lib9hzbmMa2mpNooiUY0ciiuKEpEUUjBhSj
uAKCEiMuuGCVuBuViEtxzYJGI1GUoLjVkBAVFa1RJApqYoDELUiMNe2vdz5uhtnuNhe5PT5/cO47wL0z
87zL837fN9/1+s99eDjuU+jxuE+hx+M+hR6POqLw9u3bJ06cOHLkSFFR0d27d8XR+zADbqdwz549fn5+
jRo1+tOf/vTkk0/y87e//W3z5s3z8/PFX/wf4d///vf58+fPnj27bdu2pUuX5uTklJSUfP/99+LX7oEb
diff --git a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
index 4ff82fe..9d85706 100644
--- a/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
+++ b/AIMS/OperationDoing/oldSystemCode/frmSelectPatientGoodsBill.cs
@@ -61,7 +61,7 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
panel3.Controls.Clear();
panel2.Visible = false;
int i = 0, j = 0;
-
+
DataTable dt2 = SelectPatient.GetRelieveLockingPatientDataTable
(DateTime.Parse(dtpSelectPatientTime.Value.ToString("yyyy-MM-dd").ToString()), cboRoom.SelectedValue.ToString());
foreach (DataRow dr in dt2.Rows)
@@ -116,21 +116,43 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
private void Uc_InRoom(ucPatientCard uc, int PatientId, int applyId)
{
- SatrtOperation(uc.buttonX1.Text, PatientId, applyId);
+ string RoomStr = uc.Tag.ToString();
+ SatrtOperation(uc.buttonX1.Text, PatientId, applyId, int.Parse(RoomStr));
}
- private void SatrtOperation(string State, int PatientId, int applyId)
+ private void SatrtOperation(string State, int PatientId, int applyId, int RoomId)
{
+ //try
+ //{
+ // OperationRecord _record = new OperationRecord();
+ // _record = BOperationRecord.getRecord(_record, PatientId, 1);
+ // if (_record == null || _record.Id == 0) return;
+ // frmGoodsBillRecord frm = new frmGoodsBillRecord();
+ // frm._record = _record;
+ // frm.Show();
+ // frm.Focus();
+ // frm.BringToFront();
+ //}
+ //catch (Exception ex)
+ //{
+ // AIMSExtension.PublicMethod.WriteLog(ex);
+ //}
try
{
- OperationRecord _record = new OperationRecord();
- _record = BOperationRecord.getRecord(_record, PatientId, 1);
- if (_record == null || _record.Id == 0) return;
- frmGoodsBillRecord frm = new frmGoodsBillRecord();
- frm._record = _record;
- frm.Show();
- frm.Focus();
- frm.BringToFront();
+ AIMS.OperationDoing.AnasRecordBill.UI.frmAnasRecordInstrument frmAnasRecord = new frmAnasRecordInstrument();
+ frmAnasRecord.PatientId = PatientId;
+ frmAnasRecord.ApplyId = applyId;
+ frmAnasRecord.NowRoom = AIMSBLL.BOperationRoom.SelectSingle(RoomId);
+ frmAnasRecord.State = AIMSExtension.EditState.BROWSE;
+ if (isMainOpen == false)
+ {
+ frmAnasRecord.ShowDialog();
+ FillDgv();
+ }
+ else
+ {
+ this.Close();
+ }
}
catch (Exception ex)
{
@@ -145,7 +167,8 @@ namespace AIMS.OperationDoing.AnasRecordBill.UI
private void buttonX1_Click(object sender, EventArgs e)
{
- SatrtOperation(buttonX1.Text, SelPatientId, SelApplyId);
+ string RoomStr = txtRoom.Tag.ToString();
+ SatrtOperation(buttonX1.Text, SelPatientId, SelApplyId, (int.Parse(RoomStr)));
}
}
diff --git a/AIMS/OremrUserControl/UCOperationGoodsBill.cs b/AIMS/OremrUserControl/UCOperationGoodsBill.cs
index 8b30544..12bed37 100644
--- a/AIMS/OremrUserControl/UCOperationGoodsBill.cs
+++ b/AIMS/OremrUserControl/UCOperationGoodsBill.cs
@@ -1,5 +1,6 @@
using AIMSBLL;
using AIMSModel;
+using DrawGraph;
using System;
using System.Data;
using System.Drawing;
diff --git a/AIMSEntity/AIMSEntity.csproj b/AIMSEntity/AIMSEntity.csproj
index 434c71e..77f309e 100644
--- a/AIMSEntity/AIMSEntity.csproj
+++ b/AIMSEntity/AIMSEntity.csproj
@@ -101,7 +101,6 @@
-
@@ -251,7 +250,6 @@
-
@@ -344,7 +342,6 @@
-
@@ -384,10 +381,8 @@
-
-
diff --git a/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs b/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs
index dfaa2bf..d44913b 100644
--- a/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs
+++ b/AIMSEntity/BLL/AutoGenerate/BApplianceRecord.cs
@@ -3,6 +3,7 @@ using AIMSDAL;
using AIMSModel;
using System.Collections;
using System.Collections.Generic;
+using DrawGraph;
namespace AIMSBLL
{
diff --git a/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs b/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs
deleted file mode 100644
index 6d2f169..0000000
--- a/AIMSEntity/BLL/AutoGenerate/BOperationGoodsBillRecord.cs
+++ /dev/null
@@ -1,160 +0,0 @@
-using System;
-using AIMSDAL;
-using AIMSModel;
-using System.Collections;
-using System.Collections.Generic;
-
-namespace AIMSBLL
-{
- public partial class BOperationGoodsBillRecord
- {
- #region 插入实体操作部份
- ///
- /// 插入实体
- ///
- /// 实体类对象
- /// 标识列值或影响的记录行数
- public static int Insert(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return DOperationGoodsBillRecord.Insert(operationGoodsBillRecord);
- }
- #endregion
-
- #region 删除实体操作
- ///
- /// 删除实体
- ///
- /// 实体类对象
- /// 影响的记录行数
- public static int Delete(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return DOperationGoodsBillRecord.Delete(operationGoodsBillRecord);
- }
- ///
- /// 根据对象查询语句删除
- ///
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Delete(string oql, ParameterList parameters)
- {
- return DOperationGoodsBillRecord.Delete(oql,parameters);
- }
- #endregion
-
- #region 更新实体操作
-
- ///
- /// 更新实体
- ///
- /// 实体类对象
- /// 影响的记录行数
- public static int Update(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return DOperationGoodsBillRecord.Update(operationGoodsBillRecord);
- }
-
- ///
- /// 根据对象查询语句更新实体
- ///
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Update(string oql, ParameterList parameters)
- {
- return DOperationGoodsBillRecord.Update(oql,parameters);
- }
- #endregion
-
- #region 查询实体集合
- ///
- /// \查询实体集合
- ///
- /// 实体类对象集合
- public static List Select()
- {
- return DOperationGoodsBillRecord.Select();
- }
- ///
- /// 递归查询实体集合
- ///
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List Select(RecursiveType recursiveType, int recursiveDepth)
- {
- return DOperationGoodsBillRecord.Select(recursiveType, recursiveDepth);
- }
-
- ///
- /// 根据对象查询语句查询实体集合
- ///
- /// 对象查询语句
- /// 参数列表
- /// 实体类对象集合
- public static List Select(string oql, ParameterList parameters)
- {
- return DOperationGoodsBillRecord.Select(oql, parameters);
- }
-
- ///
- /// 根据对象查询语句递归查询实体集合
- ///
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List Select(string oql, ParameterList parameters,RecursiveType recursiveType, int recursiveDepth)
- {
- return DOperationGoodsBillRecord.Select(oql, parameters, recursiveType, recursiveDepth);
- }
- #endregion
-
- #region 查询单个实体
- ///
- /// 更据对象查询语句查询单个实体
- ///
- /// 对象查询语句
- /// 参数列表
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters)
- {
- return DOperationGoodsBillRecord.SelectSingle(oql, parameters);
- }
- ///
- /// 更据对象查询语句递归查询单个实体
- ///
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth)
- {
- return DOperationGoodsBillRecord.SelectSingle(oql, parameters, recursiveType, recursiveDepth);
- }
-
- ///
- /// 按主键字段查询特定实体
- ///
- /// 主键值
- /// 实体类对象
- public static OperationGoodsBillRecord SelectSingle(int? id)
- {
- return DOperationGoodsBillRecord.SelectSingle(id);
- }
-
- ///
- /// 更据主键递归查询单个实体
- ///
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(int? id, RecursiveType recursiveType, int recursiveDepth)
- {
- return DOperationGoodsBillRecord.SelectSingle(id, recursiveType, recursiveDepth);
- }
- #endregion
- }
-}
diff --git a/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs b/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs
index 137aad3..efdf795 100644
--- a/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs
+++ b/AIMSEntity/BLL/AutoGenerate/BOperationRecordInstrumentList.cs
@@ -3,6 +3,7 @@ using AIMSDAL;
using AIMSModel;
using System.Collections;
using System.Collections.Generic;
+using DrawGraph;
namespace AIMSBLL
{
diff --git a/AIMSEntity/BLL/Extension/BOperationRecord.cs b/AIMSEntity/BLL/Extension/BOperationRecord.cs
index 9e4d0f6..bf321a4 100644
--- a/AIMSEntity/BLL/Extension/BOperationRecord.cs
+++ b/AIMSEntity/BLL/Extension/BOperationRecord.cs
@@ -185,6 +185,12 @@ namespace AIMSBLL
_record.SpareThree = allOutDose.ToString();
+ _record.InstrumentList = BOperationRecordInstrumentList.SelectSingle(" OperationRecordId=" + Convert.ToInt32(_record.Id), null);
+ if (_record.InstrumentList != null)
+ {
+ _record.InstrumentList.ApplianceRecordList = BApplianceRecord.GetApplianceRecordById(Convert.ToInt32(_record.Id), Convert.ToInt32(_record.InstrumentList.Id));
+ }
+
return _record;
}
diff --git a/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs b/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs
index 326deea..d250af6 100644
--- a/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs
+++ b/AIMSEntity/DAL/AutoGenerate/DApplianceRecord.cs
@@ -5,6 +5,7 @@ using System.Collections;
using AIMSModel;
using AIMSObjectQuery;
using System.Collections.Generic;
+using DrawGraph;
namespace AIMSDAL
{
diff --git a/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs b/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs
deleted file mode 100644
index f3e8d7d..0000000
--- a/AIMSEntity/DAL/AutoGenerate/DOperationGoodsBillRecord.cs
+++ /dev/null
@@ -1,765 +0,0 @@
-using System;
-using System.Data;
-using System.Data.SqlClient;
-using System.Collections;
-using AIMSModel;
-using AIMSObjectQuery;
-using System.Collections.Generic;
-
-namespace AIMSDAL
-{
- public partial class DOperationGoodsBillRecord
- {
- #region 插入实体操作部份
- ///
- /// 插入
- ///
- /// Command对象
- /// 实体类对象
- /// 标识列值或影响的记录行数
- public static int Insert(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord)
- {
- cmd.Parameters.Clear();
- cmd.CommandText = "insert into OperationGoodsBillRecord (OperationRecordId,ApplianceUseType,BloodType,Erythrocyte,Platelet,PlateletUnit,Plasma,Other,Autoblood,InfusionLocation,Liquid,TourniquetBeginTime,TourniquetEndTime,TourniquetLocation,Specimen,SpecimenNumber,ToFreeze,ToPathology,ToRoom,NotToTest,NegativePlateLocation,DoctorSign,Remark,InvasiveScreening,ScrubNurse,ScrubNurseSucceed,ScrubSucceedTime,TourNurse,TourNurseSucceed,TourSucceedTime,ColdDeposit) values (@OperationRecordId,@ApplianceUseType,@BloodType,@Erythrocyte,@Platelet,@PlateletUnit,@Plasma,@Other,@Autoblood,@InfusionLocation,@Liquid,@TourniquetBeginTime,@TourniquetEndTime,@TourniquetLocation,@Specimen,@SpecimenNumber,@ToFreeze,@ToPathology,@ToRoom,@NotToTest,@NegativePlateLocation,@DoctorSign,@Remark,@InvasiveScreening,@ScrubNurse,@ScrubNurseSucceed,@ScrubSucceedTime,@TourNurse,@TourNurseSucceed,@TourSucceedTime,@ColdDeposit);select @@identity";
- //从实体中取出值放入Command的参数列表
- cmd.Parameters.Add(new SqlParameter("@OperationRecordId",operationGoodsBillRecord.OperationRecordId.HasValue?(object)operationGoodsBillRecord.OperationRecordId.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ApplianceUseType",operationGoodsBillRecord.ApplianceUseType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ApplianceUseType));
- cmd.Parameters.Add(new SqlParameter("@BloodType",operationGoodsBillRecord.BloodType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.BloodType));
- cmd.Parameters.Add(new SqlParameter("@Erythrocyte",operationGoodsBillRecord.Erythrocyte==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Erythrocyte));
- cmd.Parameters.Add(new SqlParameter("@Platelet",operationGoodsBillRecord.Platelet==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Platelet));
- cmd.Parameters.Add(new SqlParameter("@PlateletUnit",operationGoodsBillRecord.PlateletUnit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.PlateletUnit));
- cmd.Parameters.Add(new SqlParameter("@Plasma",operationGoodsBillRecord.Plasma==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Plasma));
- cmd.Parameters.Add(new SqlParameter("@Other",operationGoodsBillRecord.Other==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Other));
- cmd.Parameters.Add(new SqlParameter("@Autoblood",operationGoodsBillRecord.Autoblood==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Autoblood));
- cmd.Parameters.Add(new SqlParameter("@InfusionLocation",operationGoodsBillRecord.InfusionLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InfusionLocation));
- cmd.Parameters.Add(new SqlParameter("@Liquid",operationGoodsBillRecord.Liquid==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Liquid));
- cmd.Parameters.Add(new SqlParameter("@TourniquetBeginTime",operationGoodsBillRecord.TourniquetBeginTime.HasValue?(object)operationGoodsBillRecord.TourniquetBeginTime.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@TourniquetEndTime",operationGoodsBillRecord.TourniquetEndTime.HasValue?(object)operationGoodsBillRecord.TourniquetEndTime.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@TourniquetLocation",operationGoodsBillRecord.TourniquetLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourniquetLocation));
- cmd.Parameters.Add(new SqlParameter("@Specimen",operationGoodsBillRecord.Specimen.HasValue?(object)operationGoodsBillRecord.Specimen.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@SpecimenNumber",operationGoodsBillRecord.SpecimenNumber.HasValue?(object)operationGoodsBillRecord.SpecimenNumber.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToFreeze",operationGoodsBillRecord.ToFreeze.HasValue?(object)operationGoodsBillRecord.ToFreeze.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToPathology",operationGoodsBillRecord.ToPathology.HasValue?(object)operationGoodsBillRecord.ToPathology.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToRoom",operationGoodsBillRecord.ToRoom.HasValue?(object)operationGoodsBillRecord.ToRoom.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@NotToTest",operationGoodsBillRecord.NotToTest.HasValue?(object)operationGoodsBillRecord.NotToTest.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@NegativePlateLocation",operationGoodsBillRecord.NegativePlateLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.NegativePlateLocation));
- cmd.Parameters.Add(new SqlParameter("@DoctorSign",operationGoodsBillRecord.DoctorSign==null?(object)DBNull.Value:(object)operationGoodsBillRecord.DoctorSign));
- cmd.Parameters.Add(new SqlParameter("@Remark",operationGoodsBillRecord.Remark==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Remark));
- cmd.Parameters.Add(new SqlParameter("@InvasiveScreening",operationGoodsBillRecord.InvasiveScreening==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InvasiveScreening));
- cmd.Parameters.Add(new SqlParameter("@ScrubNurse",operationGoodsBillRecord.ScrubNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurse));
- cmd.Parameters.Add(new SqlParameter("@ScrubNurseSucceed",operationGoodsBillRecord.ScrubNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurseSucceed));
- cmd.Parameters.Add(new SqlParameter("@ScrubSucceedTime",operationGoodsBillRecord.ScrubSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubSucceedTime));
- cmd.Parameters.Add(new SqlParameter("@TourNurse",operationGoodsBillRecord.TourNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurse));
- cmd.Parameters.Add(new SqlParameter("@TourNurseSucceed",operationGoodsBillRecord.TourNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurseSucceed));
- cmd.Parameters.Add(new SqlParameter("@TourSucceedTime",operationGoodsBillRecord.TourSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourSucceedTime));
- cmd.Parameters.Add(new SqlParameter("@ColdDeposit",operationGoodsBillRecord.ColdDeposit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ColdDeposit));
- return Convert.ToInt32(cmd.ExecuteScalar());
- }
- ///
- /// 不使用事务的插入方法
- ///
- /// 实体类对象
- /// 标识列值或影响的记录行数
- public static int Insert(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return Insert(cmd, operationGoodsBillRecord);
- }
- }
- }
-
- ///
- /// 使用事务的插入方法
- ///
- /// 实现共享Connection的对象
- /// 实体类对象
- /// 标识列值或影响的记录行数
- public static int Insert(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return Insert(connection.Command, operationGoodsBillRecord);
- }
- #endregion
-
- #region 删除实体操作
-
- ///
- /// 删除
- ///
- /// Command对象
- /// 实体类对象
- /// 影响的记录行数
- public static int ExcuteDeleteCommand(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord)
- {
- cmd.Parameters.Clear();
- cmd.CommandText = "delete from OperationGoodsBillRecord where Id=@Id";
- //从实体中取出值放入Command的参数列表
- cmd.Parameters.Add(new SqlParameter("@Id", operationGoodsBillRecord.Id));
- return cmd.ExecuteNonQuery();
- }
- ///
- /// 不使用事务的删除方法
- ///
- /// 实体类对象
- /// 影响的记录行数
- public static int Delete(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- using (SqlConnection conn = new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteDeleteCommand(cmd, operationGoodsBillRecord);
- }
- }
- }
- ///
- /// 使用事务的删除方法
- ///
- /// 实现共享Connection的对象
- /// 实体类对象
- /// 影响的记录行数
- public static int Delete(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return ExcuteDeleteCommand(connection.Command, operationGoodsBillRecord);
- }
-
- ///
- /// 执行删除命令
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int ExcuteDeleteCommand(SqlCommand cmd, string oql, ParameterList parameters)
- {
- //解析过滤部份Sql语句
- string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap());
- if (filterString != string.Empty)
- {
- filterString = " where " + filterString;
- }
- cmd.Parameters.Clear();
- cmd.CommandText = "delete from OperationGoodsBillRecord " + filterString;
- //添加参数
- if (parameters != null)
- {
- foreach (string key in parameters.Keys)
- {
- cmd.Parameters.Add(new SqlParameter(key, parameters[key]));
- }
- }
- return cmd.ExecuteNonQuery();
- }
-
- ///
- /// 不使用事务的删除方法
- ///
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Delete(string oql, ParameterList parameters)
- {
- using (SqlConnection conn = new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteDeleteCommand(cmd, oql, parameters);
- }
- }
- }
-
- ///
- /// 使用事务的删除方法
- ///
- /// 实现共享Connection的对象
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Delete(Connection connection, string oql, ParameterList parameters)
- {
- return ExcuteDeleteCommand(connection.Command, oql, parameters);
- }
-
- #endregion
-
- #region 更新实体操作
-
- ///
- /// 更新
- ///
- /// Command对象
- /// 实体类对象
- /// 影响的记录行数
- public static int ExcuteUpdateCommand(SqlCommand cmd, OperationGoodsBillRecord operationGoodsBillRecord)
- {
- cmd.CommandText = "update OperationGoodsBillRecord set OperationRecordId=@OperationRecordId,ApplianceUseType=@ApplianceUseType,BloodType=@BloodType,Erythrocyte=@Erythrocyte,Platelet=@Platelet,PlateletUnit=@PlateletUnit,Plasma=@Plasma,Other=@Other,Autoblood=@Autoblood,InfusionLocation=@InfusionLocation,Liquid=@Liquid,TourniquetBeginTime=@TourniquetBeginTime,TourniquetEndTime=@TourniquetEndTime,TourniquetLocation=@TourniquetLocation,Specimen=@Specimen,SpecimenNumber=@SpecimenNumber,ToFreeze=@ToFreeze,ToPathology=@ToPathology,ToRoom=@ToRoom,NotToTest=@NotToTest,NegativePlateLocation=@NegativePlateLocation,DoctorSign=@DoctorSign,Remark=@Remark,InvasiveScreening=@InvasiveScreening,ScrubNurse=@ScrubNurse,ScrubNurseSucceed=@ScrubNurseSucceed,ScrubSucceedTime=@ScrubSucceedTime,TourNurse=@TourNurse,TourNurseSucceed=@TourNurseSucceed,TourSucceedTime=@TourSucceedTime,ColdDeposit=@ColdDeposit where Id=@Id";
- //从实体中取出值放入Command的参数列表
- cmd.Parameters.Add(new SqlParameter("@OperationRecordId",operationGoodsBillRecord.OperationRecordId.HasValue?(object)operationGoodsBillRecord.OperationRecordId.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ApplianceUseType",operationGoodsBillRecord.ApplianceUseType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ApplianceUseType));
- cmd.Parameters.Add(new SqlParameter("@BloodType",operationGoodsBillRecord.BloodType==null?(object)DBNull.Value:(object)operationGoodsBillRecord.BloodType));
- cmd.Parameters.Add(new SqlParameter("@Erythrocyte",operationGoodsBillRecord.Erythrocyte==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Erythrocyte));
- cmd.Parameters.Add(new SqlParameter("@Platelet",operationGoodsBillRecord.Platelet==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Platelet));
- cmd.Parameters.Add(new SqlParameter("@PlateletUnit",operationGoodsBillRecord.PlateletUnit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.PlateletUnit));
- cmd.Parameters.Add(new SqlParameter("@Plasma",operationGoodsBillRecord.Plasma==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Plasma));
- cmd.Parameters.Add(new SqlParameter("@Other",operationGoodsBillRecord.Other==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Other));
- cmd.Parameters.Add(new SqlParameter("@Autoblood",operationGoodsBillRecord.Autoblood==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Autoblood));
- cmd.Parameters.Add(new SqlParameter("@InfusionLocation",operationGoodsBillRecord.InfusionLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InfusionLocation));
- cmd.Parameters.Add(new SqlParameter("@Liquid",operationGoodsBillRecord.Liquid==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Liquid));
- cmd.Parameters.Add(new SqlParameter("@TourniquetBeginTime",operationGoodsBillRecord.TourniquetBeginTime.HasValue?(object)operationGoodsBillRecord.TourniquetBeginTime.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@TourniquetEndTime",operationGoodsBillRecord.TourniquetEndTime.HasValue?(object)operationGoodsBillRecord.TourniquetEndTime.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@TourniquetLocation",operationGoodsBillRecord.TourniquetLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourniquetLocation));
- cmd.Parameters.Add(new SqlParameter("@Specimen",operationGoodsBillRecord.Specimen.HasValue?(object)operationGoodsBillRecord.Specimen.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@SpecimenNumber",operationGoodsBillRecord.SpecimenNumber.HasValue?(object)operationGoodsBillRecord.SpecimenNumber.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToFreeze",operationGoodsBillRecord.ToFreeze.HasValue?(object)operationGoodsBillRecord.ToFreeze.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToPathology",operationGoodsBillRecord.ToPathology.HasValue?(object)operationGoodsBillRecord.ToPathology.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@ToRoom",operationGoodsBillRecord.ToRoom.HasValue?(object)operationGoodsBillRecord.ToRoom.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@NotToTest",operationGoodsBillRecord.NotToTest.HasValue?(object)operationGoodsBillRecord.NotToTest.Value:(object)DBNull.Value));
- cmd.Parameters.Add(new SqlParameter("@NegativePlateLocation",operationGoodsBillRecord.NegativePlateLocation==null?(object)DBNull.Value:(object)operationGoodsBillRecord.NegativePlateLocation));
- cmd.Parameters.Add(new SqlParameter("@DoctorSign",operationGoodsBillRecord.DoctorSign==null?(object)DBNull.Value:(object)operationGoodsBillRecord.DoctorSign));
- cmd.Parameters.Add(new SqlParameter("@Remark",operationGoodsBillRecord.Remark==null?(object)DBNull.Value:(object)operationGoodsBillRecord.Remark));
- cmd.Parameters.Add(new SqlParameter("@InvasiveScreening",operationGoodsBillRecord.InvasiveScreening==null?(object)DBNull.Value:(object)operationGoodsBillRecord.InvasiveScreening));
- cmd.Parameters.Add(new SqlParameter("@ScrubNurse",operationGoodsBillRecord.ScrubNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurse));
- cmd.Parameters.Add(new SqlParameter("@ScrubNurseSucceed",operationGoodsBillRecord.ScrubNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubNurseSucceed));
- cmd.Parameters.Add(new SqlParameter("@ScrubSucceedTime",operationGoodsBillRecord.ScrubSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ScrubSucceedTime));
- cmd.Parameters.Add(new SqlParameter("@TourNurse",operationGoodsBillRecord.TourNurse==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurse));
- cmd.Parameters.Add(new SqlParameter("@TourNurseSucceed",operationGoodsBillRecord.TourNurseSucceed==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourNurseSucceed));
- cmd.Parameters.Add(new SqlParameter("@TourSucceedTime",operationGoodsBillRecord.TourSucceedTime==null?(object)DBNull.Value:(object)operationGoodsBillRecord.TourSucceedTime));
- cmd.Parameters.Add(new SqlParameter("@ColdDeposit",operationGoodsBillRecord.ColdDeposit==null?(object)DBNull.Value:(object)operationGoodsBillRecord.ColdDeposit));
- cmd.Parameters.Add(new SqlParameter("@Id", operationGoodsBillRecord.Id));
- return cmd.ExecuteNonQuery();
- }
-
- ///
- /// 不使用事务的更新方法
- ///
- /// 实体类对象
- /// 影响的记录行数
- public static int Update(OperationGoodsBillRecord operationGoodsBillRecord)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteUpdateCommand(cmd, operationGoodsBillRecord);
- }
- }
- }
- ///
- /// 使用事务的更新方法
- ///
- /// 实现共享Connection的对象
- /// 实体类对象
- /// 影响的记录行数
- public static int Update(Connection connection,OperationGoodsBillRecord operationGoodsBillRecord)
- {
- return ExcuteUpdateCommand(connection.Command, operationGoodsBillRecord);
- }
- ///
- /// 执行更新命令
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int ExcuteUpdateCommand(SqlCommand cmd, string oql, ParameterList parameters)
- {
- //解析过滤部份Sql语句
- string updateString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap());
- cmd.CommandText = "update OperationGoodsBillRecord set " + updateString;
- cmd.Parameters.Clear();
- //添加参数
- if (parameters != null)
- {
- foreach (string key in parameters.Keys)
- {
- cmd.Parameters.Add(new SqlParameter(key, parameters[key]));
- }
- }
- return cmd.ExecuteNonQuery();
- }
-
- ///
- /// 不使用事务的更新方法
- ///
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Update(string oql, ParameterList parameters)
- {
- using (SqlConnection conn = new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteUpdateCommand(cmd, oql, parameters);
- }
- }
- }
-
- ///
- /// 使用事务的更新方法
- ///
- /// 实现共享Connection的对象
- /// 对象查询语句
- /// 参数列表
- /// 影响的记录行数
- public static int Update(Connection connection, string oql, ParameterList parameters)
- {
- return ExcuteUpdateCommand(connection.Command, oql, parameters);
- }
- #endregion
-
- #region 查询实体集合
- ///
- /// 执行Command获取对象列表
- ///
- /// Command对象
- /// 递归类型
- /// 递归深度
- /// 实体类对象列表
- public static List ExcuteSelectCommand(SqlCommand cmd,RecursiveType recursiveType,int recursiveDepth)
- {
- List operationGoodsBillRecordList = new List();
- using (SqlDataReader dr = cmd.ExecuteReader())
- {
- while (dr.Read())
- {
- OperationGoodsBillRecord operationGoodsBillRecord = DataReaderToEntity(dr);
- operationGoodsBillRecordList.Add(operationGoodsBillRecord);
- }
- }
- return operationGoodsBillRecordList;
- }
- ///
- /// 执行查询命令
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List ExcuteSelectCommand(SqlCommand cmd, string oql, ParameterList parameters,RecursiveType recursiveType,int recursiveDepth)
- {
- //解析过滤部份Sql语句
- string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap());
- if (filterString != string.Empty)
- {
- if(filterString.Trim().ToLower().IndexOf("order ")!=0)
- filterString = " where " + filterString;
- }
- cmd.Parameters.Clear();
- cmd.CommandText = "select * from OperationGoodsBillRecord " + filterString;
- //添加参数
- if (parameters != null)
- {
- foreach (string key in parameters.Keys)
- {
- cmd.Parameters.Add(new SqlParameter(key, parameters[key]));
- }
- }
- return ExcuteSelectCommand(cmd, recursiveType, recursiveDepth);
- }
-
- ///
- /// 根据对象查询语句查询实体集合
- ///
- /// 实体类对象集合
- public static List Select()
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- cmd.CommandText = "select * from OperationGoodsBillRecord";
- return ExcuteSelectCommand(cmd, RecursiveType.Parent, 1);
- }
- }
- }
- ///
- /// 根据对象查询语句查询实体集合
- ///
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List Select(RecursiveType recursiveType, int recursiveDepth)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- cmd.CommandText = "select * from OperationGoodsBillRecord";
- return ExcuteSelectCommand(cmd, recursiveType, recursiveDepth);
- }
- }
- }
-
- ///
- /// 根据对象查询语句查询实体集合
- ///
- /// 对象查询语句
- /// 参数列表
- /// 实体类对象集合
- public static List Select(string oql, ParameterList parameters)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteSelectCommand(cmd, oql, parameters, RecursiveType.Parent, 1);
- }
- }
- }
-
- ///
- /// 根据对象查询语句查询实体集合
- ///
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List Select(string oql, ParameterList parameters,RecursiveType recursiveType, int recursiveDepth)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteSelectCommand(cmd, oql, parameters, recursiveType, recursiveDepth);
- }
- }
- }
-
- ///
- /// 根据对象查询语句查询实体集合(启用事务)
- ///
- /// 连接对象
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体类对象集合
- public static List Select(Connection connection, string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth)
- {
- return ExcuteSelectCommand(connection.Command, oql, parameters,recursiveType, recursiveDepth);
- }
- #endregion
-
- #region 查询单个实体
-
- ///
- /// 递归查询单个实体
- ///
- /// Command对象
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord ExcuteSelectSingleCommand(SqlCommand cmd,RecursiveType recursiveType,int recursiveDepth)
- {
- OperationGoodsBillRecord operationGoodsBillRecord=null;
- using (SqlDataReader dr = cmd.ExecuteReader())
- {
- if(dr.Read())
- operationGoodsBillRecord = DataReaderToEntity(dr);
- }
- if(operationGoodsBillRecord==null)
- return operationGoodsBillRecord;
- return operationGoodsBillRecord;
- }
- ///
- /// 更据对象查询语句递归查询单个实体
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord ExcuteSelectSingleCommand(SqlCommand cmd, string oql, ParameterList parameters,RecursiveType recursiveType,int recursiveDepth)
- {
- //解析过滤部份Sql语句
- string filterString = SyntaxAnalyzer.ParseSql(oql, new OperationGoodsBillRecordMap());
- if(filterString!=string.Empty)
- {
- filterString=" where "+filterString;
- }
- cmd.CommandText = "select * from OperationGoodsBillRecord " + filterString;
- cmd.Parameters.Clear();
- //添加参数
- if (parameters != null)
- {
- foreach (string key in parameters.Keys)
- {
- cmd.Parameters.Add(new SqlParameter(key, parameters[key]));
- }
- }
- return ExcuteSelectSingleCommand(cmd, recursiveType, recursiveDepth);
- }
-
- ///
- /// 更据对象查询语句递归查询单个实体
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return ExcuteSelectSingleCommand(cmd, oql, parameters, recursiveType, recursiveDepth);
- }
- }
- }
-
- ///
- /// 更据对象查询语句查询单个实体
- ///
- /// Command对象
- /// 对象查询语句
- /// 参数列表
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(string oql, ParameterList parameters)
- {
- return SelectSingle(oql,parameters,RecursiveType.Parent,1);
- }
-
- ///
- /// 更据对象查询语句并启用事务查询单个实体
- ///
- /// 连接对象
- /// 对象查询语句
- /// 参数列表
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(Connection connection, string oql, ParameterList parameters, RecursiveType recursiveType, int recursiveDepth)
- {
- return ExcuteSelectSingleCommand(connection.Command, oql, parameters, recursiveType, recursiveDepth);
- }
-
- ///
- /// 更据主键值递归查询单个实体
- ///
- /// Command对象
- /// 主键值
- /// 递归类型
- /// 递归深度
- /// 实体对象
- public static OperationGoodsBillRecord SelectSingle(SqlCommand cmd, int? id,RecursiveType recursiveType,int recursiveDepth)
- {
- cmd.Parameters.Clear();
- if(id.HasValue)
- {
- cmd.CommandText = "select * from OperationGoodsBillRecord where Id=@pk";
- cmd.Parameters.Add(new SqlParameter("@pk",id.Value));
- }
- else
- {
- cmd.CommandText = "select * from OperationGoodsBillRecord where Id is null";
- }
- return ExcuteSelectSingleCommand(cmd, recursiveType, recursiveDepth);
- }
-
- ///
- /// 按主键字段查询特定实体
- ///
- /// 主键值
- /// 实体类对象
- public static OperationGoodsBillRecord SelectSingle(int? id)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return SelectSingle(cmd,id,RecursiveType.Parent,1);
- }
- }
- }
- ///
- /// 按主键字段查询特定实体
- ///
- /// 主键值
- /// 递归类型
- /// 递归深度
- /// 实体类对象
- public static OperationGoodsBillRecord SelectSingle(int? id, RecursiveType recursiveType, int recursiveDepth)
- {
- using(SqlConnection conn=new SqlConnection(Connection.ConnectionString))
- {
- conn.Open();
- using (SqlCommand cmd = conn.CreateCommand())
- {
- return SelectSingle(cmd,id, recursiveType, recursiveDepth);
- }
- }
- }
-
- ///
- /// 使用事务并按主键字段查询特定实体
- ///
- /// 连接对象
- /// 主键值
- /// 实体类对象
- public static OperationGoodsBillRecord SelectSingle(Connection connection,int? id, RecursiveType recursiveType, int recursiveDepth)
- {
- return SelectSingle(connection.Command, id, recursiveType, recursiveDepth);
- }
- #endregion
-
-
- ///
- /// 从DataReader中取出值生成实体对象
- ///
- /// 查询对象
- /// 过滤条件字符串
- private static OperationGoodsBillRecord DataReaderToEntity(SqlDataReader dr)
- {
- OperationGoodsBillRecord entity = new OperationGoodsBillRecord ();
- if(dr["Id"]!=System.DBNull.Value)
- {
- entity.Id=Convert.ToInt32(dr["Id"]);
- }
- if(dr["OperationRecordId"]!=System.DBNull.Value)
- {
- entity.OperationRecordId=Convert.ToInt32(dr["OperationRecordId"]);
- }
- if(dr["ApplianceUseType"]!=System.DBNull.Value)
- {
- entity.ApplianceUseType=dr["ApplianceUseType"].ToString();
- }
- if(dr["BloodType"]!=System.DBNull.Value)
- {
- entity.BloodType=dr["BloodType"].ToString();
- }
- if(dr["Erythrocyte"]!=System.DBNull.Value)
- {
- entity.Erythrocyte=dr["Erythrocyte"].ToString();
- }
- if(dr["Platelet"]!=System.DBNull.Value)
- {
- entity.Platelet=dr["Platelet"].ToString();
- }
- if(dr["PlateletUnit"]!=System.DBNull.Value)
- {
- entity.PlateletUnit=dr["PlateletUnit"].ToString();
- }
- if(dr["Plasma"]!=System.DBNull.Value)
- {
- entity.Plasma=dr["Plasma"].ToString();
- }
- if(dr["Other"]!=System.DBNull.Value)
- {
- entity.Other=dr["Other"].ToString();
- }
- if(dr["Autoblood"]!=System.DBNull.Value)
- {
- entity.Autoblood=dr["Autoblood"].ToString();
- }
- if(dr["InfusionLocation"]!=System.DBNull.Value)
- {
- entity.InfusionLocation=dr["InfusionLocation"].ToString();
- }
- if(dr["Liquid"]!=System.DBNull.Value)
- {
- entity.Liquid=dr["Liquid"].ToString();
- }
- if(dr["TourniquetBeginTime"]!=System.DBNull.Value)
- {
- entity.TourniquetBeginTime=Convert.ToDateTime(dr["TourniquetBeginTime"]);
- }
- if(dr["TourniquetEndTime"]!=System.DBNull.Value)
- {
- entity.TourniquetEndTime=Convert.ToDateTime(dr["TourniquetEndTime"]);
- }
- if(dr["TourniquetLocation"]!=System.DBNull.Value)
- {
- entity.TourniquetLocation=dr["TourniquetLocation"].ToString();
- }
- if(dr["Specimen"]!=System.DBNull.Value)
- {
- entity.Specimen=Convert.ToInt32(dr["Specimen"]);
- }
- if(dr["SpecimenNumber"]!=System.DBNull.Value)
- {
- entity.SpecimenNumber=Convert.ToInt32(dr["SpecimenNumber"]);
- }
- if(dr["ToFreeze"]!=System.DBNull.Value)
- {
- entity.ToFreeze=Convert.ToInt32(dr["ToFreeze"]);
- }
- if(dr["ToPathology"]!=System.DBNull.Value)
- {
- entity.ToPathology=Convert.ToInt32(dr["ToPathology"]);
- }
- if(dr["ToRoom"]!=System.DBNull.Value)
- {
- entity.ToRoom=Convert.ToInt32(dr["ToRoom"]);
- }
- if(dr["NotToTest"]!=System.DBNull.Value)
- {
- entity.NotToTest=Convert.ToInt32(dr["NotToTest"]);
- }
- if(dr["NegativePlateLocation"]!=System.DBNull.Value)
- {
- entity.NegativePlateLocation=dr["NegativePlateLocation"].ToString();
- }
- if(dr["DoctorSign"]!=System.DBNull.Value)
- {
- entity.DoctorSign=dr["DoctorSign"].ToString();
- }
- if(dr["Remark"]!=System.DBNull.Value)
- {
- entity.Remark=dr["Remark"].ToString();
- }
- if(dr["InvasiveScreening"]!=System.DBNull.Value)
- {
- entity.InvasiveScreening=dr["InvasiveScreening"].ToString();
- }
- if(dr["ScrubNurse"]!=System.DBNull.Value)
- {
- entity.ScrubNurse=dr["ScrubNurse"].ToString();
- }
- if(dr["ScrubNurseSucceed"]!=System.DBNull.Value)
- {
- entity.ScrubNurseSucceed=dr["ScrubNurseSucceed"].ToString();
- }
- if(dr["ScrubSucceedTime"]!=System.DBNull.Value)
- {
- entity.ScrubSucceedTime=dr["ScrubSucceedTime"].ToString();
- }
- if(dr["TourNurse"]!=System.DBNull.Value)
- {
- entity.TourNurse=dr["TourNurse"].ToString();
- }
- if(dr["TourNurseSucceed"]!=System.DBNull.Value)
- {
- entity.TourNurseSucceed=dr["TourNurseSucceed"].ToString();
- }
- if(dr["TourSucceedTime"]!=System.DBNull.Value)
- {
- entity.TourSucceedTime=dr["TourSucceedTime"].ToString();
- }
- if(dr["ColdDeposit"]!=System.DBNull.Value)
- {
- entity.ColdDeposit=dr["ColdDeposit"].ToString();
- }
- return entity;
- }
- }
-}
-
diff --git a/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs b/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs
index 36e90b7..e155821 100644
--- a/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs
+++ b/AIMSEntity/DAL/AutoGenerate/DOperationRecordInstrumentList.cs
@@ -5,6 +5,7 @@ using System.Collections;
using AIMSModel;
using AIMSObjectQuery;
using System.Collections.Generic;
+using DrawGraph;
namespace AIMSDAL
{
diff --git a/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs b/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs
deleted file mode 100644
index 18043c6..0000000
--- a/AIMSEntity/Model/AutoGenerate/OperationGoodsBillRecord.cs
+++ /dev/null
@@ -1,318 +0,0 @@
-using System;
-using System.Collections;
-using System.Collections.Generic;
-namespace AIMSModel
-{
- [Serializable]
- public partial class OperationGoodsBillRecord
- {
- private int? id;
- private int? operationRecordId;
- private string applianceUseType;
- private string bloodType;
- private string erythrocyte;
- private string platelet;
- private string plateletUnit;
- private string plasma;
- private string other;
- private string autoblood;
- private string infusionLocation;
- private string liquid;
- private DateTime? tourniquetBeginTime;
- private DateTime? tourniquetEndTime;
- private string tourniquetLocation;
- private int? specimen;
- private int? specimenNumber;
- private int? toFreeze;
- private int? toPathology;
- private int? toRoom;
- private int? notToTest;
- private string negativePlateLocation;
- private string doctorSign;
- private string remark;
- private string invasiveScreening;
- private string scrubNurse;
- private string scrubNurseSucceed;
- private string scrubSucceedTime;
- private string tourNurse;
- private string tourNurseSucceed;
- private string tourSucceedTime;
- private string coldDeposit;
- private List applianceRecordList;
- private List applianceRecordListraw;
-
- ///
- /// 编号,自增
- ///
- public int? Id
- {
- get{ return id; }
- set{ id=value; }
- }
- ///
- /// 手术记录编号
- ///
- public int? OperationRecordId
- {
- get{ return operationRecordId; }
- set{ operationRecordId=value; }
- }
- ///
- /// 使用科室
- ///
- public string ApplianceUseType
- {
- get{ return applianceUseType; }
- set{ applianceUseType=value; }
- }
- ///
- /// 血型
- ///
- public string BloodType
- {
- get{ return bloodType; }
- set{ bloodType=value; }
- }
- ///
- /// 红细胞
- ///
- public string Erythrocyte
- {
- get{ return erythrocyte; }
- set{ erythrocyte=value; }
- }
- ///
- /// 血小板
- ///
- public string Platelet
- {
- get{ return platelet; }
- set{ platelet=value; }
- }
- ///
- /// 血小板单位
- ///
- public string PlateletUnit
- {
- get{ return plateletUnit; }
- set{ plateletUnit=value; }
- }
- ///
- /// 血浆
- ///
- public string Plasma
- {
- get{ return plasma; }
- set{ plasma=value; }
- }
- ///
- /// 其它
- ///
- public string Other
- {
- get{ return other; }
- set{ other=value; }
- }
- ///
- /// 自体血
- ///
- public string Autoblood
- {
- get{ return autoblood; }
- set{ autoblood=value; }
- }
- ///
- /// 输液部位
- ///
- public string InfusionLocation
- {
- get{ return infusionLocation; }
- set{ infusionLocation=value; }
- }
- ///
- /// 液体
- ///
- public string Liquid
- {
- get{ return liquid; }
- set{ liquid=value; }
- }
- ///
- /// 止血带开始时间
- ///
- public DateTime? TourniquetBeginTime
- {
- get{ return tourniquetBeginTime; }
- set{ tourniquetBeginTime=value; }
- }
- ///
- /// 止血带结束时间
- ///
- public DateTime? TourniquetEndTime
- {
- get{ return tourniquetEndTime; }
- set{ tourniquetEndTime=value; }
- }
- ///
- /// 止血带位置
- ///
- public string TourniquetLocation
- {
- get{ return tourniquetLocation; }
- set{ tourniquetLocation=value; }
- }
- ///
- /// 标本,0无、1有
- ///
- public int? Specimen
- {
- get{ return specimen; }
- set{ specimen=value; }
- }
- ///
- /// 标本数量
- ///
- public int? SpecimenNumber
- {
- get{ return specimenNumber; }
- set{ specimenNumber=value; }
- }
- ///
- /// 送冰冻,0无、1,有
- ///
- public int? ToFreeze
- {
- get{ return toFreeze; }
- set{ toFreeze=value; }
- }
- ///
- /// 送病理,0无、1,有
- ///
- public int? ToPathology
- {
- get{ return toPathology; }
- set{ toPathology=value; }
- }
- ///
- /// 送病房,0无、1,有
- ///
- public int? ToRoom
- {
- get{ return toRoom; }
- set{ toRoom=value; }
- }
- ///
- /// 不送检
- ///
- public int? NotToTest
- {
- get{ return notToTest; }
- set{ notToTest=value; }
- }
- ///
- /// 负极板位置
- ///
- public string NegativePlateLocation
- {
- get{ return negativePlateLocation; }
- set{ negativePlateLocation=value; }
- }
- ///
- /// 医生签名
- ///
- public string DoctorSign
- {
- get{ return doctorSign; }
- set{ doctorSign=value; }
- }
- ///
- /// 备注
- ///
- public string Remark
- {
- get{ return remark; }
- set{ remark=value; }
- }
- ///
- /// 有创筛前检查
- ///
- public string InvasiveScreening
- {
- get{ return invasiveScreening; }
- set{ invasiveScreening=value; }
- }
- ///
- /// 洗手护士
- ///
- public string ScrubNurse
- {
- get{ return scrubNurse; }
- set{ scrubNurse=value; }
- }
- ///
- /// 洗手接台护士
- ///
- public string ScrubNurseSucceed
- {
- get{ return scrubNurseSucceed; }
- set{ scrubNurseSucceed=value; }
- }
- ///
- /// 洗手护士接台时间
- ///
- public string ScrubSucceedTime
- {
- get{ return scrubSucceedTime; }
- set{ scrubSucceedTime=value; }
- }
- ///
- /// 巡回护士
- ///
- public string TourNurse
- {
- get{ return tourNurse; }
- set{ tourNurse=value; }
- }
- ///
- /// 巡回接台护士
- ///
- public string TourNurseSucceed
- {
- get{ return tourNurseSucceed; }
- set{ tourNurseSucceed=value; }
- }
- ///
- /// 巡回护士接台时间
- ///
- public string TourSucceedTime
- {
- get{ return tourSucceedTime; }
- set{ tourSucceedTime=value; }
- }
- ///
- /// 冷沉淀
- ///
- public string ColdDeposit
- {
- get{ return coldDeposit; }
- set{ coldDeposit=value; }
- }
- ///
- /// 术中使用器械集合
- ///
- public List ApplianceRecordList
- {
- get { return applianceRecordList; }
- set { applianceRecordList = value; }
- }
- ///
- /// 术中使用辅料包集合
- ///
- public List ApplianceRecordListRaw
- {
- get { return applianceRecordListraw; }
- set { applianceRecordListraw = value; }
- }
-
- }
-}
diff --git a/AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs b/DrawGraph/AreaManage/ApplianceRecord.cs
similarity index 99%
rename from AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs
rename to DrawGraph/AreaManage/ApplianceRecord.cs
index e903926..35b5504 100644
--- a/AIMSEntity/Model/AutoGenerate/ApplianceRecord.cs
+++ b/DrawGraph/AreaManage/ApplianceRecord.cs
@@ -2,7 +2,7 @@
using System.Collections;
using System.Collections.Generic;
-namespace AIMSModel
+namespace DrawGraph
{
[Serializable]
public partial class ApplianceRecord
diff --git a/DrawGraph/AreaManage/AreaManageBase.cs b/DrawGraph/AreaManage/AreaManageBase.cs
index f47fb70..28fc832 100644
--- a/DrawGraph/AreaManage/AreaManageBase.cs
+++ b/DrawGraph/AreaManage/AreaManageBase.cs
@@ -295,6 +295,9 @@ namespace DrawGraph
public virtual void initChart()
{
}
+ public virtual void BindTempData()
+ {
+ }
#endregion
///
diff --git a/DrawGraph/AreaManage/DBManage.cs b/DrawGraph/AreaManage/DBManage.cs
index ef0b1f4..45e9b94 100644
--- a/DrawGraph/AreaManage/DBManage.cs
+++ b/DrawGraph/AreaManage/DBManage.cs
@@ -8,8 +8,8 @@ using System.Text;
namespace DrawGraph
{
public class DBManage
- {
- public static DataTable GetDictDataTable(OperationRecord OpeRecord,string HelpCode, string _title, string PersonType, string SelPerson)
+ {
+ public static DataTable GetDictDataTable(OperationRecord OpeRecord, string HelpCode, string _title, string PersonType, string SelPerson)
{
string strSql = "";
switch (_title)
@@ -48,7 +48,7 @@ namespace DrawGraph
{
strSql = "SELECT top 10 p.Id,p.Name,p.IcdCode Code FROM Disease p WHERE p.IsValid=1 AND (p.Name LIKE '%" + HelpCode + "%' OR p.HelpCode LIKE '%" + HelpCode + "%')";
if (SelPerson != "") strSql += " AND p.Id not in (" + SelPerson + ") ";
- }
+ }
break;
case "手术":
strSql = "SELECT top 20 p.Id,p.Name,p.IcdCode Code FROM Operation p WHERE p.IsValid=1 AND (p.Name LIKE '%" + HelpCode + "%' OR p.HelpCode LIKE '%" + HelpCode + "%' OR p.IcdCode LIKE '%" + HelpCode + "%')";
@@ -89,68 +89,78 @@ namespace DrawGraph
try
{
if (items.Length < 1) return i;
- if (items[1] == "OperationDoctor")
- {
- i += AddPerson(_operationRecord, _operationRecord.OperationDoctor, 1);
- }
- else if (items[1] == "Assistant1")
- {
- i += AddPerson(_operationRecord, _operationRecord.Assistant1, 2);
- }
- else if (items[1] == "Assistant2")
- {
- i += AddPerson(_operationRecord, _operationRecord.Assistant2, 3);
- }
- else if (items[1] == "Assistant3")
- {
- i += AddPerson(_operationRecord, _operationRecord.Assistant3, 4);
- }
- else if (items[1] == "AnesthesiaDoctor")
- {
- i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctor, 5);
- }
- else if (items[1] == "InstrumentNurse")
- {
- i += AddPerson(_operationRecord, _operationRecord.InstrumentNurse, 6);
- }
- else if (items[1] == "TourNurse")
- {
- i += AddPerson(_operationRecord, _operationRecord.TourNurse, 7);
- }
- else if (items[1] == "AnesthesiaDoctorAssistant")
- {
- i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctorAssistant, 11);
- }
- else if (items[1] == "Operation")
- {
- i += AddOperation(_operationRecord, _operationRecord.Operation);
- }
- else if (items[1] == "Applyoperation")
- {
- i += AddApplyOperation(_operationRecord, _operationRecord.Applyoperation);
- }
- else if (items[1] == "Applydiagnose")
- {
- i += AddApplyDiagnose(_operationRecord, _operationRecord.Applydiagnose);
- }
- else if (items[1] == "AnaesthesiaMethodId")
- {
- i += AddAnaesthesiaMethod(_operationRecord, _operationRecord.AnaesthesiaMethodId);
- }
- else if (items[1] == "OperationSiteId")
- {
- i += AddOperationSite(_operationRecord, _operationRecord.OperationSiteId);
- }
- else if (items[1] == "Height" || items[1] == "Weight")
- {
- i += UpdatePatient(items[1] + "='" + value + "' where Id= " + _operationRecord.Id);
- }
- else
- {
- i += Update(items[1] + "='" + value + "' where Id= " + _operationRecord.Id);
- }
+ //if (items.Length > 2)
+ //{
+ // if (items[1] == "InstrumentList")
+ // {
+ // i += UpdateInstrumentList(items[2] + "='" + value + "' where Id= " + _operationRecord.Id);
+ // }
+ //}
+ //else
+ //{
+ if (items[1] == "OperationDoctor")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.OperationDoctor, 1);
+ }
+ else if (items[1] == "Assistant1")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.Assistant1, 2);
+ }
+ else if (items[1] == "Assistant2")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.Assistant2, 3);
+ }
+ else if (items[1] == "Assistant3")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.Assistant3, 4);
+ }
+ else if (items[1] == "AnesthesiaDoctor")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctor, 5);
+ }
+ else if (items[1] == "InstrumentNurse")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.InstrumentNurse, 6);
+ }
+ else if (items[1] == "TourNurse")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.TourNurse, 7);
+ }
+ else if (items[1] == "AnesthesiaDoctorAssistant")
+ {
+ i += AddPerson(_operationRecord, _operationRecord.AnesthesiaDoctorAssistant, 11);
+ }
+ else if (items[1] == "Operation")
+ {
+ i += AddOperation(_operationRecord, _operationRecord.Operation);
+ }
+ else if (items[1] == "Applyoperation")
+ {
+ i += AddApplyOperation(_operationRecord, _operationRecord.Applyoperation);
+ }
+ else if (items[1] == "Applydiagnose")
+ {
+ i += AddApplyDiagnose(_operationRecord, _operationRecord.Applydiagnose);
+ }
+ else if (items[1] == "AnaesthesiaMethodId")
+ {
+ i += AddAnaesthesiaMethod(_operationRecord, _operationRecord.AnaesthesiaMethodId);
+ }
+ else if (items[1] == "OperationSiteId")
+ {
+ i += AddOperationSite(_operationRecord, _operationRecord.OperationSiteId);
+ }
+ else if (items[1] == "Height" || items[1] == "Weight")
+ {
+ i += UpdatePatient(items[1] + "='" + value + "' where Id= " + _operationRecord.Id);
+ }
+ else
+ {
+ i += Update(items[1] + "='" + value + "' where Id= " + _operationRecord.Id);
+ }
+ //}
}
- catch (Exception )
+ catch (Exception)
{
//PublicMethod.WriteLog(new Exception("回写数据出错:" + propertyName + " 值:" + value + " 错误:" + ex.Message));
}
@@ -168,6 +178,11 @@ namespace DrawGraph
string sqlStr = "update Oris_Patient set " + sql;
return DBHelper.ExecNonQuery(sqlStr);
}
+ public static int UpdateInstrumentList(string sql)
+ {
+ string sqlStr = "update InstrumentList set " + sql;
+ return DBHelper.ExecNonQuery(sqlStr);
+ }
public static int AddPerson(OperationRecord _operationRecord, string Persons, int PersonDutyId)
{
int i = 0;
@@ -242,12 +257,12 @@ namespace DrawGraph
int i = 0;
if (Operation.Trim() == "" || Operation == ",")
{
- DeleteApplyOperation(_operationRecord.OperationApplyId .Value);
+ DeleteApplyOperation(_operationRecord.OperationApplyId.Value);
i++;
}
else
{
- DeleteApplyOperation(_operationRecord.OperationApplyId .Value);
+ DeleteApplyOperation(_operationRecord.OperationApplyId.Value);
i++;
string[] Operationstr = Operation.Split(',');
foreach (string OperationId in Operationstr)
@@ -270,18 +285,18 @@ namespace DrawGraph
}
}
return i;
- }
+ }
public static int AddApplyDiagnose(OperationRecord _operationRecord, string Diagnose)
{
int i = 0;
if (Diagnose.Trim() == "" || Diagnose == ",")
{
- DeleteApplyDiagnose(_operationRecord.OperationApplyId .Value);
+ DeleteApplyDiagnose(_operationRecord.OperationApplyId.Value);
i++;
}
else
{
- DeleteApplyDiagnose(_operationRecord.OperationApplyId .Value);
+ DeleteApplyDiagnose(_operationRecord.OperationApplyId.Value);
i++;
string[] Diagnosestr = Diagnose.Split(',');
foreach (string DiagnoseId in Diagnosestr)
@@ -292,7 +307,7 @@ namespace DrawGraph
strSql.Append(")");
strSql.Append(" values (");
strSql.Append("" + _operationRecord.OperationApplyId + ",");
- strSql.Append("" + DiagnoseId + ",");
+ strSql.Append("" + DiagnoseId + ",");
strSql.Append("'" + AIMSExtension.PublicMethod.OperatorNo + "',");
strSql.Append("'" + AIMSExtension.PublicMethod.OperatorName + "',");
strSql.Append("'" + DateTime.Now + "'");
@@ -301,7 +316,7 @@ namespace DrawGraph
}
}
return i;
- }
+ }
public static int AddOperationSite(OperationRecord _operationRecord, string OperationSite)
{
int i = 0;
diff --git a/DrawGraph/AreaManage/DeletePhysios.cs b/DrawGraph/AreaManage/DeletePhysios.cs
index 43d98ec..70c8556 100644
--- a/DrawGraph/AreaManage/DeletePhysios.cs
+++ b/DrawGraph/AreaManage/DeletePhysios.cs
@@ -21,7 +21,87 @@ namespace DrawGraph
public DateTime endTime;
public double startValue;
public double endValue;
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeletePhysios));
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.btnDelete = new DevComponents.DotNetBar.ButtonX();
+ this.btnSave = new DevComponents.DotNetBar.ButtonX();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.Location = new System.Drawing.Point(15, 12);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(227, 304);
+ this.panel1.TabIndex = 0;
+ //
+ // btnDelete
+ //
+ this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnDelete.Location = new System.Drawing.Point(37, 323);
+ this.btnDelete.Name = "btnDelete";
+ this.btnDelete.Size = new System.Drawing.Size(86, 30);
+ this.btnDelete.TabIndex = 4;
+ this.btnDelete.Text = "删除";
+ this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
+ //
+ // btnSave
+ //
+ this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnSave.Location = new System.Drawing.Point(129, 323);
+ this.btnSave.Name = "btnSave";
+ this.btnSave.Size = new System.Drawing.Size(86, 30);
+ this.btnSave.TabIndex = 3;
+ this.btnSave.Text = "取消";
+ this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
+ //
+ // frmDeletePhysios
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(254, 359);
+ this.Controls.Add(this.btnDelete);
+ this.Controls.Add(this.btnSave);
+ this.Controls.Add(this.panel1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frmDeletePhysios";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "选择要删除的生命体征";
+ this.Load += new System.EventHandler(this.frmDeletePhysio_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private DevComponents.DotNetBar.ButtonX btnDelete;
+ private DevComponents.DotNetBar.ButtonX btnSave;
public DeletePhysios()
{
InitializeComponent();
diff --git a/DrawGraph/AreaManage/DeletePhysios.designer.cs b/DrawGraph/AreaManage/DeletePhysios.designer.cs
deleted file mode 100644
index 797db08..0000000
--- a/DrawGraph/AreaManage/DeletePhysios.designer.cs
+++ /dev/null
@@ -1,88 +0,0 @@
-
-namespace DrawGraph
-{
- partial class DeletePhysios
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DeletePhysios));
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnDelete = new DevComponents.DotNetBar.ButtonX();
- this.btnSave = new DevComponents.DotNetBar.ButtonX();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Location = new System.Drawing.Point(15, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(227, 304);
- this.panel1.TabIndex = 0;
- //
- // btnDelete
- //
- this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnDelete.Location = new System.Drawing.Point(37, 323);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(86, 30);
- this.btnDelete.TabIndex = 4;
- this.btnDelete.Text = "删除";
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnSave
- //
- this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnSave.Location = new System.Drawing.Point(129, 323);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(86, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "取消";
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // frmDeletePhysios
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(254, 359);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "frmDeletePhysios";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "选择要删除的生命体征";
- this.Load += new System.EventHandler(this.frmDeletePhysio_Load);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- private DevComponents.DotNetBar.ButtonX btnDelete;
- private DevComponents.DotNetBar.ButtonX btnSave;
- }
-}
\ No newline at end of file
diff --git a/DrawGraph/AreaManage/InstrumentDataManage.cs b/DrawGraph/AreaManage/InstrumentDataManage.cs
new file mode 100644
index 0000000..29d5d3d
--- /dev/null
+++ b/DrawGraph/AreaManage/InstrumentDataManage.cs
@@ -0,0 +1,528 @@
+using AIMSExtension;
+using DevComponents.DotNetBar;
+using System;
+using System.Collections.Generic;
+using System.Drawing;
+using System.Linq;
+using System.Windows.Forms;
+
+namespace DrawGraph
+{
+ ///
+ /// 麻醉前访视单
+ ///
+ public class InstrumentDataManage : AreaManageBase
+ {
+
+ private OperationRecord myOpeRecord = null;
+ private bool valChang = false; //值不变
+ public TextPackObj txtObj;
+ public TablePackObj tablePackObj;
+ public TablePackObj tablePackObj1;
+ public TablePackObj tablePackObj2;
+ public TablePackObj tablePackObj3;
+ public float chaY;
+ public float fontsize;
+
+ public InstrumentDataManage() { }
+ public InstrumentDataManage(object _operationRecor, DrawGraph.ZedGraphControl _zedControl, TemplateManage _template, string _name) : base(_operationRecor, _zedControl, _template, _name)
+ { }
+
+ public void init()
+ {
+ txtObj = template.GetPackObjectOTag("InstrumentDataManage_TextPackObj_40");
+ tablePackObj = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_39");
+ tablePackObj1 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_41");
+ tablePackObj2 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_42");
+ tablePackObj3 = template.GetPackObjectOTag("InstrumentDataManage_TablePackObj_43");
+ if (tablePackObj != null)
+ {
+ chaY = (tablePackObj.EndY - tablePackObj.Y) / tablePackObj.Rows;
+ fontsize = txtObj.FontSize - 2;
+ }
+ myOpeRecord = OpeRecord as OperationRecord;
+ }
+ #region 重写的事件
+ ///
+ /// 鼠标点击画板
+ ///
+ ///
+ ///
+ public override void MouseDown(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseMove(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseUp(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseDoubleClick(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void KeyUp(ZedGraphControl sender, KeyEventArgs e)
+ {
+ }
+
+ private void SetApplianceMethod(List ApplianceRecordList)
+ {
+ if (tablePackObj == null) return;
+ for (int i = 0; i < tablePackObj.Rows * 3 + 1; i++)
+ {
+ DelAddObj("ApplianceRecordList" + i);
+ DelAddObj("ApplianceRecordListOpeFront" + i);
+ DelAddObj("ApplianceRecordListOpeDoing" + i);
+ DelAddObj("ApplianceRecordListCloseFront" + i);
+ DelAddObj("ApplianceRecordListCloseLast" + i);
+ }
+ for (int index = 0; index < tablePackObj.Rows - 1; index++)
+ {
+ if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count)
+ {
+ double y = tablePackObj.RealY + chaY + chaY * index;
+ ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false);
+
+ if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")// && ApplianceRecordList[index].OpeFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")// && ApplianceRecordList[index].OpeDoing != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 1 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 2 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")//&& ApplianceRecordList[index].CloseLast != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj1.EndX - tablePackObj1.X) / 4 * 3 + tablePackObj1.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false);
+
+ continue;
+ }
+ }
+ for (int index = (int)tablePackObj.Rows - 1; index < tablePackObj.Rows * 2 - 2; index++)
+ {
+ if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count)
+ {
+ double y = tablePackObj.RealY + chaY + (chaY * (index + 1 - tablePackObj.Rows));
+ ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, (tablePackObj.EndX - tablePackObj.X) / 3 * 1 + tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false);
+
+ if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")//&& ApplianceRecordList[index].OpeFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")//&& ApplianceRecordList[index].OpeDoing != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 1 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 2 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")// && ApplianceRecordList[index].CloseLast != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj2.EndX - tablePackObj2.X) / 4 * 3 + tablePackObj2.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false);
+
+ continue;
+ }
+ }
+ for (int index = (int)tablePackObj.Rows * 2 - 2; index < tablePackObj.Rows * 3 - 3; index++)
+ {
+ if (ApplianceRecordList.Count > 0 && index < ApplianceRecordList.Count)
+ {
+ double y = tablePackObj.RealY + chaY + (chaY * (index + 2 - tablePackObj.Rows * 2));
+ ZUtil.DrawText(ApplianceRecordList[index].ApplianceName, (tablePackObj.EndX - tablePackObj.X) / 3 * 2 + tablePackObj.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordList" + index, Color.Black, fontsize, false);
+
+ if (ApplianceRecordList[index].OpeFront != null && ApplianceRecordList[index].OpeFront != "")//&& ApplianceRecordList[index].OpeFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeFront, tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].OpeDoing != null && ApplianceRecordList[index].OpeDoing != "")//&& ApplianceRecordList[index].OpeDoing != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].OpeDoing, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 1 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListOpeDoing" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseFront != null && ApplianceRecordList[index].CloseFront != "")//&& ApplianceRecordList[index].CloseFront != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseFront, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 2 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseFront" + index, Color.Black, fontsize, false);
+ if (ApplianceRecordList[index].CloseLast != null && ApplianceRecordList[index].CloseLast != "")// && ApplianceRecordList[index].CloseLast != @"\"
+ ZUtil.DrawText(ApplianceRecordList[index].CloseLast, (tablePackObj3.EndX - tablePackObj3.X) / 4 * 3 + tablePackObj3.X + tablePackObj.RealX, y, ZedControl, "ApplianceRecordListCloseLast" + index, Color.Black, fontsize, false);
+
+ continue;
+ }
+ }
+ }
+
+ public override void editAr_Click(object sender, EventArgs e)
+ {
+ //传过来的数据是不是可编辑的
+ AbleEditPackObj editPack = sender as AbleEditPackObj;
+ if (editPack == null) return;
+ //找到这个组件
+ AbleEditPackObj aEdit1 = PackManage.ListPob.FirstOrDefault(s => s is AbleEditPackObj && s.PackTag == editPack.PackTag) as AbleEditPackObj;
+ if (aEdit1 == null) return;
+
+ txt_DoubleClick(aEdit1.CControl, null);
+ }
+
+ public override void Bind()
+ {
+ base.Bind();
+ init();
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ AbleEditPackObj ableEdit = pack as AbleEditPackObj;
+
+ if (ableEdit != null)
+ {
+ ableEdit.IsVisible = true;
+ if (ableEdit.ControlType == EControlType.DateTimePicker)
+ {
+ ableEdit.CControl.Leave -= new EventHandler(txt_Leave);
+ ableEdit.CControl.Leave += new EventHandler(txt_Leave);
+ }
+ else if (ableEdit.ControlType == EControlType.Directory)
+ {
+ ableEdit.CControl.DoubleClick -= new EventHandler(txt_DoubleClick);
+ ableEdit.CControl.DoubleClick += new EventHandler(txt_DoubleClick);
+ ableEdit.CControl.TextChanged -= new EventHandler(txt_Leave);
+ ableEdit.CControl.TextChanged += new EventHandler(txt_Leave);
+ }
+ else if (ableEdit.ControlType == EControlType.CheckBox)
+ {
+ Panel pan = ableEdit.CControl as Panel;
+ if (pan != null)
+ {
+ foreach (Control conl in pan.Controls)
+ {
+ CheckBox chBox = conl as CheckBox;
+ if (chBox != null)
+ {
+ chBox.CheckedChanged -= new EventHandler(txt_Leave);
+ chBox.CheckedChanged += new EventHandler(txt_Leave);
+ }
+ }
+ }
+ }
+ else if (ableEdit.ControlType == EControlType.RadioButtonList)
+ {
+ Panel pan = ableEdit.CControl as Panel;
+ if (pan != null)
+ {
+ foreach (Control conl in pan.Controls)
+ {
+ RadioButton chBox = conl as RadioButton;
+ if (chBox != null)
+ {
+ chBox.CheckedChanged -= new EventHandler(txt_Leave);
+ chBox.CheckedChanged += new EventHandler(txt_Leave);
+ chBox.Click -= new EventHandler(radio_click);
+ chBox.Click += new EventHandler(radio_click);
+ }
+ }
+ }
+ }
+ else
+ {
+ if (ableEdit.ControlType == EControlType.TextBox)
+ {
+ ableEdit.CControl.KeyDown -= new KeyEventHandler(text_keyDown);
+ ableEdit.CControl.KeyDown += new KeyEventHandler(text_keyDown);
+ ableEdit.CControl.GotFocus -= new EventHandler(txt_Focus);
+ ableEdit.CControl.GotFocus += new EventHandler(txt_Focus);
+ }
+ ableEdit.CControl.Leave -= new EventHandler(txt_Leave);
+ ableEdit.CControl.Leave += new EventHandler(txt_Leave);
+ }
+ SetAbleEditView(ableEdit);
+ }
+ }
+ }
+
+ private void txt_Focus(object sender, EventArgs e)
+ {
+ TextBox control = (TextBox)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ if (control.Focused == true && (ableEdit.PackValue == ableEdit.DefaultValue || ableEdit.PackValue == ""))
+ control.Clear();
+ }
+ private void text_keyDown(object sender, KeyEventArgs e)
+ {
+ if (e.Modifiers.CompareTo(Keys.Control) == 0 && e.KeyCode == Keys.V)
+ {
+ string val = Clipboard.GetText();
+ val = val.Replace("\r", "").Replace("\n", "");
+ Clipboard.SetText(val);
+ }
+ }
+
+ ///
+ /// 在画完表单后,显示多选单选的默认项
+ ///
+ public override void FollowUpMethod()
+ {
+ base.FollowUpMethod();
+ //在这里画积分
+ BindTempData();
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ AbleEditPackObj ableEdit = pack as AbleEditPackObj;
+ SetAbleEditView(ableEdit);
+ }
+ }
+
+ public override void BindTempData()
+ {
+ if (myOpeRecord != null && myOpeRecord.Id != null)
+ {
+ if (myOpeRecord.InstrumentList != null && tablePackObj != null)
+ {
+ SetApplianceMethod(myOpeRecord.InstrumentList.ApplianceRecordList);
+ }
+ }
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ pack.Draw();
+ }
+ }
+
+ ///
+ /// 公共验证方法
+ ///
+ ///
+ public override bool Verification()
+ {
+ List editPack = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in editPack)
+ {
+ AbleEditPackObj ablePack = pack as AbleEditPackObj;
+ if (ablePack != null)
+ {
+ if (ablePack.ValidType == EValidType.IsRequired)
+ {
+ if (ablePack.PackValue.Trim() == "")
+ {
+ MessageBox.Show(pack.Descript + "不能为空");
+ return false;
+ }
+ };
+ if (ablePack.PackValue != "" && ablePack.ValidType == EValidType.IsNumber)
+ {
+ try
+ {
+ int.Parse(ablePack.PackValue);
+ }
+ catch (Exception exp)
+ {
+ MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
+ return false;
+ }
+ };
+ if (ablePack.TextLength != 0)
+ {
+ if (ablePack.PackValue.Length >= ablePack.TextLength)
+ {
+ MessageBox.Show(ablePack.Descript + "长度不能超过" + ablePack.TextLength + "字");
+ }
+ }
+ }
+ }
+ return true;
+ }
+
+ #endregion 重写的事件结束
+
+ ///
+ /// 设置可编辑组件的显示样式
+ ///
+ ///
+ private void SetAbleEditView(AbleEditPackObj ableEdit)
+ {
+ string span = "";
+ double spanSum = Math.Round((float)(ableEdit.OneUnitCount / 18));
+ for (int i = 0; i < spanSum; i++)
+ {
+ if (ableEdit.IsHorizontal == ELineType.Horizontal)
+ {
+ span += " ";
+ }
+ else
+ {
+
+ span += "\n";
+ }
+ }
+ string text = "", value = "";
+ if (ableEdit != null && ableEdit.CControl != null)
+ {
+ switch (ableEdit.ControlType)
+ {
+ case EControlType.RadioButtonList:
+ foreach (Control conl in ableEdit.CControl.Controls)
+ {
+ string spanT = span.Clone().ToString();
+ if (ableEdit.DfArrangement == EIsBool.True)
+ {
+ if (spanT.Length - conl.Text.Length >= conl.Text.Length)
+ {
+ spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length);
+ }
+ }
+ RadioButton radio = conl as RadioButton;
+ if (radio.Checked)
+ {
+ text += "☑" + conl.Text + spanT;
+ value = conl.Text;
+ }
+ else
+ {
+ text += "□" + conl.Text + spanT;
+ }
+ }
+ break;
+ case EControlType.CheckBox:
+ foreach (Control conl in ableEdit.CControl.Controls)
+ {
+ string spanT = span.Clone().ToString();
+ if (ableEdit.DfArrangement == EIsBool.True)
+ {
+ if (spanT.Length - conl.Text.Length >= conl.Text.Length)
+ {
+ spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length);
+ }
+ }
+ CheckBox radio = conl as CheckBox;
+ if (radio.Checked)
+ {
+ text += "☑" + conl.Text + spanT;
+ value += conl.Text + ",";
+ }
+ else
+ {
+ text += "□" + conl.Text + spanT;
+ }
+ }
+ value = value.TrimEnd(',');
+ break;
+ case EControlType.Directory:
+ if (ableEdit.ControlTitleText.Contains("模板"))
+ {
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ }
+ else
+ {
+ value = ableEdit.PackValue;
+ string typeName = ableEdit.ControlTitleText;
+ //如果是“人员,2”这种需要把人员取出来
+ if (ableEdit.ControlTitleText.Contains(",") || ableEdit.ControlTitleText.Contains(","))
+ {
+ string[] strs = ableEdit.ControlTitleText.Replace(",", ",").Split(',');
+ typeName = strs[0];
+ }
+ text = DocumentEntityMethod.GetDictionaryValuesById(ableEdit.PackValue, typeName);
+ }
+ break;
+ default:
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ break;
+ }
+
+ //设置属性的值
+ template.SetObjValue(OpeRecord, ableEdit.ClassDataSourceName, text, value);
+ //如果有逻辑区域,则区域进行更新。
+ //template.NotificationAreaBindingUpdate(template.ProjectName + "逻辑");
+ }
+ }
+
+ private void txt_DoubleClick(object sender, EventArgs e)
+ {
+ Control control = (Control)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ string DataSourceName = ableEdit.ClassDataSourceName;
+ try
+ {
+ string text = "", value = "";
+ switch (ableEdit.ControlType)
+ {
+ case EControlType.DateTimePicker:
+ text = DateTime.Now.ToString();
+ value = DateTime.Now.ToString();
+ control.Text = text;
+ break;
+ default:
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ break;
+ }
+ }
+ catch (Exception ex)
+ {
+ }
+ finally
+ {
+ template.ZedControl.Refresh();
+ }
+ }
+
+ private void radio_click(object sender, EventArgs e)
+ {
+ RadioButton control = (RadioButton)sender;
+ if (control == null) return;
+
+ if (!valChang)
+ {
+ control.Checked = false;
+ }
+
+ valChang = false;
+
+ }
+
+ private void txt_Leave(object sender, EventArgs e)
+ {
+ Control control = (Control)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ //拿到数据源(格式:OperationRecord.PatientRef.Bed)
+ bool updateOk = true;
+ try
+ {
+ SetAbleEditView(ableEdit);
+ if (ableEdit.ControlType == EControlType.RadioButtonList)
+ {
+ RadioButton rb = (RadioButton)sender;
+
+ if (control == null) return;
+ AbleEditPackObj ableEdit1 = control.Tag as AbleEditPackObj;
+ AbleEditPackObj selectAbleEdit = null;
+
+ //值变了
+ valChang = true;
+ }
+ }
+ catch (Exception ex)
+ {
+ //写日志
+ updateOk = false;
+ }
+ }
+
+ //设置打印模式,组件不显示
+ public override void setPrint(bool isVisible)
+ {
+ //预览状态时所可编辑组件的组件隐藏
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack1 in ables)
+ {
+ AbleEditPackObj ableEdit = pack1 as AbleEditPackObj;
+
+ if (ableEdit != null)
+ {
+ ableEdit.IsVisible = isVisible;
+ if (isVisible == true)
+ ableEdit.IsViewBoard = EIsBool.True;
+ else
+ ableEdit.IsViewBoard = EIsBool.False;
+ }
+ }
+ }
+ public void DelAddObj(string tagName)
+ {
+ TextObj text = (TextObj)ZedControl.MasterPane.GraphObjList[tagName];
+ if (text != null)
+ ZedControl.MasterPane.GraphObjList.Remove(text);
+ }
+
+ }
+}
diff --git a/DrawGraph/AreaManage/OperationRecord.cs b/DrawGraph/AreaManage/OperationRecord.cs
index ebfcd07..80657a7 100644
--- a/DrawGraph/AreaManage/OperationRecord.cs
+++ b/DrawGraph/AreaManage/OperationRecord.cs
@@ -130,7 +130,8 @@ namespace DrawGraph
private List anaseDataQualityRecordList;
private OperationRecordInfo opeRecordInfo;
private OperationRecoverInInfo opeRecoverInInfo;
- private OperationRecoverOutInfo opeRecoverOutInfo;
+ private OperationRecoverOutInfo opeRecoverOutInfo;
+ private OperationRecordInstrumentList instrumentList;
public List EventListstr = new List();
public List DrugsListstr = new List();
@@ -1140,6 +1141,18 @@ namespace DrawGraph
opeRecoverOutInfo = value;
}
}
+ [ClassAttributs(Description = "器械清点单类")]
+ public OperationRecordInstrumentList InstrumentList
+ {
+ get
+ {
+ return instrumentList;
+ }
+ set
+ {
+ instrumentList = value;
+ }
+ }
///
/// 选择的药品名称和显示行索引表示的Hashtable
///
@@ -1183,8 +1196,9 @@ namespace DrawGraph
AnaseDataQualityRecordList = new List();
addPhysioList = new List();
OpeRecordInfo = new OperationRecordInfo();
- opeRecoverInInfo = new OperationRecoverInInfo();
- opeRecoverOutInfo = new OperationRecoverOutInfo();
+ OpeRecoverInInfo = new OperationRecoverInInfo();
+ OpeRecoverOutInfo = new OperationRecoverOutInfo();
+ InstrumentList = new OperationRecordInstrumentList();
FactBloodGasAnalysisList = new List();
}
diff --git a/AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs b/DrawGraph/AreaManage/OperationRecordInstrumentList.cs
similarity index 57%
rename from AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs
rename to DrawGraph/AreaManage/OperationRecordInstrumentList.cs
index 5b75240..5f0627a 100644
--- a/AIMSEntity/Model/AutoGenerate/OperationRecordInstrumentList.cs
+++ b/DrawGraph/AreaManage/OperationRecordInstrumentList.cs
@@ -1,9 +1,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
-using AIMSDAL;
-namespace AIMSModel
+namespace DrawGraph
{
[Serializable]
public partial class OperationRecordInstrumentList
@@ -18,76 +17,83 @@ namespace AIMSModel
private string operatorName;
private DateTime? operateDate;
- public List ApplianceRecordList;
+ public List ApplianceRecordList;
- ///
- ///
- ///
+ [NoCreatControlAttributs]
public int? Id
{
get{ return id; }
set{ id=value; }
- }
- ///
- ///
- ///
- public int? OperationRecordId
+ }
+ [NoCreatControlAttributs]
+ public int? OperationRecordId
{
get{ return operationRecordId; }
set{ operationRecordId=value; }
}
- ///
- ///
+ ///
+ /// 器械包Id
///
- public string ApplianceUseType
+ [NoCreatControlAttributs]
+ public string ApplianceUseType
{
get{ return applianceUseType; }
set{ applianceUseType=value; }
}
- ///
- ///
+ ///
+ /// 人体标记图
///
+ [NoCreatControlAttributs]
public string TagPicture
{
get{ return tagPicture; }
set{ tagPicture=value; }
}
- ///
- ///
+ [ClassAttributs(Description = "人体标记图")]
+ public string TagPicturePanel { get; set; }
+ [ClassAttributs(Description = "灭菌包列表")]
+ public string PackPanel { get; set; }
+ ///
+ /// 备注
///
+ [ClassAttributs(Description = "备注")]
public string Remark
{
get{ return remark; }
set{ remark=value; }
}
///
- ///
+ /// 格式化文本
///
+ [NoCreatControlAttributs]
public string JsonTextData
{
get{ return jsonTextData; }
set{ jsonTextData=value; }
}
- ///
- ///
+ ///
+ /// 操作工号3
///
+ [NoCreatControlAttributs]
public string OperatorNo
{
get{ return operatorNo; }
set{ operatorNo=value; }
}
- ///
- ///
+ ///
+ /// 操作人名称
///
- public string OperatorName
+ [NoCreatControlAttributs]
+ public string OperatorName
{
get{ return operatorName; }
set{ operatorName=value; }
}
- ///
- ///
+ ///
+ /// 操作时间
///
- public DateTime? OperateDate
+ [NoCreatControlAttributs]
+ public DateTime? OperateDate
{
get{ return operateDate; }
set{ operateDate=value; }
diff --git a/DrawGraph/AreaManage/RemarkManage.cs b/DrawGraph/AreaManage/RemarkManage.cs
index 3f337c6..b0f666a 100644
--- a/DrawGraph/AreaManage/RemarkManage.cs
+++ b/DrawGraph/AreaManage/RemarkManage.cs
@@ -172,7 +172,7 @@ namespace DrawGraph
}
//出量备注
- SetRemarkInfo(myOpeRecord.FluidListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength);
+ //SetRemarkInfo(myOpeRecord.FluidListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength);
//用药备注
SetRemarkInfo(myOpeRecord.DrugsListstr, remarkRowscount, ref x, ref remarkRow, ref AllRemarkRow, fontsize, ref fontlength);
diff --git a/DrawGraph/AreaManage/TempDataManage.cs b/DrawGraph/AreaManage/TempDataManage.cs
new file mode 100644
index 0000000..1e7890f
--- /dev/null
+++ b/DrawGraph/AreaManage/TempDataManage.cs
@@ -0,0 +1,470 @@
+using AIMSExtension;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System.Windows.Forms;
+
+namespace DrawGraph
+{
+ ///
+ /// 麻醉前访视单
+ ///
+ public class TempDataManage : AreaManageBase
+ {
+
+ private OperationRecord myOpeRecord = null;
+ private bool valChang = false; //值不变
+
+ AbleEditPackObj ableEdit2;
+ public TempDataManage() { }
+ public TempDataManage(object _operationRecor, DrawGraph.ZedGraphControl _zedControl, TemplateManage _template, string _name) : base(_operationRecor, _zedControl, _template, _name)
+ { }
+
+ public void init()
+ {
+ //自己要用的手术对象
+ myOpeRecord = OpeRecord as OperationRecord;
+ ableEdit2 = template.GetPackObjectOTag("TempDataManage_AbleEditPackObj_357_OperationRecord_InstrumentList_TagPicturePanel");
+ }
+ #region 重写的事件
+ ///
+ /// 鼠标点击画板
+ ///
+ ///
+ ///
+ public override void MouseDown(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseMove(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseUp(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void MouseDoubleClick(ZedGraphControl sender, MouseEventArgs e)
+ {
+ }
+ public override void KeyUp(ZedGraphControl sender, KeyEventArgs e)
+ {
+ }
+
+ public override void editAr_Click(object sender, EventArgs e)
+ {
+ //传过来的数据是不是可编辑的
+ AbleEditPackObj editPack = sender as AbleEditPackObj;
+ if (editPack == null) return;
+ //找到这个组件
+ AbleEditPackObj aEdit1 = PackManage.ListPob.FirstOrDefault(s => s is AbleEditPackObj && s.PackTag == editPack.PackTag) as AbleEditPackObj;
+ if (aEdit1 == null) return;
+
+ txt_DoubleClick(aEdit1.CControl, null);
+ }
+
+ public override void Bind()
+ {
+ base.Bind();
+ init();
+ if (ableEdit2 != null)
+ {
+ GraphObj gos = ZedControl.MasterPane.GraphObjList[TextPrefix.IM + "InstrumentListTagPicturePanel2"];
+ if (gos == null)
+ {
+ ZUtil.DrawImage("bjtp", ableEdit2.RealEndX, ableEdit2.RealY, (ableEdit2.RealEndX - ableEdit2.RealX), (ableEdit2.RealEndY - ableEdit2.RealY) / 2, ZedControl, TextPrefix.IM + "InstrumentListTagPicturePanel2");
+ }
+ }
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ AbleEditPackObj ableEdit = pack as AbleEditPackObj;
+
+ if (ableEdit != null)
+ {
+ ableEdit.IsVisible = true;
+ if (ableEdit.ControlType == EControlType.DateTimePicker)
+ {
+ ableEdit.CControl.Leave -= new EventHandler(txt_Leave);
+ ableEdit.CControl.Leave += new EventHandler(txt_Leave);
+ }
+ else if (ableEdit.ControlType == EControlType.Directory)
+ {
+ ableEdit.CControl.DoubleClick -= new EventHandler(txt_DoubleClick);
+ ableEdit.CControl.DoubleClick += new EventHandler(txt_DoubleClick);
+ ableEdit.CControl.TextChanged -= new EventHandler(txt_Leave);
+ ableEdit.CControl.TextChanged += new EventHandler(txt_Leave);
+ }
+ else if (ableEdit.ControlType == EControlType.CheckBox)
+ {
+ Panel pan = ableEdit.CControl as Panel;
+ if (pan != null)
+ {
+ foreach (Control conl in pan.Controls)
+ {
+ CheckBox chBox = conl as CheckBox;
+ if (chBox != null)
+ {
+ chBox.CheckedChanged -= new EventHandler(txt_Leave);
+ chBox.CheckedChanged += new EventHandler(txt_Leave);
+ }
+ }
+ }
+ }
+ else if (ableEdit.ControlType == EControlType.RadioButtonList)
+ {
+ Panel pan = ableEdit.CControl as Panel;
+ if (pan != null)
+ {
+ foreach (Control conl in pan.Controls)
+ {
+ RadioButton chBox = conl as RadioButton;
+ if (chBox != null)
+ {
+ chBox.CheckedChanged -= new EventHandler(txt_Leave);
+ chBox.CheckedChanged += new EventHandler(txt_Leave);
+ chBox.Click -= new EventHandler(radio_click);
+ chBox.Click += new EventHandler(radio_click);
+ }
+ }
+ }
+ }
+ else
+ {
+ if (ableEdit.ControlType == EControlType.TextBox)
+ {
+ ableEdit.CControl.KeyDown -= new KeyEventHandler(text_keyDown);
+ ableEdit.CControl.KeyDown += new KeyEventHandler(text_keyDown);
+ ableEdit.CControl.GotFocus -= new EventHandler(txt_Focus);
+ ableEdit.CControl.GotFocus += new EventHandler(txt_Focus);
+ }
+ ableEdit.CControl.Leave -= new EventHandler(txt_Leave);
+ ableEdit.CControl.Leave += new EventHandler(txt_Leave);
+ }
+ SetAbleEditView(ableEdit);
+ }
+ }
+ }
+
+ private void txt_Focus(object sender, EventArgs e)
+ {
+ TextBox control = (TextBox)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ if (control.Focused == true && (ableEdit.PackValue == ableEdit.DefaultValue || ableEdit.PackValue == ""))
+ control.Clear();
+ }
+ private void text_keyDown(object sender, KeyEventArgs e)
+ {
+ if (e.Modifiers.CompareTo(Keys.Control) == 0 && e.KeyCode == Keys.V)
+ {
+ string val = Clipboard.GetText();
+ val = val.Replace("\r", "").Replace("\n", "");
+ Clipboard.SetText(val);
+ }
+ }
+
+ ///
+ /// 在画完表单后,显示多选单选的默认项
+ ///
+ public override void FollowUpMethod()
+ {
+ base.FollowUpMethod();
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ AbleEditPackObj ableEdit = pack as AbleEditPackObj;
+ SetAbleEditView(ableEdit);
+ }
+ }
+
+ public override void BindTempData()
+ {
+ if (myOpeRecord != null && myOpeRecord.Id != null)
+ {
+ GraphObj gos = ZedControl.MasterPane.GraphObjList[TextPrefix.IM + "InstrumentListTagPicturePanel"];
+ if (gos != null)
+ {
+ ZedControl.MasterPane.GraphObjList.Remove(gos);
+ }
+ if (myOpeRecord.InstrumentList != null && ableEdit2 != null && myOpeRecord.InstrumentList.TagPicture != null && myOpeRecord.InstrumentList.TagPicture != "")
+ {
+ MemoryStream ms = new MemoryStream(Convert.FromBase64String(myOpeRecord.InstrumentList.TagPicture));
+ System.Drawing.Image image = System.Drawing.Image.FromStream(ms);
+ ZUtil.DrawImage(image, ableEdit2.RealX, ableEdit2.RealY, (ableEdit2.RealEndX - ableEdit2.RealX), (ableEdit2.RealEndY - ableEdit2.RealY), ZedControl, TextPrefix.IM + "InstrumentListTagPicturePanel");
+ }
+ }
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in ables)
+ {
+ pack.Draw();
+ }
+ }
+
+ ///
+ /// 公共验证方法
+ ///
+ ///
+ public override bool Verification()
+ {
+ List editPack = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack in editPack)
+ {
+ AbleEditPackObj ablePack = pack as AbleEditPackObj;
+ if (ablePack != null)
+ {
+ if (ablePack.ValidType == EValidType.IsRequired)
+ {
+ if (ablePack.PackValue.Trim() == "")
+ {
+ MessageBox.Show(pack.Descript + "不能为空");
+ return false;
+ }
+ };
+ if (ablePack.PackValue != "" && ablePack.ValidType == EValidType.IsNumber)
+ {
+ try
+ {
+ int.Parse(ablePack.PackValue);
+ }
+ catch (Exception exp)
+ {
+ MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
+ return false;
+ }
+ };
+ if (ablePack.TextLength != 0)
+ {
+ if (ablePack.PackValue.Length >= ablePack.TextLength)
+ {
+ MessageBox.Show(ablePack.Descript + "长度不能超过" + ablePack.TextLength + "字");
+ }
+ }
+ }
+ }
+ return true;
+ }
+
+ #endregion 重写的事件结束
+
+ ///
+ /// 设置可编辑组件的显示样式
+ ///
+ ///
+ private void SetAbleEditView(AbleEditPackObj ableEdit)
+ {
+ string span = "";
+ double spanSum = Math.Round((float)(ableEdit.OneUnitCount / 18));
+ for (int i = 0; i < spanSum; i++)
+ {
+ if (ableEdit.IsHorizontal == ELineType.Horizontal)
+ {
+ span += " ";
+ }
+ else
+ {
+
+ span += "\n";
+ }
+ }
+ string text = "", value = "";
+ if (ableEdit != null && ableEdit.CControl != null)
+ {
+ switch (ableEdit.ControlType)
+ {
+ case EControlType.RadioButtonList:
+ foreach (Control conl in ableEdit.CControl.Controls)
+ {
+ string spanT = span.Clone().ToString();
+ if (ableEdit.DfArrangement == EIsBool.True)
+ {
+ if (spanT.Length - conl.Text.Length >= conl.Text.Length)
+ {
+ spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length);
+ }
+ }
+ RadioButton radio = conl as RadioButton;
+ if (radio.Checked)
+ {
+ text += "☑" + conl.Text + spanT;
+ value = conl.Text;
+ }
+ else
+ {
+ text += "□" + conl.Text + spanT;
+ }
+ }
+ break;
+ case EControlType.CheckBox:
+ foreach (Control conl in ableEdit.CControl.Controls)
+ {
+ string spanT = span.Clone().ToString();
+ if (ableEdit.DfArrangement == EIsBool.True)
+ {
+ if (spanT.Length - conl.Text.Length >= conl.Text.Length)
+ {
+ spanT = spanT.Remove(spanT.Length - conl.Text.Length, conl.Text.Length);
+ }
+ }
+ CheckBox radio = conl as CheckBox;
+ if (radio.Checked)
+ {
+ text += "☑" + conl.Text + spanT;
+ value += conl.Text + ",";
+ }
+ else
+ {
+ text += "□" + conl.Text + spanT;
+ }
+ }
+ value = value.TrimEnd(',');
+ break;
+ case EControlType.Directory:
+ if (ableEdit.ControlTitleText.Contains("模板"))
+ {
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ }
+ else
+ {
+ value = ableEdit.PackValue;
+ string typeName = ableEdit.ControlTitleText;
+ //如果是“人员,2”这种需要把人员取出来
+ if (ableEdit.ControlTitleText.Contains(",") || ableEdit.ControlTitleText.Contains(","))
+ {
+ string[] strs = ableEdit.ControlTitleText.Replace(",", ",").Split(',');
+ typeName = strs[0];
+ }
+ text = DocumentEntityMethod.GetDictionaryValuesById(ableEdit.PackValue, typeName);
+ }
+ break;
+ default:
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ break;
+ }
+
+ //设置属性的值
+ template.SetObjValue(OpeRecord, ableEdit.ClassDataSourceName, text, value);
+ //如果有逻辑区域,则区域进行更新。
+ template.NotificationAreaBindingUpdate(template.ProjectName + "逻辑");
+ }
+ }
+
+ private void setDefaultDateTime(object sender)
+ {
+ Control control = (Control)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ string DataSourceName = ableEdit.ClassDataSourceName;
+ if (ableEdit.ControlTitleText != "")
+ {
+ ((DateTimePicker)control).Format = DateTimePickerFormat.Custom;
+ ((DateTimePicker)control).CustomFormat = ableEdit.ControlTitleText;
+ }
+ if (ableEdit.PackText == "")
+ {
+ //control.Text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:00");//ToShortDateString
+ }
+ }
+
+ private void txt_DoubleClick(object sender, EventArgs e)
+ {
+ Control control = (Control)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ string DataSourceName = ableEdit.ClassDataSourceName;
+ try
+ {
+ string text = "", value = "";
+ switch (ableEdit.ControlType)
+ {
+ case EControlType.DateTimePicker:
+ text = DateTime.Now.ToString();
+ value = DateTime.Now.ToString();
+ control.Text = text;
+ break;
+ default:
+ text = ableEdit.CControl.Text;
+ value = ableEdit.CControl.Text;
+ break;
+ }
+ }
+ catch (Exception ex)
+ {
+ }
+ finally
+ {
+ template.ZedControl.Refresh();
+ }
+ }
+
+ private void radio_click(object sender, EventArgs e)
+ {
+ RadioButton control = (RadioButton)sender;
+ if (control == null) return;
+
+ if (!valChang)
+ {
+ control.Checked = false;
+ }
+
+ valChang = false;
+
+ }
+
+ private void txt_Leave(object sender, EventArgs e)
+ {
+ Control control = (Control)sender;
+ if (control == null) return;
+ AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
+ if (ableEdit == null) return;
+ //拿到数据源(格式:OperationRecord.PatientRef.Bed)
+ bool updateOk = true;
+ try
+ {
+ SetAbleEditView(ableEdit);
+ if (ableEdit.ControlType == EControlType.RadioButtonList)
+ {
+ RadioButton rb = (RadioButton)sender;
+
+ if (control == null) return;
+ AbleEditPackObj ableEdit1 = control.Tag as AbleEditPackObj;
+ AbleEditPackObj selectAbleEdit = null;
+
+ //值变了
+ valChang = true;
+ }
+ }
+ catch (Exception ex)
+ {
+ //写日志
+ updateOk = false;
+ }
+ finally
+ {
+ }
+ }
+
+ //设置打印模式,组件不显示
+ public override void setPrint(bool isVisible)
+ {
+ //预览状态时所可编辑组件的组件隐藏
+ List ables = PackManage.ListPob.Where(s => s is AbleEditPackObj).ToList();
+ foreach (PackObjBase pack1 in ables)
+ {
+ AbleEditPackObj ableEdit = pack1 as AbleEditPackObj;
+
+ if (ableEdit != null)
+ {
+ ableEdit.IsVisible = isVisible;
+ if (isVisible == true)
+ ableEdit.IsViewBoard = EIsBool.True;
+ else
+ ableEdit.IsViewBoard = EIsBool.False;
+ }
+ }
+ }
+ }
+}
diff --git a/DrawGraph/AreaManage/TemplateManage.cs b/DrawGraph/AreaManage/TemplateManage.cs
index e7e758b..2ca605d 100644
--- a/DrawGraph/AreaManage/TemplateManage.cs
+++ b/DrawGraph/AreaManage/TemplateManage.cs
@@ -420,6 +420,13 @@ namespace DrawGraph
area.KeyUp(sender, e);
}
}
+ public void BindTempData()
+ {
+ foreach (AreaManageBase area in manageList)
+ {
+ area.BindTempData();
+ }
+ }
#endregion 事件结束
///
@@ -486,14 +493,8 @@ namespace DrawGraph
AreaManageBase manageTemp = ManageList[i];
if (manageTemp != null)
{
- try
- {
- pack = (T)manageTemp.GetPackObjectOTag(tagName);
- if (pack != null) break;
- }
- catch (Exception)
- {
- }
+ pack = (T)manageTemp.GetPackObjectOTag(tagName);
+ if (pack != null) break;
}
}
return pack;
diff --git a/DrawGraph/DrawGraph.csproj b/DrawGraph/DrawGraph.csproj
index 8ee8c9d..48b8198 100644
--- a/DrawGraph/DrawGraph.csproj
+++ b/DrawGraph/DrawGraph.csproj
@@ -57,6 +57,7 @@
+
@@ -66,12 +67,12 @@
Form
-
- DeletePhysios.cs
-
+
+
+
@@ -236,9 +237,6 @@
-
- DeletePhysios.cs
-
ResXFileCodeGenerator
Resources.Designer.cs
@@ -323,5 +321,8 @@
+
+
+
\ No newline at end of file
diff --git a/DrawGraph/Graph/ZUtil.cs b/DrawGraph/Graph/ZUtil.cs
index f4bf464..f7fcc7e 100644
--- a/DrawGraph/Graph/ZUtil.cs
+++ b/DrawGraph/Graph/ZUtil.cs
@@ -246,6 +246,19 @@ namespace DrawGraph
imgObj.Tag = tag;
zedGraph.MasterPane.GraphObjList.Add(imgObj);
}
+ public static void DrawImage(Image imageResName, double left, double top, double width, double height, ZedGraphControl zedGraph, string tag)
+ {
+ ImageObj imgObj = new ImageObj(imageResName, left, top, width, height);
+ imgObj.IsVisible = true;
+ imgObj.ZOrder = ZOrder.A_InFront;
+ imgObj.Location.CoordinateFrame = CoordType.PaneFraction;
+ imgObj.Location.AlignH = AlignH.Left;
+ imgObj.Location.AlignV = AlignV.Top;
+ imgObj.IsVisible = true;
+ imgObj.ZOrder = ZOrder.A_InFront;
+ imgObj.Tag = tag;
+ zedGraph.MasterPane.GraphObjList.Add(imgObj);
+ }
///
/// 绘制矩形
@@ -306,7 +319,8 @@ namespace DrawGraph
}
}
return image;
- }
+ }
+
}
}
diff --git a/DrawGraph/Resources/bjtp.png b/DrawGraph/Resources/bjtp.png
new file mode 100644
index 0000000..2ef9383
Binary files /dev/null and b/DrawGraph/Resources/bjtp.png differ
diff --git a/DrawGraphManagement/AreaManageForm.cs b/DrawGraphManagement/AreaManageForm.cs
index 3e4c616..0c1c276 100644
--- a/DrawGraphManagement/AreaManageForm.cs
+++ b/DrawGraphManagement/AreaManageForm.cs
@@ -1574,19 +1574,19 @@ namespace DrawGraphManagement
TreeNode selNode = treePropertyList.SelectedNode;
if (rootNode != null && selNode != null)
{
- //只有要根结点下的所有数据对象可以生成可编辑组件
- if (selNode.Parent == rootNode)
- {
+ ////只有要根结点下的所有数据对象可以生成可编辑组件
+ //if (selNode.Parent == rootNode)
+ //{
toolStripMenuItem1.Enabled = true;
生成可编辑区域ToolStripMenuItem.Enabled = true;
生成可编辑区域不带前标签ToolStripMenuItem.Enabled = true;
- }
- else
- {
- toolStripMenuItem1.Enabled = true;
- 生成可编辑区域ToolStripMenuItem.Enabled = false;
- 生成可编辑区域不带前标签ToolStripMenuItem.Enabled = false;
- }
+ //}
+ //else
+ //{
+ // toolStripMenuItem1.Enabled = true;
+ // 生成可编辑区域ToolStripMenuItem.Enabled = false;
+ // 生成可编辑区域不带前标签ToolStripMenuItem.Enabled = false;
+ //}
}
if (selNode != null && selNode.Nodes.Count > 0)
diff --git a/DrawGraphManagement/Main.Designer.cs b/DrawGraphManagement/Main.Designer.cs
index d1b57eb..9e2e8d5 100644
--- a/DrawGraphManagement/Main.Designer.cs
+++ b/DrawGraphManagement/Main.Designer.cs
@@ -37,8 +37,6 @@
this.btnCreate = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
- this.label7 = new System.Windows.Forms.Label();
- this.txtHospitalName = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
@@ -48,9 +46,15 @@
this.BtnBind = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
+ this.button9 = new System.Windows.Forms.Button();
+ this.button8 = new System.Windows.Forms.Button();
+ this.button7 = new System.Windows.Forms.Button();
+ this.button6 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtProjectName = new System.Windows.Forms.TextBox();
+ this.label7 = new System.Windows.Forms.Label();
+ this.txtHospitalName = new System.Windows.Forms.TextBox();
this.pnlManageList = new System.Windows.Forms.Panel();
this.treeView1 = new System.Windows.Forms.TreeView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
@@ -67,8 +71,6 @@
this.label4 = new System.Windows.Forms.Label();
this.myPanel1 = new DrawGraphManagement.MyPanel();
this.zedGraphMain = new DrawGraph.ZedGraphControl();
- this.button6 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.pnlManageList.SuspendLayout();
@@ -129,7 +131,7 @@
//
// btnSave
//
- this.btnSave.Location = new System.Drawing.Point(753, 7);
+ this.btnSave.Location = new System.Drawing.Point(846, 7);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 5;
@@ -154,22 +156,6 @@
this.panel1.Size = new System.Drawing.Size(1356, 46);
this.panel1.TabIndex = 6;
//
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(28, 14);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(65, 12);
- this.label7.TabIndex = 10;
- this.label7.Text = "医院名称:";
- //
- // txtHospitalName
- //
- this.txtHospitalName.Location = new System.Drawing.Point(99, 10);
- this.txtHospitalName.Name = "txtHospitalName";
- this.txtHospitalName.Size = new System.Drawing.Size(213, 21);
- this.txtHospitalName.TabIndex = 11;
- //
// panel4
//
this.panel4.Controls.Add(this.button5);
@@ -180,6 +166,8 @@
this.panel4.Controls.Add(this.BtnBind);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.textBox1);
+ this.panel4.Controls.Add(this.button9);
+ this.panel4.Controls.Add(this.button8);
this.panel4.Controls.Add(this.button7);
this.panel4.Controls.Add(this.button6);
this.panel4.Controls.Add(this.button2);
@@ -215,7 +203,7 @@
//
// button3
//
- this.button3.Location = new System.Drawing.Point(958, 6);
+ this.button3.Location = new System.Drawing.Point(1026, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(112, 23);
this.button3.TabIndex = 14;
@@ -226,7 +214,7 @@
//
// txtFontSize
//
- this.txtFontSize.Location = new System.Drawing.Point(890, 7);
+ this.txtFontSize.Location = new System.Drawing.Point(958, 5);
this.txtFontSize.Name = "txtFontSize";
this.txtFontSize.Size = new System.Drawing.Size(62, 21);
this.txtFontSize.TabIndex = 13;
@@ -245,7 +233,7 @@
//
// BtnBind
//
- this.BtnBind.Location = new System.Drawing.Point(670, 7);
+ this.BtnBind.Location = new System.Drawing.Point(763, 8);
this.BtnBind.Name = "BtnBind";
this.BtnBind.Size = new System.Drawing.Size(75, 23);
this.BtnBind.TabIndex = 11;
@@ -256,7 +244,7 @@
// label6
//
this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 12);
+ this.label6.Location = new System.Drawing.Point(20, 13);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 9;
@@ -264,14 +252,54 @@
//
// textBox1
//
- this.textBox1.Location = new System.Drawing.Point(83, 8);
+ this.textBox1.Location = new System.Drawing.Point(81, 9);
this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(213, 21);
+ this.textBox1.Size = new System.Drawing.Size(87, 21);
this.textBox1.TabIndex = 10;
//
+ // button9
+ //
+ this.button9.Location = new System.Drawing.Point(289, 8);
+ this.button9.Name = "button9";
+ this.button9.Size = new System.Drawing.Size(122, 23);
+ this.button9.TabIndex = 6;
+ this.button9.Text = "加载麻醉记录单背面";
+ this.button9.UseVisualStyleBackColor = true;
+ this.button9.Click += new System.EventHandler(this.button9_Click);
+ //
+ // button8
+ //
+ this.button8.Location = new System.Drawing.Point(633, 8);
+ this.button8.Name = "button8";
+ this.button8.Size = new System.Drawing.Size(122, 23);
+ this.button8.TabIndex = 6;
+ this.button8.Text = "加载器械清点单背面";
+ this.button8.UseVisualStyleBackColor = true;
+ this.button8.Click += new System.EventHandler(this.button8_Click);
+ //
+ // button7
+ //
+ this.button7.Location = new System.Drawing.Point(526, 8);
+ this.button7.Name = "button7";
+ this.button7.Size = new System.Drawing.Size(99, 23);
+ this.button7.TabIndex = 6;
+ this.button7.Text = "加载器械清点单";
+ this.button7.UseVisualStyleBackColor = true;
+ this.button7.Click += new System.EventHandler(this.button7_Click);
+ //
+ // button6
+ //
+ this.button6.Location = new System.Drawing.Point(419, 8);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size(99, 23);
+ this.button6.TabIndex = 6;
+ this.button6.Text = "加载恢复记录单";
+ this.button6.UseVisualStyleBackColor = true;
+ this.button6.Click += new System.EventHandler(this.button6_Click);
+ //
// button2
//
- this.button2.Location = new System.Drawing.Point(349, 7);
+ this.button2.Location = new System.Drawing.Point(182, 8);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(99, 23);
this.button2.TabIndex = 6;
@@ -297,6 +325,22 @@
this.txtProjectName.TabIndex = 8;
this.txtProjectName.Visible = false;
//
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Location = new System.Drawing.Point(28, 14);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(65, 12);
+ this.label7.TabIndex = 10;
+ this.label7.Text = "医院名称:";
+ //
+ // txtHospitalName
+ //
+ this.txtHospitalName.Location = new System.Drawing.Point(99, 10);
+ this.txtHospitalName.Name = "txtHospitalName";
+ this.txtHospitalName.Size = new System.Drawing.Size(213, 21);
+ this.txtHospitalName.TabIndex = 11;
+ //
// pnlManageList
//
this.pnlManageList.Controls.Add(this.treeView1);
@@ -463,26 +507,6 @@
this.zedGraphMain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zedGraphMain_KeyUp);
this.zedGraphMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zedGraphMain_MouseDoubleClick);
//
- // button6
- //
- this.button6.Location = new System.Drawing.Point(456, 7);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(99, 23);
- this.button6.TabIndex = 6;
- this.button6.Text = "加载恢复记录单";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(563, 7);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(99, 23);
- this.button7.TabIndex = 6;
- this.button7.Text = "加载器械清点单";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -552,5 +576,7 @@
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
+ private System.Windows.Forms.Button button8;
+ private System.Windows.Forms.Button button9;
}
}
\ No newline at end of file
diff --git a/DrawGraphManagement/Main.cs b/DrawGraphManagement/Main.cs
index 411f983..0ca5f08 100644
--- a/DrawGraphManagement/Main.cs
+++ b/DrawGraphManagement/Main.cs
@@ -533,13 +533,13 @@ namespace DrawGraphManagement
try
{
- string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=19").ToString();
+ string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=20").ToString();
if (jsonStr != null && jsonStr != "")
{
templateManage = JsonConvert.DeserializeObject(jsonStr);
templateManage.ZedControl = zedGraphMain;
templateManage.OpeRecord = operationRecor;
- templateManage.Id = 19;
+ templateManage.Id = 20;
bool reVal = templateManage.Load();
if (reVal)
{
@@ -577,5 +577,114 @@ namespace DrawGraphManagement
MessageBox.Show(ex.Message);
}
}
+
+ private void button9_Click(object sender, EventArgs e)
+ {
+ if (templateManage != null)
+ {
+ templateManage.ControlClear();
+ }
+
+ try
+ {
+ string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=40").ToString();
+ if (jsonStr != null && jsonStr != "")
+ {
+ templateManage = JsonConvert.DeserializeObject(jsonStr);
+ templateManage.ZedControl = zedGraphMain;
+ templateManage.OpeRecord = operationRecor;
+ templateManage.Id = 40;
+ bool reVal = templateManage.Load();
+ if (reVal)
+ {
+ AllRefresh();
+ }
+ else
+ {
+ MessageBox.Show(templateManage.MsgStr);
+ }
+ AutoSizeF();
+
+ }
+
+ //设置排版值
+ if (templateManage.Typesetting == TypesettingEnum.Vertical)
+ {
+ cmbTypesetting.Text = "竖向";
+ }
+ else
+ {
+ cmbTypesetting.Text = "横向";
+ }
+ //设置纸张类型
+ if (templateManage.PageType == PageTypeEnum.A4)
+ {
+ cmbPageType.Text = "A4";
+ }
+ else
+ {
+ cmbPageType.Text = "A3";
+ }
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show(ex.Message);
+ }
+ }
+
+ private void button8_Click(object sender, EventArgs e)
+ {
+ if (templateManage != null)
+ {
+ templateManage.ControlClear();
+ }
+
+ try
+ {
+ string jsonStr = DBHelper.ExecuteScalar("SELECT [JsonDate] FROM [dbo].[OperationRecordTemplate] where id=30").ToString();
+ if (jsonStr != null && jsonStr != "")
+ {
+ templateManage = JsonConvert.DeserializeObject(jsonStr);
+ templateManage.ZedControl = zedGraphMain;
+ templateManage.OpeRecord = operationRecor;
+ templateManage.Id = 30;
+ bool reVal = templateManage.Load();
+ if (reVal)
+ {
+ AllRefresh();
+ }
+ else
+ {
+ MessageBox.Show(templateManage.MsgStr);
+ }
+ AutoSizeF();
+
+ }
+
+ //设置排版值
+ if (templateManage.Typesetting == TypesettingEnum.Vertical)
+ {
+ cmbTypesetting.Text = "竖向";
+ }
+ else
+ {
+ cmbTypesetting.Text = "横向";
+ }
+ //设置纸张类型
+ if (templateManage.PageType == PageTypeEnum.A4)
+ {
+ cmbPageType.Text = "A4";
+ }
+ else
+ {
+ cmbPageType.Text = "A3";
+ }
+ }
+ catch (Exception ex)
+ {
+ MessageBox.Show(ex.Message);
+ }
+
+ }
}
}