91 lines
3.7 KiB
C#
91 lines
3.7 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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.SignalPanel = new System.Windows.Forms.Panel();
|
|
this.groupBox_PlcSignal = new System.Windows.Forms.GroupBox();
|
|
this.timer_ControlInternalChange = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox_PlcSignal.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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;
|
|
//
|
|
// 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";
|
|
//
|
|
// timer_ControlInternalChange
|
|
//
|
|
this.timer_ControlInternalChange.Enabled = true;
|
|
this.timer_ControlInternalChange.Interval = 400;
|
|
this.timer_ControlInternalChange.Tick += new System.EventHandler(this.timer_ControlInternalChange_Tick);
|
|
//
|
|
// SecondForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(741, 700);
|
|
this.Controls.Add(this.groupBox_PlcSignal);
|
|
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";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SecondForm_FormClosing);
|
|
this.LocationChanged += new System.EventHandler(this.SecondForm_LocationChanged);
|
|
this.groupBox_PlcSignal.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel SignalPanel;
|
|
private System.Windows.Forms.GroupBox groupBox_PlcSignal;
|
|
private System.Windows.Forms.Timer timer_ControlInternalChange;
|
|
}
|
|
} |