home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / the_bat.exe / thebat.exe / 0 / RCDATA / TPGPKEYPROPSFORM / TPGPKEYPROPSFORM.txt
Encoding:
Text File  |  2001-06-19  |  5.4 KB  |  293 lines

  1. object PgpKeyPropsForm: TPgpKeyPropsForm
  2.   Left = 64
  3.   Top = 103
  4.   ActiveControl = bClose
  5.   BorderStyle = bsDialog
  6.   Caption = 'PgpKeyPropsForm'
  7.   ClientHeight = 356
  8.   ClientWidth = 353
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel: TBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 353
  22.     Height = 313
  23.     Align = alTop
  24.     Style = bsRaised
  25.   end
  26.   object llKeyId: TLabel
  27.     Left = 49
  28.     Top = 19
  29.     Width = 32
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = 'Key ID'
  33.     FocusControl = lKeyId
  34.   end
  35.   object llKeyType: TLabel
  36.     Left = 36
  37.     Top = 51
  38.     Width = 45
  39.     Height = 13
  40.     Alignment = taRightJustify
  41.     Caption = 'Key Type'
  42.     FocusControl = lKeyType
  43.   end
  44.   object llKeySize: TLabel
  45.     Left = 40
  46.     Top = 83
  47.     Width = 41
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = 'Key Size'
  51.     FocusControl = lKeySize
  52.   end
  53.   object llCreated: TLabel
  54.     Left = 220
  55.     Top = 19
  56.     Width = 37
  57.     Height = 13
  58.     Alignment = taRightJustify
  59.     Caption = 'Created'
  60.     FocusControl = lCreated
  61.   end
  62.   object llExpires: TLabel
  63.     Left = 223
  64.     Top = 51
  65.     Width = 34
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Expires'
  69.     FocusControl = lExpires
  70.   end
  71.   object llCipher: TLabel
  72.     Left = 227
  73.     Top = 83
  74.     Width = 30
  75.     Height = 13
  76.     Alignment = taRightJustify
  77.     Caption = 'Cipher'
  78.     FocusControl = lCipher
  79.   end
  80.   object lKeyId: TEdit
  81.     Left = 88
  82.     Top = 16
  83.     Width = 81
  84.     Height = 21
  85.     ReadOnly = True
  86.     TabOrder = 0
  87.   end
  88.   object lKeyType: TEdit
  89.     Left = 88
  90.     Top = 48
  91.     Width = 81
  92.     Height = 21
  93.     ReadOnly = True
  94.     TabOrder = 1
  95.   end
  96.   object lKeySize: TEdit
  97.     Left = 88
  98.     Top = 80
  99.     Width = 81
  100.     Height = 21
  101.     ReadOnly = True
  102.     TabOrder = 2
  103.   end
  104.   object lCreated: TEdit
  105.     Left = 264
  106.     Top = 16
  107.     Width = 81
  108.     Height = 21
  109.     ReadOnly = True
  110.     TabOrder = 3
  111.   end
  112.   object lExpires: TEdit
  113.     Left = 264
  114.     Top = 48
  115.     Width = 81
  116.     Height = 21
  117.     ReadOnly = True
  118.     TabOrder = 4
  119.   end
  120.   object lCipher: TEdit
  121.     Left = 264
  122.     Top = 80
  123.     Width = 81
  124.     Height = 21
  125.     ReadOnly = True
  126.     TabOrder = 5
  127.   end
  128.   object gbTrustModel: TGroupBox
  129.     Left = 8
  130.     Top = 112
  131.     Width = 337
  132.     Height = 105
  133.     Caption = 'Trust Model'
  134.     TabOrder = 6
  135.     object llValidity: TLabel
  136.       Left = 40
  137.       Top = 23
  138.       Width = 33
  139.       Height = 13
  140.       Alignment = taRightJustify
  141.       Caption = 'Validity'
  142.       FocusControl = lValidity
  143.     end
  144.     object llTrust: TLabel
  145.       Left = 49
  146.       Top = 55
  147.       Width = 24
  148.       Height = 13
  149.       Alignment = taRightJustify
  150.       Caption = 'Trust'
  151.       FocusControl = lTrust
  152.     end
  153.     object lllInvalid: TLabel
  154.       Left = 184
  155.       Top = 15
  156.       Width = 31
  157.       Height = 13
  158.       Caption = 'Invalid'
  159.       FocusControl = ProgressBar
  160.     end
  161.     object lllValid: TLabel
  162.       Left = 296
  163.       Top = 15
  164.       Width = 23
  165.       Height = 13
  166.       Alignment = taRightJustify
  167.       Caption = 'Valid'
  168.       FocusControl = ProgressBar
  169.     end
  170.     object lllUntrusted: TLabel
  171.       Left = 184
  172.       Top = 63
  173.       Width = 46
  174.       Height = 13
  175.       Caption = 'Untrusted'
  176.       FocusControl = TrackBar
  177.     end
  178.     object lllTrusted: TLabel
  179.       Left = 284
  180.       Top = 63
  181.       Width = 36
  182.       Height = 13
  183.       Alignment = taRightJustify
  184.       Caption = 'Trusted'
  185.       FocusControl = TrackBar
  186.     end
  187.     object lValidity: TEdit
  188.       Left = 80
  189.       Top = 20
  190.       Width = 81
  191.       Height = 21
  192.       ReadOnly = True
  193.       TabOrder = 0
  194.     end
  195.     object lTrust: TEdit
  196.       Left = 80
  197.       Top = 52
  198.       Width = 81
  199.       Height = 21
  200.       ReadOnly = True
  201.       TabOrder = 1
  202.     end
  203.     object ProgressBar: TProgressBar
  204.       Left = 184
  205.       Top = 29
  206.       Width = 135
  207.       Height = 8
  208.       Min = 0
  209.       Max = 1
  210.       TabOrder = 2
  211.     end
  212.     object TrackBar: TTrackBar
  213.       Left = 176
  214.       Top = 42
  215.       Width = 153
  216.       Height = 22
  217.       Max = 2
  218.       Orientation = trHorizontal
  219.       Frequency = 1
  220.       Position = 0
  221.       SelEnd = 0
  222.       SelStart = 0
  223.       TabOrder = 3
  224.       TickMarks = tmBottomRight
  225.       TickStyle = tsAuto
  226.       OnChange = TrackBarChange
  227.     end
  228.     object cbImplicit: TCheckBox
  229.       Left = 182
  230.       Top = 80
  231.       Width = 145
  232.       Height = 17
  233.       Caption = 'Implicit Trust'
  234.       TabOrder = 4
  235.       OnClick = cbImplicitClick
  236.     end
  237.   end
  238.   object gbFingerPrint: TGroupBox
  239.     Left = 8
  240.     Top = 224
  241.     Width = 337
  242.     Height = 49
  243.     Caption = 'Fingerprint'
  244.     TabOrder = 7
  245.     object lFingerPrint: TEdit
  246.       Left = 8
  247.       Top = 16
  248.       Width = 321
  249.       Height = 21
  250.       ReadOnly = True
  251.       TabOrder = 0
  252.       OnMouseDown = lFingerPrintMouseDown
  253.       OnMouseUp = lFingerPrintMouseUp
  254.     end
  255.   end
  256.   object cbDisabled: TCheckBox
  257.     Left = 16
  258.     Top = 280
  259.     Width = 161
  260.     Height = 17
  261.     Caption = 'Key Disabled'
  262.     TabOrder = 8
  263.     OnClick = cbDisabledClick
  264.   end
  265.   object bChangePassphrase: TButton
  266.     Left = 184
  267.     Top = 280
  268.     Width = 161
  269.     Height = 25
  270.     Caption = 'Change Passphrase...'
  271.     TabOrder = 9
  272.     OnClick = bChangePassphraseClick
  273.   end
  274.   object bClose: TButton
  275.     Left = 192
  276.     Top = 320
  277.     Width = 75
  278.     Height = 25
  279.     Caption = 'Close'
  280.     Default = True
  281.     ModalResult = 1
  282.     TabOrder = 10
  283.   end
  284.   object bHelp: TButton
  285.     Left = 272
  286.     Top = 320
  287.     Width = 75
  288.     Height = 25
  289.     Caption = 'Help'
  290.     TabOrder = 11
  291.   end
  292. end
  293.