StableVersion4.3/HL_DynamicElectrocardiogram/Form_DynamicElectrocardiogr...

83 lines
3.9 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
namespace HL_FristAidPlatform_DynamicElectrocardiogram
{
partial class Form_DynamicElectrocardiogramMain
{
/// <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_DynamicElectrocardiogramMain));
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.labelControl_Info = new DevExpress.XtraEditors.LabelControl();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.labelControl_Info);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(1224, 670);
this.flowLayoutPanel1.TabIndex = 1;
//
// labelControl_Info
//
this.labelControl_Info.Appearance.Font = new System.Drawing.Font("Tahoma", 16F);
this.labelControl_Info.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl_Info.Appearance.Options.UseFont = true;
this.labelControl_Info.Appearance.Options.UseForeColor = true;
this.labelControl_Info.Appearance.Options.UseTextOptions = true;
this.labelControl_Info.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl_Info.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl_Info.Dock = System.Windows.Forms.DockStyle.Top;
this.labelControl_Info.Location = new System.Drawing.Point(3, 3);
this.labelControl_Info.Name = "labelControl_Info";
this.labelControl_Info.Size = new System.Drawing.Size(1209, 80);
this.labelControl_Info.TabIndex = 0;
this.labelControl_Info.Text = "暂时没有正在使用的设备!";
this.labelControl_Info.Visible = false;
//
// Form_DynamicElectrocardiogramMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1224, 670);
this.Controls.Add(this.flowLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_DynamicElectrocardiogramMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "生命体征监护";
this.Load += new System.EventHandler(this.Form_DynamicElectrocardiogramMain_Load);
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private DevExpress.XtraEditors.LabelControl labelControl_Info;
}
}