571 lines
30 KiB
C#
571 lines
30 KiB
C#
namespace AIMS.OperationAanesthesia
|
|
{
|
|
partial class frmRecoverPatient
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRecoverPatient));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.btnFind = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpBeginTime = new System.Windows.Forms.DateTimePicker();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dtpSelectPatientTime = new System.Windows.Forms.DateTimePicker();
|
|
this.btnFrontDay = new System.Windows.Forms.Button();
|
|
this.btnNextDay = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.supTabPatient = new DevComponents.DotNetBar.SuperTabControl();
|
|
this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
this.dgv = new System.Windows.Forms.DataGridView();
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ApplyIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OpeRoomColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OutRoomTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.OperationDoctorColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AnesthesiaDoctorColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.待复苏 = new DevComponents.DotNetBar.SuperTabItem();
|
|
this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
|
|
this.dgv2 = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PatientIdColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ApplyIdColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.已复苏 = new DevComponents.DotNetBar.SuperTabItem();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.supTabPatient)).BeginInit();
|
|
this.supTabPatient.SuspendLayout();
|
|
this.superTabControlPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
|
|
this.superTabControlPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.panel1.Controls.Add(this.panel4);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(999, 39);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.btnFind);
|
|
this.panel4.Controls.Add(this.label3);
|
|
this.panel4.Controls.Add(this.label2);
|
|
this.panel4.Controls.Add(this.dtpEndTime);
|
|
this.panel4.Controls.Add(this.dtpBeginTime);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel4.Location = new System.Drawing.Point(310, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(450, 39);
|
|
this.panel4.TabIndex = 10;
|
|
this.panel4.Visible = false;
|
|
//
|
|
// btnFind
|
|
//
|
|
this.btnFind.Location = new System.Drawing.Point(376, 10);
|
|
this.btnFind.Name = "btnFind";
|
|
this.btnFind.Size = new System.Drawing.Size(66, 23);
|
|
this.btnFind.TabIndex = 17;
|
|
this.btnFind.Text = "查询";
|
|
this.btnFind.UseVisualStyleBackColor = true;
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(234, 12);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(15, 20);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "-";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(16, 10);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(93, 20);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "复苏日期查询";
|
|
//
|
|
// dtpEndTime
|
|
//
|
|
this.dtpEndTime.CustomFormat = "yyyy-MM-dd";
|
|
this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpEndTime.Location = new System.Drawing.Point(256, 10);
|
|
this.dtpEndTime.Name = "dtpEndTime";
|
|
this.dtpEndTime.Size = new System.Drawing.Size(111, 23);
|
|
this.dtpEndTime.TabIndex = 0;
|
|
//
|
|
// dtpBeginTime
|
|
//
|
|
this.dtpBeginTime.CustomFormat = "yyyy-MM-dd";
|
|
this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpBeginTime.Location = new System.Drawing.Point(117, 10);
|
|
this.dtpBeginTime.Name = "dtpBeginTime";
|
|
this.dtpBeginTime.Size = new System.Drawing.Size(111, 23);
|
|
this.dtpBeginTime.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Controls.Add(this.dtpSelectPatientTime);
|
|
this.panel2.Controls.Add(this.btnFrontDay);
|
|
this.panel2.Controls.Add(this.btnNextDay);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(310, 39);
|
|
this.panel2.TabIndex = 9;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(16, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 20);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "复苏日期";
|
|
//
|
|
// dtpSelectPatientTime
|
|
//
|
|
this.dtpSelectPatientTime.CustomFormat = "yyyy-MM-dd";
|
|
this.dtpSelectPatientTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpSelectPatientTime.Location = new System.Drawing.Point(89, 10);
|
|
this.dtpSelectPatientTime.Name = "dtpSelectPatientTime";
|
|
this.dtpSelectPatientTime.Size = new System.Drawing.Size(111, 23);
|
|
this.dtpSelectPatientTime.TabIndex = 0;
|
|
this.dtpSelectPatientTime.ValueChanged += new System.EventHandler(this.dtpSelectPatientTime_ValueChanged);
|
|
//
|
|
// btnFrontDay
|
|
//
|
|
this.btnFrontDay.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnFrontDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFrontDay.BackgroundImage")));
|
|
this.btnFrontDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnFrontDay.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnFrontDay.FlatAppearance.BorderSize = 0;
|
|
this.btnFrontDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnFrontDay.Location = new System.Drawing.Point(220, 8);
|
|
this.btnFrontDay.Name = "btnFrontDay";
|
|
this.btnFrontDay.Size = new System.Drawing.Size(34, 24);
|
|
this.btnFrontDay.TabIndex = 2;
|
|
this.btnFrontDay.UseVisualStyleBackColor = false;
|
|
this.btnFrontDay.Click += new System.EventHandler(this.btnFrontDay_Click);
|
|
//
|
|
// btnNextDay
|
|
//
|
|
this.btnNextDay.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnNextDay.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNextDay.BackgroundImage")));
|
|
this.btnNextDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnNextDay.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnNextDay.FlatAppearance.BorderSize = 0;
|
|
this.btnNextDay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnNextDay.Location = new System.Drawing.Point(258, 8);
|
|
this.btnNextDay.Name = "btnNextDay";
|
|
this.btnNextDay.Size = new System.Drawing.Size(34, 24);
|
|
this.btnNextDay.TabIndex = 1;
|
|
this.btnNextDay.UseVisualStyleBackColor = false;
|
|
this.btnNextDay.Click += new System.EventHandler(this.btnNext_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.groupBox1.Controls.Add(this.supTabPatient);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 39);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(253, 598);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// supTabPatient
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.supTabPatient.ControlBox.CloseBox.Name = "";
|
|
//
|
|
//
|
|
//
|
|
this.supTabPatient.ControlBox.MenuBox.Name = "";
|
|
this.supTabPatient.ControlBox.Name = "";
|
|
this.supTabPatient.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.supTabPatient.ControlBox.MenuBox,
|
|
this.supTabPatient.ControlBox.CloseBox});
|
|
this.supTabPatient.Controls.Add(this.superTabControlPanel1);
|
|
this.supTabPatient.Controls.Add(this.superTabControlPanel2);
|
|
this.supTabPatient.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.supTabPatient.Location = new System.Drawing.Point(3, 17);
|
|
this.supTabPatient.Name = "supTabPatient";
|
|
this.supTabPatient.ReorderTabsEnabled = true;
|
|
this.supTabPatient.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
|
|
this.supTabPatient.SelectedTabIndex = 0;
|
|
this.supTabPatient.Size = new System.Drawing.Size(247, 578);
|
|
this.supTabPatient.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.supTabPatient.TabIndex = 0;
|
|
this.supTabPatient.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
|
this.待复苏,
|
|
this.已复苏});
|
|
this.supTabPatient.Text = "superTabControl1";
|
|
this.supTabPatient.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.supTabPatient_SelectedTabChanged);
|
|
//
|
|
// superTabControlPanel1
|
|
//
|
|
this.superTabControlPanel1.Controls.Add(this.dgv);
|
|
this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28);
|
|
this.superTabControlPanel1.Name = "superTabControlPanel1";
|
|
this.superTabControlPanel1.Size = new System.Drawing.Size(247, 550);
|
|
this.superTabControlPanel1.TabIndex = 1;
|
|
this.superTabControlPanel1.TabItem = this.待复苏;
|
|
//
|
|
// dgv
|
|
//
|
|
this.dgv.AllowUserToAddRows = false;
|
|
this.dgv.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Id,
|
|
this.PatientIdColumn,
|
|
this.ApplyIdColumn,
|
|
this.OpeRoomColumn,
|
|
this.PatientNameColumn,
|
|
this.OutRoomTime,
|
|
this.OperationDoctorColumn,
|
|
this.AnesthesiaDoctorColumn});
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgv.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv.Location = new System.Drawing.Point(0, 0);
|
|
this.dgv.Name = "dgv";
|
|
this.dgv.RowHeadersVisible = false;
|
|
this.dgv.RowTemplate.Height = 23;
|
|
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv.Size = new System.Drawing.Size(247, 550);
|
|
this.dgv.TabIndex = 5;
|
|
this.dgv.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellContentClick);
|
|
//
|
|
// Id
|
|
//
|
|
this.Id.DataPropertyName = "Id";
|
|
this.Id.HeaderText = "Id";
|
|
this.Id.Name = "Id";
|
|
this.Id.Visible = false;
|
|
//
|
|
// PatientIdColumn
|
|
//
|
|
this.PatientIdColumn.DataPropertyName = "PatientId";
|
|
this.PatientIdColumn.HeaderText = "PatientId";
|
|
this.PatientIdColumn.Name = "PatientIdColumn";
|
|
this.PatientIdColumn.Visible = false;
|
|
//
|
|
// ApplyIdColumn
|
|
//
|
|
this.ApplyIdColumn.DataPropertyName = "ApplyId";
|
|
this.ApplyIdColumn.HeaderText = "ApplyId";
|
|
this.ApplyIdColumn.Name = "ApplyIdColumn";
|
|
this.ApplyIdColumn.ReadOnly = true;
|
|
this.ApplyIdColumn.Visible = false;
|
|
//
|
|
// OpeRoomColumn
|
|
//
|
|
this.OpeRoomColumn.HeaderText = "手术间";
|
|
this.OpeRoomColumn.Name = "OpeRoomColumn";
|
|
this.OpeRoomColumn.ReadOnly = true;
|
|
this.OpeRoomColumn.Width = 70;
|
|
//
|
|
// PatientNameColumn
|
|
//
|
|
this.PatientNameColumn.DataPropertyName = "PatientName";
|
|
this.PatientNameColumn.HeaderText = "患者信息";
|
|
this.PatientNameColumn.Name = "PatientNameColumn";
|
|
this.PatientNameColumn.ReadOnly = true;
|
|
this.PatientNameColumn.Width = 80;
|
|
//
|
|
// OutRoomTime
|
|
//
|
|
this.OutRoomTime.DataPropertyName = "OutRoomTime";
|
|
this.OutRoomTime.HeaderText = "出手术间时间";
|
|
this.OutRoomTime.Name = "OutRoomTime";
|
|
this.OutRoomTime.ReadOnly = true;
|
|
this.OutRoomTime.Width = 200;
|
|
//
|
|
// OperationDoctorColumn
|
|
//
|
|
this.OperationDoctorColumn.DataPropertyName = "OperationDoctor";
|
|
this.OperationDoctorColumn.HeaderText = "术者";
|
|
this.OperationDoctorColumn.Name = "OperationDoctorColumn";
|
|
this.OperationDoctorColumn.ReadOnly = true;
|
|
this.OperationDoctorColumn.Width = 120;
|
|
//
|
|
// AnesthesiaDoctorColumn
|
|
//
|
|
this.AnesthesiaDoctorColumn.DataPropertyName = "AnesthesiaDoctor";
|
|
this.AnesthesiaDoctorColumn.HeaderText = "麻醉医生";
|
|
this.AnesthesiaDoctorColumn.Name = "AnesthesiaDoctorColumn";
|
|
this.AnesthesiaDoctorColumn.ReadOnly = true;
|
|
this.AnesthesiaDoctorColumn.Width = 120;
|
|
//
|
|
// 待复苏
|
|
//
|
|
this.待复苏.AttachedControl = this.superTabControlPanel1;
|
|
this.待复苏.GlobalItem = false;
|
|
this.待复苏.Name = "待复苏";
|
|
this.待复苏.Text = "待复苏";
|
|
//
|
|
// superTabControlPanel2
|
|
//
|
|
this.superTabControlPanel2.Controls.Add(this.dgv2);
|
|
this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28);
|
|
this.superTabControlPanel2.Name = "superTabControlPanel2";
|
|
this.superTabControlPanel2.Size = new System.Drawing.Size(247, 550);
|
|
this.superTabControlPanel2.TabIndex = 0;
|
|
this.superTabControlPanel2.TabItem = this.已复苏;
|
|
//
|
|
// dgv2
|
|
//
|
|
this.dgv2.AllowUserToAddRows = false;
|
|
this.dgv2.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.PatientIdColumn2,
|
|
this.ApplyIdColumn2,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.dataGridViewTextBoxColumn6,
|
|
this.dataGridViewTextBoxColumn8});
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 10.5F);
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgv2.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.dgv2.Location = new System.Drawing.Point(0, 0);
|
|
this.dgv2.Name = "dgv2";
|
|
this.dgv2.RowHeadersVisible = false;
|
|
this.dgv2.RowTemplate.Height = 23;
|
|
this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv2.Size = new System.Drawing.Size(247, 550);
|
|
this.dgv2.TabIndex = 5;
|
|
this.dgv2.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv2_CellContentDoubleClick);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Id";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
//
|
|
// PatientIdColumn2
|
|
//
|
|
this.PatientIdColumn2.DataPropertyName = "PatientId";
|
|
this.PatientIdColumn2.HeaderText = "PatientId";
|
|
this.PatientIdColumn2.Name = "PatientIdColumn2";
|
|
this.PatientIdColumn2.Visible = false;
|
|
//
|
|
// ApplyIdColumn2
|
|
//
|
|
this.ApplyIdColumn2.DataPropertyName = "ApplyId";
|
|
this.ApplyIdColumn2.HeaderText = "ApplyId";
|
|
this.ApplyIdColumn2.Name = "ApplyIdColumn2";
|
|
this.ApplyIdColumn2.ReadOnly = true;
|
|
this.ApplyIdColumn2.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "床位号";
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn4.Width = 70;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "PatientName";
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "患者信息";
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn5.Width = 80;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "OutRoomTime";
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "出复苏室时间";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn6.Width = 200;
|
|
//
|
|
// dataGridViewTextBoxColumn8
|
|
//
|
|
this.dataGridViewTextBoxColumn8.DataPropertyName = "AnesthesiaDoctor";
|
|
this.dataGridViewTextBoxColumn8.HeaderText = "复苏医生";
|
|
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn8.Width = 120;
|
|
//
|
|
// 已复苏
|
|
//
|
|
this.已复苏.AttachedControl = this.superTabControlPanel2;
|
|
this.已复苏.GlobalItem = false;
|
|
this.已复苏.Name = "已复苏";
|
|
this.已复苏.Text = "已复苏";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.groupBox2.Controls.Add(this.panel3);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox2.Location = new System.Drawing.Point(253, 39);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(746, 598);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "复苏床位";
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.AutoScroll = true;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(3, 17);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(740, 578);
|
|
this.panel3.TabIndex = 0;
|
|
//
|
|
// frmRecoverPatient
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(999, 637);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmRecoverPatient";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "选择患者";
|
|
this.Load += new System.EventHandler(this.frmRecoverPatientNew_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.supTabPatient)).EndInit();
|
|
this.supTabPatient.ResumeLayout(false);
|
|
this.superTabControlPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
|
|
this.superTabControlPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DateTimePicker dtpSelectPatientTime;
|
|
private System.Windows.Forms.Button btnNextDay;
|
|
private System.Windows.Forms.Button btnFrontDay;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevComponents.DotNetBar.SuperTabControl supTabPatient;
|
|
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
|
|
private System.Windows.Forms.DataGridView dgv2;
|
|
private DevComponents.DotNetBar.SuperTabItem 已复苏;
|
|
private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
|
|
private System.Windows.Forms.DataGridView dgv;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientIdColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ApplyIdColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OpeRoomColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientNameColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OutRoomTime;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OperationDoctorColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AnesthesiaDoctorColumn;
|
|
private DevComponents.DotNetBar.SuperTabItem 待复苏;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PatientIdColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ApplyIdColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dtpEndTime;
|
|
private System.Windows.Forms.DateTimePicker dtpBeginTime;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btnFind;
|
|
}
|
|
} |