object SelectRecipientCertsForm: TSelectRecipientCertsForm Left = 128 Top = 108 BorderStyle = bsDialog Caption = 'Select Recipient Certificates' ClientHeight = 312 ClientWidth = 622 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object CertList: TListView Left = 10 Top = 8 Width = 599 Height = 265 OnClick = CertListClick OnDblClick = CertListDblClick 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 = 75 WidthType = ( -2) end> ReadOnly = True HideSelection = False MultiSelect = True OnChange = CertListChange 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 = 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