examples: SerialPort: better caption of About dialog

This commit is contained in:
glixx 2019-05-23 09:33:31 +03:00
parent 61567999b1
commit beb9e1fc15

View file

@ -3,7 +3,7 @@
Public Sub Form_Open()
FAbout.text = Application.name & " " & ("About")
FAbout.text = ("About")
Label1.width = FAbout.width
Label1.text = Application.name & " " & ("Version") & " " & Application.Version