object FileInfoForm: TFileInfoForm Left = 283 Top = 119 ActiveControl = ExtraInfo BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'File Information' ClientHeight = 392 ClientWidth = 392 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] KeyPreview = True Position = poScreenCenter Scaled = False OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 15 object Label2: TLabel Left = 10 Top = 112 Width = 26 Height = 15 Caption = 'Size:' end object Label3: TLabel Left = 71 Top = 111 Width = 53 Height = 15 Caption = 'lbFileSize' end object pnFileInfo: TPanel Left = 0 Top = 0 Width = 392 Height = 360 Align = alClient BevelOuter = bvNone BorderWidth = 5 ParentColor = True TabOrder = 0 object pgFileInfo: TExtPageControl Left = 5 Top = 5 Width = 382 Height = 350 ActivePage = tsGeneral Align = alClient TabOrder = 0 TabActiveColor = clBtnFace TabActiveFont.Color = clBlack TabActiveFont.Height = -12 TabActiveFont.Name = 'Arial' TabActiveFont.Style = [fsBold] TabInactiveColor = 10789024 TabInactiveFont.Color = clBlack TabInactiveFont.Height = -12 TabInactiveFont.Name = 'Arial' TabInactiveFont.Style = [] object tsGeneral: TTabSheet Caption = 'General' object HorLine1: TBevel Left = 7 Top = 50 Width = 355 Height = 3 Shape = bsTopLine end object HorLine2: TBevel Left = 8 Top = 144 Width = 355 Height = 3 Shape = bsTopLine end object lbFileName: TLabel Left = 60 Top = 18 Width = 64 Height = 15 Caption = 'lbFileName' end object imgFileIcon: TImage Left = 12 Top = 8 Width = 35 Height = 35 end object lbType: TLabel Left = 10 Top = 60 Width = 38 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Type:' end object lbPath: TLabel Left = 11 Top = 80 Width = 37 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Path:' end object lbSize: TLabel Left = 13 Top = 100 Width = 35 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Size:' end object lbFileSize: TLabel Left = 55 Top = 100 Width = 53 Height = 15 Caption = 'lbFileSize' end object flPath: TFileLabel Left = 55 Top = 80 Width = 312 Height = 15 FileName = 'flPath' Direction = drFromLeft Separator = '\' ShowAccelChar = False end object flType: TFileLabel Left = 55 Top = 60 Width = 32 Height = 15 FileName = 'flType' Direction = drFromLeft Separator = '\' AutoSize = True end object lbDate: TLabel Left = 10 Top = 120 Width = 38 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Date:' end object lbFileTime: TLabel Left = 55 Top = 120 Width = 58 Height = 15 Caption = 'lbFileTime' end object ExtraInfo: TMemo Left = 8 Top = 156 Width = 356 Height = 155 Font.Color = clBlack Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end end object tsDump: TTabSheet Caption = 'Hex dump' object lbDump: TLabel Left = 15 Top = 7 Width = 150 Height = 15 AutoSize = False Caption = '&Hex dump of selected file:' FocusControl = meHexDump end object meHexDump: TMemo Left = 14 Top = 26 Width = 343 Height = 277 Font.Color = clBlack Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end end object pnButtons: TPanel Left = 0 Top = 360 Width = 392 Height = 32 Align = alBottom BevelOuter = bvNone ParentColor = True TabOrder = 1 object btnOK: TButton Left = 221 Top = 2 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object btnHelp: TButton Left = 306 Top = 2 Width = 75 Height = 25 Caption = '&Help' TabOrder = 1 OnClick = btnHelpClick end end end