object Form5: TForm5 Left = 0 Top = 0 Width = 480 Height = 500 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 WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 150 Top = 0 Width = 9 Height = 473 AutoSnap = False Beveled = True MinSize = 150 end object panel_preview: TPanel Left = 159 Top = 0 Width = 313 Height = 473 Align = alClient BevelOuter = bvNone TabOrder = 0 object img: TImage Left = 0 Top = 20 Width = 313 Height = 453 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 = 313 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 = 473 Align = alLeft BevelOuter = bvNone TabOrder = 1 object list: TListBox Left = 0 Top = 0 Width = 150 Height = 370 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = listClick end object panel_extension: TPanel Left = 0 Top = 370 Width = 150 Height = 103 Align = alBottom BevelOuter = bvNone TabOrder = 1 OnResize = panel_extensionResize object lbl_filter: TLabel Left = 2 Top = 62 Width = 100 Height = 17 AutoSize = False Caption = 'Filter by &extension:' FocusControl = combo_extension end object combo_extension: TComboBox Left = 2 Top = 76 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 = 3 OnClick = combo_extensionClick end object check_zerobyte: TCheckBox Left = 2 Top = 44 Width = 130 Height = 13 Caption = 'Show &zero-byte files' TabOrder = 2 OnClick = check_zerobyteClick end object edit_filtername: TEdit Left = 2 Top = 20 Width = 145 Height = 18 AutoSize = False TabOrder = 1 end object check_filtername: TCheckBox Left = 2 Top = 5 Width = 130 Height = 15 Caption = 'Filter by file&name:' TabOrder = 0 OnClick = check_filternameClick end end end object timer: TTimer Enabled = False OnTimer = timerTimer Left = 144 Top = 24 end end