83 lines
3.3 KiB
C#
83 lines
3.3 KiB
C#
namespace MisDataName
|
|
{
|
|
partial class SecondForm
|
|
{
|
|
/// <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(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, 807);
|
|
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, 780);
|
|
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, 831);
|
|
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, 870);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(757, 870);
|
|
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;
|
|
}
|
|
} |