获取生命体征有创无创冲突
BMI没计算默认- 麻醉数据按照10分钟间隔插入 批量删除麻醉数据 保存按钮保存数据 双击修改字典值 普通用药显示在下面 或者用药里加显示位置
This commit is contained in:
parent
4e7d8af1b6
commit
79a3cb8cdd
@ -95,6 +95,7 @@
|
|||||||
this.picOpeBegin = new System.Windows.Forms.PictureBox();
|
this.picOpeBegin = new System.Windows.Forms.PictureBox();
|
||||||
this.button2 = new System.Windows.Forms.Button();
|
this.button2 = new System.Windows.Forms.Button();
|
||||||
this.panel16 = new System.Windows.Forms.Panel();
|
this.panel16 = new System.Windows.Forms.Panel();
|
||||||
|
this.cmbBGType = new System.Windows.Forms.ComboBox();
|
||||||
this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
||||||
this.picBG = new System.Windows.Forms.PictureBox();
|
this.picBG = new System.Windows.Forms.PictureBox();
|
||||||
this.panel12 = new System.Windows.Forms.Panel();
|
this.panel12 = new System.Windows.Forms.Panel();
|
||||||
@ -119,7 +120,7 @@
|
|||||||
this.txtInRoom1 = new System.Windows.Forms.Button();
|
this.txtInRoom1 = new System.Windows.Forms.Button();
|
||||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||||
this.cmbBGType = new System.Windows.Forms.ComboBox();
|
this.PanelSave = new System.Windows.Forms.Panel();
|
||||||
this.panel3.SuspendLayout();
|
this.panel3.SuspendLayout();
|
||||||
this.panel14.SuspendLayout();
|
this.panel14.SuspendLayout();
|
||||||
this.panel4.SuspendLayout();
|
this.panel4.SuspendLayout();
|
||||||
@ -862,6 +863,7 @@
|
|||||||
//
|
//
|
||||||
// panel21
|
// panel21
|
||||||
//
|
//
|
||||||
|
this.panel21.Controls.Add(this.PanelSave);
|
||||||
this.panel21.Controls.Add(this.panel17);
|
this.panel21.Controls.Add(this.panel17);
|
||||||
this.panel21.Controls.Add(this.btnNextPage);
|
this.panel21.Controls.Add(this.btnNextPage);
|
||||||
this.panel21.Controls.Add(this.panel18);
|
this.panel21.Controls.Add(this.panel18);
|
||||||
@ -870,9 +872,9 @@
|
|||||||
this.panel21.Controls.Add(this.plPrint);
|
this.panel21.Controls.Add(this.plPrint);
|
||||||
this.panel21.Controls.Add(this.plRefresh);
|
this.panel21.Controls.Add(this.plRefresh);
|
||||||
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
||||||
this.panel21.Location = new System.Drawing.Point(1035, 0);
|
this.panel21.Location = new System.Drawing.Point(989, 0);
|
||||||
this.panel21.Name = "panel21";
|
this.panel21.Name = "panel21";
|
||||||
this.panel21.Size = new System.Drawing.Size(354, 40);
|
this.panel21.Size = new System.Drawing.Size(400, 40);
|
||||||
this.panel21.TabIndex = 10;
|
this.panel21.TabIndex = 10;
|
||||||
//
|
//
|
||||||
// panel17
|
// panel17
|
||||||
@ -932,7 +934,7 @@
|
|||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(206, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(256, 4);
|
||||||
this.plPrintBrowse.Name = "plPrintBrowse";
|
this.plPrintBrowse.Name = "plPrintBrowse";
|
||||||
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrintBrowse.TabIndex = 4;
|
this.plPrintBrowse.TabIndex = 4;
|
||||||
@ -944,7 +946,7 @@
|
|||||||
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(165, 4);
|
this.plPrint.Location = new System.Drawing.Point(216, 4);
|
||||||
this.plPrint.Name = "plPrint";
|
this.plPrint.Name = "plPrint";
|
||||||
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrint.TabIndex = 3;
|
this.plPrint.TabIndex = 3;
|
||||||
@ -956,7 +958,7 @@
|
|||||||
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
this.plRefresh.Location = new System.Drawing.Point(296, 4);
|
||||||
this.plRefresh.Name = "plRefresh";
|
this.plRefresh.Name = "plRefresh";
|
||||||
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plRefresh.TabIndex = 2;
|
this.plRefresh.TabIndex = 2;
|
||||||
@ -1218,6 +1220,19 @@
|
|||||||
this.panel16.Size = new System.Drawing.Size(150, 53);
|
this.panel16.Size = new System.Drawing.Size(150, 53);
|
||||||
this.panel16.TabIndex = 56;
|
this.panel16.TabIndex = 56;
|
||||||
//
|
//
|
||||||
|
// cmbBGType
|
||||||
|
//
|
||||||
|
this.cmbBGType.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
|
this.cmbBGType.FormattingEnabled = true;
|
||||||
|
this.cmbBGType.Items.AddRange(new object[] {
|
||||||
|
"拔管",
|
||||||
|
"拔喉罩"});
|
||||||
|
this.cmbBGType.Location = new System.Drawing.Point(42, 0);
|
||||||
|
this.cmbBGType.Name = "cmbBGType";
|
||||||
|
this.cmbBGType.Size = new System.Drawing.Size(101, 25);
|
||||||
|
this.cmbBGType.TabIndex = 48;
|
||||||
|
this.cmbBGType.Text = "拔管";
|
||||||
|
//
|
||||||
// txtBG
|
// txtBG
|
||||||
//
|
//
|
||||||
this.txtBG.AutoAdvance = true;
|
this.txtBG.AutoAdvance = true;
|
||||||
@ -1752,18 +1767,17 @@
|
|||||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
|
||||||
this.flowLayoutPanel1.TabIndex = 0;
|
this.flowLayoutPanel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// cmbBGType
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.cmbBGType.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.PanelSave.BackgroundImage = global::AIMS.Properties.Resources.图标_保存;
|
||||||
this.cmbBGType.FormattingEnabled = true;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.cmbBGType.Items.AddRange(new object[] {
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
"拔管",
|
this.PanelSave.Location = new System.Drawing.Point(176, 4);
|
||||||
"拔喉罩"});
|
this.PanelSave.Name = "PanelSave";
|
||||||
this.cmbBGType.Location = new System.Drawing.Point(42, 0);
|
this.PanelSave.Size = new System.Drawing.Size(28, 28);
|
||||||
this.cmbBGType.Name = "cmbBGType";
|
this.PanelSave.TabIndex = 10;
|
||||||
this.cmbBGType.Size = new System.Drawing.Size(101, 25);
|
this.toolTip1.SetToolTip(this.PanelSave, "保存");
|
||||||
this.cmbBGType.TabIndex = 48;
|
this.PanelSave.Click += new System.EventHandler(this.PanelSave_Click);
|
||||||
this.cmbBGType.Text = "拔管";
|
|
||||||
//
|
//
|
||||||
// frmAanesthesiaPainlessRecord
|
// frmAanesthesiaPainlessRecord
|
||||||
//
|
//
|
||||||
@ -1908,5 +1922,6 @@
|
|||||||
private DrawGraph.ZedGraphControl zgcAnaesRecord;
|
private DrawGraph.ZedGraphControl zgcAnaesRecord;
|
||||||
private System.Windows.Forms.Button button6;
|
private System.Windows.Forms.Button button6;
|
||||||
private System.Windows.Forms.ComboBox cmbBGType;
|
private System.Windows.Forms.ComboBox cmbBGType;
|
||||||
|
private System.Windows.Forms.Panel PanelSave;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2271,6 +2271,18 @@ namespace AIMS.OperationAanesthesia
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void PanelSave_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
PanelSave.Select();
|
||||||
|
if (_record != null)
|
||||||
|
{
|
||||||
|
BOperationRecord.Update(_record);
|
||||||
|
if (_record.AnalgesiaRecord != null)
|
||||||
|
BOperationRecordAnalgesia.Update(_record.AnalgesiaRecord);
|
||||||
|
new frmMessageBox().Show();
|
||||||
|
ReviewEvent();
|
||||||
|
}
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -86,6 +86,7 @@
|
|||||||
this.spTabBM = new DevComponents.DotNetBar.SuperTabItem();
|
this.spTabBM = new DevComponents.DotNetBar.SuperTabItem();
|
||||||
this.panel7 = new System.Windows.Forms.Panel();
|
this.panel7 = new System.Windows.Forms.Panel();
|
||||||
this.panel21 = new System.Windows.Forms.Panel();
|
this.panel21 = new System.Windows.Forms.Panel();
|
||||||
|
this.PanelSave = new System.Windows.Forms.Panel();
|
||||||
this.panel17 = new System.Windows.Forms.Panel();
|
this.panel17 = new System.Windows.Forms.Panel();
|
||||||
this.btnNextPage = new System.Windows.Forms.Panel();
|
this.btnNextPage = new System.Windows.Forms.Panel();
|
||||||
this.panel18 = new System.Windows.Forms.Panel();
|
this.panel18 = new System.Windows.Forms.Panel();
|
||||||
@ -1083,6 +1084,7 @@
|
|||||||
//
|
//
|
||||||
// panel21
|
// panel21
|
||||||
//
|
//
|
||||||
|
this.panel21.Controls.Add(this.PanelSave);
|
||||||
this.panel21.Controls.Add(this.panel17);
|
this.panel21.Controls.Add(this.panel17);
|
||||||
this.panel21.Controls.Add(this.btnNextPage);
|
this.panel21.Controls.Add(this.btnNextPage);
|
||||||
this.panel21.Controls.Add(this.panel18);
|
this.panel21.Controls.Add(this.panel18);
|
||||||
@ -1091,11 +1093,23 @@
|
|||||||
this.panel21.Controls.Add(this.plPrint);
|
this.panel21.Controls.Add(this.plPrint);
|
||||||
this.panel21.Controls.Add(this.plRefresh);
|
this.panel21.Controls.Add(this.plRefresh);
|
||||||
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
||||||
this.panel21.Location = new System.Drawing.Point(1035, 0);
|
this.panel21.Location = new System.Drawing.Point(989, 0);
|
||||||
this.panel21.Name = "panel21";
|
this.panel21.Name = "panel21";
|
||||||
this.panel21.Size = new System.Drawing.Size(354, 40);
|
this.panel21.Size = new System.Drawing.Size(400, 40);
|
||||||
this.panel21.TabIndex = 10;
|
this.panel21.TabIndex = 10;
|
||||||
//
|
//
|
||||||
|
// PanelSave
|
||||||
|
//
|
||||||
|
this.PanelSave.BackgroundImage = global::AIMS.Properties.Resources.图标_保存;
|
||||||
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
||||||
|
this.PanelSave.Name = "PanelSave";
|
||||||
|
this.PanelSave.Size = new System.Drawing.Size(28, 28);
|
||||||
|
this.PanelSave.TabIndex = 9;
|
||||||
|
this.toolTip1.SetToolTip(this.PanelSave, "保存");
|
||||||
|
this.PanelSave.Click += new System.EventHandler(this.PanelSave_Click);
|
||||||
|
//
|
||||||
// panel17
|
// panel17
|
||||||
//
|
//
|
||||||
this.panel17.BackgroundImage = global::AIMS.Properties.Resources.图标_末尾页;
|
this.panel17.BackgroundImage = global::AIMS.Properties.Resources.图标_末尾页;
|
||||||
@ -1153,7 +1167,7 @@
|
|||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(206, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(264, 4);
|
||||||
this.plPrintBrowse.Name = "plPrintBrowse";
|
this.plPrintBrowse.Name = "plPrintBrowse";
|
||||||
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrintBrowse.TabIndex = 4;
|
this.plPrintBrowse.TabIndex = 4;
|
||||||
@ -1165,7 +1179,7 @@
|
|||||||
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(165, 4);
|
this.plPrint.Location = new System.Drawing.Point(219, 4);
|
||||||
this.plPrint.Name = "plPrint";
|
this.plPrint.Name = "plPrint";
|
||||||
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrint.TabIndex = 3;
|
this.plPrint.TabIndex = 3;
|
||||||
@ -1177,7 +1191,7 @@
|
|||||||
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(247, 4);
|
this.plRefresh.Location = new System.Drawing.Point(309, 4);
|
||||||
this.plRefresh.Name = "plRefresh";
|
this.plRefresh.Name = "plRefresh";
|
||||||
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plRefresh.TabIndex = 2;
|
this.plRefresh.TabIndex = 2;
|
||||||
@ -2148,5 +2162,6 @@
|
|||||||
private System.Windows.Forms.ToolTip toolTip1;
|
private System.Windows.Forms.ToolTip toolTip1;
|
||||||
private System.Windows.Forms.Button button10;
|
private System.Windows.Forms.Button button10;
|
||||||
private System.Windows.Forms.ComboBox cmbBGType;
|
private System.Windows.Forms.ComboBox cmbBGType;
|
||||||
|
private System.Windows.Forms.Panel PanelSave;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1110,6 +1110,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
btnCancelOperation.Enabled = false;
|
btnCancelOperation.Enabled = false;
|
||||||
btnCancelIn.Enabled = false;
|
btnCancelIn.Enabled = false;
|
||||||
LastMonitorDataTime = null;
|
LastMonitorDataTime = null;
|
||||||
|
LastAnesMonitorDataTime = null;
|
||||||
ClearTimeText();
|
ClearTimeText();
|
||||||
if (templateManage != null)
|
if (templateManage != null)
|
||||||
{
|
{
|
||||||
@ -1419,6 +1420,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
|
|
||||||
#region 采集程序
|
#region 采集程序
|
||||||
public DateTime? LastMonitorDataTime = null;
|
public DateTime? LastMonitorDataTime = null;
|
||||||
|
public DateTime? LastAnesMonitorDataTime = null;
|
||||||
private void timerGetCollectorData_Tick()
|
private void timerGetCollectorData_Tick()
|
||||||
{
|
{
|
||||||
if (State == AIMSExtension.EditState.BROWSE || _record.StateName != "手术中" || NowRoom == null || isReadOnly == true) return;
|
if (State == AIMSExtension.EditState.BROWSE || _record.StateName != "手术中" || NowRoom == null || isReadOnly == true) return;
|
||||||
@ -1466,6 +1468,9 @@ namespace AIMS.OperationAanesthesia
|
|||||||
string value = addPP.Enname;
|
string value = addPP.Enname;
|
||||||
if (addPP.IsValid == false) continue;
|
if (addPP.IsValid == false) continue;
|
||||||
if (value == null || value == "") continue;
|
if (value == null || value == "") continue;
|
||||||
|
if (_record.AnesthesiaBeginTime != null && InsertTime < _record.AnesthesiaBeginTime) continue;
|
||||||
|
if (LastAnesMonitorDataTime != null && dtTime < LastAnesMonitorDataTime.Value.AddMinutes(9)) continue;
|
||||||
|
LastAnesMonitorDataTime = dtTime;
|
||||||
|
|
||||||
int minMinutes = -5;
|
int minMinutes = -5;
|
||||||
DataTable dtPhysioData = BOperationRecord.getPhysioDataByTimeName(NowRoom.Ip, value, InsertTime.AddMinutes(minMinutes), InsertTime.AddSeconds(1));
|
DataTable dtPhysioData = BOperationRecord.getPhysioDataByTimeName(NowRoom.Ip, value, InsertTime.AddMinutes(minMinutes), InsertTime.AddSeconds(1));
|
||||||
@ -1691,6 +1696,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
if (timerGetTextCollectorData != null)
|
if (timerGetTextCollectorData != null)
|
||||||
{
|
{
|
||||||
LastMonitorDataTime = null;
|
LastMonitorDataTime = null;
|
||||||
|
LastAnesMonitorDataTime = null;
|
||||||
timerGetTextCollectorData.Enabled = false;
|
timerGetTextCollectorData.Enabled = false;
|
||||||
timerGetTextCollectorData.Stop();
|
timerGetTextCollectorData.Stop();
|
||||||
}
|
}
|
||||||
@ -2428,7 +2434,19 @@ namespace AIMS.OperationAanesthesia
|
|||||||
ReviewEvent();
|
ReviewEvent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
|
||||||
|
|
||||||
|
private void PanelSave_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
PanelSave.Select();
|
||||||
|
if (_record != null)
|
||||||
|
{
|
||||||
|
BOperationRecord.Update(_record);
|
||||||
|
if (_record.OpeRecordInfo != null)
|
||||||
|
BOperationRecordInfo.Update(_record.OpeRecordInfo);
|
||||||
|
new frmMessageBox().Show();
|
||||||
|
ReviewEvent();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -89,6 +89,7 @@
|
|||||||
this.picOutRoom = new System.Windows.Forms.PictureBox();
|
this.picOutRoom = new System.Windows.Forms.PictureBox();
|
||||||
this.button5 = new System.Windows.Forms.Button();
|
this.button5 = new System.Windows.Forms.Button();
|
||||||
this.panel16 = new System.Windows.Forms.Panel();
|
this.panel16 = new System.Windows.Forms.Panel();
|
||||||
|
this.cmbBGType = new System.Windows.Forms.ComboBox();
|
||||||
this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
||||||
this.picBG = new System.Windows.Forms.PictureBox();
|
this.picBG = new System.Windows.Forms.PictureBox();
|
||||||
this.panel12 = new System.Windows.Forms.Panel();
|
this.panel12 = new System.Windows.Forms.Panel();
|
||||||
@ -100,7 +101,7 @@
|
|||||||
this.picInRoom = new System.Windows.Forms.PictureBox();
|
this.picInRoom = new System.Windows.Forms.PictureBox();
|
||||||
this.txtInRoom1 = new System.Windows.Forms.Button();
|
this.txtInRoom1 = new System.Windows.Forms.Button();
|
||||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||||
this.cmbBGType = new System.Windows.Forms.ComboBox();
|
this.PanelSave = new System.Windows.Forms.Panel();
|
||||||
this.panel3.SuspendLayout();
|
this.panel3.SuspendLayout();
|
||||||
this.panel14.SuspendLayout();
|
this.panel14.SuspendLayout();
|
||||||
this.panel4.SuspendLayout();
|
this.panel4.SuspendLayout();
|
||||||
@ -786,6 +787,7 @@
|
|||||||
//
|
//
|
||||||
// panel21
|
// panel21
|
||||||
//
|
//
|
||||||
|
this.panel21.Controls.Add(this.PanelSave);
|
||||||
this.panel21.Controls.Add(this.panel17);
|
this.panel21.Controls.Add(this.panel17);
|
||||||
this.panel21.Controls.Add(this.btnNextPage);
|
this.panel21.Controls.Add(this.btnNextPage);
|
||||||
this.panel21.Controls.Add(this.plPrintBrowse);
|
this.panel21.Controls.Add(this.plPrintBrowse);
|
||||||
@ -794,9 +796,9 @@
|
|||||||
this.panel21.Controls.Add(this.btnUpPage);
|
this.panel21.Controls.Add(this.btnUpPage);
|
||||||
this.panel21.Controls.Add(this.plRefresh);
|
this.panel21.Controls.Add(this.plRefresh);
|
||||||
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
|
||||||
this.panel21.Location = new System.Drawing.Point(697, 0);
|
this.panel21.Location = new System.Drawing.Point(638, 0);
|
||||||
this.panel21.Name = "panel21";
|
this.panel21.Name = "panel21";
|
||||||
this.panel21.Size = new System.Drawing.Size(341, 40);
|
this.panel21.Size = new System.Drawing.Size(400, 40);
|
||||||
this.panel21.TabIndex = 10;
|
this.panel21.TabIndex = 10;
|
||||||
//
|
//
|
||||||
// panel17
|
// panel17
|
||||||
@ -828,7 +830,7 @@
|
|||||||
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
this.plPrintBrowse.BackgroundImage = global::AIMS.Properties.Resources.图标_预览;
|
||||||
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrintBrowse.Location = new System.Drawing.Point(208, 4);
|
this.plPrintBrowse.Location = new System.Drawing.Point(254, 4);
|
||||||
this.plPrintBrowse.Name = "plPrintBrowse";
|
this.plPrintBrowse.Name = "plPrintBrowse";
|
||||||
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrintBrowse.TabIndex = 4;
|
this.plPrintBrowse.TabIndex = 4;
|
||||||
@ -839,7 +841,7 @@
|
|||||||
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
this.plPrint.BackgroundImage = global::AIMS.Properties.Resources.图标_打印;
|
||||||
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plPrint.Location = new System.Drawing.Point(167, 4);
|
this.plPrint.Location = new System.Drawing.Point(214, 4);
|
||||||
this.plPrint.Name = "plPrint";
|
this.plPrint.Name = "plPrint";
|
||||||
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
this.plPrint.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plPrint.TabIndex = 3;
|
this.plPrint.TabIndex = 3;
|
||||||
@ -874,7 +876,7 @@
|
|||||||
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
this.plRefresh.BackgroundImage = global::AIMS.Properties.Resources.图标_刷新;
|
||||||
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
this.plRefresh.Location = new System.Drawing.Point(249, 4);
|
this.plRefresh.Location = new System.Drawing.Point(294, 4);
|
||||||
this.plRefresh.Name = "plRefresh";
|
this.plRefresh.Name = "plRefresh";
|
||||||
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
this.plRefresh.Size = new System.Drawing.Size(28, 28);
|
||||||
this.plRefresh.TabIndex = 2;
|
this.plRefresh.TabIndex = 2;
|
||||||
@ -1038,6 +1040,19 @@
|
|||||||
this.panel16.Size = new System.Drawing.Size(150, 53);
|
this.panel16.Size = new System.Drawing.Size(150, 53);
|
||||||
this.panel16.TabIndex = 51;
|
this.panel16.TabIndex = 51;
|
||||||
//
|
//
|
||||||
|
// cmbBGType
|
||||||
|
//
|
||||||
|
this.cmbBGType.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||||||
|
this.cmbBGType.FormattingEnabled = true;
|
||||||
|
this.cmbBGType.Items.AddRange(new object[] {
|
||||||
|
"拔管",
|
||||||
|
"拔喉罩"});
|
||||||
|
this.cmbBGType.Location = new System.Drawing.Point(40, 0);
|
||||||
|
this.cmbBGType.Name = "cmbBGType";
|
||||||
|
this.cmbBGType.Size = new System.Drawing.Size(101, 25);
|
||||||
|
this.cmbBGType.TabIndex = 48;
|
||||||
|
this.cmbBGType.Text = "拔管";
|
||||||
|
//
|
||||||
// txtBG
|
// txtBG
|
||||||
//
|
//
|
||||||
this.txtBG.AutoAdvance = true;
|
this.txtBG.AutoAdvance = true;
|
||||||
@ -1297,18 +1312,16 @@
|
|||||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
|
||||||
this.flowLayoutPanel1.TabIndex = 0;
|
this.flowLayoutPanel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// cmbBGType
|
// PanelSave
|
||||||
//
|
//
|
||||||
this.cmbBGType.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.PanelSave.BackgroundImage = global::AIMS.Properties.Resources.图标_保存;
|
||||||
this.cmbBGType.FormattingEnabled = true;
|
this.PanelSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
this.cmbBGType.Items.AddRange(new object[] {
|
this.PanelSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
"拔管",
|
this.PanelSave.Location = new System.Drawing.Point(174, 4);
|
||||||
"拔喉罩"});
|
this.PanelSave.Name = "PanelSave";
|
||||||
this.cmbBGType.Location = new System.Drawing.Point(40, 0);
|
this.PanelSave.Size = new System.Drawing.Size(28, 28);
|
||||||
this.cmbBGType.Name = "cmbBGType";
|
this.PanelSave.TabIndex = 10;
|
||||||
this.cmbBGType.Size = new System.Drawing.Size(101, 25);
|
this.PanelSave.Paint += new System.Windows.Forms.PaintEventHandler(this.PanelSave_Paint);
|
||||||
this.cmbBGType.TabIndex = 48;
|
|
||||||
this.cmbBGType.Text = "拔管";
|
|
||||||
//
|
//
|
||||||
// frmAanesthesiaRecover
|
// frmAanesthesiaRecover
|
||||||
//
|
//
|
||||||
@ -1422,5 +1435,6 @@
|
|||||||
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label4;
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label1;
|
||||||
private System.Windows.Forms.ComboBox cmbBGType;
|
private System.Windows.Forms.ComboBox cmbBGType;
|
||||||
|
private System.Windows.Forms.Panel PanelSave;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -694,7 +694,7 @@ namespace AIMS.OperationAanesthesia
|
|||||||
_record.OperationApplyId = ApplyId;
|
_record.OperationApplyId = ApplyId;
|
||||||
_record.PatientId = PatientId;
|
_record.PatientId = PatientId;
|
||||||
_record.RecoverId = RecoverId;
|
_record.RecoverId = RecoverId;
|
||||||
_record.Id = BOperationRecord.AddTitleTime2(PatientId, ApplyId, RecoverId, 3, DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd HH:mm:00")), NowRoom.Id.Value);
|
_record.Id = BOperationRecord.AddTitleTime2(PatientId, ApplyId, RecoverId, 3, NowRoom.Id.Value);
|
||||||
|
|
||||||
HelperDB.DbHelperSQL.CommitTrans();
|
HelperDB.DbHelperSQL.CommitTrans();
|
||||||
//_record.currentPage = 1;
|
//_record.currentPage = 1;
|
||||||
@ -1662,6 +1662,23 @@ namespace AIMS.OperationAanesthesia
|
|||||||
frmAnasRecord.Show();
|
frmAnasRecord.Show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void PanelSave_Paint(object sender, PaintEventArgs e)
|
||||||
|
{
|
||||||
|
PanelSave.Select();
|
||||||
|
if (_record != null)
|
||||||
|
{
|
||||||
|
BOperationRecord.Update(_record);
|
||||||
|
if (_record.OpeRecordInfo != null)
|
||||||
|
BOperationRecordInfo.Update(_record.OpeRecordInfo);
|
||||||
|
if (_record.OpeRecoverInInfo != null)
|
||||||
|
BOperationRecoverInInfo.Update(_record.OpeRecoverInInfo);
|
||||||
|
if (_record.OpeRecoverOutInfo != null)
|
||||||
|
BOperationRecoverOutInfo.Update(_record.OpeRecoverOutInfo);
|
||||||
|
ReviewEvent();
|
||||||
|
new frmMessageBox().Show();
|
||||||
|
}
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
658
AIMS/OperationAanesthesia/frmFactDrugNew.Designer.cs
generated
658
AIMS/OperationAanesthesia/frmFactDrugNew.Designer.cs
generated
@ -29,11 +29,6 @@
|
|||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
@ -44,6 +39,10 @@
|
|||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
@ -53,6 +52,7 @@
|
|||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFactDrugNew));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFactDrugNew));
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
this.panel5 = new System.Windows.Forms.Panel();
|
this.panel5 = new System.Windows.Forms.Panel();
|
||||||
this.tabDrugs = new DevComponents.DotNetBar.SuperTabControl();
|
this.tabDrugs = new DevComponents.DotNetBar.SuperTabControl();
|
||||||
@ -100,24 +100,6 @@
|
|||||||
this.P3 = new DevComponents.DotNetBar.SuperTabItem();
|
this.P3 = new DevComponents.DotNetBar.SuperTabItem();
|
||||||
this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
||||||
this.dgvDrugsSZ = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvDrugsSZ = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
||||||
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewComboEditBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn4 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn23 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewComboBoxColumn24 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.dataGridViewDateTimeInputColumn3 = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
|
|
||||||
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewDateTimeInputColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
|
|
||||||
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
||||||
this.P2 = new DevComponents.DotNetBar.SuperTabItem();
|
this.P2 = new DevComponents.DotNetBar.SuperTabItem();
|
||||||
this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
||||||
this.dgvDrugsSQ = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.dgvDrugsSQ = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||||
@ -169,6 +151,24 @@
|
|||||||
this.dgvDosage = new System.Windows.Forms.DataGridView();
|
this.dgvDosage = new System.Windows.Forms.DataGridView();
|
||||||
this.Dosage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Dosage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
||||||
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
||||||
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewComboEditBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn3 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn4 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn23 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewComboBoxColumn24 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
|
this.dataGridViewDateTimeInputColumn3 = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
|
||||||
|
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewDateTimeInputColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn();
|
||||||
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel5.SuspendLayout();
|
this.panel5.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.tabDrugs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.tabDrugs)).BeginInit();
|
||||||
@ -228,9 +228,9 @@
|
|||||||
this.tabDrugs.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
this.tabDrugs.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||||
this.tabDrugs.ControlBox.MenuBox,
|
this.tabDrugs.ControlBox.MenuBox,
|
||||||
this.tabDrugs.ControlBox.CloseBox});
|
this.tabDrugs.ControlBox.CloseBox});
|
||||||
|
this.tabDrugs.Controls.Add(this.superTabControlPanel5);
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel3);
|
this.tabDrugs.Controls.Add(this.superTabControlPanel3);
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel6);
|
this.tabDrugs.Controls.Add(this.superTabControlPanel6);
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel5);
|
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel4);
|
this.tabDrugs.Controls.Add(this.superTabControlPanel4);
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel1);
|
this.tabDrugs.Controls.Add(this.superTabControlPanel1);
|
||||||
this.tabDrugs.Controls.Add(this.superTabControlPanel2);
|
this.tabDrugs.Controls.Add(this.superTabControlPanel2);
|
||||||
@ -267,18 +267,18 @@
|
|||||||
this.dgvDrugsYD.AllowUserToAddRows = false;
|
this.dgvDrugsYD.AllowUserToAddRows = false;
|
||||||
this.dgvDrugsYD.AllowUserToResizeColumns = false;
|
this.dgvDrugsYD.AllowUserToResizeColumns = false;
|
||||||
this.dgvDrugsYD.AllowUserToResizeRows = false;
|
this.dgvDrugsYD.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.MintCream;
|
||||||
this.dgvDrugsYD.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
this.dgvDrugsYD.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
||||||
this.dgvDrugsYD.BackgroundColor = System.Drawing.Color.White;
|
this.dgvDrugsYD.BackgroundColor = System.Drawing.Color.White;
|
||||||
this.dgvDrugsYD.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.dgvDrugsYD.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsYD.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
this.dgvDrugsYD.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||||||
this.dgvDrugsYD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvDrugsYD.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvDrugsYD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvDrugsYD.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.dataGridViewImageColumn3,
|
this.dataGridViewImageColumn3,
|
||||||
@ -299,14 +299,14 @@
|
|||||||
this.dataGridViewTextBoxColumn24,
|
this.dataGridViewTextBoxColumn24,
|
||||||
this.dataGridViewDateTimeInputColumn8,
|
this.dataGridViewDateTimeInputColumn8,
|
||||||
this.dataGridViewComboBoxColumn15});
|
this.dataGridViewComboBoxColumn15});
|
||||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvDrugsYD.DefaultCellStyle = dataGridViewCellStyle4;
|
this.dgvDrugsYD.DefaultCellStyle = dataGridViewCellStyle9;
|
||||||
this.dgvDrugsYD.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvDrugsYD.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dgvDrugsYD.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
this.dgvDrugsYD.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
||||||
this.dgvDrugsYD.EnableHeadersVisualStyles = false;
|
this.dgvDrugsYD.EnableHeadersVisualStyles = false;
|
||||||
@ -315,14 +315,14 @@
|
|||||||
this.dgvDrugsYD.Margin = new System.Windows.Forms.Padding(0);
|
this.dgvDrugsYD.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.dgvDrugsYD.MultiSelect = false;
|
this.dgvDrugsYD.MultiSelect = false;
|
||||||
this.dgvDrugsYD.Name = "dgvDrugsYD";
|
this.dgvDrugsYD.Name = "dgvDrugsYD";
|
||||||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsYD.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
this.dgvDrugsYD.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
||||||
this.dgvDrugsYD.RowHeadersVisible = false;
|
this.dgvDrugsYD.RowHeadersVisible = false;
|
||||||
this.dgvDrugsYD.RowTemplate.Height = 25;
|
this.dgvDrugsYD.RowTemplate.Height = 25;
|
||||||
this.dgvDrugsYD.ShowCellErrors = false;
|
this.dgvDrugsYD.ShowCellErrors = false;
|
||||||
@ -342,8 +342,8 @@
|
|||||||
//
|
//
|
||||||
// dataGridViewTextBoxColumn17
|
// dataGridViewTextBoxColumn17
|
||||||
//
|
//
|
||||||
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Red;
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Red;
|
||||||
this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle3;
|
this.dataGridViewTextBoxColumn17.DefaultCellStyle = dataGridViewCellStyle8;
|
||||||
this.dataGridViewTextBoxColumn17.HeaderText = "组";
|
this.dataGridViewTextBoxColumn17.HeaderText = "组";
|
||||||
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
|
this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
|
||||||
this.dataGridViewTextBoxColumn17.Width = 30;
|
this.dataGridViewTextBoxColumn17.Width = 30;
|
||||||
@ -562,18 +562,18 @@
|
|||||||
this.dgvDrugsSH.AllowUserToAddRows = false;
|
this.dgvDrugsSH.AllowUserToAddRows = false;
|
||||||
this.dgvDrugsSH.AllowUserToResizeColumns = false;
|
this.dgvDrugsSH.AllowUserToResizeColumns = false;
|
||||||
this.dgvDrugsSH.AllowUserToResizeRows = false;
|
this.dgvDrugsSH.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.MintCream;
|
dataGridViewCellStyle11.BackColor = System.Drawing.Color.MintCream;
|
||||||
this.dgvDrugsSH.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
this.dgvDrugsSH.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
|
||||||
this.dgvDrugsSH.BackgroundColor = System.Drawing.Color.White;
|
this.dgvDrugsSH.BackgroundColor = System.Drawing.Color.White;
|
||||||
this.dgvDrugsSH.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.dgvDrugsSH.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsSH.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
this.dgvDrugsSH.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
||||||
this.dgvDrugsSH.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvDrugsSH.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvDrugsSH.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvDrugsSH.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.dataGridViewImageColumn2,
|
this.dataGridViewImageColumn2,
|
||||||
@ -594,14 +594,14 @@
|
|||||||
this.dataGridViewTextBoxColumn15,
|
this.dataGridViewTextBoxColumn15,
|
||||||
this.dataGridViewDateTimeInputColumn6,
|
this.dataGridViewDateTimeInputColumn6,
|
||||||
this.dataGridViewTextBoxColumn16});
|
this.dataGridViewTextBoxColumn16});
|
||||||
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvDrugsSH.DefaultCellStyle = dataGridViewCellStyle9;
|
this.dgvDrugsSH.DefaultCellStyle = dataGridViewCellStyle14;
|
||||||
this.dgvDrugsSH.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvDrugsSH.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dgvDrugsSH.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
this.dgvDrugsSH.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
||||||
this.dgvDrugsSH.EnableHeadersVisualStyles = false;
|
this.dgvDrugsSH.EnableHeadersVisualStyles = false;
|
||||||
@ -610,14 +610,14 @@
|
|||||||
this.dgvDrugsSH.Margin = new System.Windows.Forms.Padding(0);
|
this.dgvDrugsSH.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.dgvDrugsSH.MultiSelect = false;
|
this.dgvDrugsSH.MultiSelect = false;
|
||||||
this.dgvDrugsSH.Name = "dgvDrugsSH";
|
this.dgvDrugsSH.Name = "dgvDrugsSH";
|
||||||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsSH.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
this.dgvDrugsSH.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
|
||||||
this.dgvDrugsSH.RowHeadersVisible = false;
|
this.dgvDrugsSH.RowHeadersVisible = false;
|
||||||
this.dgvDrugsSH.RowTemplate.Height = 25;
|
this.dgvDrugsSH.RowTemplate.Height = 25;
|
||||||
this.dgvDrugsSH.ShowCellErrors = false;
|
this.dgvDrugsSH.ShowCellErrors = false;
|
||||||
@ -637,8 +637,8 @@
|
|||||||
//
|
//
|
||||||
// dataGridViewTextBoxColumn9
|
// dataGridViewTextBoxColumn9
|
||||||
//
|
//
|
||||||
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Red;
|
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.Red;
|
||||||
this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle8;
|
this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle13;
|
||||||
this.dataGridViewTextBoxColumn9.HeaderText = "组";
|
this.dataGridViewTextBoxColumn9.HeaderText = "组";
|
||||||
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
||||||
this.dataGridViewTextBoxColumn9.Width = 30;
|
this.dataGridViewTextBoxColumn9.Width = 30;
|
||||||
@ -857,18 +857,18 @@
|
|||||||
this.dgvDrugsSZ.AllowUserToAddRows = false;
|
this.dgvDrugsSZ.AllowUserToAddRows = false;
|
||||||
this.dgvDrugsSZ.AllowUserToResizeColumns = false;
|
this.dgvDrugsSZ.AllowUserToResizeColumns = false;
|
||||||
this.dgvDrugsSZ.AllowUserToResizeRows = false;
|
this.dgvDrugsSZ.AllowUserToResizeRows = false;
|
||||||
dataGridViewCellStyle11.BackColor = System.Drawing.Color.MintCream;
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
|
||||||
this.dgvDrugsSZ.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
|
this.dgvDrugsSZ.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
||||||
this.dgvDrugsSZ.BackgroundColor = System.Drawing.Color.White;
|
this.dgvDrugsSZ.BackgroundColor = System.Drawing.Color.White;
|
||||||
this.dgvDrugsSZ.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.dgvDrugsSZ.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsSZ.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
this.dgvDrugsSZ.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||||
this.dgvDrugsSZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgvDrugsSZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
this.dgvDrugsSZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.dgvDrugsSZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||||
this.dataGridViewImageColumn1,
|
this.dataGridViewImageColumn1,
|
||||||
@ -889,14 +889,14 @@
|
|||||||
this.dataGridViewTextBoxColumn7,
|
this.dataGridViewTextBoxColumn7,
|
||||||
this.dataGridViewDateTimeInputColumn4,
|
this.dataGridViewDateTimeInputColumn4,
|
||||||
this.dataGridViewTextBoxColumn8});
|
this.dataGridViewTextBoxColumn8});
|
||||||
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.Black;
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
|
||||||
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dgvDrugsSZ.DefaultCellStyle = dataGridViewCellStyle14;
|
this.dgvDrugsSZ.DefaultCellStyle = dataGridViewCellStyle4;
|
||||||
this.dgvDrugsSZ.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgvDrugsSZ.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dgvDrugsSZ.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
this.dgvDrugsSZ.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
||||||
this.dgvDrugsSZ.EnableHeadersVisualStyles = false;
|
this.dgvDrugsSZ.EnableHeadersVisualStyles = false;
|
||||||
@ -905,14 +905,14 @@
|
|||||||
this.dgvDrugsSZ.Margin = new System.Windows.Forms.Padding(0);
|
this.dgvDrugsSZ.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.dgvDrugsSZ.MultiSelect = false;
|
this.dgvDrugsSZ.MultiSelect = false;
|
||||||
this.dgvDrugsSZ.Name = "dgvDrugsSZ";
|
this.dgvDrugsSZ.Name = "dgvDrugsSZ";
|
||||||
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
||||||
dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.WindowText;
|
||||||
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
this.dgvDrugsSZ.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
|
this.dgvDrugsSZ.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
||||||
this.dgvDrugsSZ.RowHeadersVisible = false;
|
this.dgvDrugsSZ.RowHeadersVisible = false;
|
||||||
this.dgvDrugsSZ.RowTemplate.Height = 25;
|
this.dgvDrugsSZ.RowTemplate.Height = 25;
|
||||||
this.dgvDrugsSZ.ShowCellErrors = false;
|
this.dgvDrugsSZ.ShowCellErrors = false;
|
||||||
@ -921,214 +921,6 @@
|
|||||||
this.dgvDrugsSZ.TabIndex = 16;
|
this.dgvDrugsSZ.TabIndex = 16;
|
||||||
this.dgvDrugsSZ.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvDrugs_DataError);
|
this.dgvDrugsSZ.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvDrugs_DataError);
|
||||||
//
|
//
|
||||||
// dataGridViewImageColumn1
|
|
||||||
//
|
|
||||||
this.dataGridViewImageColumn1.HeaderText = " ";
|
|
||||||
this.dataGridViewImageColumn1.Image = global::AIMS.Properties.Resources.SYSCRL;
|
|
||||||
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
||||||
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
|
||||||
this.dataGridViewImageColumn1.Width = 30;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn1
|
|
||||||
//
|
|
||||||
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.Red;
|
|
||||||
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle13;
|
|
||||||
this.dataGridViewTextBoxColumn1.HeaderText = "组";
|
|
||||||
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
||||||
this.dataGridViewTextBoxColumn1.Width = 30;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn2
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn2.HeaderText = "类型";
|
|
||||||
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
||||||
this.dataGridViewTextBoxColumn2.Visible = false;
|
|
||||||
this.dataGridViewTextBoxColumn2.Width = 60;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn3
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
||||||
this.dataGridViewTextBoxColumn3.HeaderText = "名称";
|
|
||||||
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
||||||
this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
//
|
|
||||||
// dataGridViewComboEditBoxColumn2
|
|
||||||
//
|
|
||||||
this.dataGridViewComboEditBoxColumn2.HeaderText = "备注";
|
|
||||||
this.dataGridViewComboEditBoxColumn2.Name = "dataGridViewComboEditBoxColumn2";
|
|
||||||
this.dataGridViewComboEditBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn1
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn1.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn1.HeaderText = "途径";
|
|
||||||
this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1";
|
|
||||||
this.dataGridViewComboBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewComboBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewComboBoxColumn1.Width = 85;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn4
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn4.HeaderText = "浓度";
|
|
||||||
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
||||||
this.dataGridViewTextBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewTextBoxColumn4.Width = 45;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn2
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn2.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn2.HeaderText = "浓度单位";
|
|
||||||
this.dataGridViewComboBoxColumn2.Name = "dataGridViewComboBoxColumn2";
|
|
||||||
this.dataGridViewComboBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewComboBoxColumn2.Width = 75;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn5
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn5.HeaderText = "速度";
|
|
||||||
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
||||||
this.dataGridViewTextBoxColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewTextBoxColumn5.Width = 45;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn3
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn3.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn3.HeaderText = "速度单位";
|
|
||||||
this.dataGridViewComboBoxColumn3.Name = "dataGridViewComboBoxColumn3";
|
|
||||||
this.dataGridViewComboBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewComboBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewComboBoxColumn3.Width = 85;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn6
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn6.HeaderText = "用量";
|
|
||||||
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
||||||
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
||||||
this.dataGridViewTextBoxColumn6.Width = 60;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn4
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn4.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn4.HeaderText = "单位";
|
|
||||||
this.dataGridViewComboBoxColumn4.Name = "dataGridViewComboBoxColumn4";
|
|
||||||
this.dataGridViewComboBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewComboBoxColumn4.Width = 60;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn23
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn23.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn23.HeaderText = "血型";
|
|
||||||
this.dataGridViewComboBoxColumn23.Name = "dataGridViewComboBoxColumn23";
|
|
||||||
this.dataGridViewComboBoxColumn23.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewComboBoxColumn23.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewComboBoxColumn23.Width = 45;
|
|
||||||
//
|
|
||||||
// dataGridViewComboBoxColumn24
|
|
||||||
//
|
|
||||||
this.dataGridViewComboBoxColumn24.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewComboBoxColumn24.HeaderText = "加药方式";
|
|
||||||
this.dataGridViewComboBoxColumn24.Name = "dataGridViewComboBoxColumn24";
|
|
||||||
this.dataGridViewComboBoxColumn24.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewComboBoxColumn24.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewComboBoxColumn24.Visible = false;
|
|
||||||
this.dataGridViewComboBoxColumn24.Width = 80;
|
|
||||||
//
|
|
||||||
// dataGridViewDateTimeInputColumn3
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn3.AutoAdvance = true;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
|
|
||||||
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.ButtonDropDown.Visible = true;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.HeaderText = "开始时间";
|
|
||||||
this.dataGridViewDateTimeInputColumn3.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.MonthCalendar.Visible = false;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.Name = "dataGridViewDateTimeInputColumn3";
|
|
||||||
this.dataGridViewDateTimeInputColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
||||||
this.dataGridViewDateTimeInputColumn3.Width = 80;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn7
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn7.HeaderText = "持续";
|
|
||||||
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
||||||
this.dataGridViewTextBoxColumn7.Width = 45;
|
|
||||||
//
|
|
||||||
// dataGridViewDateTimeInputColumn4
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn4.AutoAdvance = true;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
|
|
||||||
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.ButtonDropDown.Visible = true;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.HeaderText = "结束时间";
|
|
||||||
this.dataGridViewDateTimeInputColumn4.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
|
||||||
//
|
|
||||||
//
|
|
||||||
//
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.MonthCalendar.Visible = false;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.Name = "dataGridViewDateTimeInputColumn4";
|
|
||||||
this.dataGridViewDateTimeInputColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
||||||
this.dataGridViewDateTimeInputColumn4.Width = 80;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn8
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn8.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
||||||
this.dataGridViewTextBoxColumn8.HeaderText = "通路";
|
|
||||||
this.dataGridViewTextBoxColumn8.Items.AddRange(new object[] {
|
|
||||||
"",
|
|
||||||
"1",
|
|
||||||
"2",
|
|
||||||
"3",
|
|
||||||
"4"});
|
|
||||||
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
||||||
this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
||||||
this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
||||||
this.dataGridViewTextBoxColumn8.Width = 50;
|
|
||||||
//
|
|
||||||
// P2
|
// P2
|
||||||
//
|
//
|
||||||
this.P2.AttachedControl = this.superTabControlPanel5;
|
this.P2.AttachedControl = this.superTabControlPanel5;
|
||||||
@ -1752,6 +1544,208 @@
|
|||||||
this.imageList1.Images.SetKeyName(0, "插入列.png");
|
this.imageList1.Images.SetKeyName(0, "插入列.png");
|
||||||
this.imageList1.Images.SetKeyName(1, "未插入列 .png");
|
this.imageList1.Images.SetKeyName(1, "未插入列 .png");
|
||||||
//
|
//
|
||||||
|
// dataGridViewImageColumn1
|
||||||
|
//
|
||||||
|
this.dataGridViewImageColumn1.HeaderText = " ";
|
||||||
|
this.dataGridViewImageColumn1.Image = global::AIMS.Properties.Resources.SYSCRL;
|
||||||
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
||||||
|
this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||||
|
this.dataGridViewImageColumn1.Width = 30;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn1
|
||||||
|
//
|
||||||
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Red;
|
||||||
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3;
|
||||||
|
this.dataGridViewTextBoxColumn1.HeaderText = "组";
|
||||||
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||||||
|
this.dataGridViewTextBoxColumn1.Width = 30;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn2
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn2.HeaderText = "类型";
|
||||||
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||||||
|
this.dataGridViewTextBoxColumn2.Visible = false;
|
||||||
|
this.dataGridViewTextBoxColumn2.Width = 60;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn3
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||||
|
this.dataGridViewTextBoxColumn3.HeaderText = "名称";
|
||||||
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||||||
|
this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
//
|
||||||
|
// dataGridViewComboEditBoxColumn2
|
||||||
|
//
|
||||||
|
this.dataGridViewComboEditBoxColumn2.HeaderText = "备注";
|
||||||
|
this.dataGridViewComboEditBoxColumn2.Name = "dataGridViewComboEditBoxColumn2";
|
||||||
|
this.dataGridViewComboEditBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn1
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn1.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn1.HeaderText = "途径";
|
||||||
|
this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1";
|
||||||
|
this.dataGridViewComboBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewComboBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewComboBoxColumn1.Width = 85;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn4
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn4.HeaderText = "浓度";
|
||||||
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
||||||
|
this.dataGridViewTextBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewTextBoxColumn4.Width = 45;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn2
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn2.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn2.HeaderText = "浓度单位";
|
||||||
|
this.dataGridViewComboBoxColumn2.Name = "dataGridViewComboBoxColumn2";
|
||||||
|
this.dataGridViewComboBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewComboBoxColumn2.Width = 75;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn5
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn5.HeaderText = "速度";
|
||||||
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
||||||
|
this.dataGridViewTextBoxColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewTextBoxColumn5.Width = 45;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn3
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn3.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn3.HeaderText = "速度单位";
|
||||||
|
this.dataGridViewComboBoxColumn3.Name = "dataGridViewComboBoxColumn3";
|
||||||
|
this.dataGridViewComboBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewComboBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewComboBoxColumn3.Width = 85;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn6
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn6.HeaderText = "用量";
|
||||||
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
||||||
|
this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||||
|
this.dataGridViewTextBoxColumn6.Width = 60;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn4
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn4.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn4.HeaderText = "单位";
|
||||||
|
this.dataGridViewComboBoxColumn4.Name = "dataGridViewComboBoxColumn4";
|
||||||
|
this.dataGridViewComboBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewComboBoxColumn4.Width = 60;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn23
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn23.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn23.HeaderText = "血型";
|
||||||
|
this.dataGridViewComboBoxColumn23.Name = "dataGridViewComboBoxColumn23";
|
||||||
|
this.dataGridViewComboBoxColumn23.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewComboBoxColumn23.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewComboBoxColumn23.Width = 45;
|
||||||
|
//
|
||||||
|
// dataGridViewComboBoxColumn24
|
||||||
|
//
|
||||||
|
this.dataGridViewComboBoxColumn24.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewComboBoxColumn24.HeaderText = "加药方式";
|
||||||
|
this.dataGridViewComboBoxColumn24.Name = "dataGridViewComboBoxColumn24";
|
||||||
|
this.dataGridViewComboBoxColumn24.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewComboBoxColumn24.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewComboBoxColumn24.Visible = false;
|
||||||
|
this.dataGridViewComboBoxColumn24.Width = 80;
|
||||||
|
//
|
||||||
|
// dataGridViewDateTimeInputColumn3
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn3.AutoAdvance = true;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
|
||||||
|
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.ButtonDropDown.Visible = true;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.HeaderText = "开始时间";
|
||||||
|
this.dataGridViewDateTimeInputColumn3.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.MonthCalendar.Visible = false;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.Name = "dataGridViewDateTimeInputColumn3";
|
||||||
|
this.dataGridViewDateTimeInputColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||||
|
this.dataGridViewDateTimeInputColumn3.Width = 80;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn7
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn7.HeaderText = "持续";
|
||||||
|
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
||||||
|
this.dataGridViewTextBoxColumn7.Width = 45;
|
||||||
|
//
|
||||||
|
// dataGridViewDateTimeInputColumn4
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn4.AutoAdvance = true;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.Class = "DataGridViewDateTimeBorder";
|
||||||
|
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.BackgroundStyle.TextColor = System.Drawing.SystemColors.WindowText;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.ButtonDropDown.Visible = true;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.HeaderText = "结束时间";
|
||||||
|
this.dataGridViewDateTimeInputColumn4.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Left;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.DisplayMonth = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.MonthCalendar.Visible = false;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.Name = "dataGridViewDateTimeInputColumn4";
|
||||||
|
this.dataGridViewDateTimeInputColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||||||
|
this.dataGridViewDateTimeInputColumn4.Width = 80;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn8
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn8.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
||||||
|
this.dataGridViewTextBoxColumn8.HeaderText = "通路";
|
||||||
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
||||||
|
this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||||||
|
this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
||||||
|
this.dataGridViewTextBoxColumn8.Width = 50;
|
||||||
|
//
|
||||||
// frmFactDrugNew
|
// frmFactDrugNew
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
@ -1853,24 +1847,6 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
|
||||||
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn6;
|
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn6;
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn16;
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn16;
|
||||||
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboEditBoxColumn2;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn1;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn2;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn3;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn4;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn23;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn24;
|
|
||||||
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn3;
|
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
||||||
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn4;
|
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn8;
|
|
||||||
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn5;
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn5;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn38;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn38;
|
||||||
@ -1910,5 +1886,23 @@
|
|||||||
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn8;
|
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn8;
|
||||||
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn15;
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn15;
|
||||||
private DevComponents.DotNetBar.SuperTabItem P0;
|
private DevComponents.DotNetBar.SuperTabItem P0;
|
||||||
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboEditBoxColumn2;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn1;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn2;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn3;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn4;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn23;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn24;
|
||||||
|
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn3;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
||||||
|
private DevComponents.DotNetBar.Controls.DataGridViewDateTimeInputColumn dataGridViewDateTimeInputColumn4;
|
||||||
|
private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -51,6 +51,24 @@ namespace AIMS.PublicUI.UI
|
|||||||
public frmFactDrugNew()
|
public frmFactDrugNew()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
if (PublicMethod.HospitalName.Contains("漳浦天福"))
|
||||||
|
{
|
||||||
|
this.dataGridViewTextBoxColumn8.HeaderText = "位置";
|
||||||
|
this.dataGridViewTextBoxColumn8.Items.AddRange(new object[] {
|
||||||
|
"",
|
||||||
|
"上",
|
||||||
|
"下"});
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.dataGridViewTextBoxColumn8.HeaderText = "通路";
|
||||||
|
this.dataGridViewTextBoxColumn8.Items.AddRange(new object[] {
|
||||||
|
"",
|
||||||
|
"1",
|
||||||
|
"2",
|
||||||
|
"3",
|
||||||
|
"4"});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void frmFactDrugNew_Load(object sender, EventArgs e)
|
private void frmFactDrugNew_Load(object sender, EventArgs e)
|
||||||
|
|||||||
@ -137,7 +137,7 @@
|
|||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAi
|
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAi
|
||||||
CAAAAk1TRnQBSQFMAgEBAgEAAZgBBgGYAQYBFAEAARQBAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFQ
|
CAAAAk1TRnQBSQFMAgEBAgEAAaABBgGgAQYBFAEAARQBAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFQ
|
||||||
AwABFAMAAQEBAAEgBgABGS4AA1UBrwOAAf4DKwH8AysB/AGZAYsBQAH9AaEBkgEAAf8BkwGCAQAB/wGW
|
AwABFAMAAQEBAAEgBgABGS4AA1UBrwOAAf4DKwH8AysB/AGZAYsBQAH9AaEBkgEAAf8BkwGCAQAB/wGW
|
||||||
AYcBQAH9AaMBlAEAAf8BowGUAQAB/wGjAZQBAAH/AysB/ANgAej/AA0AAZMBggEAAf8DYgH2A20B9wNt
|
AYcBQAH9AaMBlAEAAf8BowGUAQAB/wGjAZQBAAH/AysB/ANgAej/AA0AAZMBggEAAf8DYgH2A20B9wNt
|
||||||
AfcDXAH4A4AB/gGXAYYBAAH/A20B9wHsAecB5AH/AewB5wHkAf8B7AHnAeQB/wNtAfcBkwGCAQAB//8A
|
AfcDXAH4A4AB/gGXAYYBAAH/A20B9wHsAecB5AH/AewB5wHkAf8B7AHnAeQB/wNtAfcBkwGCAQAB//8A
|
||||||
@ -164,9 +164,9 @@
|
|||||||
AfwB/gH6AfsB/wH+AfoB+wH/Af4B+gH7Av8C/QH/AZMBggEAAf//AA0AAZMBggEAAf8DYAHzAf4B+wH8
|
AfwB/gH6AfsB/wH+AfoB+wH/Af4B+gH7Av8C/QH/AZMBggEAAf//AA0AAZMBggEAAf8DYAHzAf4B+wH8
|
||||||
Af8B/gH7AfwB/wH+AfsB/AH/AfsB+AH5Af8BmwGLAQAB/wMrAfwB/gH7AfwB/wH+AfsB/AH/Af4B+wH8
|
Af8B/gH7AfwB/wH+AfsB/AH/AfsB+AH5Af8BmwGLAQAB/wMrAfwB/gH7AfwB/wH+AfsB/AH/Af4B+wH8
|
||||||
Av8C/QH/AZMBggEAAf//AA0AAm0BbAH3A1wB+AOAAf4DgAH+A4AB/gOAAf4BmAGHAQAB/wMrAfwB1AHN
|
Av8C/QH/AZMBggEAAf//AA0AAm0BbAH3A1wB+AOAAf4DgAH+A4AB/gOAAf4BmAGHAQAB/wMrAfwB1AHN
|
||||||
AcIB/wHUAc0BwgH/AdQBzQHCAf8DgAH+AZMBggEAAf//AAkAAwMBBANQAZoBkgGCAQAB/wKAAX4B/gKA
|
AcIB/wHUAc0BwgH/AdQBzQHCAf8DgAH+AZMBggEAAf//AAkAAwMBBANQAZoBkgGCAQAB/wKAAX8B/gKA
|
||||||
AX4B/gKAAX4B/gGTAYIBAAH/AZMBggEAAf8BjgGBAQAB/wGTAYIBAAH/AZMBggEAAf8BkwGCAQAB/wKA
|
AX8B/gKAAX8B/gGTAYIBAAH/AZMBggEAAf8BjgGBAQAB/wGTAYIBAAH/AZMBggEAAf8BkwGCAQAB/wKA
|
||||||
AX4B/gNaAb3/AAkAAwMBBAMSARcDIwEzAyMBMwMjATMDIwEzAyMBMwMjATMDIwEzAyMBMwMjATMDIwEz
|
AX8B/gNaAb3/AAkAAwMBBAMSARcDIwEzAyMBMwMjATMDIwEzAyMBMwMjATMDIwEzAyMBMwMjATMDIwEz
|
||||||
AyMBMwMWAR7/AA0AAwUBBgMEAQUDBAEFAwQBBQMEBAUBBgMFAQYDBQEGAwUBBgMFAQYDBQEGAwUBBgMD
|
AyMBMwMWAR7/AA0AAwUBBgMEAQUDBAEFAwQBBQMEBAUBBgMFAQYDBQEGAwUBBgMFAQYDBQEGAwUBBgMD
|
||||||
AQTwAAFCAU0BPgcAAT4DAAEoAwABUAMAARQDAAEBAQABAQUAAfAXAAP/AQAB/gEAAQ8C/wcAAf4BAAEP
|
AQTwAAFCAU0BPgcAAT4DAAEoAwABUAMAARQDAAEBAQABAQUAAfAXAAP/AQAB/gEAAQ8C/wcAAf4BAAEP
|
||||||
Av8HAAH+AQABDwL/BwAB/gEAAQ8C/wcAAf4BAAEPAv8HAAH+AQABDwL/BwAB/gEAAQ8C/wcAAYABAAEP
|
Av8HAAH+AQABDwL/BwAB/gEAAQ8C/wcAAf4BAAEPAv8HAAH+AQABDwL/BwAB/gEAAQ8C/wcAAYABAAEP
|
||||||
|
|||||||
@ -38,7 +38,7 @@ namespace AIMS.OperationAfter.UI
|
|||||||
{
|
{
|
||||||
if (_dgv == null) return;
|
if (_dgv == null) return;
|
||||||
LoadSettingSource(_dgv);
|
LoadSettingSource(_dgv);
|
||||||
if (exportConfig != null)
|
if (exportConfig != null && exportConfig.Value != null)
|
||||||
{
|
{
|
||||||
ExportConfig dataGridViewSetting = JsonConvert.DeserializeObject<ExportConfig>(exportConfig.Value);
|
ExportConfig dataGridViewSetting = JsonConvert.DeserializeObject<ExportConfig>(exportConfig.Value);
|
||||||
txtName.Text = dataGridViewSetting.Title;
|
txtName.Text = dataGridViewSetting.Title;
|
||||||
@ -110,6 +110,7 @@ namespace AIMS.OperationAfter.UI
|
|||||||
exportConfig.OperatorNo = PublicMethod.OperatorNo;
|
exportConfig.OperatorNo = PublicMethod.OperatorNo;
|
||||||
exportConfig.OperatorName = PublicMethod.OperatorName;
|
exportConfig.OperatorName = PublicMethod.OperatorName;
|
||||||
exportConfig.OperateDate = DateTime.Now;
|
exportConfig.OperateDate = DateTime.Now;
|
||||||
|
exportConfig.Extend1 = PublicMethod.RoleId.ToString();
|
||||||
|
|
||||||
if (exportConfig.Id != null && exportConfig.Id.Value > 0)
|
if (exportConfig.Id != null && exportConfig.Id.Value > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -35,7 +35,7 @@ namespace AIMS.OperationAfter.UI
|
|||||||
dgv.BackgroundColor = System.Drawing.Color.Snow;
|
dgv.BackgroundColor = System.Drawing.Color.Snow;
|
||||||
ControlExtension.SetDgvAttribute(dgv);
|
ControlExtension.SetDgvAttribute(dgv);
|
||||||
DataGridViewPath = GetControlPath(dgv);
|
DataGridViewPath = GetControlPath(dgv);
|
||||||
exportConfig = BSysConfig.SelectSingle(" Note='" + DataGridViewPath + "'", null, RecursiveType.None, 0);
|
exportConfig = BSysConfig.SelectSingle(" Note='" + DataGridViewPath + "' and (Extend1 = null or Extend1='" + PublicMethod.RoleId + "')", null, RecursiveType.None, 0);
|
||||||
if (exportConfig != null)
|
if (exportConfig != null)
|
||||||
ConfigDataGridView(exportConfig);
|
ConfigDataGridView(exportConfig);
|
||||||
List<Department> list = new List<Department>();
|
List<Department> list = new List<Department>();
|
||||||
|
|||||||
@ -21,9 +21,9 @@ namespace AIMSBLL
|
|||||||
{
|
{
|
||||||
return DOperationRecord.AddTitleTime(PatientId, ApplyId, RecoverId, State, Time, RoomId);
|
return DOperationRecord.AddTitleTime(PatientId, ApplyId, RecoverId, State, Time, RoomId);
|
||||||
}
|
}
|
||||||
public static int AddTitleTime2(int PatientId, int ApplyId, int RecoverId, int State, DateTime Time, int RoomId)
|
public static int AddTitleTime2(int PatientId, int ApplyId, int RecoverId, int State, int RoomId)
|
||||||
{
|
{
|
||||||
return DOperationRecord.AddTitleTime2(PatientId, ApplyId, RecoverId, State, Time, RoomId);
|
return DOperationRecord.AddTitleTime2(PatientId, ApplyId, RecoverId, State, RoomId);
|
||||||
}
|
}
|
||||||
public static OperationRecord getRecord(OperationRecord _record, int PatientId, int RecoverId)
|
public static OperationRecord getRecord(OperationRecord _record, int PatientId, int RecoverId)
|
||||||
{
|
{
|
||||||
@ -141,7 +141,7 @@ namespace AIMSBLL
|
|||||||
_record.OpeRecordInfo.OperatorTime = DateTime.Now;
|
_record.OpeRecordInfo.OperatorTime = DateTime.Now;
|
||||||
_record.OpeRecordInfo.Id = BOperationRecordInfo.Insert(_record.OpeRecordInfo);
|
_record.OpeRecordInfo.Id = BOperationRecordInfo.Insert(_record.OpeRecordInfo);
|
||||||
//是否启用默认项
|
//是否启用默认项
|
||||||
if (PublicMethod.HospitalName.Contains("漳浦"))
|
if (PublicMethod.HospitalName.Contains("漳浦") && RecoverId==1)
|
||||||
{
|
{
|
||||||
if (_record.OpeSpecialCondition == null || _record.OpeSpecialCondition == "")
|
if (_record.OpeSpecialCondition == null || _record.OpeSpecialCondition == "")
|
||||||
_record.OpeSpecialCondition = "无特殊情况";
|
_record.OpeSpecialCondition = "无特殊情况";
|
||||||
@ -652,9 +652,9 @@ namespace AIMSBLL
|
|||||||
{
|
{
|
||||||
foreach (DataRow item1 in dt.Rows)
|
foreach (DataRow item1 in dt.Rows)
|
||||||
{
|
{
|
||||||
if (item1[0].ToString() == "5" && item1[1].ToString() == item[1].ToString())
|
if (item1[0].ToString() == "5" && item1[2].ToString() == item[2].ToString())
|
||||||
{
|
{
|
||||||
item1[2] = "-1";
|
item1[1] = "-1";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -662,9 +662,9 @@ namespace AIMSBLL
|
|||||||
{
|
{
|
||||||
foreach (DataRow item1 in dt.Rows)
|
foreach (DataRow item1 in dt.Rows)
|
||||||
{
|
{
|
||||||
if (item1[0].ToString() == "6" && item1[1].ToString() == item[1].ToString())
|
if (item1[0].ToString() == "6" && item1[2].ToString() == item[2].ToString())
|
||||||
{
|
{
|
||||||
item1[2] = "-1";
|
item1[1] = "-1";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@ namespace AIMSDAL
|
|||||||
internal static int Insert(SqlCommand cmd, SysConfig sysConfig)
|
internal static int Insert(SqlCommand cmd, SysConfig sysConfig)
|
||||||
{
|
{
|
||||||
cmd.Parameters.Clear();
|
cmd.Parameters.Clear();
|
||||||
cmd.CommandText = "insert into SysConfig (Name,Value,Note,IsValid,OperatorNo,OperatorName,OperateDate) values (@Name,@Value,@Note,@IsValid,@OperatorNo,@OperatorName,@OperateDate);select @@identity";
|
cmd.CommandText = "insert into SysConfig (Name,Value,Note,IsValid,OperatorNo,OperatorName,OperateDate,Extend1,Extend2,Extend3,Extend4,Extend5) values (@Name,@Value,@Note,@IsValid,@OperatorNo,@OperatorName,@OperateDate,@Extend1,@Extend2,@Extend3,@Extend4,@Extend5);select @@identity";
|
||||||
//从实体中取出值放入Command的参数列表
|
//从实体中取出值放入Command的参数列表
|
||||||
cmd.Parameters.Add(new SqlParameter("@Name", sysConfig.Name == null ? (object)DBNull.Value : (object)sysConfig.Name));
|
cmd.Parameters.Add(new SqlParameter("@Name", sysConfig.Name == null ? (object)DBNull.Value : (object)sysConfig.Name));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Value", sysConfig.Value == null ? (object)DBNull.Value : (object)sysConfig.Value));
|
cmd.Parameters.Add(new SqlParameter("@Value", sysConfig.Value == null ? (object)DBNull.Value : (object)sysConfig.Value));
|
||||||
@ -29,6 +29,11 @@ namespace AIMSDAL
|
|||||||
cmd.Parameters.Add(new SqlParameter("@OperatorNo", sysConfig.OperatorNo == null ? (object)DBNull.Value : (object)sysConfig.OperatorNo));
|
cmd.Parameters.Add(new SqlParameter("@OperatorNo", sysConfig.OperatorNo == null ? (object)DBNull.Value : (object)sysConfig.OperatorNo));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorName", sysConfig.OperatorName == null ? (object)DBNull.Value : (object)sysConfig.OperatorName));
|
cmd.Parameters.Add(new SqlParameter("@OperatorName", sysConfig.OperatorName == null ? (object)DBNull.Value : (object)sysConfig.OperatorName));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperateDate", sysConfig.OperateDate.HasValue ? (object)sysConfig.OperateDate.Value : (object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperateDate", sysConfig.OperateDate.HasValue ? (object)sysConfig.OperateDate.Value : (object)DBNull.Value));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend1", sysConfig.Extend1 == null ? (object)DBNull.Value : (object)sysConfig.Extend1));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend2", sysConfig.Extend2 == null ? (object)DBNull.Value : (object)sysConfig.Extend2));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend3", sysConfig.Extend3 == null ? (object)DBNull.Value : (object)sysConfig.Extend3));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend4", sysConfig.Extend4 == null ? (object)DBNull.Value : (object)sysConfig.Extend4));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend5", sysConfig.Extend5 == null ? (object)DBNull.Value : (object)sysConfig.Extend5));
|
||||||
return Convert.ToInt32(cmd.ExecuteScalar());
|
return Convert.ToInt32(cmd.ExecuteScalar());
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -173,7 +178,7 @@ namespace AIMSDAL
|
|||||||
/// <returns>影响的记录行数</returns>
|
/// <returns>影响的记录行数</returns>
|
||||||
internal static int ExcuteUpdateCommand(SqlCommand cmd, SysConfig sysConfig)
|
internal static int ExcuteUpdateCommand(SqlCommand cmd, SysConfig sysConfig)
|
||||||
{
|
{
|
||||||
cmd.CommandText = "update SysConfig set Name=@Name,Value=@Value,Note=@Note,IsValid=@IsValid,OperatorNo=@OperatorNo,OperatorName=@OperatorName,OperateDate=@OperateDate where Id=@Id";
|
cmd.CommandText = "update SysConfig set Name=@Name,Value=@Value,Note=@Note,IsValid=@IsValid,OperatorNo=@OperatorNo,OperatorName=@OperatorName,OperateDate=@OperateDate,Extend1=@Extend1,Extend2=@Extend2,Extend3=@Extend3,Extend4=@Extend4,Extend5=@Extend5 where Id=@Id";
|
||||||
//从实体中取出值放入Command的参数列表
|
//从实体中取出值放入Command的参数列表
|
||||||
cmd.Parameters.Add(new SqlParameter("@Name", sysConfig.Name == null ? (object)DBNull.Value : (object)sysConfig.Name));
|
cmd.Parameters.Add(new SqlParameter("@Name", sysConfig.Name == null ? (object)DBNull.Value : (object)sysConfig.Name));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Value", sysConfig.Value == null ? (object)DBNull.Value : (object)sysConfig.Value));
|
cmd.Parameters.Add(new SqlParameter("@Value", sysConfig.Value == null ? (object)DBNull.Value : (object)sysConfig.Value));
|
||||||
@ -182,6 +187,11 @@ namespace AIMSDAL
|
|||||||
cmd.Parameters.Add(new SqlParameter("@OperatorNo", sysConfig.OperatorNo == null ? (object)DBNull.Value : (object)sysConfig.OperatorNo));
|
cmd.Parameters.Add(new SqlParameter("@OperatorNo", sysConfig.OperatorNo == null ? (object)DBNull.Value : (object)sysConfig.OperatorNo));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperatorName", sysConfig.OperatorName == null ? (object)DBNull.Value : (object)sysConfig.OperatorName));
|
cmd.Parameters.Add(new SqlParameter("@OperatorName", sysConfig.OperatorName == null ? (object)DBNull.Value : (object)sysConfig.OperatorName));
|
||||||
cmd.Parameters.Add(new SqlParameter("@OperateDate", sysConfig.OperateDate.HasValue ? (object)sysConfig.OperateDate.Value : (object)DBNull.Value));
|
cmd.Parameters.Add(new SqlParameter("@OperateDate", sysConfig.OperateDate.HasValue ? (object)sysConfig.OperateDate.Value : (object)DBNull.Value));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend1", sysConfig.Extend1 == null ? (object)DBNull.Value : (object)sysConfig.Extend1));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend2", sysConfig.Extend2 == null ? (object)DBNull.Value : (object)sysConfig.Extend2));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend3", sysConfig.Extend3 == null ? (object)DBNull.Value : (object)sysConfig.Extend3));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend4", sysConfig.Extend4 == null ? (object)DBNull.Value : (object)sysConfig.Extend4));
|
||||||
|
cmd.Parameters.Add(new SqlParameter("@Extend5", sysConfig.Extend5 == null ? (object)DBNull.Value : (object)sysConfig.Extend5));
|
||||||
cmd.Parameters.Add(new SqlParameter("@Id", sysConfig.Id));
|
cmd.Parameters.Add(new SqlParameter("@Id", sysConfig.Id));
|
||||||
return cmd.ExecuteNonQuery();
|
return cmd.ExecuteNonQuery();
|
||||||
}
|
}
|
||||||
@ -614,6 +624,26 @@ namespace AIMSDAL
|
|||||||
{
|
{
|
||||||
entity.OperateDate = Convert.ToDateTime(dr["OperateDate"]);
|
entity.OperateDate = Convert.ToDateTime(dr["OperateDate"]);
|
||||||
}
|
}
|
||||||
|
if (dr["Extend1"] != System.DBNull.Value)
|
||||||
|
{
|
||||||
|
entity.Extend1 = dr["Extend1"].ToString();
|
||||||
|
}
|
||||||
|
if (dr["Extend2"] != System.DBNull.Value)
|
||||||
|
{
|
||||||
|
entity.Extend2 = dr["Extend2"].ToString();
|
||||||
|
}
|
||||||
|
if (dr["Extend3"] != System.DBNull.Value)
|
||||||
|
{
|
||||||
|
entity.Extend3 = dr["Extend3"].ToString();
|
||||||
|
}
|
||||||
|
if (dr["Extend4"] != System.DBNull.Value)
|
||||||
|
{
|
||||||
|
entity.Extend4 = dr["Extend4"].ToString();
|
||||||
|
}
|
||||||
|
if (dr["Extend5"] != System.DBNull.Value)
|
||||||
|
{
|
||||||
|
entity.Extend5 = dr["Extend5"].ToString();
|
||||||
|
}
|
||||||
return entity;
|
return entity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,12 +21,15 @@ namespace AIMSDAL
|
|||||||
return Convert.ToInt32(HelperDB.DbHelperSQL.ExecNonQuery(strSql));
|
return Convert.ToInt32(HelperDB.DbHelperSQL.ExecNonQuery(strSql));
|
||||||
|
|
||||||
}
|
}
|
||||||
public static int AddTitleTime2(int PatientId, int ApplyId, int RecoverId, int State, DateTime Time, int RoomId)
|
public static int AddTitleTime2(int PatientId, int ApplyId, int RecoverId, int State, int RoomId)
|
||||||
{
|
{
|
||||||
|
DateTime Time = DateTime.Now;
|
||||||
OperationRecord _record = new OperationRecord();
|
OperationRecord _record = new OperationRecord();
|
||||||
BOperationRecord.SelectSingle(PatientId, 1, ref _record);
|
BOperationRecord.SelectSingle(PatientId, 1, ref _record);
|
||||||
|
if (_record != null && _record.OutRoomTime != null)
|
||||||
|
Time = _record.OutRoomTime.Value.AddMinutes(1);
|
||||||
string strSql = "INSERT INTO OperationRecord(PatientId,OperationApplyId,RecoverId,[State],InRoomTime,OperatorNo,OperatorName,OperateDate,RoomId,AnaesthesiaMethodName,ASALevel)" +
|
string strSql = "INSERT INTO OperationRecord(PatientId,OperationApplyId,RecoverId,[State],InRoomTime,OperatorNo,OperatorName,OperateDate,RoomId,AnaesthesiaMethodName,ASALevel)" +
|
||||||
"VALUES (" + PatientId + "," + ApplyId + "," + RecoverId + ",'" + State + "','" + Time + "','" + AIMSExtension.PublicMethod.OperatorNo + "','"
|
"VALUES (" + PatientId + "," + ApplyId + "," + RecoverId + ",'" + State + "','" + Time.ToString("yyyy-MM-dd HH:mm:00") + "','" + AIMSExtension.PublicMethod.OperatorNo + "','"
|
||||||
+ AIMSExtension.PublicMethod.OperatorName + "','" + AIMSExtension.PublicMethod.SystemDate() + "','" + RoomId + "','" + _record.AnaesthesiaMethodName + "','" + _record.ASALevel + "');select @@identity ";
|
+ AIMSExtension.PublicMethod.OperatorName + "','" + AIMSExtension.PublicMethod.SystemDate() + "','" + RoomId + "','" + _record.AnaesthesiaMethodName + "','" + _record.ASALevel + "');select @@identity ";
|
||||||
return Convert.ToInt32(HelperDB.DbHelperSQL.ExecNonQuery(strSql));
|
return Convert.ToInt32(HelperDB.DbHelperSQL.ExecNonQuery(strSql));
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,11 @@ namespace AIMSModel
|
|||||||
private string operatorNo;
|
private string operatorNo;
|
||||||
private string operatorName;
|
private string operatorName;
|
||||||
private DateTime? operateDate;
|
private DateTime? operateDate;
|
||||||
|
private string extend1;
|
||||||
|
private string extend2;
|
||||||
|
private string extend3;
|
||||||
|
private string extend4;
|
||||||
|
private string extend5;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -39,8 +44,8 @@ namespace AIMSModel
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string Value
|
public string Value
|
||||||
{
|
{
|
||||||
get{ return this.value; }
|
get { return value; }
|
||||||
set{ this.value=value; }
|
set { value = value; }
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
///
|
||||||
@ -82,5 +87,45 @@ namespace AIMSModel
|
|||||||
get { return operateDate; }
|
get { return operateDate; }
|
||||||
set { operateDate = value; }
|
set { operateDate = value; }
|
||||||
}
|
}
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Extend1
|
||||||
|
{
|
||||||
|
get { return extend1; }
|
||||||
|
set { extend1 = value; }
|
||||||
|
}
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Extend2
|
||||||
|
{
|
||||||
|
get { return extend2; }
|
||||||
|
set { extend2 = value; }
|
||||||
|
}
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Extend3
|
||||||
|
{
|
||||||
|
get { return extend3; }
|
||||||
|
set { extend3 = value; }
|
||||||
|
}
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Extend4
|
||||||
|
{
|
||||||
|
get { return extend4; }
|
||||||
|
set { extend4 = value; }
|
||||||
|
}
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
public string Extend5
|
||||||
|
{
|
||||||
|
get { return extend5; }
|
||||||
|
set { extend5 = value; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,6 +17,11 @@ namespace AIMSObjectQuery
|
|||||||
dictionary.Add("operatorno", "OperatorNo");
|
dictionary.Add("operatorno", "OperatorNo");
|
||||||
dictionary.Add("operatorname", "OperatorName");
|
dictionary.Add("operatorname", "OperatorName");
|
||||||
dictionary.Add("operatedate", "OperateDate");
|
dictionary.Add("operatedate", "OperateDate");
|
||||||
|
dictionary.Add("extend1", "Extend1");
|
||||||
|
dictionary.Add("extend2", "Extend2");
|
||||||
|
dictionary.Add("extend3", "Extend3");
|
||||||
|
dictionary.Add("extend4", "Extend4");
|
||||||
|
dictionary.Add("extend5", "Extend5");
|
||||||
}
|
}
|
||||||
|
|
||||||
#region IMap 成员
|
#region IMap 成员
|
||||||
|
|||||||
@ -539,6 +539,8 @@ namespace DrawGraph
|
|||||||
{
|
{
|
||||||
tokenEditor.ValidateToken -= new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
tokenEditor.ValidateToken -= new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
||||||
tokenEditor.ValidateToken += new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
tokenEditor.ValidateToken += new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
||||||
|
tokenEditor.DoubleClick -= EditTextBox2_DoubleClick;
|
||||||
|
tokenEditor.DoubleClick += EditTextBox2_DoubleClick;
|
||||||
}
|
}
|
||||||
if (ableEdit.ClassDataSourceName == "OperationRecord.OperationDoctor" || ableEdit.ClassDataSourceName == "OperationRecord.AnesthesiaDoctor")
|
if (ableEdit.ClassDataSourceName == "OperationRecord.OperationDoctor" || ableEdit.ClassDataSourceName == "OperationRecord.AnesthesiaDoctor")
|
||||||
{
|
{
|
||||||
@ -623,6 +625,19 @@ namespace DrawGraph
|
|||||||
AbleEditPackObj aEdit = tokenEditor.Tag as AbleEditPackObj;
|
AbleEditPackObj aEdit = tokenEditor.Tag as AbleEditPackObj;
|
||||||
TokenEditorManage.SaveDictItem2(template, OpeRecord as OperationRecord, tokenEditor, aEdit, true);
|
TokenEditorManage.SaveDictItem2(template, OpeRecord as OperationRecord, tokenEditor, aEdit, true);
|
||||||
}
|
}
|
||||||
|
private void EditTextBox2_DoubleClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
DevComponents.DotNetBar.Controls.TokenEditor tokenEditor = ((DevComponents.DotNetBar.Controls.TokenEditor)sender);
|
||||||
|
string text = tokenEditor.Text;
|
||||||
|
if (text.Trim() != "")
|
||||||
|
{
|
||||||
|
tokenEditor.SelectedTokens.Clear();
|
||||||
|
tokenEditor.EditTextBox.TextChanged -= EditTextBox_TextChanged;
|
||||||
|
tokenEditor.EditTextBox.Text = text;
|
||||||
|
tokenEditor.IsPopupOpen = false;
|
||||||
|
tokenEditor.EditTextBox.TextChanged += EditTextBox_TextChanged;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -123,10 +123,15 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
myOpeRecord.BMI = "";
|
myOpeRecord.BMI = "-";
|
||||||
template.SetObjValue(myOpeRecord, "OperationRecord.BMI", myOpeRecord.BMI.ToString(), myOpeRecord.BMI.ToString(), IsUpdate);
|
template.SetObjValue(myOpeRecord, "OperationRecord.BMI", myOpeRecord.BMI.ToString(), myOpeRecord.BMI.ToString(), IsUpdate);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
myOpeRecord.BMI = "-";
|
||||||
|
template.SetObjValue(myOpeRecord, "OperationRecord.BMI", myOpeRecord.BMI.ToString(), myOpeRecord.BMI.ToString(), IsUpdate);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 设置可编辑组件的显示样式
|
/// 设置可编辑组件的显示样式
|
||||||
@ -605,6 +610,8 @@ namespace DrawGraph
|
|||||||
{
|
{
|
||||||
tokenEditor.ValidateToken -= new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
tokenEditor.ValidateToken -= new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
||||||
tokenEditor.ValidateToken += new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
tokenEditor.ValidateToken += new DevComponents.DotNetBar.Controls.ValidateTokenEventHandler(this.tokenEditor_ValidateToken);
|
||||||
|
tokenEditor.DoubleClick -= EditTextBox2_DoubleClick;
|
||||||
|
tokenEditor.DoubleClick += EditTextBox2_DoubleClick;
|
||||||
}
|
}
|
||||||
|
|
||||||
EditTextBox_DoubleClick(tokenEditor.EditTextBox, null);
|
EditTextBox_DoubleClick(tokenEditor.EditTextBox, null);
|
||||||
@ -790,6 +797,19 @@ namespace DrawGraph
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
private void EditTextBox2_DoubleClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
DevComponents.DotNetBar.Controls.TokenEditor tokenEditor = ((DevComponents.DotNetBar.Controls.TokenEditor)sender);
|
||||||
|
string text = tokenEditor.Text;
|
||||||
|
if (text.Trim() != "")
|
||||||
|
{
|
||||||
|
tokenEditor.SelectedTokens.Clear();
|
||||||
|
tokenEditor.EditTextBox.TextChanged -= EditTextBox_TextChanged;
|
||||||
|
tokenEditor.EditTextBox.Text = text;
|
||||||
|
tokenEditor.IsPopupOpen = false;
|
||||||
|
tokenEditor.EditTextBox.TextChanged += EditTextBox_TextChanged;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private void EditTextBox_DoubleClick(object sender, EventArgs e)
|
private void EditTextBox_DoubleClick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -167,6 +167,7 @@ namespace DrawGraph
|
|||||||
int rowDrugsIndex = 0;
|
int rowDrugsIndex = 0;
|
||||||
//y的高度//主要高度
|
//y的高度//主要高度
|
||||||
double drugsy = 0;
|
double drugsy = 0;
|
||||||
|
int drugsi = 0;
|
||||||
//加药最后位置
|
//加药最后位置
|
||||||
double maxDrugsy = lines.RealY + getYPositionByListIndex(RowsCount - 1, lines.RealY, lines.RealEndY, RowsCount);
|
double maxDrugsy = lines.RealY + getYPositionByListIndex(RowsCount - 1, lines.RealY, lines.RealEndY, RowsCount);
|
||||||
|
|
||||||
@ -219,6 +220,12 @@ namespace DrawGraph
|
|||||||
myOpeRecord.AnalgesiaDrug += string.Format("{0}{1} ", item.DrugName.Trim(), dose);
|
myOpeRecord.AnalgesiaDrug += string.Format("{0}{1} ", item.DrugName.Trim(), dose);
|
||||||
x++;
|
x++;
|
||||||
}
|
}
|
||||||
|
else if (item.Access == "下" && item.ParentId == 0)
|
||||||
|
{
|
||||||
|
ListAddDrugs(DrugListstr, drugsi, item);
|
||||||
|
drugsi++;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
//当前时间段加药集合
|
//当前时间段加药集合
|
||||||
myOpeRecord.FactDrugList.ForEach(drug =>
|
myOpeRecord.FactDrugList.ForEach(drug =>
|
||||||
@ -236,9 +243,10 @@ namespace DrawGraph
|
|||||||
for (int i = 0; i < _FactDrugList.Count; i++)
|
for (int i = 0; i < _FactDrugList.Count; i++)
|
||||||
{
|
{
|
||||||
FactDrug temp = _FactDrugList[i];
|
FactDrug temp = _FactDrugList[i];
|
||||||
if (temp.GiveDrugType == "麻醉前用药" || temp.GiveDrugType == "术后镇痛药" || temp.DrugChannel == "备用" || temp.GiveDrugType == "麻醉诱导用药" || temp.DrugChannel == "配药") continue;
|
if (temp.GiveDrugType == "麻醉前用药" || temp.GiveDrugType == "术后镇痛药" || temp.DrugChannel == "备用" || temp.GiveDrugType == "麻醉诱导用药" || temp.DrugChannel == "配药" || temp.Access == "下") continue;
|
||||||
//子药不画
|
//子药不画
|
||||||
if (temp.ParentId > 0) continue;
|
if (temp.ParentId > 0) continue;
|
||||||
|
|
||||||
bool isEqual = false;
|
bool isEqual = false;
|
||||||
bool isChildEqual = false;
|
bool isChildEqual = false;
|
||||||
|
|
||||||
|
|||||||
@ -227,7 +227,7 @@ namespace DrawGraph
|
|||||||
for (int i = 0; i < _FactDrugList.Count; i++)
|
for (int i = 0; i < _FactDrugList.Count; i++)
|
||||||
{
|
{
|
||||||
FactDrug temp = _FactDrugList[i];
|
FactDrug temp = _FactDrugList[i];
|
||||||
if (temp.GiveDrugType == "麻醉前用药" || temp.GiveDrugType == "术后镇痛药" || temp.DrugChannel == "备用" ||temp.DrugChannel == "配药" || temp.GiveDrugType == "麻醉诱导用药") continue;
|
if (temp.GiveDrugType == "麻醉前用药" || temp.GiveDrugType == "术后镇痛药" || temp.DrugChannel == "备用" ||temp.DrugChannel == "配药" || temp.GiveDrugType == "麻醉诱导用药" || temp.Access == "下") continue;
|
||||||
//子药不画
|
//子药不画
|
||||||
if (temp.ParentId > 0) continue;
|
if (temp.ParentId > 0) continue;
|
||||||
bool isEqual = false;
|
bool isEqual = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user