home *** CD-ROM | disk | FTP | other *** search
- object PgpPreferencesForm: TPgpPreferencesForm
- Left = 185
- Top = 64
- BorderStyle = bsDialog
- BorderWidth = 4
- Caption = 'Privacy Preferences'
- ClientHeight = 282
- ClientWidth = 301
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 301
- Height = 247
- ActivePage = tsGeneral
- Align = alTop
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object gbEncSign: TGroupBox
- Left = 8
- Top = 8
- Width = 276
- Height = 209
- Caption = 'Encryption and Signing Preferences'
- TabOrder = 0
- object Label1: TLabel
- Left = 96
- Top = 80
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object Label2: TLabel
- Left = 96
- Top = 128
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object lCommentBlock: TLabel
- Left = 16
- Top = 152
- Width = 119
- Height = 13
- Caption = 'Comment block (optional)'
- FocusControl = eCommentBlock
- end
- object cbEncDefKey: TCheckBox
- Left = 16
- Top = 16
- Width = 248
- Height = 17
- Caption = 'Always encrypt to default key'
- TabOrder = 0
- end
- object cbCacheDec: TCheckBox
- Left = 16
- Top = 56
- Width = 248
- Height = 17
- Caption = 'Cache decryption passphrases/keys for'
- TabOrder = 2
- OnClick = cbCacheDecClick
- end
- object cbCacheSig: TCheckBox
- Left = 16
- Top = 104
- Width = 248
- Height = 17
- Caption = 'Cache signing passphrases/keys for'
- TabOrder = 4
- OnClick = cbCacheSigClick
- end
- object eCommentBlock: TEdit
- Left = 16
- Top = 168
- Width = 241
- Height = 21
- TabOrder = 6
- end
- object cbCompress: TCheckBox
- Left = 16
- Top = 36
- Width = 248
- Height = 17
- Caption = 'Compress data before encryption'
- TabOrder = 1
- end
- object spDecMin: TXSpinEdit
- Left = 32
- Top = 76
- Width = 57
- Height = 21
- TabOrder = 3
- Text = '1'
- MinValue = 1
- MaxValue = 9999
- Value = 1
- Step = 1
- end
- object spSigMin: TXSpinEdit
- Left = 32
- Top = 124
- Width = 57
- Height = 21
- TabOrder = 5
- Text = '1'
- MinValue = 1
- MaxValue = 9999
- Value = 1
- Step = 1
- end
- end
- end
- object tsFiles: TTabSheet
- Caption = 'Files'
- object gbPubkey: TGroupBox
- Left = 8
- Top = 8
- Width = 268
- Height = 49
- Caption = 'Public Key Ring File'
- TabOrder = 0
- object ePubkey: TEdit
- Left = 8
- Top = 16
- Width = 226
- Height = 21
- TabOrder = 0
- end
- object bPubkey: TButton
- Left = 238
- Top = 15
- Width = 23
- Height = 23
- Caption = '&?'
- TabOrder = 1
- OnClick = bPubkeyClick
- end
- end
- object gbSecKey: TGroupBox
- Left = 8
- Top = 60
- Width = 268
- Height = 93
- Caption = 'Private Key Ring File'
- TabOrder = 1
- object lrdrCom: TLabel
- Left = 70
- Top = 68
- Width = 118
- Height = 13
- Alignment = taRightJustify
- Caption = 'Reader installed on COM'
- end
- object eSecKey: TEdit
- Left = 8
- Top = 16
- Width = 226
- Height = 21
- TabOrder = 0
- end
- object bSeckey: TButton
- Left = 238
- Top = 15
- Width = 23
- Height = 23
- Caption = '&?'
- TabOrder = 1
- OnClick = bSeckeyClick
- end
- object cbUseSmartCard: TCheckBox
- Left = 16
- Top = 45
- Width = 249
- Height = 17
- Caption = 'Store Private Key in a Smart Card'
- TabOrder = 2
- OnClick = cbUseSmartCardClick
- end
- object seSmartCardCOM: TXSpinEdit
- Left = 192
- Top = 64
- Width = 41
- Height = 21
- TabOrder = 3
- Text = '1'
- MinValue = 1
- MaxValue = 32
- Value = 1
- Step = 1
- end
- end
- object gbRandSeed: TGroupBox
- Left = 8
- Top = 159
- Width = 268
- Height = 50
- Caption = 'Random Seed File'
- TabOrder = 2
- object eRandSeed: TEdit
- Left = 8
- Top = 16
- Width = 226
- Height = 21
- TabOrder = 0
- end
- object bRandSeed: TButton
- Left = 238
- Top = 15
- Width = 23
- Height = 23
- Caption = '&?'
- TabOrder = 1
- OnClick = bRandSeedClick
- end
- end
- end
- end
- object bOK: TButton
- Left = 128
- Top = 256
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Cancel: TButton
- Left = 216
- Top = 256
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-