386 lines
19 KiB
C#
386 lines
19 KiB
C#
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.lblT = new System.Windows.Forms.Label();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.lblBR = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.lblSpO2 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.lblSys = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.lblHR = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label4 = 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.panel1.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
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(237, 49);
|
||
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(47, 13);
|
||
this.labPatientName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.labPatientName.Name = "labPatientName";
|
||
this.labPatientName.Size = new System.Drawing.Size(115, 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(45, 20);
|
||
this.labelName.TabIndex = 6;
|
||
this.labelName.Click += new System.EventHandler(this.labTabindex_Click);
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.Controls.Add(this.lblT);
|
||
this.panel2.Controls.Add(this.label14);
|
||
this.panel2.Controls.Add(this.lblBR);
|
||
this.panel2.Controls.Add(this.label11);
|
||
this.panel2.Controls.Add(this.label12);
|
||
this.panel2.Controls.Add(this.lblSpO2);
|
||
this.panel2.Controls.Add(this.label7);
|
||
this.panel2.Controls.Add(this.label9);
|
||
this.panel2.Controls.Add(this.label8);
|
||
this.panel2.Controls.Add(this.lblSys);
|
||
this.panel2.Controls.Add(this.label5);
|
||
this.panel2.Controls.Add(this.label6);
|
||
this.panel2.Controls.Add(this.lblHR);
|
||
this.panel2.Controls.Add(this.label1);
|
||
this.panel2.Controls.Add(this.label4);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.panel2.Location = new System.Drawing.Point(0, 167);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(237, 123);
|
||
this.panel2.TabIndex = 8;
|
||
this.panel2.Click += new System.EventHandler(this.labTabindex_Click);
|
||
//
|
||
// lblT
|
||
//
|
||
this.lblT.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
||
this.lblT.ForeColor = System.Drawing.Color.SeaGreen;
|
||
this.lblT.Location = new System.Drawing.Point(152, 80);
|
||
this.lblT.Name = "lblT";
|
||
this.lblT.Size = new System.Drawing.Size(68, 28);
|
||
this.lblT.TabIndex = 19;
|
||
this.lblT.Text = "--";
|
||
this.lblT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label14.Location = new System.Drawing.Point(161, 60);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(37, 19);
|
||
this.label14.TabIndex = 20;
|
||
this.label14.Text = "体温";
|
||
//
|
||
// lblBR
|
||
//
|
||
this.lblBR.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
||
this.lblBR.ForeColor = System.Drawing.Color.DodgerBlue;
|
||
this.lblBR.Location = new System.Drawing.Point(80, 80);
|
||
this.lblBR.Name = "lblBR";
|
||
this.lblBR.Size = new System.Drawing.Size(59, 28);
|
||
this.lblBR.TabIndex = 18;
|
||
this.lblBR.Text = "--";
|
||
this.lblBR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.AutoSize = true;
|
||
this.label11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label11.Location = new System.Drawing.Point(83, 60);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(37, 19);
|
||
this.label11.TabIndex = 17;
|
||
this.label11.Text = "呼吸";
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label12.Location = new System.Drawing.Point(122, 60);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(24, 17);
|
||
this.label12.TabIndex = 16;
|
||
this.label12.Text = "BR";
|
||
//
|
||
// lblSpO2
|
||
//
|
||
this.lblSpO2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
||
this.lblSpO2.ForeColor = System.Drawing.Color.Turquoise;
|
||
this.lblSpO2.Location = new System.Drawing.Point(9, 80);
|
||
this.lblSpO2.Name = "lblSpO2";
|
||
this.lblSpO2.Size = new System.Drawing.Size(59, 28);
|
||
this.lblSpO2.TabIndex = 15;
|
||
this.lblSpO2.Text = "--";
|
||
this.lblSpO2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label7.Location = new System.Drawing.Point(6, 60);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(37, 19);
|
||
this.label7.TabIndex = 13;
|
||
this.label7.Text = "血氧";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label9.Location = new System.Drawing.Point(202, 60);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(20, 17);
|
||
this.label9.TabIndex = 14;
|
||
this.label9.Text = "℃";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label8.Location = new System.Drawing.Point(46, 60);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(19, 17);
|
||
this.label8.TabIndex = 14;
|
||
this.label8.Text = "%";
|
||
//
|
||
// lblSys
|
||
//
|
||
this.lblSys.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
||
this.lblSys.ForeColor = System.Drawing.Color.Red;
|
||
this.lblSys.Location = new System.Drawing.Point(117, 28);
|
||
this.lblSys.Name = "lblSys";
|
||
this.lblSys.Size = new System.Drawing.Size(94, 28);
|
||
this.lblSys.TabIndex = 10;
|
||
this.lblSys.Text = "--/--";
|
||
this.lblSys.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label5.Location = new System.Drawing.Point(118, 6);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(37, 19);
|
||
this.label5.TabIndex = 11;
|
||
this.label5.Text = "血压";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.BackColor = System.Drawing.Color.Transparent;
|
||
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label6.Location = new System.Drawing.Point(158, 8);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(47, 17);
|
||
this.label6.TabIndex = 12;
|
||
this.label6.Text = "mmHg";
|
||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// lblHR
|
||
//
|
||
this.lblHR.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
||
this.lblHR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.lblHR.Location = new System.Drawing.Point(15, 30);
|
||
this.lblHR.Name = "lblHR";
|
||
this.lblHR.Size = new System.Drawing.Size(69, 28);
|
||
this.lblHR.TabIndex = 7;
|
||
this.lblHR.Text = "--";
|
||
this.lblHR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label1.Location = new System.Drawing.Point(54, 10);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(35, 17);
|
||
this.label1.TabIndex = 8;
|
||
this.label1.Text = "bpm";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label4.Location = new System.Drawing.Point(12, 8);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(41, 19);
|
||
this.label4.TabIndex = 9;
|
||
this.label4.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(10, 54);
|
||
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, 76);
|
||
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, 98);
|
||
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, 120);
|
||
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, 142);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(68, 17);
|
||
this.label13.TabIndex = 9;
|
||
this.label13.Text = "复苏时间:";
|
||
//
|
||
// 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.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(237, 290);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.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;
|
||
public System.Windows.Forms.Label lblT;
|
||
public System.Windows.Forms.Label label14;
|
||
public System.Windows.Forms.Label lblBR;
|
||
public System.Windows.Forms.Label label11;
|
||
public System.Windows.Forms.Label label12;
|
||
public System.Windows.Forms.Label lblSpO2;
|
||
public System.Windows.Forms.Label label7;
|
||
public System.Windows.Forms.Label label9;
|
||
public System.Windows.Forms.Label label8;
|
||
public System.Windows.Forms.Label lblSys;
|
||
public System.Windows.Forms.Label label5;
|
||
public System.Windows.Forms.Label label6;
|
||
public System.Windows.Forms.Label lblHR;
|
||
public System.Windows.Forms.Label label1;
|
||
public System.Windows.Forms.Label label4;
|
||
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;
|
||
}
|
||
}
|