AIMS/AIMS.UI/OperationAanesthesia/frmAanesthesiaRecover.Designer.cs
2023-08-16 00:51:07 +08:00

1442 lines
82 KiB
C#

namespace AIMS.OperationAanesthesia
{
partial class frmAanesthesiaRecover
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAanesthesiaRecover));
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel14 = new System.Windows.Forms.Panel();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.btnCancelIn = new System.Windows.Forms.Button();
this.btnCancelOperation = new System.Windows.Forms.Button();
this.btnTemplate = new System.Windows.Forms.Button();
this.btnOutputLiquids = new System.Windows.Forms.Button();
this.btnAddEvents = new System.Windows.Forms.Button();
this.btnDrug = new System.Windows.Forms.Button();
this.btnOperationInfo = new System.Windows.Forms.Button();
this.btnSelectPatient = new System.Windows.Forms.Button();
this.panel4 = new System.Windows.Forms.Panel();
this.lblSpo2 = new System.Windows.Forms.Label();
this.lblRESP = new System.Windows.Forms.Label();
this.lblDia = new System.Windows.Forms.Label();
this.lblPR = new System.Windows.Forms.Label();
this.lblHR = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.btnChage = new System.Windows.Forms.Button();
this.btnsjzx = new System.Windows.Forms.Button();
this.btnzsk = new System.Windows.Forms.Button();
this.btndptz = new System.Windows.Forms.Button();
this.btnsbwh = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.panel8 = new AIMS.PublicUI.UI.DrawPanel();
this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
this.zgcAnaesRecord = new DrawGraph.ZedGraphControl();
this.panel7 = new System.Windows.Forms.Panel();
this.panel21 = new System.Windows.Forms.Panel();
this.PanelSave = new System.Windows.Forms.Panel();
this.panel17 = new System.Windows.Forms.Panel();
this.btnNextPage = new System.Windows.Forms.Panel();
this.plPrintBrowse = new System.Windows.Forms.Panel();
this.plPrint = new System.Windows.Forms.Panel();
this.panel18 = new System.Windows.Forms.Panel();
this.btnUpPage = new System.Windows.Forms.Panel();
this.plRefresh = new System.Windows.Forms.Panel();
this.lblRoom = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.labOperatorName = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.plTitleEventTime = new System.Windows.Forms.Panel();
this.panel13 = new System.Windows.Forms.Panel();
this.txtOutRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.picOutRoom = new System.Windows.Forms.PictureBox();
this.button5 = new System.Windows.Forms.Button();
this.panel16 = new System.Windows.Forms.Panel();
this.cmbBGType = new System.Windows.Forms.ComboBox();
this.txtBG = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.picBG = new System.Windows.Forms.PictureBox();
this.panel12 = new System.Windows.Forms.Panel();
this.txtAnaesthesiaEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.picAnesEnd = new System.Windows.Forms.PictureBox();
this.button4 = new System.Windows.Forms.Button();
this.panel6 = new System.Windows.Forms.Panel();
this.txtInRoom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.picInRoom = new System.Windows.Forms.PictureBox();
this.txtInRoom1 = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panel3.SuspendLayout();
this.panel14.SuspendLayout();
this.panel4.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel8.SuspendLayout();
this.panel7.SuspendLayout();
this.panel21.SuspendLayout();
this.plTitleEventTime.SuspendLayout();
this.panel13.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).BeginInit();
this.panel16.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBG)).BeginInit();
this.panel12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picAnesEnd)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picInRoom)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.AliceBlue;
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1360, 10);
this.panel2.TabIndex = 1;
this.panel2.Visible = false;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.SlateGray;
this.panel3.Controls.Add(this.panel14);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Font = new System.Drawing.Font("宋体", 12F);
this.panel3.Location = new System.Drawing.Point(0, 10);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(160, 859);
this.panel3.TabIndex = 2;
//
// panel14
//
this.panel14.BackColor = System.Drawing.Color.White;
this.panel14.Controls.Add(this.button8);
this.panel14.Controls.Add(this.button7);
this.panel14.Controls.Add(this.btnCancelIn);
this.panel14.Controls.Add(this.btnCancelOperation);
this.panel14.Controls.Add(this.btnTemplate);
this.panel14.Controls.Add(this.btnOutputLiquids);
this.panel14.Controls.Add(this.btnAddEvents);
this.panel14.Controls.Add(this.btnDrug);
this.panel14.Controls.Add(this.btnOperationInfo);
this.panel14.Controls.Add(this.btnSelectPatient);
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel14.Location = new System.Drawing.Point(0, 0);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(160, 859);
this.panel14.TabIndex = 5;
//
// button8
//
this.button8.BackColor = System.Drawing.Color.Transparent;
this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.button8.Cursor = System.Windows.Forms.Cursors.Hand;
this.button8.Dock = System.Windows.Forms.DockStyle.Top;
this.button8.FlatAppearance.BorderSize = 0;
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Font = new System.Drawing.Font("微软雅黑", 11F);
this.button8.ForeColor = System.Drawing.Color.DimGray;
this.button8.Image = global::AIMSControls.Properties.Resources.;
this.button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button8.Location = new System.Drawing.Point(0, 450);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(160, 50);
this.button8.TabIndex = 15;
this.button8.Text = " 系统设置";
this.button8.UseVisualStyleBackColor = false;
this.button8.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// button7
//
this.button7.BackColor = System.Drawing.Color.Transparent;
this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.button7.Cursor = System.Windows.Forms.Cursors.Hand;
this.button7.Dock = System.Windows.Forms.DockStyle.Top;
this.button7.FlatAppearance.BorderSize = 0;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("微软雅黑", 11F);
this.button7.ForeColor = System.Drawing.Color.DimGray;
this.button7.Image = global::AIMSControls.Properties.Resources.;
this.button7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button7.Location = new System.Drawing.Point(0, 400);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(160, 50);
this.button7.TabIndex = 14;
this.button7.Text = " 文书记录";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.tsbExePlan_Click);
//
// btnCancelIn
//
this.btnCancelIn.BackColor = System.Drawing.Color.Transparent;
this.btnCancelIn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCancelIn.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancelIn.Dock = System.Windows.Forms.DockStyle.Top;
this.btnCancelIn.FlatAppearance.BorderSize = 0;
this.btnCancelIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancelIn.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnCancelIn.ForeColor = System.Drawing.Color.DimGray;
this.btnCancelIn.Image = global::AIMSControls.Properties.Resources.;
this.btnCancelIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCancelIn.Location = new System.Drawing.Point(0, 350);
this.btnCancelIn.Name = "btnCancelIn";
this.btnCancelIn.Size = new System.Drawing.Size(160, 50);
this.btnCancelIn.TabIndex = 12;
this.btnCancelIn.Text = " 取消复苏";
this.btnCancelIn.UseVisualStyleBackColor = false;
this.btnCancelIn.Click += new System.EventHandler(this.btnCancelIn_Click);
//
// btnCancelOperation
//
this.btnCancelOperation.BackColor = System.Drawing.Color.Transparent;
this.btnCancelOperation.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCancelOperation.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancelOperation.Dock = System.Windows.Forms.DockStyle.Top;
this.btnCancelOperation.FlatAppearance.BorderSize = 0;
this.btnCancelOperation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancelOperation.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnCancelOperation.ForeColor = System.Drawing.Color.DimGray;
this.btnCancelOperation.Image = global::AIMSControls.Properties.Resources.;
this.btnCancelOperation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCancelOperation.Location = new System.Drawing.Point(0, 300);
this.btnCancelOperation.Name = "btnCancelOperation";
this.btnCancelOperation.Size = new System.Drawing.Size(160, 50);
this.btnCancelOperation.TabIndex = 11;
this.btnCancelOperation.Text = " 停止复苏";
this.btnCancelOperation.UseVisualStyleBackColor = false;
this.btnCancelOperation.Click += new System.EventHandler(this.btnCancelOperation_Click);
//
// btnTemplate
//
this.btnTemplate.BackColor = System.Drawing.Color.Transparent;
this.btnTemplate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnTemplate.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTemplate.Dock = System.Windows.Forms.DockStyle.Top;
this.btnTemplate.FlatAppearance.BorderSize = 0;
this.btnTemplate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTemplate.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnTemplate.ForeColor = System.Drawing.Color.DimGray;
this.btnTemplate.Image = global::AIMSControls.Properties.Resources.;
this.btnTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnTemplate.Location = new System.Drawing.Point(0, 250);
this.btnTemplate.Name = "btnTemplate";
this.btnTemplate.Size = new System.Drawing.Size(160, 50);
this.btnTemplate.TabIndex = 10;
this.btnTemplate.Text = " 出室信息";
this.btnTemplate.UseVisualStyleBackColor = false;
this.btnTemplate.Click += new System.EventHandler(this.btnTemplate_Click);
//
// btnOutputLiquids
//
this.btnOutputLiquids.BackColor = System.Drawing.Color.Transparent;
this.btnOutputLiquids.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOutputLiquids.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOutputLiquids.Dock = System.Windows.Forms.DockStyle.Top;
this.btnOutputLiquids.FlatAppearance.BorderSize = 0;
this.btnOutputLiquids.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOutputLiquids.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnOutputLiquids.ForeColor = System.Drawing.Color.DimGray;
this.btnOutputLiquids.Image = global::AIMSControls.Properties.Resources.;
this.btnOutputLiquids.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOutputLiquids.Location = new System.Drawing.Point(0, 200);
this.btnOutputLiquids.Name = "btnOutputLiquids";
this.btnOutputLiquids.Size = new System.Drawing.Size(160, 50);
this.btnOutputLiquids.TabIndex = 7;
this.btnOutputLiquids.Text = " 出量记录";
this.btnOutputLiquids.UseVisualStyleBackColor = false;
this.btnOutputLiquids.Click += new System.EventHandler(this.btnOutputLiquids_Click);
//
// btnAddEvents
//
this.btnAddEvents.BackColor = System.Drawing.Color.Transparent;
this.btnAddEvents.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAddEvents.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAddEvents.Dock = System.Windows.Forms.DockStyle.Top;
this.btnAddEvents.FlatAppearance.BorderSize = 0;
this.btnAddEvents.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAddEvents.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnAddEvents.ForeColor = System.Drawing.Color.DimGray;
this.btnAddEvents.Image = global::AIMSControls.Properties.Resources.;
this.btnAddEvents.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAddEvents.Location = new System.Drawing.Point(0, 150);
this.btnAddEvents.Name = "btnAddEvents";
this.btnAddEvents.Size = new System.Drawing.Size(160, 50);
this.btnAddEvents.TabIndex = 6;
this.btnAddEvents.Text = " 事件记录";
this.btnAddEvents.UseVisualStyleBackColor = false;
this.btnAddEvents.Click += new System.EventHandler(this.btnAddEvents_Click);
//
// btnDrug
//
this.btnDrug.BackColor = System.Drawing.Color.Transparent;
this.btnDrug.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDrug.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDrug.Dock = System.Windows.Forms.DockStyle.Top;
this.btnDrug.FlatAppearance.BorderSize = 0;
this.btnDrug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDrug.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnDrug.ForeColor = System.Drawing.Color.DimGray;
this.btnDrug.Image = global::AIMSControls.Properties.Resources.;
this.btnDrug.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnDrug.Location = new System.Drawing.Point(0, 100);
this.btnDrug.Name = "btnDrug";
this.btnDrug.Size = new System.Drawing.Size(160, 50);
this.btnDrug.TabIndex = 5;
this.btnDrug.Text = " 用药记录";
this.btnDrug.UseVisualStyleBackColor = false;
this.btnDrug.Click += new System.EventHandler(this.btnDrug_Click);
//
// btnOperationInfo
//
this.btnOperationInfo.BackColor = System.Drawing.Color.Transparent;
this.btnOperationInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperationInfo.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOperationInfo.Dock = System.Windows.Forms.DockStyle.Top;
this.btnOperationInfo.FlatAppearance.BorderSize = 0;
this.btnOperationInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOperationInfo.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnOperationInfo.ForeColor = System.Drawing.Color.DimGray;
this.btnOperationInfo.Image = global::AIMSControls.Properties.Resources.;
this.btnOperationInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOperationInfo.Location = new System.Drawing.Point(0, 50);
this.btnOperationInfo.Name = "btnOperationInfo";
this.btnOperationInfo.Size = new System.Drawing.Size(160, 50);
this.btnOperationInfo.TabIndex = 4;
this.btnOperationInfo.Text = " 入室信息";
this.btnOperationInfo.UseVisualStyleBackColor = false;
this.btnOperationInfo.Click += new System.EventHandler(this.btnOperationInfo_Click);
//
// btnSelectPatient
//
this.btnSelectPatient.BackColor = System.Drawing.Color.Transparent;
this.btnSelectPatient.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.btnSelectPatient.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelectPatient.Dock = System.Windows.Forms.DockStyle.Top;
this.btnSelectPatient.FlatAppearance.BorderSize = 0;
this.btnSelectPatient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSelectPatient.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnSelectPatient.ForeColor = System.Drawing.Color.DimGray;
this.btnSelectPatient.Image = global::AIMSControls.Properties.Resources.;
this.btnSelectPatient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSelectPatient.Location = new System.Drawing.Point(0, 0);
this.btnSelectPatient.Name = "btnSelectPatient";
this.btnSelectPatient.Size = new System.Drawing.Size(160, 50);
this.btnSelectPatient.TabIndex = 3;
this.btnSelectPatient.Text = " 复苏列表";
this.btnSelectPatient.UseVisualStyleBackColor = false;
this.btnSelectPatient.Click += new System.EventHandler(this.btnSelectPatient_Click);
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.White;
this.panel4.Controls.Add(this.lblSpo2);
this.panel4.Controls.Add(this.lblRESP);
this.panel4.Controls.Add(this.lblDia);
this.panel4.Controls.Add(this.lblPR);
this.panel4.Controls.Add(this.lblHR);
this.panel4.Controls.Add(this.label9);
this.panel4.Controls.Add(this.label8);
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.label7);
this.panel4.Controls.Add(this.label5);
this.panel4.Controls.Add(this.label3);
this.panel4.Controls.Add(this.label2);
this.panel4.Controls.Add(this.label4);
this.panel4.Controls.Add(this.label1);
this.panel4.Controls.Add(this.button1);
this.panel4.Controls.Add(this.btnChage);
this.panel4.Controls.Add(this.btnsjzx);
this.panel4.Controls.Add(this.btnzsk);
this.panel4.Controls.Add(this.btndptz);
this.panel4.Controls.Add(this.btnsbwh);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Font = new System.Drawing.Font("宋体", 10.5F);
this.panel4.Location = new System.Drawing.Point(1200, 10);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(160, 859);
this.panel4.TabIndex = 3;
//
// lblSpo2
//
this.lblSpo2.AutoSize = true;
this.lblSpo2.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSpo2.ForeColor = System.Drawing.Color.Cyan;
this.lblSpo2.Location = new System.Drawing.Point(38, 411);
this.lblSpo2.Name = "lblSpo2";
this.lblSpo2.Size = new System.Drawing.Size(50, 46);
this.lblSpo2.TabIndex = 39;
this.lblSpo2.Text = "--";
//
// lblRESP
//
this.lblRESP.AutoSize = true;
this.lblRESP.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRESP.ForeColor = System.Drawing.Color.DarkOrange;
this.lblRESP.Location = new System.Drawing.Point(48, 318);
this.lblRESP.Name = "lblRESP";
this.lblRESP.Size = new System.Drawing.Size(50, 46);
this.lblRESP.TabIndex = 37;
this.lblRESP.Text = "--";
//
// lblDia
//
this.lblDia.AutoSize = true;
this.lblDia.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDia.ForeColor = System.Drawing.Color.Red;
this.lblDia.Location = new System.Drawing.Point(15, 225);
this.lblDia.Name = "lblDia";
this.lblDia.Size = new System.Drawing.Size(125, 46);
this.lblDia.TabIndex = 36;
this.lblDia.Text = "---/---";
//
// lblPR
//
this.lblPR.AutoSize = true;
this.lblPR.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblPR.ForeColor = System.Drawing.Color.Green;
this.lblPR.Location = new System.Drawing.Point(48, 132);
this.lblPR.Name = "lblPR";
this.lblPR.Size = new System.Drawing.Size(50, 46);
this.lblPR.TabIndex = 34;
this.lblPR.Text = "--";
//
// lblHR
//
this.lblHR.AutoSize = true;
this.lblHR.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblHR.ForeColor = System.Drawing.Color.Green;
this.lblHR.Location = new System.Drawing.Point(48, 39);
this.lblHR.Name = "lblHR";
this.lblHR.Size = new System.Drawing.Size(50, 46);
this.lblHR.TabIndex = 27;
this.lblHR.Text = "--";
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.White;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.ForeColor = System.Drawing.Color.DimGray;
this.label9.Location = new System.Drawing.Point(32, 385);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(95, 24);
this.label9.TabIndex = 40;
this.label9.Text = "SPO2( % )";
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.White;
this.label8.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.DimGray;
this.label8.Location = new System.Drawing.Point(24, 292);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(110, 24);
this.label8.TabIndex = 38;
this.label8.Text = "呼吸( 次/分 )";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.DimGray;
this.label6.Location = new System.Drawing.Point(16, 199);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(127, 24);
this.label6.TabIndex = 35;
this.label6.Text = "血压( mmHg )";
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.White;
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.DimGray;
this.label10.Location = new System.Drawing.Point(42, 459);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(70, 17);
this.label10.TabIndex = 28;
this.label10.Text = "90%-100%";
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.White;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.DimGray;
this.label7.Location = new System.Drawing.Point(42, 366);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(74, 17);
this.label7.TabIndex = 29;
this.label7.Text = "16-20 次/分";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.White;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.DimGray;
this.label5.Location = new System.Drawing.Point(34, 273);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(91, 17);
this.label5.TabIndex = 30;
this.label5.Text = "60-140 mmHg";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.White;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.DimGray;
this.label3.Location = new System.Drawing.Point(39, 180);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 17);
this.label3.TabIndex = 31;
this.label3.Text = "60-100 次/分";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.White;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.DimGray;
this.label2.Location = new System.Drawing.Point(39, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(81, 17);
this.label2.TabIndex = 32;
this.label2.Text = "60-100 次/分";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.White;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.DimGray;
this.label4.Location = new System.Drawing.Point(24, 106);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(110, 24);
this.label4.TabIndex = 33;
this.label4.Text = "脉搏( 次/分 )";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.DimGray;
this.label1.Location = new System.Drawing.Point(24, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 24);
this.label1.TabIndex = 26;
this.label1.Text = "心率( 次/分 )";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
this.button1.ForeColor = System.Drawing.Color.DimGray;
this.button1.Image = global::AIMSControls.Properties.Resources.;
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(0, 559);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(160, 50);
this.button1.TabIndex = 25;
this.button1.Text = " 麻醉记录";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnChage
//
this.btnChage.BackColor = System.Drawing.Color.Transparent;
this.btnChage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnChage.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnChage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnChage.FlatAppearance.BorderSize = 0;
this.btnChage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnChage.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnChage.ForeColor = System.Drawing.Color.DimGray;
this.btnChage.Image = global::AIMSControls.Properties.Resources.;
this.btnChage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnChage.Location = new System.Drawing.Point(0, 609);
this.btnChage.Name = "btnChage";
this.btnChage.Size = new System.Drawing.Size(160, 50);
this.btnChage.TabIndex = 24;
this.btnChage.Text = " 收费记录";
this.btnChage.UseVisualStyleBackColor = false;
this.btnChage.Visible = false;
this.btnChage.Click += new System.EventHandler(this.btnChage_Click);
//
// btnsjzx
//
this.btnsjzx.BackColor = System.Drawing.Color.Transparent;
this.btnsjzx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnsjzx.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnsjzx.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnsjzx.FlatAppearance.BorderSize = 0;
this.btnsjzx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnsjzx.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnsjzx.ForeColor = System.Drawing.Color.DimGray;
this.btnsjzx.Image = global::AIMSControls.Properties.Resources.;
this.btnsjzx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnsjzx.Location = new System.Drawing.Point(0, 659);
this.btnsjzx.Name = "btnsjzx";
this.btnsjzx.Size = new System.Drawing.Size(160, 50);
this.btnsjzx.TabIndex = 22;
this.btnsjzx.Text = " 数据中心";
this.btnsjzx.UseVisualStyleBackColor = false;
this.btnsjzx.Visible = false;
this.btnsjzx.Click += new System.EventHandler(this.btnsjzx_Click);
//
// btnzsk
//
this.btnzsk.BackColor = System.Drawing.Color.Transparent;
this.btnzsk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnzsk.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnzsk.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnzsk.FlatAppearance.BorderSize = 0;
this.btnzsk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnzsk.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnzsk.ForeColor = System.Drawing.Color.DimGray;
this.btnzsk.Image = global::AIMSControls.Properties.Resources.;
this.btnzsk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnzsk.Location = new System.Drawing.Point(0, 709);
this.btnzsk.Name = "btnzsk";
this.btnzsk.Size = new System.Drawing.Size(160, 50);
this.btnzsk.TabIndex = 20;
this.btnzsk.Text = " 知识库";
this.btnzsk.UseVisualStyleBackColor = false;
this.btnzsk.Click += new System.EventHandler(this.btnzsk_Click);
//
// btndptz
//
this.btndptz.BackColor = System.Drawing.Color.Transparent;
this.btndptz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btndptz.Cursor = System.Windows.Forms.Cursors.Hand;
this.btndptz.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btndptz.FlatAppearance.BorderSize = 0;
this.btndptz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btndptz.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btndptz.ForeColor = System.Drawing.Color.DimGray;
this.btndptz.Image = global::AIMSControls.Properties.Resources.;
this.btndptz.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btndptz.Location = new System.Drawing.Point(0, 759);
this.btndptz.Name = "btndptz";
this.btndptz.Size = new System.Drawing.Size(160, 50);
this.btndptz.TabIndex = 19;
this.btndptz.Text = " 大屏通知";
this.btndptz.UseVisualStyleBackColor = false;
this.btndptz.Visible = false;
this.btndptz.Click += new System.EventHandler(this.btndptz_Click);
//
// btnsbwh
//
this.btnsbwh.BackColor = System.Drawing.Color.Transparent;
this.btnsbwh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnsbwh.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnsbwh.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnsbwh.FlatAppearance.BorderSize = 0;
this.btnsbwh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnsbwh.Font = new System.Drawing.Font("微软雅黑", 11F);
this.btnsbwh.ForeColor = System.Drawing.Color.DimGray;
this.btnsbwh.Image = global::AIMSControls.Properties.Resources.;
this.btnsbwh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnsbwh.Location = new System.Drawing.Point(0, 809);
this.btnsbwh.Name = "btnsbwh";
this.btnsbwh.Size = new System.Drawing.Size(160, 50);
this.btnsbwh.TabIndex = 16;
this.btnsbwh.Text = " 设备维护";
this.btnsbwh.UseVisualStyleBackColor = false;
this.btnsbwh.Click += new System.EventHandler(this.btnsbwh_Click);
//
// panel1
//
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1360, 869);
this.panel1.TabIndex = 0;
//
// panel5
//
this.panel5.BackColor = System.Drawing.SystemColors.Control;
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.panel8);
this.panel5.Controls.Add(this.panel7);
this.panel5.Controls.Add(this.plTitleEventTime);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(160, 10);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1040, 859);
this.panel5.TabIndex = 4;
//
// panel8
//
this.panel8.AutoScroll = true;
this.panel8.BackColor = System.Drawing.Color.White;
this.panel8.Controls.Add(this.circularProgress1);
this.panel8.Controls.Add(this.zgcAnaesRecord);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(0, 58);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(1038, 759);
this.panel8.TabIndex = 2;
this.panel8.Scroll += new System.Windows.Forms.ScrollEventHandler(this.panel8_Scroll);
//
// circularProgress1
//
this.circularProgress1.AnimationSpeed = 50;
//
//
//
this.circularProgress1.BackgroundStyle.BackgroundImageAlpha = ((byte)(0));
this.circularProgress1.BackgroundStyle.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Zoom;
this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.circularProgress1.FocusCuesEnabled = false;
this.circularProgress1.Font = new System.Drawing.Font("微软雅黑", 9F);
this.circularProgress1.Location = new System.Drawing.Point(361, 252);
this.circularProgress1.Margin = new System.Windows.Forms.Padding(4);
this.circularProgress1.Name = "circularProgress1";
this.circularProgress1.ProgressColor = System.Drawing.Color.DodgerBlue;
this.circularProgress1.Size = new System.Drawing.Size(389, 239);
this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
this.circularProgress1.TabIndex = 6;
this.circularProgress1.Value = 100;
//
// zgcAnaesRecord
//
this.zgcAnaesRecord.Location = new System.Drawing.Point(3, 0);
this.zgcAnaesRecord.Name = "zgcAnaesRecord";
this.zgcAnaesRecord.ScrollGrace = 0D;
this.zgcAnaesRecord.ScrollMaxX = 0D;
this.zgcAnaesRecord.ScrollMaxY = 0D;
this.zgcAnaesRecord.ScrollMaxY2 = 0D;
this.zgcAnaesRecord.ScrollMinX = 0D;
this.zgcAnaesRecord.ScrollMinY = 0D;
this.zgcAnaesRecord.ScrollMinY2 = 0D;
this.zgcAnaesRecord.Size = new System.Drawing.Size(800, 1000);
this.zgcAnaesRecord.TabIndex = 0;
this.zgcAnaesRecord.Visible = false;
this.zgcAnaesRecord.ContextMenuBuilder += new DrawGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zgcAnaesRecord_ContextMenuBuilder);
this.zgcAnaesRecord.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseDownEvent);
this.zgcAnaesRecord.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseUpEvent);
this.zgcAnaesRecord.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zgcAnaesRecord_MouseMoveEvent);
this.zgcAnaesRecord.KeyUp += new System.Windows.Forms.KeyEventHandler(this.zgcAnaesRecord_KeyUp);
this.zgcAnaesRecord.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.zgcAnaesRecord_MouseDoubleClick);
//
// panel7
//
this.panel7.BackColor = System.Drawing.SystemColors.Control;
this.panel7.Controls.Add(this.panel21);
this.panel7.Controls.Add(this.lblRoom);
this.panel7.Controls.Add(this.label22);
this.panel7.Controls.Add(this.labOperatorName);
this.panel7.Controls.Add(this.label19);
this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel7.Location = new System.Drawing.Point(0, 817);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(1038, 40);
this.panel7.TabIndex = 1;
//
// panel21
//
this.panel21.Controls.Add(this.PanelSave);
this.panel21.Controls.Add(this.panel17);
this.panel21.Controls.Add(this.btnNextPage);
this.panel21.Controls.Add(this.plPrintBrowse);
this.panel21.Controls.Add(this.plPrint);
this.panel21.Controls.Add(this.panel18);
this.panel21.Controls.Add(this.btnUpPage);
this.panel21.Controls.Add(this.plRefresh);
this.panel21.Dock = System.Windows.Forms.DockStyle.Right;
this.panel21.Location = new System.Drawing.Point(638, 0);
this.panel21.Name = "panel21";
this.panel21.Size = new System.Drawing.Size(400, 40);
this.panel21.TabIndex = 10;
//
// PanelSave
//
this.PanelSave.BackgroundImage = global::AIMSControls.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 = 10;
this.PanelSave.Paint += new System.Windows.Forms.PaintEventHandler(this.PanelSave_Paint);
//
// panel17
//
this.panel17.BackgroundImage = global::AIMSControls.Properties.Resources._末尾页;
this.panel17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel17.Cursor = System.Windows.Forms.Cursors.Hand;
this.panel17.Location = new System.Drawing.Point(126, 4);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(28, 28);
this.panel17.TabIndex = 4;
this.panel17.Tag = "下一页";
this.panel17.Click += new System.EventHandler(this.btnNextEndPage_Click);
//
// btnNextPage
//
this.btnNextPage.BackgroundImage = global::AIMSControls.Properties.Resources._后一页;
this.btnNextPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnNextPage.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnNextPage.Location = new System.Drawing.Point(85, 4);
this.btnNextPage.Name = "btnNextPage";
this.btnNextPage.Size = new System.Drawing.Size(28, 28);
this.btnNextPage.TabIndex = 4;
this.btnNextPage.Tag = "下一页";
this.btnNextPage.Click += new System.EventHandler(this.btnNextPage_Click);
//
// plPrintBrowse
//
this.plPrintBrowse.BackgroundImage = global::AIMSControls.Properties.Resources._预览;
this.plPrintBrowse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.plPrintBrowse.Cursor = System.Windows.Forms.Cursors.Hand;
this.plPrintBrowse.Location = new System.Drawing.Point(254, 4);
this.plPrintBrowse.Name = "plPrintBrowse";
this.plPrintBrowse.Size = new System.Drawing.Size(28, 28);
this.plPrintBrowse.TabIndex = 4;
this.plPrintBrowse.Click += new System.EventHandler(this.plPrintBrowse_Click);
//
// plPrint
//
this.plPrint.BackgroundImage = global::AIMSControls.Properties.Resources._打印;
this.plPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.plPrint.Cursor = System.Windows.Forms.Cursors.Hand;
this.plPrint.Location = new System.Drawing.Point(214, 4);
this.plPrint.Name = "plPrint";
this.plPrint.Size = new System.Drawing.Size(28, 28);
this.plPrint.TabIndex = 3;
this.plPrint.Click += new System.EventHandler(this.plPrint_Click);
//
// panel18
//
this.panel18.BackgroundImage = global::AIMSControls.Properties.Resources._第一页;
this.panel18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel18.Cursor = System.Windows.Forms.Cursors.Hand;
this.panel18.Location = new System.Drawing.Point(3, 4);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(28, 28);
this.panel18.TabIndex = 3;
this.panel18.Tag = "上一页";
this.panel18.Click += new System.EventHandler(this.btnUpFsPage_Click);
//
// btnUpPage
//
this.btnUpPage.BackgroundImage = global::AIMSControls.Properties.Resources._前一页;
this.btnUpPage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnUpPage.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpPage.Location = new System.Drawing.Point(44, 4);
this.btnUpPage.Name = "btnUpPage";
this.btnUpPage.Size = new System.Drawing.Size(28, 28);
this.btnUpPage.TabIndex = 3;
this.btnUpPage.Tag = "上一页";
this.btnUpPage.Click += new System.EventHandler(this.btnUpPage_Click);
//
// plRefresh
//
this.plRefresh.BackgroundImage = global::AIMSControls.Properties.Resources._刷新;
this.plRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.plRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
this.plRefresh.Location = new System.Drawing.Point(294, 4);
this.plRefresh.Name = "plRefresh";
this.plRefresh.Size = new System.Drawing.Size(28, 28);
this.plRefresh.TabIndex = 2;
this.plRefresh.Click += new System.EventHandler(this.plRefresh_Click);
//
// lblRoom
//
this.lblRoom.AutoSize = true;
this.lblRoom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRoom.Location = new System.Drawing.Point(312, 8);
this.lblRoom.Name = "lblRoom";
this.lblRoom.Size = new System.Drawing.Size(13, 20);
this.lblRoom.TabIndex = 9;
this.lblRoom.Text = " ";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.Location = new System.Drawing.Point(235, 8);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(68, 20);
this.label22.TabIndex = 8;
this.label22.Text = "当前床位:";
//
// labOperatorName
//
this.labOperatorName.AutoSize = true;
this.labOperatorName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labOperatorName.Location = new System.Drawing.Point(84, 8);
this.labOperatorName.Name = "labOperatorName";
this.labOperatorName.Size = new System.Drawing.Size(93, 20);
this.labOperatorName.TabIndex = 7;
this.labOperatorName.Text = "操作人员名称";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(8, 8);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(68, 20);
this.label19.TabIndex = 6;
this.label19.Text = "操作人员:";
//
// plTitleEventTime
//
this.plTitleEventTime.BackColor = System.Drawing.Color.White;
this.plTitleEventTime.Controls.Add(this.panel13);
this.plTitleEventTime.Controls.Add(this.panel16);
this.plTitleEventTime.Controls.Add(this.panel12);
this.plTitleEventTime.Controls.Add(this.panel6);
this.plTitleEventTime.Dock = System.Windows.Forms.DockStyle.Top;
this.plTitleEventTime.Location = new System.Drawing.Point(0, 0);
this.plTitleEventTime.Name = "plTitleEventTime";
this.plTitleEventTime.Size = new System.Drawing.Size(1038, 58);
this.plTitleEventTime.TabIndex = 0;
//
// panel13
//
this.panel13.BackColor = System.Drawing.Color.AliceBlue;
this.panel13.Controls.Add(this.txtOutRoom);
this.panel13.Controls.Add(this.picOutRoom);
this.panel13.Controls.Add(this.button5);
this.panel13.Location = new System.Drawing.Point(333, 3);
this.panel13.Name = "panel13";
this.panel13.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
this.panel13.Size = new System.Drawing.Size(150, 53);
this.panel13.TabIndex = 51;
//
// txtOutRoom
//
this.txtOutRoom.AutoAdvance = true;
//
//
//
this.txtOutRoom.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtOutRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOutRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.txtOutRoom.CustomFormat = "MM-ddHH:mm";
this.txtOutRoom.FocusHighlightColor = System.Drawing.Color.White;
this.txtOutRoom.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtOutRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
this.txtOutRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
this.txtOutRoom.IsPopupCalendarOpen = false;
this.txtOutRoom.Location = new System.Drawing.Point(40, 23);
this.txtOutRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
//
//
//
//
//
//
this.txtOutRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOutRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.txtOutRoom.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.txtOutRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOutRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
this.txtOutRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
this.txtOutRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.txtOutRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtOutRoom.Name = "txtOutRoom";
this.txtOutRoom.Size = new System.Drawing.Size(101, 23);
this.txtOutRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtOutRoom.TabIndex = 43;
//
// picOutRoom
//
this.picOutRoom.BackColor = System.Drawing.Color.Transparent;
this.picOutRoom.BackgroundImage = global::AIMSControls.Properties.Resources.;
this.picOutRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picOutRoom.Location = new System.Drawing.Point(5, 12);
this.picOutRoom.Name = "picOutRoom";
this.picOutRoom.Size = new System.Drawing.Size(28, 28);
this.picOutRoom.TabIndex = 42;
this.picOutRoom.TabStop = false;
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Transparent;
this.button5.FlatAppearance.BorderSize = 0;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button5.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.button5.Location = new System.Drawing.Point(39, -3);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(100, 25);
this.button5.TabIndex = 41;
this.button5.Tag = "";
this.button5.Text = "出复苏室";
this.button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button5.UseVisualStyleBackColor = false;
//
// panel16
//
this.panel16.BackColor = System.Drawing.Color.AliceBlue;
this.panel16.Controls.Add(this.cmbBGType);
this.panel16.Controls.Add(this.txtBG);
this.panel16.Controls.Add(this.picBG);
this.panel16.Location = new System.Drawing.Point(167, 3);
this.panel16.Name = "panel16";
this.panel16.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
this.panel16.Size = new System.Drawing.Size(150, 53);
this.panel16.TabIndex = 51;
//
// 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
//
this.txtBG.AutoAdvance = true;
//
//
//
this.txtBG.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtBG.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBG.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.txtBG.CustomFormat = "MM-ddHH:mm";
this.txtBG.FocusHighlightColor = System.Drawing.Color.White;
this.txtBG.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtBG.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
this.txtBG.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
this.txtBG.IsPopupCalendarOpen = false;
this.txtBG.Location = new System.Drawing.Point(40, 26);
this.txtBG.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
//
//
//
//
//
//
this.txtBG.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBG.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.txtBG.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.txtBG.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBG.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
this.txtBG.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
this.txtBG.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.txtBG.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.txtBG.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBG.Name = "txtBG";
this.txtBG.Size = new System.Drawing.Size(101, 23);
this.txtBG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtBG.TabIndex = 43;
//
// picBG
//
this.picBG.BackColor = System.Drawing.Color.Transparent;
this.picBG.BackgroundImage = global::AIMSControls.Properties.Resources.;
this.picBG.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picBG.Location = new System.Drawing.Point(5, 12);
this.picBG.Name = "picBG";
this.picBG.Size = new System.Drawing.Size(28, 28);
this.picBG.TabIndex = 42;
this.picBG.TabStop = false;
//
// panel12
//
this.panel12.BackColor = System.Drawing.Color.AliceBlue;
this.panel12.Controls.Add(this.txtAnaesthesiaEnd);
this.panel12.Controls.Add(this.picAnesEnd);
this.panel12.Controls.Add(this.button4);
this.panel12.Location = new System.Drawing.Point(660, 5);
this.panel12.Name = "panel12";
this.panel12.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
this.panel12.Size = new System.Drawing.Size(150, 53);
this.panel12.TabIndex = 51;
this.panel12.Visible = false;
//
// txtAnaesthesiaEnd
//
this.txtAnaesthesiaEnd.AutoAdvance = true;
//
//
//
this.txtAnaesthesiaEnd.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtAnaesthesiaEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAnaesthesiaEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.txtAnaesthesiaEnd.CustomFormat = "MM-ddHH:mm";
this.txtAnaesthesiaEnd.FocusHighlightColor = System.Drawing.Color.White;
this.txtAnaesthesiaEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtAnaesthesiaEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
this.txtAnaesthesiaEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
this.txtAnaesthesiaEnd.IsPopupCalendarOpen = false;
this.txtAnaesthesiaEnd.Location = new System.Drawing.Point(40, 23);
this.txtAnaesthesiaEnd.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
//
//
//
//
//
//
this.txtAnaesthesiaEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAnaesthesiaEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.txtAnaesthesiaEnd.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.txtAnaesthesiaEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAnaesthesiaEnd.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
this.txtAnaesthesiaEnd.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
this.txtAnaesthesiaEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.txtAnaesthesiaEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtAnaesthesiaEnd.Name = "txtAnaesthesiaEnd";
this.txtAnaesthesiaEnd.Size = new System.Drawing.Size(101, 23);
this.txtAnaesthesiaEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtAnaesthesiaEnd.TabIndex = 43;
//
// picAnesEnd
//
this.picAnesEnd.BackColor = System.Drawing.Color.Transparent;
this.picAnesEnd.BackgroundImage = global::AIMSControls.Properties.Resources.;
this.picAnesEnd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picAnesEnd.Location = new System.Drawing.Point(5, 12);
this.picAnesEnd.Name = "picAnesEnd";
this.picAnesEnd.Size = new System.Drawing.Size(28, 28);
this.picAnesEnd.TabIndex = 42;
this.picAnesEnd.TabStop = false;
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Transparent;
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.button4.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.button4.Location = new System.Drawing.Point(39, -3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(100, 25);
this.button4.TabIndex = 41;
this.button4.Tag = "";
this.button4.Text = "麻醉完成";
this.button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button4.UseVisualStyleBackColor = false;
//
// panel6
//
this.panel6.BackColor = System.Drawing.Color.AliceBlue;
this.panel6.Controls.Add(this.txtInRoom);
this.panel6.Controls.Add(this.picInRoom);
this.panel6.Controls.Add(this.txtInRoom1);
this.panel6.Location = new System.Drawing.Point(7, 3);
this.panel6.Name = "panel6";
this.panel6.Padding = new System.Windows.Forms.Padding(3, 0, 3, 6);
this.panel6.Size = new System.Drawing.Size(150, 53);
this.panel6.TabIndex = 50;
//
// txtInRoom
//
this.txtInRoom.AutoAdvance = true;
//
//
//
this.txtInRoom.BackgroundStyle.Class = "DateTimeInputBackground";
this.txtInRoom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInRoom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.txtInRoom.CustomFormat = "MM-ddHH:mm";
this.txtInRoom.FocusHighlightColor = System.Drawing.Color.White;
this.txtInRoom.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtInRoom.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
this.txtInRoom.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
this.txtInRoom.IsPopupCalendarOpen = false;
this.txtInRoom.Location = new System.Drawing.Point(40, 23);
this.txtInRoom.Margin = new System.Windows.Forms.Padding(6, 0, 6, 6);
//
//
//
//
//
//
this.txtInRoom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInRoom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.txtInRoom.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.txtInRoom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInRoom.MonthCalendar.DaySize = new System.Drawing.Size(20, 15);
this.txtInRoom.MonthCalendar.DisplayMonth = new System.DateTime(2017, 11, 1, 0, 0, 0, 0);
this.txtInRoom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.txtInRoom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtInRoom.Name = "txtInRoom";
this.txtInRoom.Size = new System.Drawing.Size(101, 23);
this.txtInRoom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.txtInRoom.TabIndex = 43;
//
// picInRoom
//
this.picInRoom.BackColor = System.Drawing.Color.Transparent;
this.picInRoom.BackgroundImage = global::AIMSControls.Properties.Resources.;
this.picInRoom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.picInRoom.Location = new System.Drawing.Point(5, 12);
this.picInRoom.Name = "picInRoom";
this.picInRoom.Size = new System.Drawing.Size(28, 28);
this.picInRoom.TabIndex = 42;
this.picInRoom.TabStop = false;
//
// txtInRoom1
//
this.txtInRoom1.BackColor = System.Drawing.Color.Transparent;
this.txtInRoom1.FlatAppearance.BorderSize = 0;
this.txtInRoom1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.txtInRoom1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.txtInRoom1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.txtInRoom1.Location = new System.Drawing.Point(39, -3);
this.txtInRoom1.Name = "txtInRoom1";
this.txtInRoom1.Size = new System.Drawing.Size(100, 25);
this.txtInRoom1.TabIndex = 41;
this.txtInRoom1.Tag = "进复苏室";
this.txtInRoom1.Text = "进复苏室";
this.txtInRoom1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.txtInRoom1.UseVisualStyleBackColor = false;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 441);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(147, 71);
this.flowLayoutPanel1.TabIndex = 0;
//
// frmAanesthesiaRecover
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1360, 869);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmAanesthesiaRecover";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " ";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmAnasRecordBillNew_Load);
this.panel3.ResumeLayout(false);
this.panel14.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel21.ResumeLayout(false);
this.plTitleEventTime.ResumeLayout(false);
this.panel13.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtOutRoom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picOutRoom)).EndInit();
this.panel16.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtBG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBG)).EndInit();
this.panel12.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtAnaesthesiaEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picAnesEnd)).EndInit();
this.panel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtInRoom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picInRoom)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel plTitleEventTime;
private PublicUI.UI.DrawPanel panel8;
private System.Windows.Forms.Panel btnNextPage;
private System.Windows.Forms.Panel btnUpPage;
private System.Windows.Forms.Label lblRoom;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label labOperatorName;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Panel panel21;
private System.Windows.Forms.Panel plPrintBrowse;
private System.Windows.Forms.Panel plPrint;
private System.Windows.Forms.Panel plRefresh;
private System.Windows.Forms.Button btnSelectPatient;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Button btnDrug;
private System.Windows.Forms.Button btnOperationInfo;
private System.Windows.Forms.Button btnAddEvents;
private System.Windows.Forms.Button btnTemplate;
private System.Windows.Forms.Button btnOutputLiquids;
private DrawGraph.ZedGraphControl zgcAnaesRecord;
private System.Windows.Forms.Panel panel6;
private DevComponents.Editors.DateTimeAdv.DateTimeInput txtInRoom;
private System.Windows.Forms.PictureBox picInRoom;
private System.Windows.Forms.Button txtInRoom1;
private System.Windows.Forms.Panel panel13;
private DevComponents.Editors.DateTimeAdv.DateTimeInput txtOutRoom;
private System.Windows.Forms.PictureBox picOutRoom;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Panel panel12;
private DevComponents.Editors.DateTimeAdv.DateTimeInput txtAnaesthesiaEnd;
private System.Windows.Forms.PictureBox picAnesEnd;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button btnCancelIn;
private System.Windows.Forms.Button btnCancelOperation;
private System.Windows.Forms.Panel panel16;
private DevComponents.Editors.DateTimeAdv.DateTimeInput txtBG;
private System.Windows.Forms.PictureBox picBG;
public DevComponents.DotNetBar.Controls.CircularProgress circularProgress1;
private System.Windows.Forms.Button btnsbwh;
private System.Windows.Forms.Button btnzsk;
private System.Windows.Forms.Button btndptz;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Panel panel18;
private System.Windows.Forms.Button btnsjzx;
private System.Windows.Forms.Button btnChage;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label lblSpo2;
private System.Windows.Forms.Label lblRESP;
private System.Windows.Forms.Label lblDia;
private System.Windows.Forms.Label lblPR;
private System.Windows.Forms.Label lblHR;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbBGType;
private System.Windows.Forms.Panel PanelSave;
}
}