finished project

This commit is contained in:
test
2019-04-09 19:22:56 +02:00
parent e7b37f8211
commit dd0a823ff7
3 changed files with 53 additions and 25 deletions

View File

@ -89,12 +89,13 @@
//
this.statusLabel.AutoSize = true;
this.statusLabel.Font = new System.Drawing.Font("Arial", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.statusLabel.Location = new System.Drawing.Point(242, 230);
this.statusLabel.Location = new System.Drawing.Point(267, 223);
this.statusLabel.MinimumSize = new System.Drawing.Size(200, 50);
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(291, 55);
this.statusLabel.Size = new System.Drawing.Size(200, 55);
this.statusLabel.TabIndex = 5;
this.statusLabel.Text = "Status Label";
this.statusLabel.Text = "Standby";
this.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnInsertTape
//