AIMS/AIMSControls/OremrUserControl/ucPatientRecoverCard.Designer.cs
2023-08-16 22:32:16 +08:00

482 lines
24 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace AIMS.OremrUserControl
{
partial class ucPatientRecoverCard
{
/// <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.labPatientName = new System.Windows.Forms.Label();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.labelName = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
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.label1 = 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.label6 = 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.lblSexAge = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblAnesDoctors = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.lblAnaesthesiaMethodName = 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.CornflowerBlue;
this.panel1.Controls.Add(this.labPatientName);
this.panel1.Controls.Add(this.buttonX1);
this.panel1.Controls.Add(this.labelName);
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(239, 42);
this.panel1.TabIndex = 0;
this.panel1.Click += new System.EventHandler(this.ucPatientRecoverCard_Click);
//
// labPatientName
//
this.labPatientName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labPatientName.Location = new System.Drawing.Point(57, 13);
this.labPatientName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.labPatientName.Name = "labPatientName";
this.labPatientName.Size = new System.Drawing.Size(105, 20);
this.labPatientName.TabIndex = 7;
this.labPatientName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.labPatientName.Click += new System.EventHandler(this.labTabindex_Click);
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.buttonX1.Location = new System.Drawing.Point(168, 13);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(63, 23);
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.buttonX1.TabIndex = 7;
this.buttonX1.Text = "转入复苏";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// labelName
//
this.labelName.Font = new System.Drawing.Font("微软雅黑", 11.75F, System.Drawing.FontStyle.Bold);
this.labelName.ForeColor = System.Drawing.Color.Black;
this.labelName.Location = new System.Drawing.Point(2, 13);
this.labelName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(73, 20);
this.labelName.TabIndex = 6;
this.labelName.Click += new System.EventHandler(this.labTabindex_Click);
//
// panel2
//
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.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 175);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(239, 140);
this.panel2.TabIndex = 8;
this.panel2.Click += new System.EventHandler(this.labTabindex_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(119, 5);
this.groupBoxEx2.Name = "groupBoxEx2";
this.groupBoxEx2.Radius = 20;
this.groupBoxEx2.Size = new System.Drawing.Size(110, 60);
this.groupBoxEx2.TabIndex = 9;
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;
//
// 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 = "血压";
//
// 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;
//
// groupBoxEx3
//
this.groupBoxEx3.BorderWidth = 1;
this.groupBoxEx3.Controls.Add(this.lblHR);
this.groupBoxEx3.Controls.Add(this.label1);
this.groupBoxEx3.Controls.Add(this.label3);
this.groupBoxEx3.Location = new System.Drawing.Point(7, 5);
this.groupBoxEx3.Name = "groupBoxEx3";
this.groupBoxEx3.Radius = 20;
this.groupBoxEx3.Size = new System.Drawing.Size(110, 60);
this.groupBoxEx3.TabIndex = 10;
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;
//
// 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(68, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(40, 20);
this.label1.TabIndex = 6;
this.label1.Text = "bpm";
//
// 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 = "心率 ";
//
// groupBoxEx5
//
this.groupBoxEx5.BorderWidth = 1;
this.groupBoxEx5.Controls.Add(this.lblT);
this.groupBoxEx5.Controls.Add(this.label14);
this.groupBoxEx5.Controls.Add(this.label6);
this.groupBoxEx5.Location = new System.Drawing.Point(159, 71);
this.groupBoxEx5.Name = "groupBoxEx5";
this.groupBoxEx5.Radius = 20;
this.groupBoxEx5.Size = new System.Drawing.Size(75, 60);
this.groupBoxEx5.TabIndex = 8;
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;
//
// 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(42, 22);
this.label14.TabIndex = 12;
this.label14.Text = "体温";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(50, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(23, 20);
this.label6.TabIndex = 8;
this.label6.Text = "℃";
//
// 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(81, 71);
this.groupBoxEx4.Name = "groupBoxEx4";
this.groupBoxEx4.Radius = 20;
this.groupBoxEx4.Size = new System.Drawing.Size(75, 60);
this.groupBoxEx4.TabIndex = 6;
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;
//
// 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 = "呼吸";
//
// 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";
//
// 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(4, 71);
this.groupBoxEx1.Name = "groupBoxEx1";
this.groupBoxEx1.Radius = 20;
this.groupBoxEx1.Size = new System.Drawing.Size(75, 60);
this.groupBoxEx1.TabIndex = 7;
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;
//
// 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 = "血氧";
//
// 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 = "%";
//
// lblSexAge
//
this.lblSexAge.AutoSize = true;
this.lblSexAge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSexAge.Location = new System.Drawing.Point(7, 50);
this.lblSexAge.Name = "lblSexAge";
this.lblSexAge.Size = new System.Drawing.Size(0, 17);
this.lblSexAge.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(7, 90);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 17);
this.label2.TabIndex = 9;
this.label2.Text = "手术医生:";
//
// lblAnesDoctors
//
this.lblAnesDoctors.AutoSize = true;
this.lblAnesDoctors.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAnesDoctors.Location = new System.Drawing.Point(7, 110);
this.lblAnesDoctors.Name = "lblAnesDoctors";
this.lblAnesDoctors.Size = new System.Drawing.Size(68, 17);
this.lblAnesDoctors.TabIndex = 9;
this.lblAnesDoctors.Text = "麻醉医生:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(7, 130);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(68, 17);
this.label10.TabIndex = 9;
this.label10.Text = "手术时间:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(7, 150);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(68, 17);
this.label13.TabIndex = 9;
this.label13.Text = "复苏时间:";
//
// lblAnaesthesiaMethodName
//
this.lblAnaesthesiaMethodName.AutoSize = true;
this.lblAnaesthesiaMethodName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblAnaesthesiaMethodName.Location = new System.Drawing.Point(11, 70);
this.lblAnaesthesiaMethodName.Name = "lblAnaesthesiaMethodName";
this.lblAnaesthesiaMethodName.Size = new System.Drawing.Size(0, 17);
this.lblAnaesthesiaMethodName.TabIndex = 9;
//
// ucPatientRecoverCard
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.Controls.Add(this.label13);
this.Controls.Add(this.label10);
this.Controls.Add(this.lblAnesDoctors);
this.Controls.Add(this.lblAnaesthesiaMethodName);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblSexAge);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "ucPatientRecoverCard";
this.Size = new System.Drawing.Size(239, 315);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
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
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.Label labelName;
public System.Windows.Forms.Label labPatientName;
private System.Windows.Forms.Panel panel2;
public DevComponents.DotNetBar.ButtonX buttonX1;
private System.Windows.Forms.Label lblSexAge;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblAnesDoctors;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label13;
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 label1;
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;
public System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lblAnaesthesiaMethodName;
}
}