private void InitializeComponent()
{
this.SuspendLayout();
//
// lvList
//
this.lvList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
this.lvList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvList.Size = new System.Drawing.Size(360, 150);
//
// SignalInputListControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "SignalInputListControl";
this.Size = new System.Drawing.Size(396, 150);
this.ResumeLayout(false);
}