|
|
|
@ -28,6 +28,7 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.FOR_MOTOR = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.Alarm = new System.Windows.Forms.Label();
|
|
|
|
|
this.Run = new System.Windows.Forms.Label();
|
|
|
|
@ -126,6 +127,7 @@
|
|
|
|
|
this.Running_VFD = new System.Windows.Forms.Label();
|
|
|
|
|
this.DmChange_FOR_MOTOR_S = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.DmChange_FOR_MOTOR_VFD = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.ValueTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.FOR_MOTOR.SuspendLayout();
|
|
|
|
|
this.FOR_MOTOR_S_TO_T.SuspendLayout();
|
|
|
|
|
this.FOR_MOTOR_VFD.SuspendLayout();
|
|
|
|
@ -1128,6 +1130,12 @@
|
|
|
|
|
this.DmChange_FOR_MOTOR_VFD.TabIndex = 5;
|
|
|
|
|
this.DmChange_FOR_MOTOR_VFD.SelectedIndexChanged += new System.EventHandler(this.DmChange_FOR_MOTOR_VFD_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// ValueTimer
|
|
|
|
|
//
|
|
|
|
|
this.ValueTimer.Enabled = true;
|
|
|
|
|
this.ValueTimer.Interval = 1000;
|
|
|
|
|
this.ValueTimer.Tick += new System.EventHandler(this.ValueTimer_Tick);
|
|
|
|
|
//
|
|
|
|
|
// ElectronicMachineryStateMonitor
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -1251,5 +1259,6 @@
|
|
|
|
|
private System.Windows.Forms.Label Alarm_VFD;
|
|
|
|
|
private System.Windows.Forms.Label VVVF_OK_VFD;
|
|
|
|
|
private System.Windows.Forms.Label Running_VFD;
|
|
|
|
|
private System.Windows.Forms.Timer ValueTimer;
|
|
|
|
|
}
|
|
|
|
|
}
|