LookupGrid: Fix Form text, fix form sticking out of monitor when there is no space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user