object Form5: TForm5 Left = 0 Top = 0 Width = 319 Height = 181 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 = 154 AutoSnap = False Beveled = True MinSize = 150 end object panel_preview: TPanel Left = 159 Top = 0 Width = 152 Height = 154 Align = alClient BevelOuter = bvNone TabOrder = 0 object img: TImage Left = 0 Top = 20 Width = 152 Height = 134 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 = 152 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 = 154 Align = alLeft BevelOuter = bvNone TabOrder = 1 object list: TListBox Left = 0 Top = 0 Width = 150 Height = 129 Align = alClient ItemHeight = 13 PopupMenu = popup TabOrder = 0 OnClick = listClick end object panel_extension: TPanel Left = 0 Top = 129 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 = 0 ParentFont = False Sorted = True TabOrder = 0 OnClick = combo_extensionClick end end end object timer: TTimer Enabled = False OnTimer = timerTimer Left = 144 Top = 24 end object popup: TPopupMenu AutoHotkeys = maManual Left = 48 Top = 56 object popup_extractdat: TMenuItem Caption = 'Extract .dat-file' Enabled = False end object popup_extractdatraw: TMenuItem Caption = 'Extract .dat-file and corresponding .raw-data' Enabled = False end object popup_extractdatrawconvert: TMenuItem Caption = 'Extract .dat-file and corresponding .raw-data and convert if pos' + 'sible' Enabled = False end end end