home *** CD-ROM | disk | FTP | other *** search
- object SelectRecipientCertsForm: TSelectRecipientCertsForm
- Left = 128
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Select Recipient Certificates'
- ClientHeight = 312
- ClientWidth = 622
- 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
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object CertList: TListView
- Left = 10
- Top = 8
- Width = 599
- Height = 265
- Checkboxes = True
- Columns = <
- item
- Caption = 'Status'
- Width = 100
- end
- item
- Caption = 'Recipient Email'
- Width = 140
- end
- item
- Caption = 'Issued To'
- Width = 140
- end
- item
- Caption = 'Issued By'
- Width = 140
- end
- item
- Caption = 'Expires'
- Width = -2
- WidthType = (
- -2)
- end>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = CertListChange
- OnClick = CertListClick
- OnDblClick = CertListDblClick
- 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 = 408
- Top = 280
- Width = 83
- Height = 25
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Left = 504
- Top = 280
- Width = 83
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-