home *** CD-ROM | disk | FTP | other *** search
- object PGPlogForm: TPGPlogForm
- Left = 160
- Top = 163
- Width = 620
- Height = 140
- Caption = 'OpenPGP Signature Validation Log'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = 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
- Columns = <
- item
- Caption = 'Time'
- Width = 150
- end
- item
- Caption = 'Signer'
- Width = 215
- end
- item
- Caption = 'Validity'
- end
- item
- Caption = 'Signed (UTC)'
- Width = 190
- end>
- ColumnClick = False
- ReadOnly = True
- RowSelect = True
- PopupMenu = PopupMenu
- SmallImages = IL
- TabOrder = 0
- ViewStyle = vsReport
- end
- object PopupMenu: TPopupMenu
- Left = 72
- Top = 56
- object pStayonTop: TMenuItem
- Caption = 'Stay on Top'
- OnClick = pStayonTopClick
- end
- end
- object IL: TImageList
- Left = 200
- Top = 72
- end
- end
-