1st commit

This commit is contained in:
Michael Schimmel
2025-05-23 12:51:32 +02:00
parent 94753a720c
commit 06ec0db105
17 changed files with 6639 additions and 0 deletions
+88
View File
@@ -0,0 +1,88 @@
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 633
ClientWidth = 803
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 15
object Label1: TLabel
Left = 88
Top = 11
Width = 34
Height = 15
Caption = 'Label1'
end
object Label2: TLabel
Left = 88
Top = 75
Width = 34
Height = 15
Caption = 'Label2'
end
object Label3: TLabel
Left = 568
Top = 80
Width = 34
Height = 15
Caption = 'Label3'
end
object ConnectButton: TButton
Left = 88
Top = 112
Width = 137
Height = 25
Caption = 'Connect'
TabOrder = 0
OnClick = ConnectButtonClick
end
object PasswordEdit: TEdit
Left = 160
Top = 72
Width = 121
Height = 23
TabOrder = 1
Text = 'wBz687@6rXdKkNK'
end
object LogMemo: TMemo
Left = 88
Top = 160
Width = 513
Height = 345
Lines.Strings = (
'LogMemo')
TabOrder = 2
end
object SenderCompIDEdit: TEdit
Left = 160
Top = 8
Width = 121
Height = 23
TabOrder = 3
Text = 'demo.pepperstoneuk.4132560'
end
object DisconnectButton: TButton
Left = 231
Top = 112
Width = 137
Height = 25
Caption = 'Disconnect'
TabOrder = 4
OnClick = DisconnectButtonClick
end
object UserIdEdit: TEdit
Left = 160
Top = 43
Width = 121
Height = 23
TabOrder = 5
Text = '4132560'
end
end