namespace HL_FristAidPlatform_DynamicElectrocardiogram { partial class Form_DynamicElectrocardiogramDetailed { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }