object LogForm: TLogForm Left = 0 Top = 111 Width = 665 Height = 300 Caption = 'Log' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 552 Top = 0 Width = 105 Height = 273 Align = alRight BevelOuter = bvNone TabOrder = 0 object BitBtn1: TBitBtn Left = 24 Top = 16 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 24 Top = 104 Width = 75 Height = 25 Hint = 'Delete Selected Entries' Cancel = True Caption = '&Delete' TabOrder = 2 OnClick = BitBtn2Click Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033 3333333337FFF7F33333333330000033333333333777773333330000} NumGlyphs = 2 end object BitBtn3: TBitBtn Left = 24 Top = 48 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn3Click Kind = bkHelp end object BitBtn4: TBitBtn Left = 25 Top = 136 Width = 75 Height = 25 Hint = 'Delete All Entries' Cancel = True Caption = '&Clear' TabOrder = 3 OnClick = BitBtn4Click Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000 3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070 333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070 03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070 33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777 0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033 3333333337FFF7F33333333330000033333333333777773333330000} NumGlyphs = 2 end end object ListView1: TListView Left = 0 Top = 0 Width = 552 Height = 273 Align = alClient Columns = < item Caption = 'Date' Width = 80 end item Caption = 'Time' Width = 60 end item Caption = 'Remote Site' Width = 140 end item Caption = 'Filename' Width = 100 end item Caption = 'Description' Width = 500 end> ReadOnly = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MultiSelect = True TabOrder = 1 ViewStyle = vsReport end end