object Frequence: TFrequence Left = -276 Top = -267 BorderStyle = bsToolWindow Caption = 'Frequence' ClientHeight = 110 ClientWidth = 155 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = TrackKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 39 Height = 13 Caption = 'Frequen' end object Track: TTrackBar Left = 0 Top = 32 Width = 151 Height = 41 Max = 90 Orientation = trHorizontal Frequency = 1 Position = 60 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 20 TickMarks = tmBoth TickStyle = tsAuto OnChange = TrackChange OnKeyDown = TrackKeyDown end object Button2: TButton Left = 80 Top = 78 Width = 65 Height = 25 Caption = 'Button1' TabOrder = 2 OnClick = Button2Click end object Button1: TButton Left = 8 Top = 78 Width = 65 Height = 25 Caption = 'Button1' TabOrder = 1 OnClick = Button1Click OnKeyDown = TrackKeyDown end object Panel1: TPanel Left = 5 Top = 7 Width = 144 Height = 98 BevelWidth = 5 Caption = 'OK (10 . . .)' TabOrder = 3 Visible = False OnClick = Panel1Click end object Timer1: TTimer OnTimer = Timer1Timer Left = 56 Top = 32 end end