DataPoint

This commit is contained in:
Michael Schimmel
2025-06-24 08:11:46 +02:00
parent 6c7cc2569b
commit a3da63ad6a
14 changed files with 902 additions and 633 deletions
+12 -1
View File
@@ -28,7 +28,7 @@ object Form1: TForm1
Anchors = [akLeft, akTop, akRight]
Position.X = 8.00000000000000000
Position.Y = 8.00000000000000000
Size.Width = 489.00000000000000000
Size.Width = 273.00000000000000000
Size.Height = 513.00000000000000000
Size.PlatformDefault = False
end
@@ -53,6 +53,17 @@ object Form1: TForm1
TextSettings.Trimming = None
OnClick = LoadButtonClick
end
object FlowLayout: TFlowLayout
Position.X = 304.00000000000000000
Position.Y = 104.00000000000000000
Size.Width = 449.00000000000000000
Size.Height = 361.00000000000000000
Size.PlatformDefault = False
TabOrder = 5
Justify = Left
JustifyLastLine = Left
FlowDirection = LeftToRight
end
end
object LogMemo: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]