home *** CD-ROM | disk | FTP | other *** search
- object SelectCertForm: TSelectCertForm
- Left = 78
- Top = 107
- ActiveControl = CertList
- BorderStyle = bsDialog
- Caption = 'Select Certificate'
- ClientHeight = 315
- ClientWidth = 604
- 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
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lCaption: TLabel
- Left = 8
- Top = 8
- Width = 585
- Height = 41
- AutoSize = False
- WordWrap = True
- end
- object CertList: TListView
- Left = 8
- Top = 56
- Width = 585
- Height = 209
- Columns = <
- item
- Caption = 'Issued To'
- Width = 180
- end
- item
- Caption = 'Issued By'
- Width = 180
- end
- item
- Caption = 'Expires'
- Width = 70
- end
- item
- Caption = 'Root'
- Width = -2
- WidthType = (
- -2)
- end>
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = CertListChange
- OnClick = CertListClick
- OnDblClick = CertListDblClick
- 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
- object bView: TButton
- Left = 16
- Top = 280
- Width = 89
- Height = 25
- Caption = '&View...'
- Enabled = False
- TabOrder = 1
- OnClick = bViewClick
- end
- end
-