531 lines
27 KiB
C#
531 lines
27 KiB
C#
namespace AIMS.OremrUserControl
|
||
{
|
||
partial class UCPatientPhysiology
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.lblRoom = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.lblTime = new System.Windows.Forms.Label();
|
||
this.label20 = new System.Windows.Forms.Label();
|
||
this.lblDoctor = new System.Windows.Forms.Label();
|
||
this.label19 = new System.Windows.Forms.Label();
|
||
this.lblAnaesthesia = new System.Windows.Forms.Label();
|
||
this.lblOperation = new System.Windows.Forms.Label();
|
||
this.label18 = new System.Windows.Forms.Label();
|
||
this.lblName = new System.Windows.Forms.Label();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.label16 = new System.Windows.Forms.Label();
|
||
this.groupBoxEx2 = new AIMS.OremrUserControl.GroupBoxEx();
|
||
this.lblSys = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.groupBoxEx3 = new AIMS.OremrUserControl.GroupBoxEx();
|
||
this.lblHR = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.groupBoxEx5 = new AIMS.OremrUserControl.GroupBoxEx();
|
||
this.lblT = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.groupBoxEx4 = new AIMS.OremrUserControl.GroupBoxEx();
|
||
this.lblBR = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.groupBoxEx1 = new AIMS.OremrUserControl.GroupBoxEx();
|
||
this.lblSpO2 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.panel1.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.groupBoxEx2.SuspendLayout();
|
||
this.groupBoxEx3.SuspendLayout();
|
||
this.groupBoxEx5.SuspendLayout();
|
||
this.groupBoxEx4.SuspendLayout();
|
||
this.groupBoxEx1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||
this.panel1.Controls.Add(this.lblRoom);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(240, 50);
|
||
this.panel1.TabIndex = 1;
|
||
//
|
||
// lblRoom
|
||
//
|
||
this.lblRoom.BackColor = System.Drawing.Color.CornflowerBlue;
|
||
this.lblRoom.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.lblRoom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblRoom.Location = new System.Drawing.Point(0, 0);
|
||
this.lblRoom.Name = "lblRoom";
|
||
this.lblRoom.Size = new System.Drawing.Size(240, 50);
|
||
this.lblRoom.TabIndex = 7;
|
||
this.lblRoom.Text = "第XX手术间";
|
||
this.lblRoom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblRoom.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.ForeColor = System.Drawing.Color.Gray;
|
||
this.label1.Location = new System.Drawing.Point(93, 146);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(54, 28);
|
||
this.label1.TabIndex = 2;
|
||
this.label1.Text = "空闲";
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.panel2.Controls.Add(this.lblTime);
|
||
this.panel2.Controls.Add(this.label20);
|
||
this.panel2.Controls.Add(this.lblDoctor);
|
||
this.panel2.Controls.Add(this.label19);
|
||
this.panel2.Controls.Add(this.lblAnaesthesia);
|
||
this.panel2.Controls.Add(this.lblOperation);
|
||
this.panel2.Controls.Add(this.label18);
|
||
this.panel2.Controls.Add(this.lblName);
|
||
this.panel2.Controls.Add(this.label17);
|
||
this.panel2.Controls.Add(this.label16);
|
||
this.panel2.Controls.Add(this.groupBoxEx2);
|
||
this.panel2.Controls.Add(this.groupBoxEx3);
|
||
this.panel2.Controls.Add(this.groupBoxEx5);
|
||
this.panel2.Controls.Add(this.groupBoxEx4);
|
||
this.panel2.Controls.Add(this.groupBoxEx1);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel2.Location = new System.Drawing.Point(0, 50);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(240, 270);
|
||
this.panel2.TabIndex = 5;
|
||
this.panel2.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// lblTime
|
||
//
|
||
this.lblTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblTime.Location = new System.Drawing.Point(82, 100);
|
||
this.lblTime.Name = "lblTime";
|
||
this.lblTime.Size = new System.Drawing.Size(150, 20);
|
||
this.lblTime.TabIndex = 6;
|
||
this.lblTime.Text = "手术时间:";
|
||
this.lblTime.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label20
|
||
//
|
||
this.label20.AutoSize = true;
|
||
this.label20.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label20.Location = new System.Drawing.Point(8, 100);
|
||
this.label20.Name = "label20";
|
||
this.label20.Size = new System.Drawing.Size(68, 20);
|
||
this.label20.TabIndex = 6;
|
||
this.label20.Text = "手术时间:";
|
||
this.label20.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// lblDoctor
|
||
//
|
||
this.lblDoctor.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblDoctor.Location = new System.Drawing.Point(82, 76);
|
||
this.lblDoctor.Name = "lblDoctor";
|
||
this.lblDoctor.Size = new System.Drawing.Size(150, 20);
|
||
this.lblDoctor.TabIndex = 6;
|
||
this.lblDoctor.Text = "手术医生:";
|
||
this.lblDoctor.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// 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, 76);
|
||
this.label19.Name = "label19";
|
||
this.label19.Size = new System.Drawing.Size(68, 20);
|
||
this.label19.TabIndex = 6;
|
||
this.label19.Text = "手术医生:";
|
||
this.label19.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// lblAnaesthesia
|
||
//
|
||
this.lblAnaesthesia.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblAnaesthesia.Location = new System.Drawing.Point(82, 52);
|
||
this.lblAnaesthesia.Name = "lblAnaesthesia";
|
||
this.lblAnaesthesia.Size = new System.Drawing.Size(150, 20);
|
||
this.lblAnaesthesia.TabIndex = 6;
|
||
this.lblAnaesthesia.Text = "麻醉方式:";
|
||
this.lblAnaesthesia.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// lblOperation
|
||
//
|
||
this.lblOperation.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblOperation.Location = new System.Drawing.Point(82, 28);
|
||
this.lblOperation.Name = "lblOperation";
|
||
this.lblOperation.Size = new System.Drawing.Size(150, 20);
|
||
this.lblOperation.TabIndex = 6;
|
||
this.lblOperation.Text = "手术名称:";
|
||
this.lblOperation.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label18
|
||
//
|
||
this.label18.AutoSize = true;
|
||
this.label18.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label18.Location = new System.Drawing.Point(8, 52);
|
||
this.label18.Name = "label18";
|
||
this.label18.Size = new System.Drawing.Size(68, 20);
|
||
this.label18.TabIndex = 6;
|
||
this.label18.Text = "麻醉方式:";
|
||
this.label18.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// lblName
|
||
//
|
||
this.lblName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblName.Location = new System.Drawing.Point(82, 4);
|
||
this.lblName.Name = "lblName";
|
||
this.lblName.Size = new System.Drawing.Size(150, 20);
|
||
this.lblName.TabIndex = 6;
|
||
this.lblName.Text = "患 者:";
|
||
this.lblName.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.AutoSize = true;
|
||
this.label17.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label17.Location = new System.Drawing.Point(8, 28);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(68, 20);
|
||
this.label17.TabIndex = 6;
|
||
this.label17.Text = "手术名称:";
|
||
this.label17.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label16
|
||
//
|
||
this.label16.AutoSize = true;
|
||
this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label16.Location = new System.Drawing.Point(8, 4);
|
||
this.label16.Name = "label16";
|
||
this.label16.Size = new System.Drawing.Size(68, 20);
|
||
this.label16.TabIndex = 6;
|
||
this.label16.Text = "患 者:";
|
||
this.label16.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// groupBoxEx2
|
||
//
|
||
this.groupBoxEx2.BorderWidth = 1;
|
||
this.groupBoxEx2.Controls.Add(this.lblSys);
|
||
this.groupBoxEx2.Controls.Add(this.label4);
|
||
this.groupBoxEx2.Controls.Add(this.label5);
|
||
this.groupBoxEx2.Location = new System.Drawing.Point(121, 132);
|
||
this.groupBoxEx2.Name = "groupBoxEx2";
|
||
this.groupBoxEx2.Radius = 20;
|
||
this.groupBoxEx2.Size = new System.Drawing.Size(110, 60);
|
||
this.groupBoxEx2.TabIndex = 4;
|
||
this.groupBoxEx2.TabStop = false;
|
||
this.groupBoxEx2.TitleFont = new System.Drawing.Font("宋体", 10F);
|
||
//
|
||
// lblSys
|
||
//
|
||
this.lblSys.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblSys.ForeColor = System.Drawing.Color.Red;
|
||
this.lblSys.Location = new System.Drawing.Point(8, 31);
|
||
this.lblSys.Name = "lblSys";
|
||
this.lblSys.Size = new System.Drawing.Size(94, 28);
|
||
this.lblSys.TabIndex = 6;
|
||
this.lblSys.Text = "120/80";
|
||
this.lblSys.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblSys.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(6, 8);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(42, 22);
|
||
this.label4.TabIndex = 6;
|
||
this.label4.Text = "血压";
|
||
this.label4.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(53, 10);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(55, 20);
|
||
this.label5.TabIndex = 6;
|
||
this.label5.Text = "mmHg";
|
||
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.label5.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// groupBoxEx3
|
||
//
|
||
this.groupBoxEx3.BorderWidth = 1;
|
||
this.groupBoxEx3.Controls.Add(this.lblHR);
|
||
this.groupBoxEx3.Controls.Add(this.label2);
|
||
this.groupBoxEx3.Controls.Add(this.label3);
|
||
this.groupBoxEx3.Location = new System.Drawing.Point(9, 132);
|
||
this.groupBoxEx3.Name = "groupBoxEx3";
|
||
this.groupBoxEx3.Radius = 20;
|
||
this.groupBoxEx3.Size = new System.Drawing.Size(110, 60);
|
||
this.groupBoxEx3.TabIndex = 5;
|
||
this.groupBoxEx3.TabStop = false;
|
||
this.groupBoxEx3.TitleFont = new System.Drawing.Font("宋体", 10F);
|
||
//
|
||
// lblHR
|
||
//
|
||
this.lblHR.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblHR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
||
this.lblHR.Location = new System.Drawing.Point(21, 31);
|
||
this.lblHR.Name = "lblHR";
|
||
this.lblHR.Size = new System.Drawing.Size(69, 28);
|
||
this.lblHR.TabIndex = 6;
|
||
this.lblHR.Text = "66";
|
||
this.lblHR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblHR.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// 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(68, 10);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(40, 20);
|
||
this.label2.TabIndex = 6;
|
||
this.label2.Text = "bpm";
|
||
this.label2.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.Location = new System.Drawing.Point(5, 8);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(47, 22);
|
||
this.label3.TabIndex = 6;
|
||
this.label3.Text = "心率 ";
|
||
this.label3.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// groupBoxEx5
|
||
//
|
||
this.groupBoxEx5.BorderWidth = 1;
|
||
this.groupBoxEx5.Controls.Add(this.lblT);
|
||
this.groupBoxEx5.Controls.Add(this.label14);
|
||
this.groupBoxEx5.Location = new System.Drawing.Point(161, 198);
|
||
this.groupBoxEx5.Name = "groupBoxEx5";
|
||
this.groupBoxEx5.Radius = 20;
|
||
this.groupBoxEx5.Size = new System.Drawing.Size(75, 60);
|
||
this.groupBoxEx5.TabIndex = 3;
|
||
this.groupBoxEx5.TabStop = false;
|
||
this.groupBoxEx5.TitleFont = new System.Drawing.Font("宋体", 10F);
|
||
//
|
||
// lblT
|
||
//
|
||
this.lblT.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblT.ForeColor = System.Drawing.Color.SteelBlue;
|
||
this.lblT.Location = new System.Drawing.Point(3, 27);
|
||
this.lblT.Name = "lblT";
|
||
this.lblT.Size = new System.Drawing.Size(68, 28);
|
||
this.lblT.TabIndex = 0;
|
||
this.lblT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblT.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label14.Location = new System.Drawing.Point(3, 7);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(55, 22);
|
||
this.label14.TabIndex = 12;
|
||
this.label14.Text = "Etco2";
|
||
this.label14.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// groupBoxEx4
|
||
//
|
||
this.groupBoxEx4.BorderWidth = 1;
|
||
this.groupBoxEx4.Controls.Add(this.lblBR);
|
||
this.groupBoxEx4.Controls.Add(this.label11);
|
||
this.groupBoxEx4.Controls.Add(this.label12);
|
||
this.groupBoxEx4.Location = new System.Drawing.Point(83, 198);
|
||
this.groupBoxEx4.Name = "groupBoxEx4";
|
||
this.groupBoxEx4.Radius = 20;
|
||
this.groupBoxEx4.Size = new System.Drawing.Size(75, 60);
|
||
this.groupBoxEx4.TabIndex = 1;
|
||
this.groupBoxEx4.TabStop = false;
|
||
this.groupBoxEx4.TitleFont = new System.Drawing.Font("宋体", 10F);
|
||
//
|
||
// lblBR
|
||
//
|
||
this.lblBR.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblBR.ForeColor = System.Drawing.Color.MediumOrchid;
|
||
this.lblBR.Location = new System.Drawing.Point(8, 27);
|
||
this.lblBR.Name = "lblBR";
|
||
this.lblBR.Size = new System.Drawing.Size(59, 28);
|
||
this.lblBR.TabIndex = 10;
|
||
this.lblBR.Text = "21";
|
||
this.lblBR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblBR.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label11.Location = new System.Drawing.Point(4, 7);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(42, 22);
|
||
this.label11.TabIndex = 9;
|
||
this.label11.Text = "呼吸";
|
||
this.label11.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label12.Location = new System.Drawing.Point(47, 9);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(27, 20);
|
||
this.label12.TabIndex = 8;
|
||
this.label12.Text = "BR";
|
||
this.label12.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// groupBoxEx1
|
||
//
|
||
this.groupBoxEx1.BorderWidth = 1;
|
||
this.groupBoxEx1.Controls.Add(this.lblSpO2);
|
||
this.groupBoxEx1.Controls.Add(this.label7);
|
||
this.groupBoxEx1.Controls.Add(this.label8);
|
||
this.groupBoxEx1.Location = new System.Drawing.Point(6, 198);
|
||
this.groupBoxEx1.Name = "groupBoxEx1";
|
||
this.groupBoxEx1.Radius = 20;
|
||
this.groupBoxEx1.Size = new System.Drawing.Size(75, 60);
|
||
this.groupBoxEx1.TabIndex = 2;
|
||
this.groupBoxEx1.TabStop = false;
|
||
this.groupBoxEx1.TitleFont = new System.Drawing.Font("宋体", 10F);
|
||
//
|
||
// lblSpO2
|
||
//
|
||
this.lblSpO2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblSpO2.ForeColor = System.Drawing.Color.DarkOrange;
|
||
this.lblSpO2.Location = new System.Drawing.Point(8, 28);
|
||
this.lblSpO2.Name = "lblSpO2";
|
||
this.lblSpO2.Size = new System.Drawing.Size(59, 28);
|
||
this.lblSpO2.TabIndex = 7;
|
||
this.lblSpO2.Text = "99";
|
||
this.lblSpO2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.lblSpO2.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.Location = new System.Drawing.Point(1, 8);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(42, 22);
|
||
this.label7.TabIndex = 6;
|
||
this.label7.Text = "血氧";
|
||
this.label7.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(53, 10);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(21, 20);
|
||
this.label8.TabIndex = 6;
|
||
this.label8.Text = "%";
|
||
this.label8.Click += new System.EventHandler(this.lblRoom_Click);
|
||
//
|
||
// UCPatientPhysiology
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.Gainsboro;
|
||
this.Controls.Add(this.panel2);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.panel1);
|
||
this.Name = "UCPatientPhysiology";
|
||
this.Size = new System.Drawing.Size(240, 320);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
this.groupBoxEx2.ResumeLayout(false);
|
||
this.groupBoxEx2.PerformLayout();
|
||
this.groupBoxEx3.ResumeLayout(false);
|
||
this.groupBoxEx3.PerformLayout();
|
||
this.groupBoxEx5.ResumeLayout(false);
|
||
this.groupBoxEx5.PerformLayout();
|
||
this.groupBoxEx4.ResumeLayout(false);
|
||
this.groupBoxEx4.PerformLayout();
|
||
this.groupBoxEx1.ResumeLayout(false);
|
||
this.groupBoxEx1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
public System.Windows.Forms.Panel panel1;
|
||
public System.Windows.Forms.Label lblRoom;
|
||
public System.Windows.Forms.Label label1;
|
||
public System.Windows.Forms.Panel panel2;
|
||
public System.Windows.Forms.Label lblTime;
|
||
public System.Windows.Forms.Label label20;
|
||
public System.Windows.Forms.Label lblDoctor;
|
||
public System.Windows.Forms.Label label19;
|
||
public System.Windows.Forms.Label lblAnaesthesia;
|
||
public System.Windows.Forms.Label lblOperation;
|
||
public System.Windows.Forms.Label label18;
|
||
public System.Windows.Forms.Label lblName;
|
||
public System.Windows.Forms.Label label17;
|
||
public System.Windows.Forms.Label label16;
|
||
public GroupBoxEx groupBoxEx2;
|
||
public System.Windows.Forms.Label lblSys;
|
||
public System.Windows.Forms.Label label4;
|
||
public System.Windows.Forms.Label label5;
|
||
public GroupBoxEx groupBoxEx3;
|
||
public System.Windows.Forms.Label lblHR;
|
||
public System.Windows.Forms.Label label2;
|
||
public System.Windows.Forms.Label label3;
|
||
public GroupBoxEx groupBoxEx5;
|
||
public System.Windows.Forms.Label lblT;
|
||
public System.Windows.Forms.Label label14;
|
||
public GroupBoxEx groupBoxEx4;
|
||
public System.Windows.Forms.Label lblBR;
|
||
public System.Windows.Forms.Label label11;
|
||
public System.Windows.Forms.Label label12;
|
||
public GroupBoxEx groupBoxEx1;
|
||
public System.Windows.Forms.Label lblSpO2;
|
||
public System.Windows.Forms.Label label7;
|
||
public System.Windows.Forms.Label label8;
|
||
}
|
||
}
|