Files
MycLib/AuraTrader/MainForm.fmx
T
2025-06-24 18:32:32 +02:00

96 lines
2.8 KiB
Plaintext

object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 840
ClientWidth = 797
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignerMasterStyle = 0
object Panel1: TPanel
Align = Top
Size.Width = 797.00000000000000000
Size.Height = 529.00000000000000000
Size.PlatformDefault = False
TabOrder = 2
object RandomButton: TButton
Position.X = 697.00000000000000000
Position.Y = 38.00000000000000000
TabOrder = 0
Text = 'Random'
TextSettings.Trimming = None
OnClick = RandomButtonClick
end
object Path1: TPath
Anchors = [akLeft, akTop, akRight]
Position.X = 8.00000000000000000
Position.Y = 8.00000000000000000
Size.Width = 262.00000000000000000
Size.Height = 513.00000000000000000
Size.PlatformDefault = False
end
object SymbolsComboBox: TComboBox
Anchors = [akTop, akRight]
Position.X = 494.00000000000000000
Position.Y = 8.00000000000000000
Size.Width = 217.00000000000000000
Size.Height = 22.00000000000000000
Size.PlatformDefault = False
TabOrder = 2
end
object LoadButton: TButton
Anchors = [akTop, akRight]
Position.X = 719.00000000000000000
Position.Y = 8.00000000000000000
Size.Width = 47.00000000000000000
Size.Height = 22.00000000000000000
Size.PlatformDefault = False
TabOrder = 3
Text = 'Load'
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
object Button1: TButton
Position.X = 712.00000000000000000
Position.Y = 72.00000000000000000
TabOrder = 6
Text = 'Button1'
TextSettings.Trimming = None
OnClick = Button1Click
end
object Button2: TButton
Position.X = 720.00000000000000000
Position.Y = 96.00000000000000000
TabOrder = 8
Text = 'Button2'
TextSettings.Trimming = None
OnClick = Button2Click
end
end
object LogMemo: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Client
Size.Width = 797.00000000000000000
Size.Height = 311.00000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 793.00000000000000000
Viewport.Height = 307.00000000000000000
end
end