home *** CD-ROM | disk | FTP | other *** search
- object PgpKeyPropsForm: TPgpKeyPropsForm
- Left = 64
- Top = 103
- ActiveControl = bClose
- BorderStyle = bsDialog
- Caption = 'PgpKeyPropsForm'
- ClientHeight = 356
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 353
- Height = 313
- Align = alTop
- Style = bsRaised
- end
- object llKeyId: TLabel
- Left = 49
- Top = 19
- Width = 32
- Height = 13
- Alignment = taRightJustify
- Caption = 'Key ID'
- FocusControl = lKeyId
- end
- object llKeyType: TLabel
- Left = 36
- Top = 51
- Width = 45
- Height = 13
- Alignment = taRightJustify
- Caption = 'Key Type'
- FocusControl = lKeyType
- end
- object llKeySize: TLabel
- Left = 40
- Top = 83
- Width = 41
- Height = 13
- Alignment = taRightJustify
- Caption = 'Key Size'
- FocusControl = lKeySize
- end
- object llCreated: TLabel
- Left = 220
- Top = 19
- Width = 37
- Height = 13
- Alignment = taRightJustify
- Caption = 'Created'
- FocusControl = lCreated
- end
- object llExpires: TLabel
- Left = 223
- Top = 51
- Width = 34
- Height = 13
- Alignment = taRightJustify
- Caption = 'Expires'
- FocusControl = lExpires
- end
- object llCipher: TLabel
- Left = 227
- Top = 83
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'Cipher'
- FocusControl = lCipher
- end
- object lKeyId: TEdit
- Left = 88
- Top = 16
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 0
- end
- object lKeyType: TEdit
- Left = 88
- Top = 48
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 1
- end
- object lKeySize: TEdit
- Left = 88
- Top = 80
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object lCreated: TEdit
- Left = 264
- Top = 16
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object lExpires: TEdit
- Left = 264
- Top = 48
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 4
- end
- object lCipher: TEdit
- Left = 264
- Top = 80
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 5
- end
- object gbTrustModel: TGroupBox
- Left = 8
- Top = 112
- Width = 337
- Height = 105
- Caption = 'Trust Model'
- TabOrder = 6
- object llValidity: TLabel
- Left = 40
- Top = 23
- Width = 33
- Height = 13
- Alignment = taRightJustify
- Caption = 'Validity'
- FocusControl = lValidity
- end
- object llTrust: TLabel
- Left = 49
- Top = 55
- Width = 24
- Height = 13
- Alignment = taRightJustify
- Caption = 'Trust'
- FocusControl = lTrust
- end
- object lllInvalid: TLabel
- Left = 184
- Top = 15
- Width = 31
- Height = 13
- Caption = 'Invalid'
- FocusControl = ProgressBar
- end
- object lllValid: TLabel
- Left = 296
- Top = 15
- Width = 23
- Height = 13
- Alignment = taRightJustify
- Caption = 'Valid'
- FocusControl = ProgressBar
- end
- object lllUntrusted: TLabel
- Left = 184
- Top = 63
- Width = 46
- Height = 13
- Caption = 'Untrusted'
- FocusControl = TrackBar
- end
- object lllTrusted: TLabel
- Left = 284
- Top = 63
- Width = 36
- Height = 13
- Alignment = taRightJustify
- Caption = 'Trusted'
- FocusControl = TrackBar
- end
- object lValidity: TEdit
- Left = 80
- Top = 20
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 0
- end
- object lTrust: TEdit
- Left = 80
- Top = 52
- Width = 81
- Height = 21
- ReadOnly = True
- TabOrder = 1
- end
- object ProgressBar: TProgressBar
- Left = 184
- Top = 29
- Width = 135
- Height = 8
- Min = 0
- Max = 1
- TabOrder = 2
- end
- object TrackBar: TTrackBar
- Left = 176
- Top = 42
- Width = 153
- Height = 22
- Max = 2
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarChange
- end
- object cbImplicit: TCheckBox
- Left = 182
- Top = 80
- Width = 145
- Height = 17
- Caption = 'Implicit Trust'
- TabOrder = 4
- OnClick = cbImplicitClick
- end
- end
- object gbFingerPrint: TGroupBox
- Left = 8
- Top = 224
- Width = 337
- Height = 49
- Caption = 'Fingerprint'
- TabOrder = 7
- object lFingerPrint: TEdit
- Left = 8
- Top = 16
- Width = 321
- Height = 21
- ReadOnly = True
- TabOrder = 0
- OnMouseDown = lFingerPrintMouseDown
- OnMouseUp = lFingerPrintMouseUp
- end
- end
- object cbDisabled: TCheckBox
- Left = 16
- Top = 280
- Width = 161
- Height = 17
- Caption = 'Key Disabled'
- TabOrder = 8
- OnClick = cbDisabledClick
- end
- object bChangePassphrase: TButton
- Left = 184
- Top = 280
- Width = 161
- Height = 25
- Caption = 'Change Passphrase...'
- TabOrder = 9
- OnClick = bChangePassphraseClick
- end
- object bClose: TButton
- Left = 192
- Top = 320
- Width = 75
- Height = 25
- Caption = 'Close'
- Default = True
- ModalResult = 1
- TabOrder = 10
- end
- object bHelp: TButton
- Left = 272
- Top = 320
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 11
- end
- end
-