object Form5: TForm5 Left = 0 Top = 0 Width = 435 Height = 348 BorderStyle = bsSizeToolWin Caption = 'Preview' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object img: TImage Left = 0 Top = 20 Width = 427 Height = 304 Align = alClient end object panel_buttons: TPanel Left = 0 Top = 0 Width = 427 Height = 20 Align = alTop BevelOuter = bvNone TabOrder = 0 Visible = False OnResize = panel_buttonsResize object btn_dec: TButton Left = 0 Top = 0 Width = 20 Height = 20 Caption = '-' Enabled = False TabOrder = 0 OnClick = btn_decClick end object btn_startstop: TButton Left = 21 Top = 0 Width = 80 Height = 20 Caption = 'Stop automatic' TabOrder = 1 OnClick = btn_startstopClick end object btn_inc: TButton Left = 102 Top = 0 Width = 20 Height = 20 Caption = '+' Enabled = False TabOrder = 2 OnClick = btn_incClick end end object timer: TTimer Enabled = False OnTimer = timerTimer Left = 72 Top = 48 end end