home *** CD-ROM | disk | FTP | other *** search
- object ShowSigReportForm: TShowSigReportForm
- Left = 131
- Top = 107
- ActiveControl = SigList
- BorderStyle = bsDialog
- Caption = 'Signed Message Verification Report'
- ClientHeight = 315
- ClientWidth = 615
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- 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
- 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 = -2
- WidthType = (
- -2)
- end>
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = SigListChange
- OnDblClick = SigListDblClick
- 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
-