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.
This commit is contained in:
OlgunR
2026-04-22 15:02:35 +02:00
parent 8f894d582d
commit a0ec897784

View File

@@ -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.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.Location = New System.Drawing.Point(7, 14)
Me.Label27.Name = "Label27" 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.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 'GroupBox4
' '