object SelectCertForm: TSelectCertForm Left = 78 Top = 107 ActiveControl = CertList BorderStyle = bsDialog Caption = 'Select a Certificate' ClientHeight = 315 ClientWidth = 604 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] 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 OnClick = CertListClick OnDblClick = CertListDblClick 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 = 151 WidthType = ( -2) end> ReadOnly = True OnChange = CertListChange TabOrder = 0 ViewStyle = vsReport 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