|
@@ -112,7 +112,9 @@
|
|
|
this.Controls.Add(this.Port);
|
|
|
this.Controls.Add(this.IP_label);
|
|
|
this.Controls.Add(this.IP);
|
|
|
+ this.MaximizeBox = false;
|
|
|
this.Name = "MainWindow";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "PLCDataReader";
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
this.ResumeLayout(false);
|