大连恢复记录单修改
This commit is contained in:
parent
ce18d6ed79
commit
da44219abc
@ -53,7 +53,7 @@
|
|||||||
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
@ -301,7 +301,7 @@
|
|||||||
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.Id,
|
this.Id,
|
||||||
this.Index,
|
this.Index,
|
||||||
this.Select,
|
this.Selectcol,
|
||||||
this.oName});
|
this.oName});
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||||||
@ -336,11 +336,11 @@
|
|||||||
this.Index.Visible = false;
|
this.Index.Visible = false;
|
||||||
this.Index.Width = 65;
|
this.Index.Width = 65;
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Width = 65;
|
this.Selectcol.Width = 65;
|
||||||
//
|
//
|
||||||
// oName
|
// oName
|
||||||
//
|
//
|
||||||
@ -397,7 +397,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn yName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn yName;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn Select;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
||||||
private DevComponents.DotNetBar.ButtonX buttonX2;
|
private DevComponents.DotNetBar.ButtonX buttonX2;
|
||||||
private DevComponents.DotNetBar.ButtonX buttonX1;
|
private DevComponents.DotNetBar.ButtonX buttonX1;
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.ospec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.ospec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dDOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dDOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@ -340,7 +340,7 @@
|
|||||||
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.Id,
|
this.Id,
|
||||||
this.Index,
|
this.Index,
|
||||||
this.Select,
|
this.Selectcol,
|
||||||
this.oName,
|
this.oName,
|
||||||
this.ospec,
|
this.ospec,
|
||||||
this.dDOSEPER,
|
this.dDOSEPER,
|
||||||
@ -379,11 +379,11 @@
|
|||||||
this.Index.Visible = false;
|
this.Index.Visible = false;
|
||||||
this.Index.Width = 65;
|
this.Index.Width = 65;
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Width = 65;
|
this.Selectcol.Width = 65;
|
||||||
//
|
//
|
||||||
// oName
|
// oName
|
||||||
//
|
//
|
||||||
@ -468,7 +468,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER3;
|
private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER3;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn Select;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn ospec;
|
private System.Windows.Forms.DataGridViewTextBoxColumn ospec;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dDOSEPER;
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.oName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
@ -301,7 +301,7 @@
|
|||||||
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.Id,
|
this.Id,
|
||||||
this.Index,
|
this.Index,
|
||||||
this.Select,
|
this.Selectcol,
|
||||||
this.oName});
|
this.oName});
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||||||
@ -336,11 +336,11 @@
|
|||||||
this.Index.Visible = false;
|
this.Index.Visible = false;
|
||||||
this.Index.Width = 65;
|
this.Index.Width = 65;
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Width = 65;
|
this.Selectcol.Width = 65;
|
||||||
//
|
//
|
||||||
// oName
|
// oName
|
||||||
//
|
//
|
||||||
@ -397,7 +397,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn yName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn yName;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn Select;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
||||||
private DevComponents.DotNetBar.ButtonX buttonX2;
|
private DevComponents.DotNetBar.ButtonX buttonX2;
|
||||||
private DevComponents.DotNetBar.ButtonX buttonX1;
|
private DevComponents.DotNetBar.ButtonX buttonX1;
|
||||||
|
|||||||
18
AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs
generated
18
AIMS/DataDictionary/frmAnaesthesiaEvents.designer.cs
generated
@ -52,7 +52,7 @@
|
|||||||
this.panel2 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
this.dgvApplianceUseType = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvApplianceUseType = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewButtonColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewButtonColumn();
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@ -276,7 +276,7 @@
|
|||||||
this.HCode,
|
this.HCode,
|
||||||
this.Remark,
|
this.Remark,
|
||||||
this.IsValid,
|
this.IsValid,
|
||||||
this.Select});
|
this.Selectcol});
|
||||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
@ -305,13 +305,13 @@
|
|||||||
this.label2.TabIndex = 0;
|
this.label2.TabIndex = 0;
|
||||||
this.label2.Text = "类型";
|
this.label2.Text = "类型";
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Text = "选择事件";
|
this.Selectcol.Text = "选择事件";
|
||||||
this.Select.UseColumnTextForButtonValue = true;
|
this.Selectcol.UseColumnTextForButtonValue = true;
|
||||||
this.Select.Width = 150;
|
this.Selectcol.Width = 150;
|
||||||
//
|
//
|
||||||
// dataGridViewTextBoxColumn1
|
// dataGridViewTextBoxColumn1
|
||||||
//
|
//
|
||||||
@ -460,7 +460,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
||||||
private System.Windows.Forms.DataGridViewButtonColumn Select;
|
private System.Windows.Forms.DataGridViewButtonColumn Selectcol;
|
||||||
private System.Windows.Forms.ComboBox txtRemark;
|
private System.Windows.Forms.ComboBox txtRemark;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||||||
|
|||||||
14
AIMS/DataDictionary/frmApplianceSelect.designer.cs
generated
14
AIMS/DataDictionary/frmApplianceSelect.designer.cs
generated
@ -51,7 +51,7 @@
|
|||||||
this.ySelect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.ySelect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvD = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@ -331,7 +331,7 @@
|
|||||||
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.Id,
|
this.Id,
|
||||||
this.Index,
|
this.Index,
|
||||||
this.Select,
|
this.Selectcol,
|
||||||
this.oName});
|
this.oName});
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||||||
@ -352,11 +352,11 @@
|
|||||||
this.dgvD.TabIndex = 0;
|
this.dgvD.TabIndex = 0;
|
||||||
this.dgvD.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvD_CellDoubleClick);
|
this.dgvD.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvD_CellDoubleClick);
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Width = 65;
|
this.Selectcol.Width = 65;
|
||||||
//
|
//
|
||||||
// dataGridViewTextBoxColumn1
|
// dataGridViewTextBoxColumn1
|
||||||
//
|
//
|
||||||
@ -488,7 +488,7 @@
|
|||||||
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label3;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn Select;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn oName;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn ySelect;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ySelect;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn yId;
|
private System.Windows.Forms.DataGridViewTextBoxColumn yId;
|
||||||
|
|||||||
18
AIMS/DataDictionary/frmApplianceUseType.designer.cs
generated
18
AIMS/DataDictionary/frmApplianceUseType.designer.cs
generated
@ -48,7 +48,7 @@
|
|||||||
this.HNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewButtonColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewButtonColumn();
|
||||||
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.tsbModify = new System.Windows.Forms.ToolStripButton();
|
this.tsbModify = new System.Windows.Forms.ToolStripButton();
|
||||||
@ -200,7 +200,7 @@
|
|||||||
this.HNumber,
|
this.HNumber,
|
||||||
this.HCode,
|
this.HCode,
|
||||||
this.IsValid,
|
this.IsValid,
|
||||||
this.Select});
|
this.Selectcol});
|
||||||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
@ -265,13 +265,13 @@
|
|||||||
this.IsValid.HeaderText = "是否有效";
|
this.IsValid.HeaderText = "是否有效";
|
||||||
this.IsValid.Name = "IsValid";
|
this.IsValid.Name = "IsValid";
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.Text = "选择器械";
|
this.Selectcol.Text = "选择器械";
|
||||||
this.Select.UseColumnTextForButtonValue = true;
|
this.Selectcol.UseColumnTextForButtonValue = true;
|
||||||
this.Select.Width = 150;
|
this.Selectcol.Width = 150;
|
||||||
//
|
//
|
||||||
// tsbAdd
|
// tsbAdd
|
||||||
//
|
//
|
||||||
@ -390,7 +390,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HNumber;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HNumber;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
|
||||||
private System.Windows.Forms.DataGridViewButtonColumn Select;
|
private System.Windows.Forms.DataGridViewButtonColumn Selectcol;
|
||||||
private System.Windows.Forms.ToolStripButton tsbAdd;
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||||
private System.Windows.Forms.ToolStripButton tsbModify;
|
private System.Windows.Forms.ToolStripButton tsbModify;
|
||||||
|
|||||||
@ -216,7 +216,7 @@ namespace AIMS.DocManager
|
|||||||
myprocess.StartInfo.UseShellExecute = false;
|
myprocess.StartInfo.UseShellExecute = false;
|
||||||
myprocess.Start();
|
myprocess.Start();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -449,7 +449,7 @@ namespace AIMS.OperationAfter.UI
|
|||||||
myprocess.StartInfo.UseShellExecute = false;
|
myprocess.StartInfo.UseShellExecute = false;
|
||||||
myprocess.Start();
|
myprocess.Start();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,20 +1,15 @@
|
|||||||
using AIMS.DocManager;
|
using AIMS.DocManager;
|
||||||
using AIMS.OperationAanesthesia;
|
using AIMS.OperationAanesthesia;
|
||||||
using AIMS.OperationAanesthesia;
|
|
||||||
using AIMSBLL;
|
using AIMSBLL;
|
||||||
using AIMSExtension;
|
using AIMSExtension;
|
||||||
using AIMSModel;
|
using AIMSModel;
|
||||||
using DCSoftDotfuscate;
|
|
||||||
using DevComponents.DotNetBar;
|
using DevComponents.DotNetBar;
|
||||||
using DevComponents.DotNetBar.Controls;
|
|
||||||
using DocumentManagement;
|
using DocumentManagement;
|
||||||
using DrawGraph;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Threading.Tasks;
|
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace AIMS
|
namespace AIMS
|
||||||
@ -335,7 +330,7 @@ namespace AIMS
|
|||||||
frm.Show();
|
frm.Show();
|
||||||
frm.BringToFront();
|
frm.BringToFront();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
if (path.Contains("MainFormManage"))
|
if (path.Contains("MainFormManage"))
|
||||||
{
|
{
|
||||||
|
|||||||
@ -95,7 +95,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
public List<MasterPane> UpPanes = new List<MasterPane>();
|
public List<MasterPane> UpPanes = new List<MasterPane>();
|
||||||
int m_startPrintPage;// 打印的起始页码
|
int m_startPrintPage;// 打印的起始页码
|
||||||
int m_endPrintPage;//打印的终止页码
|
int m_endPrintPage;//打印的终止页码
|
||||||
int m_PageIndex;// 当前打印页码
|
//int m_PageIndex;// 当前打印页码
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
private void plPrint_Click(object sender, EventArgs e)
|
private void plPrint_Click(object sender, EventArgs e)
|
||||||
@ -2289,7 +2289,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
myprocess.StartInfo.UseShellExecute = false;
|
myprocess.StartInfo.UseShellExecute = false;
|
||||||
myprocess.Start();
|
myprocess.Start();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1226,7 +1226,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
myprocess.StartInfo.UseShellExecute = false;
|
myprocess.StartInfo.UseShellExecute = false;
|
||||||
myprocess.Start();
|
myprocess.Start();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
||||||
}
|
}
|
||||||
@ -1859,7 +1859,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
//出错处理,终止打印,设置e.HasMorePages参数,初始化相关变量
|
//出错处理,终止打印,设置e.HasMorePages参数,初始化相关变量
|
||||||
e.HasMorePages = false;
|
e.HasMorePages = false;
|
||||||
|
|||||||
@ -104,6 +104,12 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtPain.Text = _record.OpeRecoverInInfo.Nausea;
|
txtPain.Text = _record.OpeRecoverInInfo.Nausea;
|
||||||
slider1.Value = int.Parse(_record.OpeRecoverInInfo.Nausea);
|
slider1.Value = int.Parse(_record.OpeRecoverInInfo.Nausea);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmbYs.Text = _record.OpeRecoverInInfo.Consciousness;
|
||||||
|
xbohxxt.Text = _record.OpeRecoverInInfo.RespiratorySystem;
|
||||||
|
txtCQL.Text = _record.OpeRecoverInInfo.Iiquid;
|
||||||
|
txtQYXRL.Text = _record.OpeRecoverInInfo.Blood;
|
||||||
|
TXTXY.Text = _record.OpeRecoverInInfo.AutologousBlood;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception exp)
|
catch (Exception exp)
|
||||||
@ -145,6 +151,12 @@ namespace AIMS.OperationAanesthesia
|
|||||||
_record.OpeRecoverInInfo.StewardLimbActivity = cboZTHDD.Text;
|
_record.OpeRecoverInInfo.StewardLimbActivity = cboZTHDD.Text;
|
||||||
_record.OpeRecoverInInfo.BP = txtBP.Text;
|
_record.OpeRecoverInInfo.BP = txtBP.Text;
|
||||||
_record.OpeRecoverInInfo.SPO2 = txtSPO2.Text;
|
_record.OpeRecoverInInfo.SPO2 = txtSPO2.Text;
|
||||||
|
|
||||||
|
_record.OpeRecoverInInfo.Consciousness = cmbYs.Text;
|
||||||
|
_record.OpeRecoverInInfo.RespiratorySystem = xbohxxt.Text;
|
||||||
|
_record.OpeRecoverInInfo.Iiquid = txtCQL.Text;
|
||||||
|
_record.OpeRecoverInInfo.Blood = txtQYXRL.Text;
|
||||||
|
_record.OpeRecoverInInfo.AutologousBlood = TXTXY.Text;
|
||||||
//if (cboQXCD.Text != "")
|
//if (cboQXCD.Text != "")
|
||||||
// _record.OpeRecoverInInfo.StewardSober = cboQXCD.Text.Substring(0, cboQXCD.Text.LastIndexOf('(') - 1);
|
// _record.OpeRecoverInInfo.StewardSober = cboQXCD.Text.Substring(0, cboQXCD.Text.LastIndexOf('(') - 1);
|
||||||
//else
|
//else
|
||||||
@ -266,6 +278,12 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如";
|
if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如";
|
||||||
if (cboTT.Text == "") cboTT.Text = "0分-无疼痛";
|
if (cboTT.Text == "") cboTT.Text = "0分-无疼痛";
|
||||||
if (txtSQTSQK.Text == "") txtSQTSQK.Text = " /";
|
if (txtSQTSQK.Text == "") txtSQTSQK.Text = " /";
|
||||||
|
if (txtT.Text == "") txtT.Text = " /";
|
||||||
|
if (cmbYs.Text == "") cmbYs.Text = "未醒";
|
||||||
|
if (xbohxxt.Text == "") xbohxxt.Text = "皮囊控制呼吸";
|
||||||
|
if (txtCQL.Text == "") txtCQL.Text = " /";
|
||||||
|
if (txtQYXRL.Text == "") txtQYXRL.Text = " /";
|
||||||
|
if (TXTXY.Text == "") TXTXY.Text = " /";
|
||||||
slider1.Value = 5;
|
slider1.Value = 5;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,7 +31,6 @@
|
|||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOpeRecoverInInfo));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOpeRecoverInInfo));
|
||||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
this.label7 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
this.txtPain = new AIMS.OremrUserControl.NumTextBox();
|
|
||||||
this.label5 = new System.Windows.Forms.Label();
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
this.slider1 = new DevComponents.DotNetBar.Controls.Slider();
|
this.slider1 = new DevComponents.DotNetBar.Controls.Slider();
|
||||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||||
@ -47,11 +46,7 @@
|
|||||||
this.cboQXCD = new System.Windows.Forms.ComboBox();
|
this.cboQXCD = new System.Windows.Forms.ComboBox();
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
this.btExit = new System.Windows.Forms.Button();
|
this.btExit = new System.Windows.Forms.Button();
|
||||||
this.txtSQTSQK = new AIMS.OremrUserControl.UText();
|
|
||||||
this.label54 = new System.Windows.Forms.Label();
|
this.label54 = new System.Windows.Forms.Label();
|
||||||
this.uText1 = new AIMS.OremrUserControl.UText();
|
|
||||||
this.cboYLMC = new AIMS.OremrUserControl.UText();
|
|
||||||
this.txtZPF = new AIMS.OremrUserControl.NumTextBox();
|
|
||||||
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
||||||
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
||||||
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
||||||
@ -76,6 +71,21 @@
|
|||||||
this.cboMZPM = new System.Windows.Forms.ComboBox();
|
this.cboMZPM = new System.Windows.Forms.ComboBox();
|
||||||
this.label16 = new System.Windows.Forms.Label();
|
this.label16 = new System.Windows.Forms.Label();
|
||||||
this.cboJMTC = new System.Windows.Forms.ComboBox();
|
this.cboJMTC = new System.Windows.Forms.ComboBox();
|
||||||
|
this.cmbYs = new System.Windows.Forms.ComboBox();
|
||||||
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
|
this.xbohxxt = new System.Windows.Forms.ComboBox();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
|
this.txtCQL = new System.Windows.Forms.TextBox();
|
||||||
|
this.label8 = new System.Windows.Forms.Label();
|
||||||
|
this.txtQYXRL = new System.Windows.Forms.TextBox();
|
||||||
|
this.label12 = new System.Windows.Forms.Label();
|
||||||
|
this.TXTXY = new System.Windows.Forms.TextBox();
|
||||||
|
this.txtPain = new AIMS.OremrUserControl.NumTextBox();
|
||||||
|
this.txtSQTSQK = new AIMS.OremrUserControl.UText();
|
||||||
|
this.uText1 = new AIMS.OremrUserControl.UText();
|
||||||
|
this.cboYLMC = new AIMS.OremrUserControl.UText();
|
||||||
|
this.txtZPF = new AIMS.OremrUserControl.NumTextBox();
|
||||||
this.groupBox1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
||||||
this.groupBox2.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@ -109,12 +119,22 @@
|
|||||||
this.groupBox1.Controls.Add(this.label17);
|
this.groupBox1.Controls.Add(this.label17);
|
||||||
this.groupBox1.Controls.Add(this.cboYLBS);
|
this.groupBox1.Controls.Add(this.cboYLBS);
|
||||||
this.groupBox1.Controls.Add(this.label30);
|
this.groupBox1.Controls.Add(this.label30);
|
||||||
|
this.groupBox1.Controls.Add(this.TXTXY);
|
||||||
|
this.groupBox1.Controls.Add(this.txtQYXRL);
|
||||||
|
this.groupBox1.Controls.Add(this.txtCQL);
|
||||||
|
this.groupBox1.Controls.Add(this.label12);
|
||||||
this.groupBox1.Controls.Add(this.txtT);
|
this.groupBox1.Controls.Add(this.txtT);
|
||||||
|
this.groupBox1.Controls.Add(this.label8);
|
||||||
this.groupBox1.Controls.Add(this.label10);
|
this.groupBox1.Controls.Add(this.label10);
|
||||||
|
this.groupBox1.Controls.Add(this.label4);
|
||||||
this.groupBox1.Controls.Add(this.label11);
|
this.groupBox1.Controls.Add(this.label11);
|
||||||
this.groupBox1.Controls.Add(this.label6);
|
this.groupBox1.Controls.Add(this.label6);
|
||||||
this.groupBox1.Controls.Add(this.cboPF);
|
this.groupBox1.Controls.Add(this.cboPF);
|
||||||
|
this.groupBox1.Controls.Add(this.label3);
|
||||||
|
this.groupBox1.Controls.Add(this.label2);
|
||||||
this.groupBox1.Controls.Add(this.label27);
|
this.groupBox1.Controls.Add(this.label27);
|
||||||
|
this.groupBox1.Controls.Add(this.xbohxxt);
|
||||||
|
this.groupBox1.Controls.Add(this.cmbYs);
|
||||||
this.groupBox1.Controls.Add(this.cboMZPM);
|
this.groupBox1.Controls.Add(this.cboMZPM);
|
||||||
this.groupBox1.Controls.Add(this.label16);
|
this.groupBox1.Controls.Add(this.label16);
|
||||||
this.groupBox1.Controls.Add(this.cboJMTC);
|
this.groupBox1.Controls.Add(this.cboJMTC);
|
||||||
@ -123,7 +143,7 @@
|
|||||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Name = "groupBox1";
|
||||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.groupBox1.Size = new System.Drawing.Size(920, 354);
|
this.groupBox1.Size = new System.Drawing.Size(920, 373);
|
||||||
this.groupBox1.TabIndex = 555;
|
this.groupBox1.TabIndex = 555;
|
||||||
this.groupBox1.TabStop = false;
|
this.groupBox1.TabStop = false;
|
||||||
this.groupBox1.Text = "入室情况";
|
this.groupBox1.Text = "入室情况";
|
||||||
@ -132,24 +152,16 @@
|
|||||||
// label7
|
// label7
|
||||||
//
|
//
|
||||||
this.label7.AutoSize = true;
|
this.label7.AutoSize = true;
|
||||||
this.label7.Location = new System.Drawing.Point(436, 306);
|
this.label7.Location = new System.Drawing.Point(436, 332);
|
||||||
this.label7.Name = "label7";
|
this.label7.Name = "label7";
|
||||||
this.label7.Size = new System.Drawing.Size(23, 20);
|
this.label7.Size = new System.Drawing.Size(23, 20);
|
||||||
this.label7.TabIndex = 567;
|
this.label7.TabIndex = 567;
|
||||||
this.label7.Text = "分";
|
this.label7.Text = "分";
|
||||||
//
|
//
|
||||||
// txtPain
|
|
||||||
//
|
|
||||||
this.txtPain.Location = new System.Drawing.Point(374, 304);
|
|
||||||
this.txtPain.Name = "txtPain";
|
|
||||||
this.txtPain.ReadOnly = true;
|
|
||||||
this.txtPain.Size = new System.Drawing.Size(56, 26);
|
|
||||||
this.txtPain.TabIndex = 569;
|
|
||||||
//
|
|
||||||
// label5
|
// label5
|
||||||
//
|
//
|
||||||
this.label5.AutoSize = true;
|
this.label5.AutoSize = true;
|
||||||
this.label5.Location = new System.Drawing.Point(22, 306);
|
this.label5.Location = new System.Drawing.Point(22, 332);
|
||||||
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label5.Name = "label5";
|
this.label5.Name = "label5";
|
||||||
this.label5.Size = new System.Drawing.Size(65, 20);
|
this.label5.Size = new System.Drawing.Size(65, 20);
|
||||||
@ -164,7 +176,7 @@
|
|||||||
this.slider1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.slider1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
this.slider1.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
this.slider1.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
||||||
this.slider1.LabelVisible = false;
|
this.slider1.LabelVisible = false;
|
||||||
this.slider1.Location = new System.Drawing.Point(97, 306);
|
this.slider1.Location = new System.Drawing.Point(97, 332);
|
||||||
this.slider1.Maximum = 10;
|
this.slider1.Maximum = 10;
|
||||||
this.slider1.Name = "slider1";
|
this.slider1.Name = "slider1";
|
||||||
this.slider1.Size = new System.Drawing.Size(267, 23);
|
this.slider1.Size = new System.Drawing.Size(267, 23);
|
||||||
@ -187,7 +199,7 @@
|
|||||||
this.groupBox2.Controls.Add(this.label53);
|
this.groupBox2.Controls.Add(this.label53);
|
||||||
this.groupBox2.Controls.Add(this.cboQXCD);
|
this.groupBox2.Controls.Add(this.cboQXCD);
|
||||||
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.groupBox2.Location = new System.Drawing.Point(14, 150);
|
this.groupBox2.Location = new System.Drawing.Point(14, 176);
|
||||||
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Name = "groupBox2";
|
||||||
this.groupBox2.Size = new System.Drawing.Size(906, 115);
|
this.groupBox2.Size = new System.Drawing.Size(906, 115);
|
||||||
this.groupBox2.TabIndex = 1532;
|
this.groupBox2.TabIndex = 1532;
|
||||||
@ -339,7 +351,7 @@
|
|||||||
this.button1.FlatAppearance.BorderSize = 0;
|
this.button1.FlatAppearance.BorderSize = 0;
|
||||||
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.button1.Image = global::AIMS.Properties.Resources.麻醉记录_select;
|
this.button1.Image = global::AIMS.Properties.Resources.麻醉记录_select;
|
||||||
this.button1.Location = new System.Drawing.Point(863, 99);
|
this.button1.Location = new System.Drawing.Point(863, 126);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.Size = new System.Drawing.Size(45, 45);
|
this.button1.Size = new System.Drawing.Size(45, 45);
|
||||||
this.button1.TabIndex = 561;
|
this.button1.TabIndex = 561;
|
||||||
@ -351,7 +363,7 @@
|
|||||||
this.btExit.BackColor = System.Drawing.Color.Aquamarine;
|
this.btExit.BackColor = System.Drawing.Color.Aquamarine;
|
||||||
this.btExit.FlatAppearance.BorderSize = 0;
|
this.btExit.FlatAppearance.BorderSize = 0;
|
||||||
this.btExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.btExit.Location = new System.Drawing.Point(740, 305);
|
this.btExit.Location = new System.Drawing.Point(740, 331);
|
||||||
this.btExit.Name = "btExit";
|
this.btExit.Name = "btExit";
|
||||||
this.btExit.Size = new System.Drawing.Size(90, 30);
|
this.btExit.Size = new System.Drawing.Size(90, 30);
|
||||||
this.btExit.TabIndex = 561;
|
this.btExit.TabIndex = 561;
|
||||||
@ -360,72 +372,19 @@
|
|||||||
this.btExit.Visible = false;
|
this.btExit.Visible = false;
|
||||||
this.btExit.Click += new System.EventHandler(this.btExit_Click);
|
this.btExit.Click += new System.EventHandler(this.btExit_Click);
|
||||||
//
|
//
|
||||||
// txtSQTSQK
|
|
||||||
//
|
|
||||||
this.txtSQTSQK.BackColor = System.Drawing.Color.White;
|
|
||||||
this.txtSQTSQK.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.txtSQTSQK.DictionaryKey = "术中合并症";
|
|
||||||
this.txtSQTSQK.Font = new System.Drawing.Font("宋体", 11F);
|
|
||||||
this.txtSQTSQK.IsFindDictionray = true;
|
|
||||||
this.txtSQTSQK.IsUpdateDictionary = false;
|
|
||||||
this.txtSQTSQK.Location = new System.Drawing.Point(460, 74);
|
|
||||||
this.txtSQTSQK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
||||||
this.txtSQTSQK.Name = "txtSQTSQK";
|
|
||||||
this.txtSQTSQK.Size = new System.Drawing.Size(434, 17);
|
|
||||||
this.txtSQTSQK.TabIndex = 1531;
|
|
||||||
this.txtSQTSQK.Tag = "";
|
|
||||||
//
|
|
||||||
// label54
|
// label54
|
||||||
//
|
//
|
||||||
this.label54.AutoSize = true;
|
this.label54.AutoSize = true;
|
||||||
this.label54.Location = new System.Drawing.Point(732, 268);
|
this.label54.Location = new System.Drawing.Point(732, 294);
|
||||||
this.label54.Name = "label54";
|
this.label54.Name = "label54";
|
||||||
this.label54.Size = new System.Drawing.Size(100, 20);
|
this.label54.Size = new System.Drawing.Size(100, 20);
|
||||||
this.label54.TabIndex = 559;
|
this.label54.TabIndex = 559;
|
||||||
this.label54.Text = "Aldrete总评分";
|
this.label54.Text = "Aldrete总评分";
|
||||||
//
|
//
|
||||||
// uText1
|
|
||||||
//
|
|
||||||
this.uText1.BackColor = System.Drawing.Color.White;
|
|
||||||
this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.uText1.DictionaryKey = "皮肤破损";
|
|
||||||
this.uText1.Font = new System.Drawing.Font("宋体", 11F);
|
|
||||||
this.uText1.IsFindDictionray = true;
|
|
||||||
this.uText1.IsUpdateDictionary = false;
|
|
||||||
this.uText1.Location = new System.Drawing.Point(652, 114);
|
|
||||||
this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
||||||
this.uText1.Name = "uText1";
|
|
||||||
this.uText1.Size = new System.Drawing.Size(130, 17);
|
|
||||||
this.uText1.TabIndex = 1531;
|
|
||||||
this.uText1.Tag = "";
|
|
||||||
//
|
|
||||||
// cboYLMC
|
|
||||||
//
|
|
||||||
this.cboYLMC.BackColor = System.Drawing.Color.White;
|
|
||||||
this.cboYLMC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.cboYLMC.DictionaryKey = "皮肤破损";
|
|
||||||
this.cboYLMC.Font = new System.Drawing.Font("宋体", 11F);
|
|
||||||
this.cboYLMC.IsFindDictionray = true;
|
|
||||||
this.cboYLMC.IsUpdateDictionary = false;
|
|
||||||
this.cboYLMC.Location = new System.Drawing.Point(700, 37);
|
|
||||||
this.cboYLMC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
||||||
this.cboYLMC.Name = "cboYLMC";
|
|
||||||
this.cboYLMC.Size = new System.Drawing.Size(193, 17);
|
|
||||||
this.cboYLMC.TabIndex = 1531;
|
|
||||||
this.cboYLMC.Tag = "";
|
|
||||||
this.cboYLMC.Text = " ";
|
|
||||||
//
|
|
||||||
// txtZPF
|
|
||||||
//
|
|
||||||
this.txtZPF.Location = new System.Drawing.Point(834, 266);
|
|
||||||
this.txtZPF.Name = "txtZPF";
|
|
||||||
this.txtZPF.Size = new System.Drawing.Size(77, 26);
|
|
||||||
this.txtZPF.TabIndex = 560;
|
|
||||||
//
|
|
||||||
// checkBox6
|
// checkBox6
|
||||||
//
|
//
|
||||||
this.checkBox6.AutoSize = true;
|
this.checkBox6.AutoSize = true;
|
||||||
this.checkBox6.Location = new System.Drawing.Point(590, 110);
|
this.checkBox6.Location = new System.Drawing.Point(590, 143);
|
||||||
this.checkBox6.Name = "checkBox6";
|
this.checkBox6.Name = "checkBox6";
|
||||||
this.checkBox6.Size = new System.Drawing.Size(56, 24);
|
this.checkBox6.Size = new System.Drawing.Size(56, 24);
|
||||||
this.checkBox6.TabIndex = 571;
|
this.checkBox6.TabIndex = 571;
|
||||||
@ -436,7 +395,7 @@
|
|||||||
// checkBox5
|
// checkBox5
|
||||||
//
|
//
|
||||||
this.checkBox5.AutoSize = true;
|
this.checkBox5.AutoSize = true;
|
||||||
this.checkBox5.Location = new System.Drawing.Point(501, 110);
|
this.checkBox5.Location = new System.Drawing.Point(501, 143);
|
||||||
this.checkBox5.Name = "checkBox5";
|
this.checkBox5.Name = "checkBox5";
|
||||||
this.checkBox5.Size = new System.Drawing.Size(70, 24);
|
this.checkBox5.Size = new System.Drawing.Size(70, 24);
|
||||||
this.checkBox5.TabIndex = 571;
|
this.checkBox5.TabIndex = 571;
|
||||||
@ -446,7 +405,7 @@
|
|||||||
// checkBox4
|
// checkBox4
|
||||||
//
|
//
|
||||||
this.checkBox4.AutoSize = true;
|
this.checkBox4.AutoSize = true;
|
||||||
this.checkBox4.Location = new System.Drawing.Point(404, 110);
|
this.checkBox4.Location = new System.Drawing.Point(404, 143);
|
||||||
this.checkBox4.Name = "checkBox4";
|
this.checkBox4.Name = "checkBox4";
|
||||||
this.checkBox4.Size = new System.Drawing.Size(56, 24);
|
this.checkBox4.Size = new System.Drawing.Size(56, 24);
|
||||||
this.checkBox4.TabIndex = 571;
|
this.checkBox4.TabIndex = 571;
|
||||||
@ -456,7 +415,7 @@
|
|||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
this.label1.AutoSize = true;
|
||||||
this.label1.Location = new System.Drawing.Point(22, 268);
|
this.label1.Location = new System.Drawing.Point(22, 294);
|
||||||
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(65, 20);
|
this.label1.Size = new System.Drawing.Size(65, 20);
|
||||||
@ -466,7 +425,7 @@
|
|||||||
// checkBox3
|
// checkBox3
|
||||||
//
|
//
|
||||||
this.checkBox3.AutoSize = true;
|
this.checkBox3.AutoSize = true;
|
||||||
this.checkBox3.Location = new System.Drawing.Point(279, 110);
|
this.checkBox3.Location = new System.Drawing.Point(279, 143);
|
||||||
this.checkBox3.Name = "checkBox3";
|
this.checkBox3.Name = "checkBox3";
|
||||||
this.checkBox3.Size = new System.Drawing.Size(84, 24);
|
this.checkBox3.Size = new System.Drawing.Size(84, 24);
|
||||||
this.checkBox3.TabIndex = 571;
|
this.checkBox3.TabIndex = 571;
|
||||||
@ -484,7 +443,7 @@
|
|||||||
"Ⅱ级 肢体能在床上平行移动",
|
"Ⅱ级 肢体能在床上平行移动",
|
||||||
"Ⅰ级 可见肌肉轻微收缩",
|
"Ⅰ级 可见肌肉轻微收缩",
|
||||||
"0级 完全瘫痪,不能作任何自由活动"});
|
"0级 完全瘫痪,不能作任何自由活动"});
|
||||||
this.cboJSHF.Location = new System.Drawing.Point(97, 265);
|
this.cboJSHF.Location = new System.Drawing.Point(97, 291);
|
||||||
this.cboJSHF.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
this.cboJSHF.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
this.cboJSHF.Name = "cboJSHF";
|
this.cboJSHF.Name = "cboJSHF";
|
||||||
this.cboJSHF.Size = new System.Drawing.Size(294, 28);
|
this.cboJSHF.Size = new System.Drawing.Size(294, 28);
|
||||||
@ -493,7 +452,7 @@
|
|||||||
// checkBox2
|
// checkBox2
|
||||||
//
|
//
|
||||||
this.checkBox2.AutoSize = true;
|
this.checkBox2.AutoSize = true;
|
||||||
this.checkBox2.Location = new System.Drawing.Point(168, 110);
|
this.checkBox2.Location = new System.Drawing.Point(168, 143);
|
||||||
this.checkBox2.Name = "checkBox2";
|
this.checkBox2.Name = "checkBox2";
|
||||||
this.checkBox2.Size = new System.Drawing.Size(70, 24);
|
this.checkBox2.Size = new System.Drawing.Size(70, 24);
|
||||||
this.checkBox2.TabIndex = 571;
|
this.checkBox2.TabIndex = 571;
|
||||||
@ -516,7 +475,7 @@
|
|||||||
"8分-持续疼痛难忍,全身大汗",
|
"8分-持续疼痛难忍,全身大汗",
|
||||||
"9分-剧烈疼痛无法忍受",
|
"9分-剧烈疼痛无法忍受",
|
||||||
"10分-最疼痛,生不如死"});
|
"10分-最疼痛,生不如死"});
|
||||||
this.cboTT.Location = new System.Drawing.Point(465, 264);
|
this.cboTT.Location = new System.Drawing.Point(465, 290);
|
||||||
this.cboTT.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
this.cboTT.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
this.cboTT.Name = "cboTT";
|
this.cboTT.Name = "cboTT";
|
||||||
this.cboTT.Size = new System.Drawing.Size(267, 28);
|
this.cboTT.Size = new System.Drawing.Size(267, 28);
|
||||||
@ -525,7 +484,7 @@
|
|||||||
// checkBox1
|
// checkBox1
|
||||||
//
|
//
|
||||||
this.checkBox1.AutoSize = true;
|
this.checkBox1.AutoSize = true;
|
||||||
this.checkBox1.Location = new System.Drawing.Point(43, 110);
|
this.checkBox1.Location = new System.Drawing.Point(43, 143);
|
||||||
this.checkBox1.Name = "checkBox1";
|
this.checkBox1.Name = "checkBox1";
|
||||||
this.checkBox1.Size = new System.Drawing.Size(84, 24);
|
this.checkBox1.Size = new System.Drawing.Size(84, 24);
|
||||||
this.checkBox1.TabIndex = 571;
|
this.checkBox1.TabIndex = 571;
|
||||||
@ -535,7 +494,7 @@
|
|||||||
// label9
|
// label9
|
||||||
//
|
//
|
||||||
this.label9.AutoSize = true;
|
this.label9.AutoSize = true;
|
||||||
this.label9.Location = new System.Drawing.Point(401, 268);
|
this.label9.Location = new System.Drawing.Point(401, 294);
|
||||||
this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label9.Name = "label9";
|
this.label9.Name = "label9";
|
||||||
this.label9.Size = new System.Drawing.Size(64, 20);
|
this.label9.Size = new System.Drawing.Size(64, 20);
|
||||||
@ -704,12 +663,177 @@
|
|||||||
this.cboJMTC.Size = new System.Drawing.Size(77, 28);
|
this.cboJMTC.Size = new System.Drawing.Size(77, 28);
|
||||||
this.cboJMTC.TabIndex = 518;
|
this.cboJMTC.TabIndex = 518;
|
||||||
//
|
//
|
||||||
|
// cmbYs
|
||||||
|
//
|
||||||
|
this.cmbYs.FormattingEnabled = true;
|
||||||
|
this.cmbYs.Items.AddRange(new object[] {
|
||||||
|
"",
|
||||||
|
"未醒",
|
||||||
|
"清醒",
|
||||||
|
"嗜睡",
|
||||||
|
"瞻妄",
|
||||||
|
"浅昏迷",
|
||||||
|
"中昏迷",
|
||||||
|
"深昏迷"});
|
||||||
|
this.cmbYs.Location = new System.Drawing.Point(92, 105);
|
||||||
|
this.cmbYs.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
|
this.cmbYs.Name = "cmbYs";
|
||||||
|
this.cmbYs.Size = new System.Drawing.Size(77, 28);
|
||||||
|
this.cmbYs.TabIndex = 518;
|
||||||
|
this.cmbYs.SelectedIndexChanged += new System.EventHandler(this.cboMZPM_SelectedIndexChanged);
|
||||||
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
this.label2.AutoSize = true;
|
||||||
|
this.label2.Location = new System.Drawing.Point(28, 109);
|
||||||
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
|
this.label2.Name = "label2";
|
||||||
|
this.label2.Size = new System.Drawing.Size(37, 20);
|
||||||
|
this.label2.TabIndex = 515;
|
||||||
|
this.label2.Text = "意识";
|
||||||
|
//
|
||||||
|
// xbohxxt
|
||||||
|
//
|
||||||
|
this.xbohxxt.FormattingEnabled = true;
|
||||||
|
this.xbohxxt.Items.AddRange(new object[] {
|
||||||
|
"",
|
||||||
|
"皮囊控制呼吸",
|
||||||
|
"自主呼吸",
|
||||||
|
"带管自主呼吸",
|
||||||
|
"辅助呼吸",
|
||||||
|
"带管辅助呼吸"});
|
||||||
|
this.xbohxxt.Location = new System.Drawing.Point(264, 105);
|
||||||
|
this.xbohxxt.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
|
this.xbohxxt.Name = "xbohxxt";
|
||||||
|
this.xbohxxt.Size = new System.Drawing.Size(99, 28);
|
||||||
|
this.xbohxxt.TabIndex = 518;
|
||||||
|
this.xbohxxt.SelectedIndexChanged += new System.EventHandler(this.cboMZPM_SelectedIndexChanged);
|
||||||
|
//
|
||||||
|
// label3
|
||||||
|
//
|
||||||
|
this.label3.AutoSize = true;
|
||||||
|
this.label3.Location = new System.Drawing.Point(190, 106);
|
||||||
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
|
this.label3.Name = "label3";
|
||||||
|
this.label3.Size = new System.Drawing.Size(65, 20);
|
||||||
|
this.label3.TabIndex = 515;
|
||||||
|
this.label3.Text = "呼吸系统";
|
||||||
|
//
|
||||||
|
// label4
|
||||||
|
//
|
||||||
|
this.label4.AutoSize = true;
|
||||||
|
this.label4.Location = new System.Drawing.Point(372, 108);
|
||||||
|
this.label4.Name = "label4";
|
||||||
|
this.label4.Size = new System.Drawing.Size(51, 20);
|
||||||
|
this.label4.TabIndex = 555;
|
||||||
|
this.label4.Text = "潮气量";
|
||||||
|
//
|
||||||
|
// txtCQL
|
||||||
|
//
|
||||||
|
this.txtCQL.Location = new System.Drawing.Point(434, 105);
|
||||||
|
this.txtCQL.Name = "txtCQL";
|
||||||
|
this.txtCQL.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.txtCQL.TabIndex = 557;
|
||||||
|
//
|
||||||
|
// label8
|
||||||
|
//
|
||||||
|
this.label8.AutoSize = true;
|
||||||
|
this.label8.Location = new System.Drawing.Point(521, 108);
|
||||||
|
this.label8.Name = "label8";
|
||||||
|
this.label8.Size = new System.Drawing.Size(79, 20);
|
||||||
|
this.label8.TabIndex = 555;
|
||||||
|
this.label8.Text = "欠余血容量";
|
||||||
|
//
|
||||||
|
// txtQYXRL
|
||||||
|
//
|
||||||
|
this.txtQYXRL.Location = new System.Drawing.Point(611, 105);
|
||||||
|
this.txtQYXRL.Name = "txtQYXRL";
|
||||||
|
this.txtQYXRL.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.txtQYXRL.TabIndex = 557;
|
||||||
|
//
|
||||||
|
// label12
|
||||||
|
//
|
||||||
|
this.label12.AutoSize = true;
|
||||||
|
this.label12.Location = new System.Drawing.Point(698, 111);
|
||||||
|
this.label12.Name = "label12";
|
||||||
|
this.label12.Size = new System.Drawing.Size(37, 20);
|
||||||
|
this.label12.TabIndex = 555;
|
||||||
|
this.label12.Text = "胸液";
|
||||||
|
//
|
||||||
|
// TXTXY
|
||||||
|
//
|
||||||
|
this.TXTXY.Location = new System.Drawing.Point(746, 106);
|
||||||
|
this.TXTXY.Name = "TXTXY";
|
||||||
|
this.TXTXY.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.TXTXY.TabIndex = 557;
|
||||||
|
//
|
||||||
|
// txtPain
|
||||||
|
//
|
||||||
|
this.txtPain.Location = new System.Drawing.Point(374, 330);
|
||||||
|
this.txtPain.Name = "txtPain";
|
||||||
|
this.txtPain.ReadOnly = true;
|
||||||
|
this.txtPain.Size = new System.Drawing.Size(56, 26);
|
||||||
|
this.txtPain.TabIndex = 569;
|
||||||
|
//
|
||||||
|
// txtSQTSQK
|
||||||
|
//
|
||||||
|
this.txtSQTSQK.BackColor = System.Drawing.Color.White;
|
||||||
|
this.txtSQTSQK.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.txtSQTSQK.DictionaryKey = "术中合并症";
|
||||||
|
this.txtSQTSQK.Font = new System.Drawing.Font("宋体", 11F);
|
||||||
|
this.txtSQTSQK.IsFindDictionray = true;
|
||||||
|
this.txtSQTSQK.IsUpdateDictionary = false;
|
||||||
|
this.txtSQTSQK.Location = new System.Drawing.Point(460, 74);
|
||||||
|
this.txtSQTSQK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
|
this.txtSQTSQK.Name = "txtSQTSQK";
|
||||||
|
this.txtSQTSQK.Size = new System.Drawing.Size(434, 17);
|
||||||
|
this.txtSQTSQK.TabIndex = 1531;
|
||||||
|
this.txtSQTSQK.Tag = "";
|
||||||
|
//
|
||||||
|
// uText1
|
||||||
|
//
|
||||||
|
this.uText1.BackColor = System.Drawing.Color.White;
|
||||||
|
this.uText1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.uText1.DictionaryKey = "皮肤破损";
|
||||||
|
this.uText1.Font = new System.Drawing.Font("宋体", 11F);
|
||||||
|
this.uText1.IsFindDictionray = true;
|
||||||
|
this.uText1.IsUpdateDictionary = false;
|
||||||
|
this.uText1.Location = new System.Drawing.Point(652, 147);
|
||||||
|
this.uText1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
|
this.uText1.Name = "uText1";
|
||||||
|
this.uText1.Size = new System.Drawing.Size(130, 17);
|
||||||
|
this.uText1.TabIndex = 1531;
|
||||||
|
this.uText1.Tag = "";
|
||||||
|
//
|
||||||
|
// cboYLMC
|
||||||
|
//
|
||||||
|
this.cboYLMC.BackColor = System.Drawing.Color.White;
|
||||||
|
this.cboYLMC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.cboYLMC.DictionaryKey = "皮肤破损";
|
||||||
|
this.cboYLMC.Font = new System.Drawing.Font("宋体", 11F);
|
||||||
|
this.cboYLMC.IsFindDictionray = true;
|
||||||
|
this.cboYLMC.IsUpdateDictionary = false;
|
||||||
|
this.cboYLMC.Location = new System.Drawing.Point(700, 37);
|
||||||
|
this.cboYLMC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
|
this.cboYLMC.Name = "cboYLMC";
|
||||||
|
this.cboYLMC.Size = new System.Drawing.Size(193, 17);
|
||||||
|
this.cboYLMC.TabIndex = 1531;
|
||||||
|
this.cboYLMC.Tag = "";
|
||||||
|
this.cboYLMC.Text = " ";
|
||||||
|
//
|
||||||
|
// txtZPF
|
||||||
|
//
|
||||||
|
this.txtZPF.Location = new System.Drawing.Point(834, 292);
|
||||||
|
this.txtZPF.Name = "txtZPF";
|
||||||
|
this.txtZPF.Size = new System.Drawing.Size(77, 26);
|
||||||
|
this.txtZPF.TabIndex = 560;
|
||||||
|
//
|
||||||
// frmOpeRecoverInInfo
|
// frmOpeRecoverInInfo
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.AliceBlue;
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
||||||
this.ClientSize = new System.Drawing.Size(920, 149);
|
this.ClientSize = new System.Drawing.Size(920, 172);
|
||||||
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.groupBox1);
|
||||||
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
@ -776,5 +900,15 @@
|
|||||||
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label7;
|
||||||
private OremrUserControl.NumTextBox txtPain;
|
private OremrUserControl.NumTextBox txtPain;
|
||||||
private DevComponents.DotNetBar.Controls.Slider slider1;
|
private DevComponents.DotNetBar.Controls.Slider slider1;
|
||||||
|
private System.Windows.Forms.TextBox TXTXY;
|
||||||
|
private System.Windows.Forms.TextBox txtQYXRL;
|
||||||
|
private System.Windows.Forms.TextBox txtCQL;
|
||||||
|
private System.Windows.Forms.Label label12;
|
||||||
|
private System.Windows.Forms.Label label8;
|
||||||
|
private System.Windows.Forms.Label label4;
|
||||||
|
private System.Windows.Forms.Label label3;
|
||||||
|
private System.Windows.Forms.Label label2;
|
||||||
|
private System.Windows.Forms.ComboBox xbohxxt;
|
||||||
|
private System.Windows.Forms.ComboBox cmbYs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -28,7 +28,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
cboJSHF.Text = _record.OpeRecoverOutInfo.MuscleRelaxation;//肌力评分
|
cboJSHF.Text = _record.OpeRecoverOutInfo.MuscleRelaxation;//肌力评分
|
||||||
txtBFZ.Text = _record.OpeRecoverOutInfo.ProtectiveReflex;//并发症
|
txtBFZ.Text = _record.OpeRecoverOutInfo.ProtectiveReflex;//并发症
|
||||||
cboDXNL.Text = _record.OpeRecoverOutInfo.OrientationAbility;//非计划二次插管
|
cboDXNL.Text = _record.OpeRecoverOutInfo.OrientationAbility;//非计划二次插管
|
||||||
cboHXXT.Text = _record.OpeRecoverOutInfo.RespiratorySystem;
|
//cboHXXT.Text = _record.OpeRecoverOutInfo.RespiratorySystem;
|
||||||
|
|
||||||
cboPF.Text = _record.OpeRecoverOutInfo.Skin;//皮肤情况
|
cboPF.Text = _record.OpeRecoverOutInfo.Skin;//皮肤情况
|
||||||
cboTT.Text = _record.OpeRecoverOutInfo.Pain;
|
cboTT.Text = _record.OpeRecoverOutInfo.Pain;
|
||||||
@ -53,6 +53,12 @@ namespace AIMS.OperationAanesthesia
|
|||||||
cboXY.Text = _record.OpeRecoverOutInfo.AldteteBloodPressure;
|
cboXY.Text = _record.OpeRecoverOutInfo.AldteteBloodPressure;
|
||||||
cboSPO2.Text = _record.OpeRecoverOutInfo.AldteteSPO2;
|
cboSPO2.Text = _record.OpeRecoverOutInfo.AldteteSPO2;
|
||||||
|
|
||||||
|
txtMAP.Text = _record.OpeRecoverOutInfo.DrainageName;
|
||||||
|
txtCQL.Text = _record.OpeRecoverOutInfo.DrainageIdentification;
|
||||||
|
TXTXY.Text = _record.OpeRecoverOutInfo.DrainagePosition;
|
||||||
|
txtSX.Text = _record.OpeRecoverOutInfo.LeftPupil;
|
||||||
|
txtPHY.Text = _record.OpeRecoverOutInfo.RightPupil;
|
||||||
|
|
||||||
if (_record.OpeRecoverOutInfo.PACUAldteteScore != null)
|
if (_record.OpeRecoverOutInfo.PACUAldteteScore != null)
|
||||||
txtAndree.Text = _record.OpeRecoverOutInfo.PACUAldteteScore.ToString();
|
txtAndree.Text = _record.OpeRecoverOutInfo.PACUAldteteScore.ToString();
|
||||||
if (_record.OpeRecoverOutInfo.State == "病房")
|
if (_record.OpeRecoverOutInfo.State == "病房")
|
||||||
@ -89,7 +95,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
txtR.Text = _record.OpeRecoverOutInfo.R;
|
txtR.Text = _record.OpeRecoverOutInfo.R;
|
||||||
txtHR.Text = _record.OpeRecoverOutInfo.HR;
|
txtHR.Text = _record.OpeRecoverOutInfo.HR;
|
||||||
txtBP.Text = _record.OpeRecoverOutInfo.BP;
|
txtBP.Text = _record.OpeRecoverOutInfo.BP;
|
||||||
txtSPO2.Text = _record.OpeRecoverOutInfo.SPO2;
|
txtMAP.Text = _record.OpeRecoverOutInfo.SPO2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -111,12 +117,12 @@ namespace AIMS.OperationAanesthesia
|
|||||||
_record.OpeRecoverOutInfo.MuscleRelaxation = cboJSHF.Text;
|
_record.OpeRecoverOutInfo.MuscleRelaxation = cboJSHF.Text;
|
||||||
_record.OpeRecoverOutInfo.ProtectiveReflex = txtBFZ.Text;
|
_record.OpeRecoverOutInfo.ProtectiveReflex = txtBFZ.Text;
|
||||||
_record.OpeRecoverOutInfo.OrientationAbility = cboDXNL.Text;
|
_record.OpeRecoverOutInfo.OrientationAbility = cboDXNL.Text;
|
||||||
_record.OpeRecoverOutInfo.RespiratorySystem = cboHXXT.Text;
|
//_record.OpeRecoverOutInfo.RespiratorySystem = cboHXXT.Text;
|
||||||
_record.OpeRecoverOutInfo.T = txtT.Text;
|
_record.OpeRecoverOutInfo.T = txtT.Text;
|
||||||
_record.OpeRecoverOutInfo.R = txtR.Text;
|
_record.OpeRecoverOutInfo.R = txtR.Text;
|
||||||
_record.OpeRecoverOutInfo.HR = txtHR.Text;
|
_record.OpeRecoverOutInfo.HR = txtHR.Text;
|
||||||
_record.OpeRecoverOutInfo.BP = txtBP.Text;
|
_record.OpeRecoverOutInfo.BP = txtBP.Text;
|
||||||
_record.OpeRecoverOutInfo.SPO2 = txtSPO2.Text;
|
_record.OpeRecoverOutInfo.SPO2 = txtMAP.Text;
|
||||||
_record.OpeRecoverOutInfo.Skin = cboPF.Text;
|
_record.OpeRecoverOutInfo.Skin = cboPF.Text;
|
||||||
_record.OpeRecoverOutInfo.Pain = cboTT.Text;
|
_record.OpeRecoverOutInfo.Pain = cboTT.Text;
|
||||||
_record.OpeRecoverOutInfo.BreathSounds = cboHXY.Text;
|
_record.OpeRecoverOutInfo.BreathSounds = cboHXY.Text;
|
||||||
@ -131,6 +137,13 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (cboYS1.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteConsciousness = cboYS1.Text;
|
if (cboYS1.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteConsciousness = cboYS1.Text;
|
||||||
if (cboSPO2.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteSPO2 = cboSPO2.Text;
|
if (cboSPO2.Text.Trim() != "") _record.OpeRecoverOutInfo.AldteteSPO2 = cboSPO2.Text;
|
||||||
if (txtAndree.Text.Trim() != "") _record.OpeRecoverOutInfo.PACUAldteteScore = int.Parse(txtAndree.Text);
|
if (txtAndree.Text.Trim() != "") _record.OpeRecoverOutInfo.PACUAldteteScore = int.Parse(txtAndree.Text);
|
||||||
|
|
||||||
|
_record.OpeRecoverOutInfo.DrainageName = txtMAP.Text;
|
||||||
|
_record.OpeRecoverOutInfo.DrainageIdentification = txtCQL.Text;
|
||||||
|
_record.OpeRecoverOutInfo.DrainagePosition = TXTXY.Text;
|
||||||
|
_record.OpeRecoverOutInfo.LeftPupil = txtSX.Text;
|
||||||
|
_record.OpeRecoverOutInfo.RightPupil = txtPHY.Text;
|
||||||
|
|
||||||
if (radioButton1.Checked == true)
|
if (radioButton1.Checked == true)
|
||||||
{
|
{
|
||||||
_record.OpeRecoverOutInfo.State = "病房";
|
_record.OpeRecoverOutInfo.State = "病房";
|
||||||
@ -247,7 +260,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (cboYS1.Text != null && cboYS1.Text.Trim() != "") AldteteConsciousness = GetSourcesDate(cboYS1).Value;
|
if (cboYS1.Text != null && cboYS1.Text.Trim() != "") AldteteConsciousness = GetSourcesDate(cboYS1).Value;
|
||||||
if (cboSPO2.Text != null && cboSPO2.Text.Trim() != "") AldteteSPO2 = GetSourcesDate(cboSPO2).Value;
|
if (cboSPO2.Text != null && cboSPO2.Text.Trim() != "") AldteteSPO2 = GetSourcesDate(cboSPO2).Value;
|
||||||
txtAndree.Text = (AldteteActivity + AldteteBreathing + AldteteBloodPressure + AldteteConsciousness + AldteteSPO2).ToString();
|
txtAndree.Text = (AldteteActivity + AldteteBreathing + AldteteBloodPressure + AldteteConsciousness + AldteteSPO2).ToString();
|
||||||
}
|
}
|
||||||
public int? GetSourcesDate(ComboBox SelCombo)
|
public int? GetSourcesDate(ComboBox SelCombo)
|
||||||
{
|
{
|
||||||
int? res = null;
|
int? res = null;
|
||||||
@ -276,32 +289,36 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (cboJSHF.Text == "") cboJSHF.Text = " /";//好";
|
if (cboJSHF.Text == "") cboJSHF.Text = " /";//好";
|
||||||
if (txtBFZ.Text == "") txtBFZ.Text = " /";//无";
|
if (txtBFZ.Text == "") txtBFZ.Text = " /";//无";
|
||||||
if (cboDXNL.Text == "") cboDXNL.Text = " /";//好";
|
if (cboDXNL.Text == "") cboDXNL.Text = " /";//好";
|
||||||
if (cboHXXT.Text == "") cboHXXT.Text = " /";//自主呼吸";
|
//if (cboHXXT.Text == "") cboHXXT.Text = " /";//自主呼吸";
|
||||||
if (cboTT.Text == "") cboTT.Text = " /";//无";
|
if (cboTT.Text == "") cboTT.Text = " /";//无";
|
||||||
if (cboHXY.Text == "") cboHXY.Text = " /";//正常";
|
if (cboHXY.Text == "") cboHXY.Text = " /";//正常";
|
||||||
if (cboSS.Text == "") cboSS.Text = " /";//无";
|
if (cboSS.Text == "") cboSS.Text = " /";//无";
|
||||||
if (txtTSQK.Text == "") txtTSQK.Text = " /";
|
if (txtTSQK.Text == "") txtTSQK.Text = " /";
|
||||||
if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如";
|
if (cboJSHF.Text == "") cboJSHF.Text = "Ⅴ级 肌力正常,运动自如";
|
||||||
if (cboTT.Text == "") cboTT.Text = "0分-无疼痛";
|
if (cboTT.Text == "") cboTT.Text = "0分-无疼痛";
|
||||||
if (cboPF.Text == "") cboPF.Text = "未见异常";
|
if (cboPF.Text == "") cboPF.Text = "未见异常";
|
||||||
|
|
||||||
if (cboQXCD.Text == "") cboQXCD.Text = "2分-完全清醒";
|
if (cboQXCD.Text == "") cboQXCD.Text = "2分-完全清醒";
|
||||||
if (cboHXDTCCD.Text == "") cboHXDTCCD.Text = "2分-可按医师吩咐咳嗽";
|
if (cboHXDTCCD.Text == "") cboHXDTCCD.Text = "2分-可按医师吩咐咳嗽";
|
||||||
if (cboZTHDD.Text == "") cboZTHDD.Text = "2分-肢体能做有意识活动";
|
if (cboZTHDD.Text == "") cboZTHDD.Text = "2分-肢体能做有意识活动";
|
||||||
|
|
||||||
if (cboHD.Text == "") cboHD .Text = "2分-自主或遵嘱活动四肢和抬头";
|
if (cboHD.Text == "") cboHD.Text = "2分-自主或遵嘱活动四肢和抬头";
|
||||||
if (cboHX.Text == "") cboHX.Text = "2分-能深呼吸和有效咳嗽,呼吸频率和幅度正常";
|
if (cboHX.Text == "") cboHX.Text = "2分-能深呼吸和有效咳嗽,呼吸频率和幅度正常";
|
||||||
if (cboXY.Text == "") cboXY.Text = "2分-麻醉前±20%以内";
|
if (cboXY.Text == "") cboXY.Text = "2分-麻醉前±20%以内";
|
||||||
if (cboYS1.Text == "") cboYS1.Text = "2分-完全清醒(准确回答)";
|
if (cboYS1.Text == "") cboYS1.Text = "2分-完全清醒(准确回答)";
|
||||||
if (cboSPO2.Text == "") cboSPO2.Text = "2分-呼吸空气SpO2≥92%";
|
if (cboSPO2.Text == "") cboSPO2.Text = "2分-呼吸空气SpO2≥92%";
|
||||||
slider1.Value = 2;
|
slider1.Value = 2;
|
||||||
|
|
||||||
|
if (txtCQL.Text == "") txtCQL.Text = " /";
|
||||||
|
if (TXTXY.Text == "") TXTXY.Text = " /";
|
||||||
|
if (txtSX.Text == "") txtSX.Text = " /";
|
||||||
|
if (txtPHY.Text == "") txtPHY.Text = " /";
|
||||||
}
|
}
|
||||||
|
|
||||||
private void slider1_ValueChanged(object sender, EventArgs e)
|
private void slider1_ValueChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
txtPain.Text = slider1.Value.ToString();
|
txtPain.Text = slider1.Value.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
this.cboTT = new System.Windows.Forms.ComboBox();
|
this.cboTT = new System.Windows.Forms.ComboBox();
|
||||||
this.label24 = new System.Windows.Forms.Label();
|
this.label24 = new System.Windows.Forms.Label();
|
||||||
this.txtBFZ = new AIMS.OremrUserControl.UText();
|
this.txtBFZ = new AIMS.OremrUserControl.UText();
|
||||||
this.txtSPO2 = new System.Windows.Forms.TextBox();
|
this.txtMAP = new System.Windows.Forms.TextBox();
|
||||||
this.txtBP = new System.Windows.Forms.TextBox();
|
this.txtBP = new System.Windows.Forms.TextBox();
|
||||||
this.label22 = new System.Windows.Forms.Label();
|
this.label22 = new System.Windows.Forms.Label();
|
||||||
this.label30 = new System.Windows.Forms.Label();
|
this.label30 = new System.Windows.Forms.Label();
|
||||||
@ -79,14 +79,11 @@
|
|||||||
this.txtR = new System.Windows.Forms.TextBox();
|
this.txtR = new System.Windows.Forms.TextBox();
|
||||||
this.txtT = new System.Windows.Forms.TextBox();
|
this.txtT = new System.Windows.Forms.TextBox();
|
||||||
this.cboJSHF = new System.Windows.Forms.ComboBox();
|
this.cboJSHF = new System.Windows.Forms.ComboBox();
|
||||||
this.label29 = new System.Windows.Forms.Label();
|
|
||||||
this.label21 = new System.Windows.Forms.Label();
|
this.label21 = new System.Windows.Forms.Label();
|
||||||
this.label15 = new System.Windows.Forms.Label();
|
this.label15 = new System.Windows.Forms.Label();
|
||||||
this.label13 = new System.Windows.Forms.Label();
|
this.label13 = new System.Windows.Forms.Label();
|
||||||
this.label10 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
||||||
this.cboHXXT = new System.Windows.Forms.ComboBox();
|
|
||||||
this.cboDXNL = new System.Windows.Forms.ComboBox();
|
this.cboDXNL = new System.Windows.Forms.ComboBox();
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.label28 = new System.Windows.Forms.Label();
|
this.label28 = new System.Windows.Forms.Label();
|
||||||
this.label20 = new System.Windows.Forms.Label();
|
this.label20 = new System.Windows.Forms.Label();
|
||||||
@ -100,6 +97,18 @@
|
|||||||
this.cboPF = new System.Windows.Forms.ComboBox();
|
this.cboPF = new System.Windows.Forms.ComboBox();
|
||||||
this.label31 = new System.Windows.Forms.Label();
|
this.label31 = new System.Windows.Forms.Label();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.label8 = new System.Windows.Forms.Label();
|
||||||
|
this.label9 = new System.Windows.Forms.Label();
|
||||||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
|
this.label16 = new System.Windows.Forms.Label();
|
||||||
|
this.TXTXY = new System.Windows.Forms.TextBox();
|
||||||
|
this.txtCQL = new System.Windows.Forms.TextBox();
|
||||||
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
|
this.label17 = new System.Windows.Forms.Label();
|
||||||
|
this.label19 = new System.Windows.Forms.Label();
|
||||||
|
this.txtSX = new System.Windows.Forms.TextBox();
|
||||||
|
this.label26 = new System.Windows.Forms.Label();
|
||||||
|
this.txtPHY = new System.Windows.Forms.TextBox();
|
||||||
this.groupBox1.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
||||||
this.groupBox3.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
||||||
this.groupBox4.SuspendLayout();
|
this.groupBox4.SuspendLayout();
|
||||||
@ -107,6 +116,14 @@
|
|||||||
//
|
//
|
||||||
// groupBox1
|
// groupBox1
|
||||||
//
|
//
|
||||||
|
this.groupBox1.Controls.Add(this.TXTXY);
|
||||||
|
this.groupBox1.Controls.Add(this.txtPHY);
|
||||||
|
this.groupBox1.Controls.Add(this.txtSX);
|
||||||
|
this.groupBox1.Controls.Add(this.txtCQL);
|
||||||
|
this.groupBox1.Controls.Add(this.label26);
|
||||||
|
this.groupBox1.Controls.Add(this.label19);
|
||||||
|
this.groupBox1.Controls.Add(this.label7);
|
||||||
|
this.groupBox1.Controls.Add(this.label17);
|
||||||
this.groupBox1.Controls.Add(this.groupBox3);
|
this.groupBox1.Controls.Add(this.groupBox3);
|
||||||
this.groupBox1.Controls.Add(this.groupBox4);
|
this.groupBox1.Controls.Add(this.groupBox4);
|
||||||
this.groupBox1.Controls.Add(this.label40);
|
this.groupBox1.Controls.Add(this.label40);
|
||||||
@ -124,7 +141,8 @@
|
|||||||
this.groupBox1.Controls.Add(this.cboTT);
|
this.groupBox1.Controls.Add(this.cboTT);
|
||||||
this.groupBox1.Controls.Add(this.label24);
|
this.groupBox1.Controls.Add(this.label24);
|
||||||
this.groupBox1.Controls.Add(this.txtBFZ);
|
this.groupBox1.Controls.Add(this.txtBFZ);
|
||||||
this.groupBox1.Controls.Add(this.txtSPO2);
|
this.groupBox1.Controls.Add(this.textBox1);
|
||||||
|
this.groupBox1.Controls.Add(this.txtMAP);
|
||||||
this.groupBox1.Controls.Add(this.txtBP);
|
this.groupBox1.Controls.Add(this.txtBP);
|
||||||
this.groupBox1.Controls.Add(this.label22);
|
this.groupBox1.Controls.Add(this.label22);
|
||||||
this.groupBox1.Controls.Add(this.label30);
|
this.groupBox1.Controls.Add(this.label30);
|
||||||
@ -132,15 +150,15 @@
|
|||||||
this.groupBox1.Controls.Add(this.txtR);
|
this.groupBox1.Controls.Add(this.txtR);
|
||||||
this.groupBox1.Controls.Add(this.txtT);
|
this.groupBox1.Controls.Add(this.txtT);
|
||||||
this.groupBox1.Controls.Add(this.cboJSHF);
|
this.groupBox1.Controls.Add(this.cboJSHF);
|
||||||
this.groupBox1.Controls.Add(this.label29);
|
this.groupBox1.Controls.Add(this.label9);
|
||||||
|
this.groupBox1.Controls.Add(this.label16);
|
||||||
this.groupBox1.Controls.Add(this.label21);
|
this.groupBox1.Controls.Add(this.label21);
|
||||||
this.groupBox1.Controls.Add(this.label15);
|
this.groupBox1.Controls.Add(this.label15);
|
||||||
this.groupBox1.Controls.Add(this.label13);
|
this.groupBox1.Controls.Add(this.label13);
|
||||||
this.groupBox1.Controls.Add(this.label10);
|
this.groupBox1.Controls.Add(this.label10);
|
||||||
this.groupBox1.Controls.Add(this.cboHXXT);
|
|
||||||
this.groupBox1.Controls.Add(this.cboDXNL);
|
this.groupBox1.Controls.Add(this.cboDXNL);
|
||||||
this.groupBox1.Controls.Add(this.label4);
|
|
||||||
this.groupBox1.Controls.Add(this.label3);
|
this.groupBox1.Controls.Add(this.label3);
|
||||||
|
this.groupBox1.Controls.Add(this.label8);
|
||||||
this.groupBox1.Controls.Add(this.label28);
|
this.groupBox1.Controls.Add(this.label28);
|
||||||
this.groupBox1.Controls.Add(this.label20);
|
this.groupBox1.Controls.Add(this.label20);
|
||||||
this.groupBox1.Controls.Add(this.label14);
|
this.groupBox1.Controls.Add(this.label14);
|
||||||
@ -158,7 +176,7 @@
|
|||||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Name = "groupBox1";
|
||||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.groupBox1.Size = new System.Drawing.Size(927, 566);
|
this.groupBox1.Size = new System.Drawing.Size(927, 607);
|
||||||
this.groupBox1.TabIndex = 556;
|
this.groupBox1.TabIndex = 556;
|
||||||
this.groupBox1.TabStop = false;
|
this.groupBox1.TabStop = false;
|
||||||
this.groupBox1.Text = "出室情况";
|
this.groupBox1.Text = "出室情况";
|
||||||
@ -170,7 +188,7 @@
|
|||||||
this.groupBox3.Controls.Add(this.label25);
|
this.groupBox3.Controls.Add(this.label25);
|
||||||
this.groupBox3.Controls.Add(this.slider1);
|
this.groupBox3.Controls.Add(this.slider1);
|
||||||
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.groupBox3.Location = new System.Drawing.Point(4, 325);
|
this.groupBox3.Location = new System.Drawing.Point(4, 366);
|
||||||
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Name = "groupBox3";
|
||||||
this.groupBox3.Size = new System.Drawing.Size(919, 54);
|
this.groupBox3.Size = new System.Drawing.Size(919, 54);
|
||||||
this.groupBox3.TabIndex = 1538;
|
this.groupBox3.TabIndex = 1538;
|
||||||
@ -245,7 +263,7 @@
|
|||||||
this.groupBox4.Controls.Add(this.label36);
|
this.groupBox4.Controls.Add(this.label36);
|
||||||
this.groupBox4.Controls.Add(this.txtAndree);
|
this.groupBox4.Controls.Add(this.txtAndree);
|
||||||
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.groupBox4.Location = new System.Drawing.Point(4, 379);
|
this.groupBox4.Location = new System.Drawing.Point(4, 420);
|
||||||
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Name = "groupBox4";
|
||||||
this.groupBox4.Size = new System.Drawing.Size(919, 182);
|
this.groupBox4.Size = new System.Drawing.Size(919, 182);
|
||||||
this.groupBox4.TabIndex = 1537;
|
this.groupBox4.TabIndex = 1537;
|
||||||
@ -493,7 +511,7 @@
|
|||||||
//
|
//
|
||||||
this.label40.AutoSize = true;
|
this.label40.AutoSize = true;
|
||||||
this.label40.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label40.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.label40.Location = new System.Drawing.Point(10, 207);
|
this.label40.Location = new System.Drawing.Point(10, 241);
|
||||||
this.label40.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label40.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label40.Name = "label40";
|
this.label40.Name = "label40";
|
||||||
this.label40.Size = new System.Drawing.Size(122, 19);
|
this.label40.Size = new System.Drawing.Size(122, 19);
|
||||||
@ -503,7 +521,7 @@
|
|||||||
// label52
|
// label52
|
||||||
//
|
//
|
||||||
this.label52.AutoSize = true;
|
this.label52.AutoSize = true;
|
||||||
this.label52.Location = new System.Drawing.Point(443, 243);
|
this.label52.Location = new System.Drawing.Point(443, 277);
|
||||||
this.label52.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label52.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label52.Name = "label52";
|
this.label52.Name = "label52";
|
||||||
this.label52.Size = new System.Drawing.Size(107, 20);
|
this.label52.Size = new System.Drawing.Size(107, 20);
|
||||||
@ -513,7 +531,7 @@
|
|||||||
// label53
|
// label53
|
||||||
//
|
//
|
||||||
this.label53.AutoSize = true;
|
this.label53.AutoSize = true;
|
||||||
this.label53.Location = new System.Drawing.Point(16, 283);
|
this.label53.Location = new System.Drawing.Point(16, 317);
|
||||||
this.label53.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label53.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label53.Name = "label53";
|
this.label53.Name = "label53";
|
||||||
this.label53.Size = new System.Drawing.Size(79, 20);
|
this.label53.Size = new System.Drawing.Size(79, 20);
|
||||||
@ -528,7 +546,7 @@
|
|||||||
"2分-可按医师吩咐咳嗽",
|
"2分-可按医师吩咐咳嗽",
|
||||||
"1分-不用支持可以维持呼吸道通畅",
|
"1分-不用支持可以维持呼吸道通畅",
|
||||||
"0分-呼吸道需要予以支持"});
|
"0分-呼吸道需要予以支持"});
|
||||||
this.cboHXDTCCD.Location = new System.Drawing.Point(555, 239);
|
this.cboHXDTCCD.Location = new System.Drawing.Point(555, 273);
|
||||||
this.cboHXDTCCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
this.cboHXDTCCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
this.cboHXDTCCD.Name = "cboHXDTCCD";
|
this.cboHXDTCCD.Name = "cboHXDTCCD";
|
||||||
this.cboHXDTCCD.Size = new System.Drawing.Size(340, 28);
|
this.cboHXDTCCD.Size = new System.Drawing.Size(340, 28);
|
||||||
@ -543,7 +561,7 @@
|
|||||||
"2分-肢体能做有意识活动",
|
"2分-肢体能做有意识活动",
|
||||||
"1分-肢体无意识活动",
|
"1分-肢体无意识活动",
|
||||||
"0分-肢体无活动"});
|
"0分-肢体无活动"});
|
||||||
this.cboZTHDD.Location = new System.Drawing.Point(103, 279);
|
this.cboZTHDD.Location = new System.Drawing.Point(103, 313);
|
||||||
this.cboZTHDD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
this.cboZTHDD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
this.cboZTHDD.Name = "cboZTHDD";
|
this.cboZTHDD.Name = "cboZTHDD";
|
||||||
this.cboZTHDD.Size = new System.Drawing.Size(334, 28);
|
this.cboZTHDD.Size = new System.Drawing.Size(334, 28);
|
||||||
@ -562,7 +580,7 @@
|
|||||||
//
|
//
|
||||||
// txtZPF
|
// txtZPF
|
||||||
//
|
//
|
||||||
this.txtZPF.Location = new System.Drawing.Point(555, 276);
|
this.txtZPF.Location = new System.Drawing.Point(555, 310);
|
||||||
this.txtZPF.Name = "txtZPF";
|
this.txtZPF.Name = "txtZPF";
|
||||||
this.txtZPF.Size = new System.Drawing.Size(77, 26);
|
this.txtZPF.Size = new System.Drawing.Size(77, 26);
|
||||||
this.txtZPF.TabIndex = 560;
|
this.txtZPF.TabIndex = 560;
|
||||||
@ -570,7 +588,7 @@
|
|||||||
// label54
|
// label54
|
||||||
//
|
//
|
||||||
this.label54.AutoSize = true;
|
this.label54.AutoSize = true;
|
||||||
this.label54.Location = new System.Drawing.Point(445, 279);
|
this.label54.Location = new System.Drawing.Point(445, 313);
|
||||||
this.label54.Name = "label54";
|
this.label54.Name = "label54";
|
||||||
this.label54.Size = new System.Drawing.Size(105, 20);
|
this.label54.Size = new System.Drawing.Size(105, 20);
|
||||||
this.label54.TabIndex = 559;
|
this.label54.TabIndex = 559;
|
||||||
@ -579,7 +597,7 @@
|
|||||||
// label51
|
// label51
|
||||||
//
|
//
|
||||||
this.label51.AutoSize = true;
|
this.label51.AutoSize = true;
|
||||||
this.label51.Location = new System.Drawing.Point(30, 243);
|
this.label51.Location = new System.Drawing.Point(30, 277);
|
||||||
this.label51.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
this.label51.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
||||||
this.label51.Name = "label51";
|
this.label51.Name = "label51";
|
||||||
this.label51.Size = new System.Drawing.Size(65, 20);
|
this.label51.Size = new System.Drawing.Size(65, 20);
|
||||||
@ -594,7 +612,7 @@
|
|||||||
"2分-完全清醒",
|
"2分-完全清醒",
|
||||||
"1分-对刺激有反应",
|
"1分-对刺激有反应",
|
||||||
"0分-对刺激无反应"});
|
"0分-对刺激无反应"});
|
||||||
this.cboQXCD.Location = new System.Drawing.Point(103, 239);
|
this.cboQXCD.Location = new System.Drawing.Point(103, 273);
|
||||||
this.cboQXCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
this.cboQXCD.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
||||||
this.cboQXCD.Name = "cboQXCD";
|
this.cboQXCD.Name = "cboQXCD";
|
||||||
this.cboQXCD.Size = new System.Drawing.Size(334, 28);
|
this.cboQXCD.Size = new System.Drawing.Size(334, 28);
|
||||||
@ -688,13 +706,13 @@
|
|||||||
this.txtBFZ.TabIndex = 1532;
|
this.txtBFZ.TabIndex = 1532;
|
||||||
this.txtBFZ.Tag = "";
|
this.txtBFZ.Tag = "";
|
||||||
//
|
//
|
||||||
// txtSPO2
|
// txtMAP
|
||||||
//
|
//
|
||||||
this.txtSPO2.Location = new System.Drawing.Point(756, 173);
|
this.txtMAP.Location = new System.Drawing.Point(756, 173);
|
||||||
this.txtSPO2.Name = "txtSPO2";
|
this.txtMAP.Name = "txtMAP";
|
||||||
this.txtSPO2.Size = new System.Drawing.Size(100, 26);
|
this.txtMAP.Size = new System.Drawing.Size(100, 26);
|
||||||
this.txtSPO2.TabIndex = 557;
|
this.txtMAP.TabIndex = 557;
|
||||||
this.txtSPO2.Visible = false;
|
this.txtMAP.Visible = false;
|
||||||
//
|
//
|
||||||
// txtBP
|
// txtBP
|
||||||
//
|
//
|
||||||
@ -762,16 +780,6 @@
|
|||||||
this.cboJSHF.Size = new System.Drawing.Size(388, 28);
|
this.cboJSHF.Size = new System.Drawing.Size(388, 28);
|
||||||
this.cboJSHF.TabIndex = 518;
|
this.cboJSHF.TabIndex = 518;
|
||||||
//
|
//
|
||||||
// label29
|
|
||||||
//
|
|
||||||
this.label29.AutoSize = true;
|
|
||||||
this.label29.Location = new System.Drawing.Point(859, 176);
|
|
||||||
this.label29.Name = "label29";
|
|
||||||
this.label29.Size = new System.Drawing.Size(21, 20);
|
|
||||||
this.label29.TabIndex = 556;
|
|
||||||
this.label29.Text = "%";
|
|
||||||
this.label29.Visible = false;
|
|
||||||
//
|
|
||||||
// label21
|
// label21
|
||||||
//
|
//
|
||||||
this.label21.AutoSize = true;
|
this.label21.AutoSize = true;
|
||||||
@ -811,21 +819,6 @@
|
|||||||
this.label10.TabIndex = 556;
|
this.label10.TabIndex = 556;
|
||||||
this.label10.Text = "℃";
|
this.label10.Text = "℃";
|
||||||
//
|
//
|
||||||
// cboHXXT
|
|
||||||
//
|
|
||||||
this.cboHXXT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
this.cboHXXT.FormattingEnabled = true;
|
|
||||||
this.cboHXXT.Items.AddRange(new object[] {
|
|
||||||
"自主呼吸",
|
|
||||||
"带管自主呼吸",
|
|
||||||
"辅助呼吸"});
|
|
||||||
this.cboHXXT.Location = new System.Drawing.Point(788, 26);
|
|
||||||
this.cboHXXT.Margin = new System.Windows.Forms.Padding(5, 10, 5, 10);
|
|
||||||
this.cboHXXT.Name = "cboHXXT";
|
|
||||||
this.cboHXXT.Size = new System.Drawing.Size(120, 28);
|
|
||||||
this.cboHXXT.TabIndex = 518;
|
|
||||||
this.cboHXXT.Visible = false;
|
|
||||||
//
|
|
||||||
// cboDXNL
|
// cboDXNL
|
||||||
//
|
//
|
||||||
this.cboDXNL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cboDXNL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
@ -839,17 +832,6 @@
|
|||||||
this.cboDXNL.Size = new System.Drawing.Size(77, 28);
|
this.cboDXNL.Size = new System.Drawing.Size(77, 28);
|
||||||
this.cboDXNL.TabIndex = 518;
|
this.cboDXNL.TabIndex = 518;
|
||||||
//
|
//
|
||||||
// label4
|
|
||||||
//
|
|
||||||
this.label4.AutoSize = true;
|
|
||||||
this.label4.Location = new System.Drawing.Point(715, 30);
|
|
||||||
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
||||||
this.label4.Name = "label4";
|
|
||||||
this.label4.Size = new System.Drawing.Size(65, 20);
|
|
||||||
this.label4.TabIndex = 515;
|
|
||||||
this.label4.Text = "呼吸系统";
|
|
||||||
this.label4.Visible = false;
|
|
||||||
//
|
|
||||||
// label3
|
// label3
|
||||||
//
|
//
|
||||||
this.label3.AutoSize = true;
|
this.label3.AutoSize = true;
|
||||||
@ -865,9 +847,9 @@
|
|||||||
this.label28.AutoSize = true;
|
this.label28.AutoSize = true;
|
||||||
this.label28.Location = new System.Drawing.Point(709, 176);
|
this.label28.Location = new System.Drawing.Point(709, 176);
|
||||||
this.label28.Name = "label28";
|
this.label28.Name = "label28";
|
||||||
this.label28.Size = new System.Drawing.Size(45, 20);
|
this.label28.Size = new System.Drawing.Size(42, 20);
|
||||||
this.label28.TabIndex = 555;
|
this.label28.TabIndex = 555;
|
||||||
this.label28.Text = "SPO2";
|
this.label28.Text = "MAP";
|
||||||
this.label28.Visible = false;
|
this.label28.Visible = false;
|
||||||
//
|
//
|
||||||
// label20
|
// label20
|
||||||
@ -988,12 +970,114 @@
|
|||||||
this.label1.TabIndex = 515;
|
this.label1.TabIndex = 515;
|
||||||
this.label1.Text = "肌力评分";
|
this.label1.Text = "肌力评分";
|
||||||
//
|
//
|
||||||
|
// label8
|
||||||
|
//
|
||||||
|
this.label8.AutoSize = true;
|
||||||
|
this.label8.Location = new System.Drawing.Point(708, 211);
|
||||||
|
this.label8.Name = "label8";
|
||||||
|
this.label8.Size = new System.Drawing.Size(45, 20);
|
||||||
|
this.label8.TabIndex = 555;
|
||||||
|
this.label8.Text = "SPO2";
|
||||||
|
this.label8.Visible = false;
|
||||||
|
//
|
||||||
|
// label9
|
||||||
|
//
|
||||||
|
this.label9.AutoSize = true;
|
||||||
|
this.label9.Location = new System.Drawing.Point(858, 211);
|
||||||
|
this.label9.Name = "label9";
|
||||||
|
this.label9.Size = new System.Drawing.Size(21, 20);
|
||||||
|
this.label9.TabIndex = 556;
|
||||||
|
this.label9.Text = "%";
|
||||||
|
this.label9.Visible = false;
|
||||||
|
//
|
||||||
|
// textBox1
|
||||||
|
//
|
||||||
|
this.textBox1.Location = new System.Drawing.Point(755, 208);
|
||||||
|
this.textBox1.Name = "textBox1";
|
||||||
|
this.textBox1.Size = new System.Drawing.Size(100, 26);
|
||||||
|
this.textBox1.TabIndex = 557;
|
||||||
|
this.textBox1.Visible = false;
|
||||||
|
//
|
||||||
|
// label16
|
||||||
|
//
|
||||||
|
this.label16.AutoSize = true;
|
||||||
|
this.label16.Location = new System.Drawing.Point(859, 175);
|
||||||
|
this.label16.Name = "label16";
|
||||||
|
this.label16.Size = new System.Drawing.Size(55, 20);
|
||||||
|
this.label16.TabIndex = 556;
|
||||||
|
this.label16.Text = "mmHg";
|
||||||
|
this.label16.Visible = false;
|
||||||
|
//
|
||||||
|
// TXTXY
|
||||||
|
//
|
||||||
|
this.TXTXY.Location = new System.Drawing.Point(228, 205);
|
||||||
|
this.TXTXY.Name = "TXTXY";
|
||||||
|
this.TXTXY.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.TXTXY.TabIndex = 1541;
|
||||||
|
//
|
||||||
|
// txtCQL
|
||||||
|
//
|
||||||
|
this.txtCQL.Location = new System.Drawing.Point(101, 205);
|
||||||
|
this.txtCQL.Name = "txtCQL";
|
||||||
|
this.txtCQL.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.txtCQL.TabIndex = 1542;
|
||||||
|
//
|
||||||
|
// label7
|
||||||
|
//
|
||||||
|
this.label7.AutoSize = true;
|
||||||
|
this.label7.Location = new System.Drawing.Point(181, 207);
|
||||||
|
this.label7.Name = "label7";
|
||||||
|
this.label7.Size = new System.Drawing.Size(37, 20);
|
||||||
|
this.label7.TabIndex = 1539;
|
||||||
|
this.label7.Text = "胸液";
|
||||||
|
//
|
||||||
|
// label17
|
||||||
|
//
|
||||||
|
this.label17.AutoSize = true;
|
||||||
|
this.label17.Location = new System.Drawing.Point(40, 207);
|
||||||
|
this.label17.Name = "label17";
|
||||||
|
this.label17.Size = new System.Drawing.Size(51, 20);
|
||||||
|
this.label17.TabIndex = 1540;
|
||||||
|
this.label17.Text = "潮气量";
|
||||||
|
//
|
||||||
|
// label19
|
||||||
|
//
|
||||||
|
this.label19.AutoSize = true;
|
||||||
|
this.label19.Location = new System.Drawing.Point(298, 207);
|
||||||
|
this.label19.Name = "label19";
|
||||||
|
this.label19.Size = new System.Drawing.Size(37, 20);
|
||||||
|
this.label19.TabIndex = 1540;
|
||||||
|
this.label19.Text = "输血";
|
||||||
|
//
|
||||||
|
// txtSX
|
||||||
|
//
|
||||||
|
this.txtSX.Location = new System.Drawing.Point(345, 205);
|
||||||
|
this.txtSX.Name = "txtSX";
|
||||||
|
this.txtSX.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.txtSX.TabIndex = 1542;
|
||||||
|
//
|
||||||
|
// label26
|
||||||
|
//
|
||||||
|
this.label26.AutoSize = true;
|
||||||
|
this.label26.Location = new System.Drawing.Point(415, 207);
|
||||||
|
this.label26.Name = "label26";
|
||||||
|
this.label26.Size = new System.Drawing.Size(51, 20);
|
||||||
|
this.label26.TabIndex = 1540;
|
||||||
|
this.label26.Text = "平恒液";
|
||||||
|
//
|
||||||
|
// txtPHY
|
||||||
|
//
|
||||||
|
this.txtPHY.Location = new System.Drawing.Point(476, 205);
|
||||||
|
this.txtPHY.Name = "txtPHY";
|
||||||
|
this.txtPHY.Size = new System.Drawing.Size(60, 26);
|
||||||
|
this.txtPHY.TabIndex = 1542;
|
||||||
|
//
|
||||||
// frmOpeRecoverOutInfo
|
// frmOpeRecoverOutInfo
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.AliceBlue;
|
this.BackColor = System.Drawing.Color.AliceBlue;
|
||||||
this.ClientSize = new System.Drawing.Size(920, 566);
|
this.ClientSize = new System.Drawing.Size(920, 607);
|
||||||
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.groupBox1);
|
||||||
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
@ -1019,12 +1103,11 @@
|
|||||||
|
|
||||||
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
||||||
private System.Windows.Forms.Label label30;
|
private System.Windows.Forms.Label label30;
|
||||||
private System.Windows.Forms.TextBox txtSPO2;
|
private System.Windows.Forms.TextBox txtMAP;
|
||||||
private System.Windows.Forms.TextBox txtBP;
|
private System.Windows.Forms.TextBox txtBP;
|
||||||
private System.Windows.Forms.TextBox txtHR;
|
private System.Windows.Forms.TextBox txtHR;
|
||||||
private System.Windows.Forms.TextBox txtR;
|
private System.Windows.Forms.TextBox txtR;
|
||||||
private System.Windows.Forms.TextBox txtT;
|
private System.Windows.Forms.TextBox txtT;
|
||||||
private System.Windows.Forms.Label label29;
|
|
||||||
private System.Windows.Forms.Label label21;
|
private System.Windows.Forms.Label label21;
|
||||||
private System.Windows.Forms.Label label15;
|
private System.Windows.Forms.Label label15;
|
||||||
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.Label label13;
|
||||||
@ -1035,8 +1118,6 @@
|
|||||||
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Label label12;
|
||||||
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Label label11;
|
||||||
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label5;
|
||||||
private System.Windows.Forms.Label label4;
|
|
||||||
private System.Windows.Forms.ComboBox cboHXXT;
|
|
||||||
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label3;
|
||||||
private System.Windows.Forms.ComboBox cboDXNL;
|
private System.Windows.Forms.ComboBox cboDXNL;
|
||||||
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label6;
|
||||||
@ -1088,5 +1169,17 @@
|
|||||||
private System.Windows.Forms.ComboBox cboHD;
|
private System.Windows.Forms.ComboBox cboHD;
|
||||||
private System.Windows.Forms.Label label36;
|
private System.Windows.Forms.Label label36;
|
||||||
private OremrUserControl.NumTextBox txtAndree;
|
private OremrUserControl.NumTextBox txtAndree;
|
||||||
|
private System.Windows.Forms.TextBox textBox1;
|
||||||
|
private System.Windows.Forms.Label label9;
|
||||||
|
private System.Windows.Forms.Label label16;
|
||||||
|
private System.Windows.Forms.Label label8;
|
||||||
|
private System.Windows.Forms.TextBox TXTXY;
|
||||||
|
private System.Windows.Forms.TextBox txtPHY;
|
||||||
|
private System.Windows.Forms.TextBox txtSX;
|
||||||
|
private System.Windows.Forms.TextBox txtCQL;
|
||||||
|
private System.Windows.Forms.Label label26;
|
||||||
|
private System.Windows.Forms.Label label19;
|
||||||
|
private System.Windows.Forms.Label label7;
|
||||||
|
private System.Windows.Forms.Label label17;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -31,7 +31,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
/// 生成书名列表
|
/// 生成书名列表
|
||||||
/// </summary>
|
/// </summary>
|
||||||
///
|
///
|
||||||
DataTable dt = null;
|
//DataTable dt = null;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取所有知识库节点
|
/// 获取所有知识库节点
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@ -4875,7 +4875,7 @@ namespace AIMS.OperationFront.UI
|
|||||||
myprocess.StartInfo.UseShellExecute = false;
|
myprocess.StartInfo.UseShellExecute = false;
|
||||||
myprocess.Start();
|
myprocess.Start();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
MessageBox.Show(@"在C:\APPSOFT\zlSoftCISInterface.exe路径下找不到“zlSoftCISInterface.exe”");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -50,7 +50,7 @@ namespace AIMS.OremrUserControl
|
|||||||
private string opeDoing;//术中增加
|
private string opeDoing;//术中增加
|
||||||
private string closeFront;//关闭腔体前
|
private string closeFront;//关闭腔体前
|
||||||
private string closeLast;//关闭腔体后
|
private string closeLast;//关闭腔体后
|
||||||
private string skinCloseLast;//缝皮腔体后
|
//private string skinCloseLast;//缝皮腔体后
|
||||||
private string goodsNumber;//器械数量
|
private string goodsNumber;//器械数量
|
||||||
private Color ucBackColor;
|
private Color ucBackColor;
|
||||||
|
|
||||||
@ -280,7 +280,7 @@ namespace AIMS.OremrUserControl
|
|||||||
this.txtCloseLast.Text = result;
|
this.txtCloseLast.Text = result;
|
||||||
//this.txtSkinCloseLast.Text = result;
|
//this.txtSkinCloseLast.Text = result;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
// string TextValue = @"\";
|
// string TextValue = @"\";
|
||||||
//if (((TextBox)sender).Text != TextValue)
|
//if (((TextBox)sender).Text != TextValue)
|
||||||
|
|||||||
@ -281,7 +281,7 @@ namespace AIMS.OremrUserControl
|
|||||||
//this.txtCloseLast.Text = result;
|
//this.txtCloseLast.Text = result;
|
||||||
//this.txtSkinCloseLast.Text = result;
|
//this.txtSkinCloseLast.Text = result;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
// string TextValue = @"\";
|
// string TextValue = @"\";
|
||||||
//if (((TextBox)sender).Text != TextValue)
|
//if (((TextBox)sender).Text != TextValue)
|
||||||
|
|||||||
20
AIMS/PublicUI/frmSelectDictionary.designer.cs
generated
20
AIMS/PublicUI/frmSelectDictionary.designer.cs
generated
@ -41,7 +41,7 @@
|
|||||||
this.panel2 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
this.dgvDictionary = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvDictionary = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Select = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
this.Selectcol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||||
this.aName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.aName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.Explain = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Explain = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@ -156,7 +156,7 @@
|
|||||||
this.dgvDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.Id,
|
this.Id,
|
||||||
this.Select,
|
this.Selectcol,
|
||||||
this.aName,
|
this.aName,
|
||||||
this.Explain});
|
this.Explain});
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
@ -190,14 +190,14 @@
|
|||||||
this.Id.Visible = false;
|
this.Id.Visible = false;
|
||||||
this.Id.Width = 150;
|
this.Id.Width = 150;
|
||||||
//
|
//
|
||||||
// Select
|
// Selectcol
|
||||||
//
|
//
|
||||||
this.Select.HeaderText = "选择";
|
this.Selectcol.HeaderText = "选择";
|
||||||
this.Select.Name = "Select";
|
this.Selectcol.Name = "Select";
|
||||||
this.Select.ReadOnly = true;
|
this.Selectcol.ReadOnly = true;
|
||||||
this.Select.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
this.Selectcol.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.Select.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
this.Selectcol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
this.Select.Width = 65;
|
this.Selectcol.Width = 65;
|
||||||
//
|
//
|
||||||
// aName
|
// aName
|
||||||
//
|
//
|
||||||
@ -278,7 +278,7 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
||||||
private System.Windows.Forms.DataGridViewCheckBoxColumn Select;
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Selectcol;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn aName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn aName;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Explain;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Explain;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -37,7 +37,7 @@ namespace AIMSAutoUpdate
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public AppUpdater()
|
public AppUpdater()
|
||||||
{
|
{
|
||||||
this.handle = handle;
|
//this.handle = handle;
|
||||||
}
|
}
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -100,7 +100,7 @@ namespace AIMSAutoUpdate
|
|||||||
string[] fen = str.ToString().Split('\n');
|
string[] fen = str.ToString().Split('\n');
|
||||||
return fen;
|
return fen;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show("更新失败! 请检查网络或者FTP用户名与口令!");
|
MessageBox.Show("更新失败! 请检查网络或者FTP用户名与口令!");
|
||||||
Environment.Exit(0);
|
Environment.Exit(0);
|
||||||
|
|||||||
@ -28,7 +28,7 @@ namespace AIMSDAL
|
|||||||
cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult));
|
cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark));
|
cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark));
|
||||||
cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType));
|
cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType));
|
||||||
cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelected==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelected));
|
cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelectedd==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelectedd));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value));
|
||||||
return Convert.ToInt32(cmd.ExecuteScalar());
|
return Convert.ToInt32(cmd.ExecuteScalar());
|
||||||
@ -182,7 +182,7 @@ namespace AIMSDAL
|
|||||||
cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult));
|
cmd.Parameters.Add(new SqlParameter("@AnalysisResult",factBloodGasAnalysis.AnalysisResult==null?(object)DBNull.Value:(object)factBloodGasAnalysis.AnalysisResult));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark));
|
cmd.Parameters.Add(new SqlParameter("@Remark",factBloodGasAnalysis.Remark==null?(object)DBNull.Value:(object)factBloodGasAnalysis.Remark));
|
||||||
cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType));
|
cmd.Parameters.Add(new SqlParameter("@BloodGasType",factBloodGasAnalysis.BloodGasType==null?(object)DBNull.Value:(object)factBloodGasAnalysis.BloodGasType));
|
||||||
cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelected==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelected));
|
cmd.Parameters.Add(new SqlParameter("@IsSelected",factBloodGasAnalysis.IsSelectedd==null?(object)DBNull.Value:(object)factBloodGasAnalysis.IsSelectedd));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperatorId",factBloodGasAnalysis.OperatorId.HasValue?(object)factBloodGasAnalysis.OperatorId.Value:(object)DBNull.Value));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperatorTime",factBloodGasAnalysis.OperatorTime.HasValue?(object)factBloodGasAnalysis.OperatorTime.Value:(object)DBNull.Value));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Id", factBloodGasAnalysis.Id));
|
cmd.Parameters.Add(new SqlParameter("@Id", factBloodGasAnalysis.Id));
|
||||||
@ -611,7 +611,7 @@ namespace AIMSDAL
|
|||||||
}
|
}
|
||||||
if(dr["IsSelected"]!=System.DBNull.Value)
|
if(dr["IsSelected"]!=System.DBNull.Value)
|
||||||
{
|
{
|
||||||
entity.IsSelected=dr["IsSelected"].ToString();
|
entity.IsSelectedd=dr["IsSelected"].ToString();
|
||||||
}
|
}
|
||||||
if(dr["OperatorId"]!=System.DBNull.Value)
|
if(dr["OperatorId"]!=System.DBNull.Value)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -181,7 +181,7 @@ namespace AIMSExtension
|
|||||||
DirectoryInfo theFolder = new DirectoryInfo(ftpads);
|
DirectoryInfo theFolder = new DirectoryInfo(ftpads);
|
||||||
printAllFile(theFolder);
|
printAllFile(theFolder);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
//MessageBox.Show("获取目录失败+downftp" + ex.ToString());
|
//MessageBox.Show("获取目录失败+downftp" + ex.ToString());
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,8 @@ namespace AIMSExtension
|
|||||||
public static string NowVersion;
|
public static string NowVersion;
|
||||||
public static int SelectRoom;
|
public static int SelectRoom;
|
||||||
|
|
||||||
private static char zdSplit = '|';
|
//private static char zdSplit = '|';
|
||||||
private static char nameValueSplit = '*';
|
//private static char nameValueSplit = '*';
|
||||||
|
|
||||||
[DllImport("kernel32.dll", SetLastError = true)]
|
[DllImport("kernel32.dll", SetLastError = true)]
|
||||||
public static extern int SetLocalTime(ref SystemTime lpSystemTime);
|
public static extern int SetLocalTime(ref SystemTime lpSystemTime);
|
||||||
|
|||||||
@ -29,12 +29,12 @@ namespace BeginScreen
|
|||||||
private string fontFamily = "微软雅黑";
|
private string fontFamily = "微软雅黑";
|
||||||
private string rowOddBgColor = "#000000";
|
private string rowOddBgColor = "#000000";
|
||||||
private string rowEvenBgColor = "#000000";
|
private string rowEvenBgColor = "#000000";
|
||||||
private string opeBeforColor = "DodgerBlue";
|
//private string opeBeforColor = "DodgerBlue";
|
||||||
private string opeInColor = "yellow";
|
//private string opeInColor = "yellow";
|
||||||
private string opeAfterColor = "rgb(32, 218, 112)";
|
//private string opeAfterColor = "rgb(32, 218, 112)";
|
||||||
private string opeInColor1 = "Orange";
|
//private string opeInColor1 = "Orange";
|
||||||
private string opeAfterColor1 = "Wheat";
|
//private string opeAfterColor1 = "Wheat";
|
||||||
private string defaultColor = "LightSkyBlue"; //1
|
//private string defaultColor = "LightSkyBlue"; //1
|
||||||
private string PatientNames = "";
|
private string PatientNames = "";
|
||||||
private string OpeTime = "";
|
private string OpeTime = "";
|
||||||
private string DeptId = "";
|
private string DeptId = "";
|
||||||
|
|||||||
@ -16,7 +16,7 @@ namespace BeginScreen
|
|||||||
public class WaitingHandler : HandlerBase
|
public class WaitingHandler : HandlerBase
|
||||||
{
|
{
|
||||||
|
|
||||||
static int glop = 1;
|
//static int glop = 1;
|
||||||
private DateTime _beginDate;
|
private DateTime _beginDate;
|
||||||
private DateTime _endDate;
|
private DateTime _endDate;
|
||||||
private int dSum; //数据表的总记录
|
private int dSum; //数据表的总记录
|
||||||
@ -35,13 +35,13 @@ namespace BeginScreen
|
|||||||
private string fontFamily = "微软雅黑";
|
private string fontFamily = "微软雅黑";
|
||||||
private string rowOddBgColor = "#000000";
|
private string rowOddBgColor = "#000000";
|
||||||
private string rowEvenBgColor = "#000000";
|
private string rowEvenBgColor = "#000000";
|
||||||
private string opeBeforColor = "DodgerBlue";
|
//private string opeBeforColor = "DodgerBlue";
|
||||||
//private string opeInColor = "red";
|
//private string opeInColor = "red";
|
||||||
private string opeInColor = "yellow";
|
//private string opeInColor = "yellow";
|
||||||
private string opeAfterColor = "rgb(32, 218, 112)";
|
//private string opeAfterColor = "rgb(32, 218, 112)";
|
||||||
private string opeInColor1 = "Orange";
|
//private string opeInColor1 = "Orange";
|
||||||
private string opeAfterColor1 = "Wheat";
|
//private string opeAfterColor1 = "Wheat";
|
||||||
private string defaultColor = "LightSkyBlue"; //1
|
//private string defaultColor = "LightSkyBlue"; //1
|
||||||
private string PatientNames = "";
|
private string PatientNames = "";
|
||||||
private string OpeTime = "";
|
private string OpeTime = "";
|
||||||
private string DeptId = "";
|
private string DeptId = "";
|
||||||
|
|||||||
@ -17,7 +17,7 @@ namespace GoldPrinter
|
|||||||
|
|
||||||
private int _charsFitted;
|
private int _charsFitted;
|
||||||
|
|
||||||
private bool _hasMorePages;
|
//private bool _hasMorePages;
|
||||||
|
|
||||||
private static int intCurrentCharIndex;
|
private static int intCurrentCharIndex;
|
||||||
|
|
||||||
|
|||||||
@ -176,7 +176,7 @@ namespace GoldPrinter
|
|||||||
num2++;
|
num2++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception var_5_5A)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
@ -187,7 +187,7 @@ namespace GoldPrinter
|
|||||||
num++;
|
num++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception var_5_5A)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
string[,] array = new string[num, num2];
|
string[,] array = new string[num, num2];
|
||||||
@ -201,7 +201,7 @@ namespace GoldPrinter
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception var_5_5A)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
result = array;
|
result = array;
|
||||||
|
|||||||
@ -500,7 +500,7 @@ namespace GoldPrinter
|
|||||||
this.mCurrentRowIndex = 0;
|
this.mCurrentRowIndex = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception var_2_55)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -98,7 +98,7 @@ namespace GoldPrinter
|
|||||||
base.Graphics.SetClip(new Rectangle(x, y, this.mdrawGrid.ColsWidth[0], this.mdrawGrid.PreferredRowHeight * this.mdrawGrid.Rows));
|
base.Graphics.SetClip(new Rectangle(x, y, this.mdrawGrid.ColsWidth[0], this.mdrawGrid.PreferredRowHeight * this.mdrawGrid.Rows));
|
||||||
base.Graphics.DrawLine(Pens.Black, x, y, x2, y2);
|
base.Graphics.DrawLine(Pens.Black, x, y, x2, y2);
|
||||||
}
|
}
|
||||||
catch (Exception var_4_A2)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|||||||
@ -349,7 +349,7 @@ namespace DrawGraph
|
|||||||
double x = linePack.RealX;
|
double x = linePack.RealX;
|
||||||
RectangleFramePackObj remarkPpack = template.GetPackObjectOTag<RectangleFramePackObj>("RemarkManage_RectangleFramePackObj_2");
|
RectangleFramePackObj remarkPpack = template.GetPackObjectOTag<RectangleFramePackObj>("RemarkManage_RectangleFramePackObj_2");
|
||||||
int DrawIndex = 0;
|
int DrawIndex = 0;
|
||||||
double y;
|
//double y;
|
||||||
double StartRemarkRatio = remarkPpack.RealY;
|
double StartRemarkRatio = remarkPpack.RealY;
|
||||||
double EndRemarkRatio = remarkPpack.RealEndY;
|
double EndRemarkRatio = remarkPpack.RealEndY;
|
||||||
try
|
try
|
||||||
|
|||||||
@ -70,7 +70,7 @@ namespace DrawGraph
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string IsSelected
|
public string IsSelectedd
|
||||||
{
|
{
|
||||||
get { return isSelected; }
|
get { return isSelected; }
|
||||||
set { isSelected = value; }
|
set { isSelected = value; }
|
||||||
|
|||||||
@ -12,7 +12,7 @@ namespace DrawGraph
|
|||||||
private int _patientid;
|
private int _patientid;
|
||||||
private int _outputliquidstypeid;
|
private int _outputliquidstypeid;
|
||||||
private int _outputliquidsid;
|
private int _outputliquidsid;
|
||||||
private int _outputliquidsName;
|
//private int _outputliquidsName;
|
||||||
private DateTime _begintime;
|
private DateTime _begintime;
|
||||||
private DateTime _endtime;
|
private DateTime _endtime;
|
||||||
private decimal _dosage;
|
private decimal _dosage;
|
||||||
|
|||||||
@ -370,7 +370,7 @@ namespace DrawGraph
|
|||||||
{
|
{
|
||||||
int.Parse(ablePack.PackValue);
|
int.Parse(ablePack.PackValue);
|
||||||
}
|
}
|
||||||
catch (Exception exp)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
|
MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
|
||||||
return false;
|
return false;
|
||||||
@ -526,6 +526,7 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
PublicMethod.WriteLog(ex);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
@ -642,7 +643,7 @@ namespace DrawGraph
|
|||||||
AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
|
AbleEditPackObj ableEdit = control.Tag as AbleEditPackObj;
|
||||||
if (ableEdit == null) return;
|
if (ableEdit == null) return;
|
||||||
//拿到数据源(格式:OperationRecord.PatientRef.Bed)
|
//拿到数据源(格式:OperationRecord.PatientRef.Bed)
|
||||||
bool updateOk = true;
|
//bool updateOk = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
SetAbleEditView(ableEdit);
|
SetAbleEditView(ableEdit);
|
||||||
@ -660,10 +661,9 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex )
|
||||||
{
|
{
|
||||||
//写日志
|
PublicMethod.WriteLog(ex);
|
||||||
updateOk = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -274,7 +274,7 @@ namespace DrawGraph
|
|||||||
{
|
{
|
||||||
int.Parse(ablePack.PackValue);
|
int.Parse(ablePack.PackValue);
|
||||||
}
|
}
|
||||||
catch (Exception exp)
|
catch (Exception )
|
||||||
{
|
{
|
||||||
MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
|
MessageBox.Show(pack.Descript + "不能为空且必须是数值型");
|
||||||
return false;
|
return false;
|
||||||
@ -411,6 +411,7 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
PublicMethod.WriteLog(ex);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
@ -54,7 +54,7 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public float EndY
|
public float EndY
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
@ -66,7 +66,7 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public float EndX
|
public float EndX
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
@ -94,7 +94,7 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
private float RealEndX
|
private float RealEndX
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
|||||||
@ -14,8 +14,8 @@ namespace DrawGraph
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class EntityObjectChangeNotifier
|
public class EntityObjectChangeNotifier
|
||||||
{
|
{
|
||||||
public static event EventHandler<ObjectChangedEventArgs> ObjectChanged;
|
//public static event EventHandler<ObjectChangedEventArgs> ObjectChanged;
|
||||||
private static bool isSetOk = true; //设置值是否成功
|
//private static bool isSetOk = true; //设置值是否成功
|
||||||
public static bool isCreateOk = false;
|
public static bool isCreateOk = false;
|
||||||
|
|
||||||
public static object SubObjSetValue(object t, string propertyName, string value)
|
public static object SubObjSetValue(object t, string propertyName, string value)
|
||||||
@ -39,7 +39,7 @@ namespace DrawGraph
|
|||||||
PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro);
|
PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro);
|
||||||
if (p == default(PropertyInfo))
|
if (p == default(PropertyInfo))
|
||||||
{
|
{
|
||||||
isSetOk = false;
|
//isSetOk = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -50,7 +50,7 @@ namespace DrawGraph
|
|||||||
//如果这个属性的标签是不取值的属性,则返回
|
//如果这个属性的标签是不取值的属性,则返回
|
||||||
if (attrib != null)
|
if (attrib != null)
|
||||||
{
|
{
|
||||||
isSetOk = false;
|
//isSetOk = false;
|
||||||
return oldValue;
|
return oldValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ namespace DrawGraph
|
|||||||
PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro);
|
PropertyInfo p = t.GetType().GetProperties().SingleOrDefault(x => x.Name == pro);
|
||||||
if (p == default(PropertyInfo))
|
if (p == default(PropertyInfo))
|
||||||
{
|
{
|
||||||
isSetOk = false;
|
//isSetOk = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -82,7 +82,7 @@ namespace DrawGraph
|
|||||||
//如果这个属性的标签是不取值的属性,则返回
|
//如果这个属性的标签是不取值的属性,则返回
|
||||||
if (attrib != null)
|
if (attrib != null)
|
||||||
{
|
{
|
||||||
isSetOk = false;
|
//isSetOk = false;
|
||||||
return subObj;
|
return subObj;
|
||||||
}
|
}
|
||||||
string subProName = propertyName.Replace((pro + "."), "");
|
string subProName = propertyName.Replace((pro + "."), "");
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AtuoUpdate>
|
<AtuoUpdate>
|
||||||
<ConnectionString>Data Source=.;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020;</ConnectionString>
|
<ConnectionString>Data Source=.;Initial Catalog=AIMSDB_DLSJZQZYYY;User ID=sa;Password=Test2020;</ConnectionString>
|
||||||
<DataConnectionString>Data Source=.;Initial Catalog=AIMSDB_DATA;User ID=sa;Password=123456;</DataConnectionString>
|
<DataConnectionString>Data Source=.;Initial Catalog=AIMSDB_DATA;User ID=sa;Password=123456;</DataConnectionString>
|
||||||
<HisConnectionStringOracel>Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.7)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl2))));Persist Security Info=True;User ID=smview;Password=i39;</HisConnectionStringOracel>
|
<HisConnectionStringOracel>Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.10.7)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl2))));Persist Security Info=True;User ID=smview;Password=i39;</HisConnectionStringOracel>
|
||||||
</AtuoUpdate>
|
</AtuoUpdate>
|
||||||
|
|||||||
@ -16,7 +16,7 @@ namespace DrawGraphManagement
|
|||||||
PackObjBase bb = null;
|
PackObjBase bb = null;
|
||||||
PackObjBase selectPoB = null;
|
PackObjBase selectPoB = null;
|
||||||
//string outFlat = "||";
|
//string outFlat = "||";
|
||||||
string asFileName = "";
|
//string asFileName = "";
|
||||||
private TreeNode selectNode = null; //选中的结点
|
private TreeNode selectNode = null; //选中的结点
|
||||||
|
|
||||||
private PrintDocument pDoc;
|
private PrintDocument pDoc;
|
||||||
|
|||||||
@ -8,7 +8,7 @@ namespace DrawGraphManagement.MyUserControl
|
|||||||
public class UCSelect : UCBase
|
public class UCSelect : UCBase
|
||||||
{
|
{
|
||||||
|
|
||||||
PackObjBase selectPoB = null;
|
//PackObjBase selectPoB = null;
|
||||||
|
|
||||||
public UCSelect(PackObjBase pob)
|
public UCSelect(PackObjBase pob)
|
||||||
{
|
{
|
||||||
@ -43,7 +43,7 @@ namespace DrawGraphManagement.MyUserControl
|
|||||||
Enum ltype = (Enum)info.GetValue(selectPoB, null);
|
Enum ltype = (Enum)info.GetValue(selectPoB, null);
|
||||||
comboBox1.Text = ltype.ToString();
|
comboBox1.Text = ltype.ToString();
|
||||||
comboBox1.TabIndex = 4;
|
comboBox1.TabIndex = 4;
|
||||||
comboBox1.SelectedValueChanged += new EventHandler(comboBox1_SelectedValueChanged);
|
comboBox1.SelectedValueChanged += new EventHandler(ComboBox1_SelectedValueChanged);
|
||||||
|
|
||||||
label.AutoSize = true;
|
label.AutoSize = true;
|
||||||
label.Dock = System.Windows.Forms.DockStyle.Left;
|
label.Dock = System.Windows.Forms.DockStyle.Left;
|
||||||
@ -79,7 +79,7 @@ namespace DrawGraphManagement.MyUserControl
|
|||||||
return panel;
|
return panel;
|
||||||
}
|
}
|
||||||
|
|
||||||
void comboBox1_SelectedValueChanged(object sender, EventArgs e)
|
void ComboBox1_SelectedValueChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (selectPoB == null) return;
|
if (selectPoB == null) return;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user