object FormMove: TFormMove Left = 435 Height = 257 Top = 165 Width = 367 ActiveControl = ButtonOk Caption = 'Move' ClientHeight = 257 ClientWidth = 367 Constraints.MinHeight = 257 Constraints.MinWidth = 367 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.2.0' object SpinEditOnce: TSpinEdit Left = 208 Height = 28 Top = 40 Width = 98 OnChange = SpinEditOnceChange OnKeyPress = FormKeyPress TabOrder = 0 end object Label1: TLabel Left = 16 Height = 20 Top = 40 Width = 37 Caption = 'Once:' ParentColor = False end object ButtonOk: TButton Left = 189 Height = 25 Top = 224 Width = 75 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 72 Height = 25 Top = 224 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Label2: TLabel Left = 24 Height = 20 Top = 136 Width = 68 Caption = 'Every turn:' ParentColor = False end object SpinEditRepeat: TSpinEdit Left = 208 Height = 28 Top = 128 Width = 98 OnChange = SpinEditRepeatChange OnKeyPress = FormKeyPress TabOrder = 3 end object TrackBarOnce: TTrackBar Left = 56 Height = 47 Top = 80 Width = 255 OnChange = TrackBarOnceChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress TabOrder = 4 end object TrackBarRepeat: TTrackBar Left = 56 Height = 47 Top = 168 Width = 255 OnChange = TrackBarRepeatChange PageSize = 1 Position = 0 TickStyle = tsNone Anchors = [akTop, akLeft, akRight] OnKeyPress = FormKeyPress TabOrder = 5 end object ButtonOnceMin: TButton Left = 8 Height = 25 Top = 88 Width = 48 Caption = 'Min' OnClick = ButtonOnceMinClick TabOrder = 6 end object ButtonOnceMax: TButton Left = 311 Height = 25 Top = 88 Width = 48 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonOnceMaxClick TabOrder = 7 end object ButtonRepeatMin: TButton Left = 8 Height = 25 Top = 176 Width = 48 Caption = 'Min' OnClick = ButtonRepeatMinClick TabOrder = 8 end object ButtonRepeatMax: TButton Left = 311 Height = 25 Top = 176 Width = 48 Anchors = [akTop, akRight] Caption = 'Max' OnClick = ButtonRepeatMaxClick TabOrder = 9 end object Label3: TLabel Left = 16 Height = 20 Top = 8 Width = 106 Caption = 'Win probability:' ParentColor = False end object LabelWinProbability: TLabel Left = 264 Height = 20 Top = 8 Width = 12 Caption = ' ' ParentColor = False end end