object FormMove: TFormMove Left = 938 Height = 323 Top = 539 Width = 493 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 323 ClientWidth = 493 Constraints.MinHeight = 100 Constraints.MinWidth = 350 DesignTimePPI = 144 OnKeyPress = FormKeyPress OnShow = FormShow Position = poMainFormCenter LCLVersion = '3.6.0.0' object ButtonOk: TButton Left = 160 Height = 38 Top = 277 Width = 100 Anchors = [akRight, akBottom] Caption = 'Ok' Default = True ModalResult = 1 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 272 Height = 38 Top = 277 Width = 100 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ButtonRemove: TButton Left = 384 Height = 38 Top = 277 Width = 100 Anchors = [akRight, akBottom] Caption = 'Delete' ParentFont = False TabOrder = 2 OnClick = ButtonRemoveClick end object ScrollBox1: TScrollBox Left = 8 Height = 255 Top = 8 Width = 477 HorzScrollBar.Page = 298 VertScrollBar.Page = 222 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 8 ClientHeight = 253 ClientWidth = 475 TabOrder = 3 object Label3: TLabel Left = 8 Height = 26 Top = 8 Width = 134 Caption = 'Win probability:' ParentColor = False ParentFont = False end object Label1: TLabel Left = 8 Height = 26 Top = 56 Width = 49 Caption = 'Once:' ParentColor = False ParentFont = False end object SpinEditOnce: TSpinEdit Left = 200 Height = 43 Top = 48 Width = 98 OnChange = SpinEditOnceChange OnKeyPress = FormKeyPress ParentFont = False TabOrder = 0 end object ButtonOnceMin: TButton Left = 8 Height = 38 Top = 96 Width = 80 Caption = 'Min' ParentFont = False TabOrder = 1 OnClick = ButtonOnceMinClick end object TrackBarOnce: TTrackBar Left = 96 Height = 30 Top = 104 Width = 282 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress ParentFont = False TabOrder = 2 end object ButtonOnceMax: TButton Left = 387 Height = 38 Top = 96 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' ParentFont = False TabOrder = 3 OnClick = ButtonOnceMaxClick end object ButtonRepeatMax: TButton Left = 387 Height = 38 Top = 184 Width = 80 Anchors = [akTop, akRight] Caption = 'Max' ParentFont = False TabOrder = 4 OnClick = ButtonRepeatMaxClick end object SpinEditRepeat: TSpinEdit Left = 200 Height = 43 Top = 136 Width = 98 OnChange = SpinEditRepeatChange OnKeyPress = FormKeyPress ParentFont = False TabOrder = 5 end object TrackBarRepeat: TTrackBar Left = 96 Height = 30 Top = 188 Width = 282 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress ParentFont = False TabOrder = 6 end object ButtonRepeatMin: TButton Left = 8 Height = 38 Top = 184 Width = 80 Caption = 'Min' ParentFont = False TabOrder = 7 OnClick = ButtonRepeatMinClick end object Label2: TLabel Left = 8 Height = 26 Top = 144 Width = 90 Caption = 'Every turn:' ParentColor = False ParentFont = False end object LabelWinProbability: TLabel Left = 264 Height = 26 Top = 8 Width = 15 Caption = ' ' ParentColor = False ParentFont = False end end end