This commit is contained in:
Jonathan Jenne
2019-10-01 16:58:17 +02:00
parent 9f2fb02619
commit 42c06273c5
26 changed files with 3138 additions and 12 deletions

View File

@@ -87,9 +87,9 @@ Partial Class frmMatch
Me.Label2.ForeColor = System.Drawing.SystemColors.Control
Me.Label2.Location = New System.Drawing.Point(12, 424)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(232, 17)
Me.Label2.Size = New System.Drawing.Size(205, 17)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Wie wurden die Ergebnisse gefunden?"
Me.Label2.Text = "Wie wurden die Profile gefunden?"
'
'frmMatch
'
@@ -100,7 +100,7 @@ Partial Class frmMatch
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TileControlMatch)
Me.Name = "frmMatch"
Me.Text = "frmMatch"
Me.Text = "Profile gefunden"
Me.ResumeLayout(False)
Me.PerformLayout()

View File

@@ -67,7 +67,7 @@ Public Class frmMatch
Close()
End If
Dim oMatchString = IIf(oCreatedTiles = 1, "1 Match", $"{oCreatedTiles} Matches")
Dim oMatchString = IIf(oCreatedTiles = 1, "1 Profil", $"{oCreatedTiles} Profile")
Label1.Text = String.Format(Label1.Text, oMatchString, _Params.ClipboardContents)
If oCreatedTiles = 1 Then