object Form5: TForm5 Left = 0 Top = 0 Width = 300 Height = 200 Caption = 'Preview' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 150 Top = 0 Width = 9 Height = 173 AutoSnap = False Beveled = True MinSize = 150 end object panel_preview: TPanel Left = 159 Top = 0 Width = 133 Height = 173 Align = alClient BevelOuter = bvNone TabOrder = 0 object img: TImage Left = 0 Top = 20 Width = 133 Height = 153 Align = alClient end 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 panel_buttons: TPanel Left = 0 Top = 0 Width = 133 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 panel_files: TPanel Left = 0 Top = 0 Width = 150 Height = 173 Align = alLeft BevelOuter = bvNone TabOrder = 1 object list: TListBox Left = 0 Top = 0 Width = 150 Height = 148 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = listClick end object panel_extension: TPanel Left = 0 Top = 148 Width = 150 Height = 25 Align = alBottom BevelOuter = bvNone TabOrder = 1 OnResize = panel_extensionResize object combo_extension: TComboBox Left = 2 Top = 2 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 12 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 OnClick = combo_extensionClick end end end object timer: TTimer Enabled = False OnTimer = timerTimer Left = 144 Top = 24 end end