namespace VirtualConveyor.View.HeartBeat
|
{
|
partial class HeartBeatForm
|
{
|
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.tbServerHeartBeat = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.tbWAlarmCode = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.tbWPlcHeartBeat = new System.Windows.Forms.TextBox();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.button1 = new System.Windows.Forms.Button();
|
this.tbAlarm = new System.Windows.Forms.TextBox();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 3;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
this.tableLayoutPanel1.Controls.Add(this.tbServerHeartBeat, 1, 2);
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.tbWAlarmCode, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.tbWPlcHeartBeat, 1, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 23, 3, 3);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(292, 273);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// tbServerHeartBeat
|
//
|
this.tbServerHeartBeat.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tbServerHeartBeat.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tbServerHeartBeat.Location = new System.Drawing.Point(90, 193);
|
this.tbServerHeartBeat.Margin = new System.Windows.Forms.Padding(3, 13, 3, 3);
|
this.tbServerHeartBeat.Name = "tbServerHeartBeat";
|
this.tbServerHeartBeat.ReadOnly = true;
|
this.tbServerHeartBeat.Size = new System.Drawing.Size(110, 41);
|
this.tbServerHeartBeat.TabIndex = 7;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label5.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label5.Location = new System.Drawing.Point(3, 180);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(81, 93);
|
this.label5.TabIndex = 6;
|
this.label5.Text = "服务器";
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tbWAlarmCode
|
//
|
this.tbWAlarmCode.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tbWAlarmCode.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tbWAlarmCode.Location = new System.Drawing.Point(90, 103);
|
this.tbWAlarmCode.Margin = new System.Windows.Forms.Padding(3, 13, 3, 3);
|
this.tbWAlarmCode.Name = "tbWAlarmCode";
|
this.tbWAlarmCode.ReadOnly = true;
|
this.tbWAlarmCode.Size = new System.Drawing.Size(110, 41);
|
this.tbWAlarmCode.TabIndex = 4;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.Location = new System.Drawing.Point(3, 90);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(81, 90);
|
this.label3.TabIndex = 3;
|
this.label3.Text = "告警";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(81, 90);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "心跳";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tbWPlcHeartBeat
|
//
|
this.tbWPlcHeartBeat.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tbWPlcHeartBeat.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.tbWPlcHeartBeat.Location = new System.Drawing.Point(90, 13);
|
this.tbWPlcHeartBeat.Margin = new System.Windows.Forms.Padding(3, 13, 3, 3);
|
this.tbWPlcHeartBeat.Name = "tbWPlcHeartBeat";
|
this.tbWPlcHeartBeat.ReadOnly = true;
|
this.tbWPlcHeartBeat.Size = new System.Drawing.Size(110, 41);
|
this.tbWPlcHeartBeat.TabIndex = 1;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.button1);
|
this.panel1.Controls.Add(this.tbAlarm);
|
this.panel1.Location = new System.Drawing.Point(206, 93);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(83, 84);
|
this.panel1.TabIndex = 8;
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(8, 45);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(66, 23);
|
this.button1.TabIndex = 1;
|
this.button1.Text = "更改";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// tbAlarm
|
//
|
this.tbAlarm.Location = new System.Drawing.Point(8, 10);
|
this.tbAlarm.Name = "tbAlarm";
|
this.tbAlarm.Size = new System.Drawing.Size(66, 21);
|
this.tbAlarm.TabIndex = 0;
|
//
|
// HeartBeatForm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(292, 273);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.Name = "HeartBeatForm";
|
this.Text = "心跳告警";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HeartBeatForm_FormClosing);
|
this.Load += new System.EventHandler(this.HeartBeatForm_Load);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.tableLayoutPanel1.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox tbWPlcHeartBeat;
|
private System.Windows.Forms.TextBox tbServerHeartBeat;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox tbWAlarmCode;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.TextBox tbAlarm;
|
}
|
}
|