From a0ec89778431fdd0c4ed47ae60f02f6b92f48c28 Mon Sep 17 00:00:00 2001 From: OlgunR Date: Wed, 22 Apr 2026 15:02:35 +0200 Subject: [PATCH] Update Label27 size and add regex group warning Increased the width of Label27 and updated its text to include a German warning that the regular expression must contain only one matching group to prevent indexing errors. --- ToolCollection/frmNIVerknuepfungen.Designer.vb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ToolCollection/frmNIVerknuepfungen.Designer.vb b/ToolCollection/frmNIVerknuepfungen.Designer.vb index 7431d3e..a29dc67 100644 --- a/ToolCollection/frmNIVerknuepfungen.Designer.vb +++ b/ToolCollection/frmNIVerknuepfungen.Designer.vb @@ -1461,9 +1461,10 @@ Partial Class frmNIVerknuepfungen Me.Label27.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label27.Location = New System.Drawing.Point(7, 14) Me.Label27.Name = "Label27" - Me.Label27.Size = New System.Drawing.Size(120, 13) + Me.Label27.Size = New System.Drawing.Size(761, 13) Me.Label27.TabIndex = 22 - Me.Label27.Text = "2. Regular Expression:" + Me.Label27.Text = "2. Regular Expression: ACHTUNG: REGEX DARF NUR AUS EINER MATCHING GROUP BESTEHEN," & + " DA ES SONST FEHLER BEIM INDEXIEREN VERURSACHT!" ' 'GroupBox4 '