StableVersion4.3/HL_DynamicElectrocardiogram/Form_DynamicElectrocardiogr...

61 lines
2.3 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_DynamicElectrocardiogram
{
partial class Form_DynamicElectrocardiogramDetailed
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_DynamicElectrocardiogramDetailed));
this.panel_ECG = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// panel_ECG
//
this.panel_ECG.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_ECG.Location = new System.Drawing.Point(0, 0);
this.panel_ECG.Name = "panel_ECG";
this.panel_ECG.Size = new System.Drawing.Size(1370, 802);
this.panel_ECG.TabIndex = 0;
//
// Form_DynamicElectrocardiogramDetailed
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1370, 802);
this.Controls.Add(this.panel_ECG);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_DynamicElectrocardiogramDetailed";
this.Text = "动态心电图";
this.Load += new System.EventHandler(this.Form_DynamicElectrocardiogramDetailed_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_ECG;
}
}