object Form5: TForm5 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Timers' ClientHeight = 20 ClientWidth = 361 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = CloseQuery OnShow = OnShow PixelsPerInch = 96 TextHeight = 13 object timer_label: TLabel Left = 0 Top = 0 Width = 217 Height = 20 AutoSize = False Caption = 'Set interval to freeze data:' Layout = tlCenter end object timer_edit: TEdit Left = 216 Top = 0 Width = 49 Height = 21 TabOrder = 0 Text = 'x' end object timer_ok: TButton Left = 272 Top = 0 Width = 41 Height = 20 Caption = '&OK' Default = True TabOrder = 1 OnClick = timer_okClick end object timer_cancel: TButton Left = 320 Top = 0 Width = 41 Height = 20 Caption = '&Cancel' TabOrder = 2 OnClick = timer_cancelClick end end