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

  1. object SMIMEPrefsForm: TSMIMEPrefsForm
  2.   Left = 173
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'S/MIME Preferences'
  6.   ClientHeight = 275
  7.   ClientWidth = 311
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lMinutes: TLabel
  18.     Left = 88
  19.     Top = 84
  20.     Width = 37
  21.     Height = 13
  22.     Caption = 'Minutes'
  23.   end
  24.   object lSigningHash: TLabel
  25.     Left = 75
  26.     Top = 140
  27.     Width = 109
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'Signing Hash Algorithm'
  31.   end
  32.   object lEncryptionCipher: TLabel
  33.     Left = 89
  34.     Top = 116
  35.     Width = 98
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     Caption = 'Encryption algorithm '
  39.   end
  40.   object cbEncDefKey: TCheckBox
  41.     Left = 16
  42.     Top = 16
  43.     Width = 281
  44.     Height = 17
  45.     Caption = 'Always encrypt to sender'#39's certificate'
  46.     TabOrder = 0
  47.   end
  48.   object cbCompress: TCheckBox
  49.     Left = 16
  50.     Top = 36
  51.     Width = 281
  52.     Height = 17
  53.     Caption = 'Compress data before encryption'
  54.     TabOrder = 1
  55.   end
  56.   object cbCacheDec: TCheckBox
  57.     Left = 16
  58.     Top = 60
  59.     Width = 281
  60.     Height = 17
  61.     Caption = 'Cache certificate passphrases/keys for'
  62.     TabOrder = 2
  63.     OnClick = cbCacheDecClick
  64.   end
  65.   object spDecMin: TSpinEdit
  66.     Left = 32
  67.     Top = 80
  68.     Width = 49
  69.     Height = 22
  70.     MaxValue = 0
  71.     MinValue = 0
  72.     TabOrder = 3
  73.     Value = 0
  74.   end
  75.   object cbSigningHash: TComboBox
  76.     Left = 192
  77.     Top = 136
  78.     Width = 105
  79.     Height = 21
  80.     Style = csDropDownList
  81.     ItemHeight = 13
  82.     Items.Strings = (
  83.       'SHA-1 (160 bit)'
  84.       'MD-5 (128 bit)')
  85.     TabOrder = 4
  86.   end
  87.   object cbBlockCipher: TComboBox
  88.     Left = 192
  89.     Top = 112
  90.     Width = 105
  91.     Height = 19
  92.     Style = csOwnerDrawFixed
  93.     ItemHeight = 13
  94.     Items.Strings = (
  95.       'RC2 (128 bit)'
  96.       '3DES (156 bit)'
  97.       'IDEA (128 bit)')
  98.     TabOrder = 5
  99.   end
  100.   object bOK: TButton
  101.     Left = 136
  102.     Top = 232
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'OK'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 6
  109.   end
  110.   object Cancel: TButton
  111.     Left = 224
  112.     Top = 232
  113.     Width = 75
  114.     Height = 25
  115.     Cancel = True
  116.     Caption = 'Cancel'
  117.     ModalResult = 2
  118.     TabOrder = 7
  119.   end
  120.   object gbRandSeed: TGroupBox
  121.     Left = 8
  122.     Top = 167
  123.     Width = 289
  124.     Height = 50
  125.     Caption = 'Random Seed File'
  126.     TabOrder = 8
  127.     object eRandSeed: TEdit
  128.       Left = 8
  129.       Top = 16
  130.       Width = 241
  131.       Height = 21
  132.       TabOrder = 0
  133.     end
  134.     object bRandSeed: TButton
  135.       Left = 254
  136.       Top = 15
  137.       Width = 23
  138.       Height = 23
  139.       Caption = '&?'
  140.       TabOrder = 1
  141.       OnClick = bRandSeedClick
  142.     end
  143.   end
  144. end
  145.