AuraTrader Sample
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
object Form1: TForm1
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 840
|
||||
ClientWidth = 808
|
||||
FormFactor.Width = 320
|
||||
FormFactor.Height = 480
|
||||
FormFactor.Devices = [Desktop]
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
DesignerMasterStyle = 0
|
||||
object Panel1: TPanel
|
||||
Align = Top
|
||||
Size.Width = 808.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 = 489.00000000000000000
|
||||
Size.Height = 513.00000000000000000
|
||||
Size.PlatformDefault = False
|
||||
end
|
||||
object SymbolsComboBox: TComboBox
|
||||
Anchors = [akTop, akRight]
|
||||
Position.X = 505.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 = 730.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
|
||||
end
|
||||
object LogMemo: TMemo
|
||||
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
|
||||
DataDetectorTypes = []
|
||||
Align = Client
|
||||
Size.Width = 808.00000000000000000
|
||||
Size.Height = 311.00000000000000000
|
||||
Size.PlatformDefault = False
|
||||
TabOrder = 1
|
||||
Viewport.Width = 804.00000000000000000
|
||||
Viewport.Height = 307.00000000000000000
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user