home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TPGPLOGFORM / TPGPLOGFORM.txt
Text File  |  2001-09-09  |  1KB  |  61 lines

  1. object PGPlogForm: TPGPlogForm
  2.   Left = 160
  3.   Top = 163
  4.   Width = 620
  5.   Height = 140
  6.   Caption = 'OpenPGP Signature Validation Log'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListView: TListView
  19.     Left = 0
  20.     Top = 0
  21.     Width = 612
  22.     Height = 113
  23.     Align = alClient
  24.     ColumnClick = False
  25.     Columns = <
  26.       item
  27.         Caption = 'Time'
  28.         Width = 150
  29.       end
  30.       item
  31.         Caption = 'Signer'
  32.         Width = 215
  33.       end
  34.       item
  35.         Caption = 'Validity'
  36.       end
  37.       item
  38.         Caption = 'Signed (UTC)'
  39.         Width = 190
  40.       end>
  41.     ReadOnly = True
  42.     PopupMenu = PopupMenu
  43.     TabOrder = 0
  44.     ViewStyle = vsReport
  45.     SmallImages = IL
  46.   end
  47.   object PopupMenu: TPopupMenu
  48.     Left = 72
  49.     Top = 56
  50.     object pStayonTop: TMenuItem
  51.       Caption = 'Stay on Top'
  52.       ShortCut = 0
  53.       OnClick = pStayonTopClick
  54.     end
  55.   end
  56.   object IL: TImageList
  57.     Left = 200
  58.     Top = 72
  59.   end
  60. end
  61.