home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TPGPPREFERENCESFORM / TPGPPREFERENCESFORM.txt
Encoding:
Text File  |  2004-02-23  |  5.7 KB  |  254 lines

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