namespace MisDataName
{
partial class SecondForm
{
///
/// 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(SecondForm));
this.groupBox_PlcSignal = new System.Windows.Forms.GroupBox();
this.SignalPanel = new MisDataName.MyPanel();
this.groupBox_PlcSignal.SuspendLayout();
this.SuspendLayout();
//
// groupBox_PlcSignal
//
this.groupBox_PlcSignal.Controls.Add(this.SignalPanel);
this.groupBox_PlcSignal.Location = new System.Drawing.Point(12, 12);
this.groupBox_PlcSignal.Name = "groupBox_PlcSignal";
this.groupBox_PlcSignal.Size = new System.Drawing.Size(718, 676);
this.groupBox_PlcSignal.TabIndex = 1;
this.groupBox_PlcSignal.TabStop = false;
this.groupBox_PlcSignal.Text = "LineStatus";
//
// SignalPanel
//
this.SignalPanel.AutoScroll = true;
this.SignalPanel.Location = new System.Drawing.Point(6, 20);
this.SignalPanel.Name = "SignalPanel";
this.SignalPanel.Size = new System.Drawing.Size(706, 650);
this.SignalPanel.TabIndex = 0;
//
// SecondForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(741, 699);
this.Controls.Add(this.groupBox_PlcSignal);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(757, 738);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(757, 738);
this.Name = "SecondForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "PlcSignal 2022-10-16";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SecondForm_FormClosing);
this.groupBox_PlcSignal.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MyPanel SignalPanel;
private System.Windows.Forms.GroupBox groupBox_PlcSignal;
}
}