|
|
@@ -30,6 +30,7 @@
|
|
|
{
|
|
|
this.lblPLCCommState = new System.Windows.Forms.Label();
|
|
|
this.label55 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// lblPLCCommState
|
|
|
@@ -59,12 +60,23 @@
|
|
|
this.label55.Text = "PLC COMM";
|
|
|
this.label55.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(156, 20);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(91, 33);
|
|
|
+ this.button1.TabIndex = 13;
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
// FormMain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
|
this.ClientSize = new System.Drawing.Size(419, 72);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.lblPLCCommState);
|
|
|
this.Controls.Add(this.label55);
|
|
|
this.Name = "FormMain";
|
|
|
@@ -77,6 +89,7 @@
|
|
|
|
|
|
public System.Windows.Forms.Label lblPLCCommState;
|
|
|
private System.Windows.Forms.Label label55;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
}
|
|
|
}
|
|
|
|