📄 form1.designer.cs
字号:
namespace ImateECG
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.ForeColor = System.Drawing.Color.Lime;
this.label1.Location = new System.Drawing.Point(259, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 17);
this.label1.Text = "HR: 72";
//
// label2
//
this.label2.ForeColor = System.Drawing.Color.Lime;
this.label2.Location = new System.Drawing.Point(245, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 16);
this.label2.Text = "SPO2: 99";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Location = new System.Drawing.Point(247, 52);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(55, 31);
//
// label4
//
this.label4.ForeColor = System.Drawing.Color.Lime;
this.label4.Location = new System.Drawing.Point(1, 15);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 14);
this.label4.Text = "140/90";
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label3
//
this.label3.ForeColor = System.Drawing.Color.Lime;
this.label3.Location = new System.Drawing.Point(2, 1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 14);
this.label3.Text = "NIBP";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Black;
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label6);
this.panel2.Location = new System.Drawing.Point(247, 94);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(55, 31);
//
// label5
//
this.label5.ForeColor = System.Drawing.Color.Lime;
this.label5.Location = new System.Drawing.Point(1, 15);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 14);
this.label5.Text = "140/90";
this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label6
//
this.label6.ForeColor = System.Drawing.Color.Lime;
this.label6.Location = new System.Drawing.Point(2, 1);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(52, 14);
this.label6.Text = "IBP1";
this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Black;
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.label8);
this.panel3.Location = new System.Drawing.Point(247, 136);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(55, 31);
//
// label7
//
this.label7.ForeColor = System.Drawing.Color.Lime;
this.label7.Location = new System.Drawing.Point(1, 15);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(52, 14);
this.label7.Text = "140/90";
this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label8
//
this.label8.ForeColor = System.Drawing.Color.Lime;
this.label8.Location = new System.Drawing.Point(2, 1);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(52, 14);
this.label8.Text = "IBP2";
this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.Black;
this.panel4.Controls.Add(this.label9);
this.panel4.Controls.Add(this.label10);
this.panel4.Location = new System.Drawing.Point(246, 180);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(55, 31);
//
// label9
//
this.label9.ForeColor = System.Drawing.Color.Lime;
this.label9.Location = new System.Drawing.Point(1, 15);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(52, 14);
this.label9.Text = "24篊";
this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label10
//
this.label10.ForeColor = System.Drawing.Color.Lime;
this.label10.Location = new System.Drawing.Point(2, 1);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(52, 14);
this.label10.Text = "TEMP";
this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 800;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(310, 240);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Wireless Bluetooth 5-Para Monitor";
this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Timer timer1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -