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

  1. object PgpPreferencesForm: TPgpPreferencesForm
  2.   Left = 185
  3.   Top = 64
  4.   BorderStyle = bsDialog
  5.   Caption = 'Privacy Preferences'
  6.   ClientHeight = 293
  7.   ClientWidth = 291
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 291
  22.     Height = 247
  23.     ActivePage = tsFiles
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object tsGeneral: TTabSheet
  27.       Caption = 'General'
  28.       object gbEncSign: TGroupBox
  29.         Left = 8
  30.         Top = 8
  31.         Width = 268
  32.         Height = 201
  33.         Caption = 'Encryption and Signing Preferences'
  34.         TabOrder = 0
  35.         object Label1: TLabel
  36.           Left = 88
  37.           Top = 80
  38.           Width = 37
  39.           Height = 13
  40.           Caption = 'Minutes'
  41.         end
  42.         object Label2: TLabel
  43.           Left = 88
  44.           Top = 128
  45.           Width = 37
  46.           Height = 13
  47.           Caption = 'Minutes'
  48.         end
  49.         object lCommentBlock: TLabel
  50.           Left = 16
  51.           Top = 152
  52.           Width = 119
  53.           Height = 13
  54.           Caption = 'Comment block (optional)'
  55.           FocusControl = eCommentBlock
  56.         end
  57.         object cbEncDefKey: TCheckBox
  58.           Left = 16
  59.           Top = 16
  60.           Width = 248
  61.           Height = 17
  62.           Caption = 'Always encrypt to default key'
  63.           TabOrder = 0
  64.         end
  65.         object cbCacheDec: TCheckBox
  66.           Left = 16
  67.           Top = 56
  68.           Width = 248
  69.           Height = 17
  70.           Caption = 'Cache decryption passphrases/keys for'
  71.           TabOrder = 1
  72.           OnClick = cbCacheDecClick
  73.         end
  74.         object cbCacheSig: TCheckBox
  75.           Left = 16
  76.           Top = 104
  77.           Width = 248
  78.           Height = 17
  79.           Caption = 'Cache signing passphrases/keys for'
  80.           TabOrder = 2
  81.           OnClick = cbCacheSigClick
  82.         end
  83.         object spDecMin: TSpinEdit
  84.           Left = 32
  85.           Top = 76
  86.           Width = 49
  87.           Height = 22
  88.           MaxValue = 0
  89.           MinValue = 0
  90.           TabOrder = 3
  91.           Value = 0
  92.         end
  93.         object spSigMin: TSpinEdit
  94.           Left = 32
  95.           Top = 124
  96.           Width = 49
  97.           Height = 22
  98.           MaxValue = 0
  99.           MinValue = 0
  100.           TabOrder = 4
  101.           Value = 0
  102.         end
  103.         object eCommentBlock: TEdit
  104.           Left = 16
  105.           Top = 168
  106.           Width = 241
  107.           Height = 21
  108.           TabOrder = 5
  109.         end
  110.         object cbCompress: TCheckBox
  111.           Left = 16
  112.           Top = 36
  113.           Width = 248
  114.           Height = 17
  115.           Caption = 'Compress data before encryption'
  116.           TabOrder = 6
  117.         end
  118.       end
  119.     end
  120.     object tsFiles: TTabSheet
  121.       Caption = 'Files'
  122.       object gbPubkey: TGroupBox
  123.         Left = 8
  124.         Top = 8
  125.         Width = 268
  126.         Height = 49
  127.         Caption = 'Public Key Ring File'
  128.         TabOrder = 0
  129.         object ePubkey: TEdit
  130.           Left = 8
  131.           Top = 16
  132.           Width = 226
  133.           Height = 21
  134.           TabOrder = 0
  135.         end
  136.         object bPubkey: TButton
  137.           Left = 238
  138.           Top = 15
  139.           Width = 23
  140.           Height = 23
  141.           Caption = '&?'
  142.           TabOrder = 1
  143.           OnClick = bPubkeyClick
  144.         end
  145.       end
  146.       object gbSecKey: TGroupBox
  147.         Left = 8
  148.         Top = 60
  149.         Width = 268
  150.         Height = 93
  151.         Caption = 'Private Key Ring File'
  152.         TabOrder = 1
  153.         object lrdrCom: TLabel
  154.           Left = 70
  155.           Top = 68
  156.           Width = 118
  157.           Height = 13
  158.           Alignment = taRightJustify
  159.           Caption = 'Reader installed on COM'
  160.           FocusControl = seSmartCardCOM
  161.         end
  162.         object eSecKey: TEdit
  163.           Left = 8
  164.           Top = 16
  165.           Width = 226
  166.           Height = 21
  167.           TabOrder = 0
  168.         end
  169.         object bSeckey: TButton
  170.           Left = 238
  171.           Top = 15
  172.           Width = 23
  173.           Height = 23
  174.           Caption = '&?'
  175.           TabOrder = 1
  176.           OnClick = bSeckeyClick
  177.         end
  178.         object cbUseSmartCard: TCheckBox
  179.           Left = 16
  180.           Top = 45
  181.           Width = 249
  182.           Height = 17
  183.           Caption = 'Store Private Key in a Smart Card'
  184.           TabOrder = 2
  185.           OnClick = cbUseSmartCardClick
  186.         end
  187.         object seSmartCardCOM: TSpinEdit
  188.           Left = 192
  189.           Top = 64
  190.           Width = 41
  191.           Height = 22
  192.           MaxValue = 32
  193.           MinValue = 1
  194.           TabOrder = 3
  195.           Value = 1
  196.         end
  197.       end
  198.       object gbRandSeed: TGroupBox
  199.         Left = 8
  200.         Top = 159
  201.         Width = 268
  202.         Height = 50
  203.         Caption = 'Random Seed File'
  204.         TabOrder = 2
  205.         object eRandSeed: TEdit
  206.           Left = 8
  207.           Top = 16
  208.           Width = 226
  209.           Height = 21
  210.           TabOrder = 0
  211.         end
  212.         object bRandSeed: TButton
  213.           Left = 238
  214.           Top = 15
  215.           Width = 23
  216.           Height = 23
  217.           Caption = '&?'
  218.           TabOrder = 1
  219.           OnClick = bRandSeedClick
  220.         end
  221.       end
  222.     end
  223.   end
  224.   object bOK: TButton
  225.     Left = 112
  226.     Top = 256
  227.     Width = 75
  228.     Height = 25
  229.     Caption = 'OK'
  230.     Default = True
  231.     ModalResult = 1
  232.     TabOrder = 1
  233.   end
  234.   object Cancel: TButton
  235.     Left = 200
  236.     Top = 256
  237.     Width = 75
  238.     Height = 25
  239.     Cancel = True
  240.     Caption = 'Cancel'
  241.     ModalResult = 2
  242.     TabOrder = 2
  243.   end
  244. end
  245.