home *** CD-ROM | disk | FTP | other *** search
- object OpenPgpVersionForm: TOpenPgpVersionForm
- Left = 183
- Top = 159
- HelpContext = 14047
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select OpenPGP Implementation'
- ClientHeight = 143
- ClientWidth = 466
- 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 bOK: TButton
- Left = 208
- Top = 104
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- end
- object bCancel: TButton
- Left = 296
- 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 = 449
- Height = 85
- Caption = 'Select OpenPGP Implementation'
- TabOrder = 2
- object rbInternal: TRadioButton
- Left = 8
- Top = 16
- Width = 217
- Height = 17
- Caption = 'Internal (RFC-1991)'
- Enabled = False
- TabOrder = 0
- OnClick = rbClick
- end
- object rbPGPcmdLn: TRadioButton
- Left = 8
- Top = 36
- Width = 209
- 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 = 209
- Height = 17
- Caption = 'PGP 5.5.x plug-in'
- Enabled = False
- TabOrder = 2
- OnClick = rbClick
- end
- object rbPGP60: TRadioButton
- Left = 224
- Top = 16
- Width = 209
- Height = 17
- Caption = 'PGP 6.0.x / 6.5.x plug-in'
- Enabled = False
- TabOrder = 3
- OnClick = rbClick
- end
- object rbGPG: TRadioButton
- Left = 224
- Top = 36
- Width = 209
- Height = 17
- Caption = 'GNU Privacy Guard (GPG)'
- Enabled = False
- TabOrder = 4
- OnClick = rbClick
- end
- object rbPGP678: TRadioButton
- Left = 224
- Top = 56
- Width = 217
- Height = 17
- Caption = 'PGP 5,6,7,8 (built-in support)'
- TabOrder = 5
- OnClick = rbClick
- end
- end
- object bHelp: TButton
- Left = 384
- 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
-