DataFeed-Producer

This commit is contained in:
Michael Schimmel
2025-12-08 20:25:54 +01:00
parent 59692bc211
commit 9a4f477cfd
7 changed files with 817 additions and 14 deletions
+7
View File
@@ -204,6 +204,13 @@ object Form1: TForm1
Text = 'Button2'
OnClick = Button2Click
end
object Button3: TButton
Position.X = 64.000000000000000000
Position.Y = 152.000000000000000000
TabOrder = 2
Text = 'Button3'
OnClick = Button3Click
end
end
end
end