Ignore:
Timestamp:
Oct 4, 2019, 11:57:05 PM (5 years ago)
Author:
chronos
Message:
  • Added: Configurable speed of animations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r8 r11  
    55  Width = 480
    66  Caption = 'Settings'
     7  ClientHeight = 360
     8  ClientWidth = 480
    79  DesignTimePPI = 144
     10  OnShow = FormShow
    811  LCLVersion = '2.0.2.0'
     12  object Label1: TLabel
     13    Left = 19
     14    Height = 26
     15    Top = 24
     16    Width = 150
     17    Caption = 'Animation speed:'
     18    ParentColor = False
     19  end
     20  object TrackBar1: TTrackBar
     21    Left = 208
     22    Height = 58
     23    Top = 16
     24    Width = 240
     25    Max = 100
     26    Position = 0
     27    Anchors = [akTop, akLeft, akRight]
     28    TabOrder = 0
     29  end
     30  object ButtonOk: TButton
     31    Left = 112
     32    Height = 38
     33    Top = 291
     34    Width = 113
     35    Anchors = [akLeft, akBottom]
     36    Caption = 'OK'
     37    OnClick = ButtonOkClick
     38    TabOrder = 1
     39  end
     40  object ButtonCancel: TButton
     41    Left = 256
     42    Height = 38
     43    Top = 288
     44    Width = 113
     45    Anchors = [akLeft, akBottom]
     46    Caption = 'Cancel'
     47    OnClick = ButtonCancelClick
     48    TabOrder = 2
     49  end
    950end
Note: See TracChangeset for help on using the changeset viewer.