object frmShowAttFull: TfrmShowAttFull Left = 55 Top = 77 Width = 435 Height = 238 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Show Attached Files' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnDblClick = FormDblClick PixelsPerInch = 96 TextHeight = 13 object ListViewMain: TListView Left = 0 Top = 0 Width = 427 Height = 173 Align = alTop OnDblClick = ListViewMainDblClick Columns = <> ReadOnly = False TabOrder = 0 LargeImages = ImageListMain end object Panel1: TPanel Left = 0 Top = 173 Width = 427 Height = 38 Align = alBottom TabOrder = 1 object BitBtn1: TBitBtn Left = 312 Top = 7 Width = 75 Height = 25 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 Kind = bkCancel end object OK: TBitBtn Left = 216 Top = 7 Width = 75 Height = 25 Hint = 'Go To Record' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK end end object ImageListMain: TImageList Height = 30 Width = 30 Left = 368 Top = 25 end end