LookupGrid: Fix Form text, fix form sticking out of monitor when there is no space

This commit is contained in:
Jonathan Jenne
2022-04-01 11:03:57 +02:00
parent 6891642b37
commit 87335beff8
5 changed files with 21 additions and 8 deletions

View File

@@ -94,9 +94,9 @@ Namespace My.Resources
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Bitte wählen Sie einen oder mehrere Werte aus: ähnelt.
'''</summary>
Friend Shared ReadOnly Property PopupForm_TextMultiLine() As String
Friend Shared ReadOnly Property PopupForm_TextMultiselect() As String
Get
Return ResourceManager.GetString("PopupForm_TextMultiLine", resourceCulture)
Return ResourceManager.GetString("PopupForm_TextMultiselect", resourceCulture)
End Get
End Property
End Class

View File

@@ -126,7 +126,7 @@
<data name="PopupForm_Text" xml:space="preserve">
<value>Please choose a value:</value>
</data>
<data name="PopupForm_TextMultiLine" xml:space="preserve">
<data name="PopupForm_TextMultiselect" xml:space="preserve">
<value>Please choose one or more values:</value>
</data>
</root>

View File

@@ -126,7 +126,7 @@
<data name="PopupForm_Text" xml:space="preserve">
<value>Bitte wählen Sie einen Wert aus:</value>
</data>
<data name="PopupForm_TextMultiLine" xml:space="preserve">
<data name="PopupForm_TextMultiselect" xml:space="preserve">
<value>Bitte wählen Sie einen oder mehrere Werte aus:</value>
</data>
</root>