object ShowSigReportForm: TShowSigReportForm Left = 131 Top = 107 ActiveControl = SigList BorderStyle = bsDialog Caption = 'Signed Message Verification Report' ClientHeight = 315 ClientWidth = 615 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lSigners: TLabel Left = 8 Top = 40 Width = 35 Height = 13 Caption = 'Signers' FocusControl = SigList end object lReport: TLabel Left = 8 Top = 8 Width = 601 Height = 33 AutoSize = False WordWrap = True end object SigList: TListView Left = 8 Top = 56 Width = 599 Height = 217 OnDblClick = SigListDblClick Columns = < item Caption = 'Status' Width = 200 end item Caption = 'Signing Time' Width = 140 end item Caption = 'Issued To' Width = 130 end item Caption = 'Issued By' Width = 125 WidthType = ( -2) end> ReadOnly = True HideSelection = False OnChange = SigListChange TabOrder = 0 ViewStyle = vsReport end object bView: TButton Left = 16 Top = 280 Width = 89 Height = 25 Caption = '&View...' Enabled = False TabOrder = 1 OnClick = bViewClick end object bOK: TButton Left = 512 Top = 280 Width = 83 Height = 25 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end end