object OpenPgpVersionForm: TOpenPgpVersionForm Left = 183 Top = 159 HelpContext = 14047 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select OpenPGP Implementation' ClientHeight = 143 ClientWidth = 427 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 bOK: TButton Left = 152 Top = 104 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 240 Top = 104 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' Enabled = False ModalResult = 2 TabOrder = 1 end object gbChoosePgpVersion: TGroupBox Left = 8 Top = 8 Width = 409 Height = 85 Caption = 'Select OpenPGP Implementation' TabOrder = 2 object rbInternal: TRadioButton Left = 8 Top = 16 Width = 201 Height = 17 Caption = 'Internal (RFC-1991)' Enabled = False TabOrder = 0 OnClick = rbClick end object rbPGPcmdLn: TRadioButton Left = 8 Top = 36 Width = 201 Height = 17 Caption = 'PGP command line (2.6.3, 6.0.x+)' Enabled = False TabOrder = 1 OnClick = rbClick end object rbPGP55: TRadioButton Left = 8 Top = 56 Width = 201 Height = 17 Caption = 'PGP 5.5.x plug-in' Enabled = False TabOrder = 2 OnClick = rbClick end object rbPGP60: TRadioButton Left = 216 Top = 16 Width = 185 Height = 17 Caption = 'PGP 6.0.x / 6.5.x plug-in' Enabled = False TabOrder = 3 OnClick = rbClick end object rbGPG: TRadioButton Left = 216 Top = 36 Width = 185 Height = 17 Caption = 'GNU Privacy Guard (GPG)' Enabled = False TabOrder = 4 OnClick = rbClick end end object bHelp: TButton Left = 328 Top = 104 Width = 75 Height = 25 Caption = 'Help' Enabled = False TabOrder = 3 OnClick = bHelpClick end object RunTimer: TTimer Enabled = False Interval = 10 OnTimer = RunTimerTimer Left = 16 Top = 104 end end