inherited Form_Preview: TForm_Preview Caption = 'Preview' OnCreate = FormCreate ExplicitWidth = 500 ExplicitHeight = 450 PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter OnMoved = Splitter1Moved end inherited content: TPanel object lbl_notpossible: TLabel Left = 16 Top = 56 Width = 97 Height = 65 AutoSize = False Caption = 'No preview possible for this filetype' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Visible = False WordWrap = True end object img: TImage Left = 0 Top = 20 Width = 283 Height = 403 Align = alClient ExplicitWidth = 313 ExplicitHeight = 453 end object panel_buttons: TPanel Left = 0 Top = 0 Width = 283 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 end object timer: TTimer [3] Enabled = False OnTimer = timerTimer Left = 400 Top = 120 end end