object PGPlogForm: TPGPlogForm Left = 160 Top = 163 Width = 620 Height = 140 Caption = 'OpenPGP Signature Validation Log' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object ListView: TListView Left = 0 Top = 0 Width = 612 Height = 113 Align = alClient ColumnClick = False Columns = < item Caption = 'Time' Width = 150 end item Caption = 'Signer' Width = 215 end item Caption = 'Validity' end item Caption = 'Signed (UTC)' Width = 190 end> ReadOnly = True PopupMenu = PopupMenu TabOrder = 0 ViewStyle = vsReport SmallImages = IL end object PopupMenu: TPopupMenu Left = 72 Top = 56 object pStayonTop: TMenuItem Caption = 'Stay on Top' ShortCut = 0 OnClick = pStayonTopClick end end object IL: TImageList Left = 200 Top = 72 end end