home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Text File  |  1997-04-19  |  4KB  |  134 lines

  1. object LogForm: TLogForm
  2.   Left = 0
  3.   Top = 111
  4.   Width = 665
  5.   Height = 300
  6.   Caption = 'Log'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 552
  21.     Top = 0
  22.     Width = 105
  23.     Height = 273
  24.     Align = alRight
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object BitBtn1: TBitBtn
  28.       Left = 24
  29.       Top = 16
  30.       Width = 75
  31.       Height = 25
  32.       Caption = '&OK'
  33.       TabOrder = 0
  34.       OnClick = BitBtn1Click
  35.       Kind = bkOK
  36.     end
  37.     object BitBtn2: TBitBtn
  38.       Left = 24
  39.       Top = 104
  40.       Width = 75
  41.       Height = 25
  42.       Hint = 'Delete Selected Entries'
  43.       Cancel = True
  44.       Caption = '&Delete'
  45.       TabOrder = 2
  46.       OnClick = BitBtn2Click
  47.       Glyph.Data = {
  48.         78010000424D7801000000000000760000002800000020000000100000000100
  49.         04000000000000000000120B0000120B00000000000000000000000000000000
  50.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  52.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  53.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  54.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  55.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  56.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  57.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  58.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  59.         3333333337FFF7F33333333330000033333333333777773333330000}
  60.       NumGlyphs = 2
  61.     end
  62.     object BitBtn3: TBitBtn
  63.       Left = 24
  64.       Top = 48
  65.       Width = 75
  66.       Height = 25
  67.       TabOrder = 1
  68.       OnClick = BitBtn3Click
  69.       Kind = bkHelp
  70.     end
  71.     object BitBtn4: TBitBtn
  72.       Left = 25
  73.       Top = 136
  74.       Width = 75
  75.       Height = 25
  76.       Hint = 'Delete All Entries'
  77.       Cancel = True
  78.       Caption = '&Clear'
  79.       TabOrder = 3
  80.       OnClick = BitBtn4Click
  81.       Glyph.Data = {
  82.         78010000424D7801000000000000760000002800000020000000100000000100
  83.         04000000000000000000120B0000120B00000000000000000000000000000000
  84.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  85.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  86.         3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  87.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  88.         33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  89.         333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  90.         03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  91.         33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  92.         0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  93.         3333333337FFF7F33333333330000033333333333777773333330000}
  94.       NumGlyphs = 2
  95.     end
  96.   end
  97.   object ListView1: TListView
  98.     Left = 0
  99.     Top = 0
  100.     Width = 552
  101.     Height = 273
  102.     Align = alClient
  103.     Columns = <
  104.       item
  105.         Caption = 'Date'
  106.         Width = 80
  107.       end
  108.       item
  109.         Caption = 'Time'
  110.         Width = 60
  111.       end
  112.       item
  113.         Caption = 'Remote Site'
  114.         Width = 140
  115.       end
  116.       item
  117.         Caption = 'Filename'
  118.         Width = 100
  119.       end
  120.       item
  121.         Caption = 'Description'
  122.         Width = 500
  123.       end>
  124.     ReadOnly = True
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     MultiSelect = True
  130.     TabOrder = 1
  131.     ViewStyle = vsReport
  132.   end
  133. end
  134.