home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TOPENPGPVERSIONFORM / TOPENPGPVERSIONFORM.txt
Text File  |  2001-09-09  |  2KB  |  119 lines

  1. object OpenPgpVersionForm: TOpenPgpVersionForm
  2.   Left = 183
  3.   Top = 159
  4.   HelpContext = 14047
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select OpenPGP Implementation'
  8.   ClientHeight = 143
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 152
  23.     Top = 104
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     Enabled = False
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object bCancel: TButton
  33.     Left = 240
  34.     Top = 104
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     Enabled = False
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object gbChoosePgpVersion: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 409
  47.     Height = 85
  48.     Caption = 'Select OpenPGP Implementation'
  49.     TabOrder = 2
  50.     object rbInternal: TRadioButton
  51.       Left = 8
  52.       Top = 16
  53.       Width = 201
  54.       Height = 17
  55.       Caption = 'Internal (RFC-1991)'
  56.       Enabled = False
  57.       TabOrder = 0
  58.       OnClick = rbClick
  59.     end
  60.     object rbPGPcmdLn: TRadioButton
  61.       Left = 8
  62.       Top = 36
  63.       Width = 201
  64.       Height = 17
  65.       Caption = 'PGP command line (2.6.3, 6.0.x+)'
  66.       Enabled = False
  67.       TabOrder = 1
  68.       OnClick = rbClick
  69.     end
  70.     object rbPGP55: TRadioButton
  71.       Left = 8
  72.       Top = 56
  73.       Width = 201
  74.       Height = 17
  75.       Caption = 'PGP 5.5.x plug-in'
  76.       Enabled = False
  77.       TabOrder = 2
  78.       OnClick = rbClick
  79.     end
  80.     object rbPGP60: TRadioButton
  81.       Left = 216
  82.       Top = 16
  83.       Width = 185
  84.       Height = 17
  85.       Caption = 'PGP 6.0.x / 6.5.x plug-in'
  86.       Enabled = False
  87.       TabOrder = 3
  88.       OnClick = rbClick
  89.     end
  90.     object rbGPG: TRadioButton
  91.       Left = 216
  92.       Top = 36
  93.       Width = 185
  94.       Height = 17
  95.       Caption = 'GNU Privacy Guard (GPG)'
  96.       Enabled = False
  97.       TabOrder = 4
  98.       OnClick = rbClick
  99.     end
  100.   end
  101.   object bHelp: TButton
  102.     Left = 328
  103.     Top = 104
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'Help'
  107.     Enabled = False
  108.     TabOrder = 3
  109.     OnClick = bHelpClick
  110.   end
  111.   object RunTimer: TTimer
  112.     Enabled = False
  113.     Interval = 10
  114.     OnTimer = RunTimerTimer
  115.     Left = 16
  116.     Top = 104
  117.   end
  118. end
  119.