home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TPGPPREFERENCESFORM
/
TPGPPREFERENCESFORM.txt
Wrap
Text File
|
2001-09-09
|
6KB
|
245 lines
object PgpPreferencesForm: TPgpPreferencesForm
Left = 185
Top = 64
BorderStyle = bsDialog
Caption = 'Privacy Preferences'
ClientHeight = 293
ClientWidth = 291
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl: TPageControl
Left = 0
Top = 0
Width = 291
Height = 247
ActivePage = tsFiles
Align = alTop
TabOrder = 0
object tsGeneral: TTabSheet
Caption = 'General'
object gbEncSign: TGroupBox
Left = 8
Top = 8
Width = 268
Height = 201
Caption = 'Encryption and Signing Preferences'
TabOrder = 0
object Label1: TLabel
Left = 88
Top = 80
Width = 37
Height = 13
Caption = 'Minutes'
end
object Label2: TLabel
Left = 88
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 = 1
OnClick = cbCacheDecClick
end
object cbCacheSig: TCheckBox
Left = 16
Top = 104
Width = 248
Height = 17
Caption = 'Cache signing passphrases/keys for'
TabOrder = 2
OnClick = cbCacheSigClick
end
object spDecMin: TSpinEdit
Left = 32
Top = 76
Width = 49
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 0
end
object spSigMin: TSpinEdit
Left = 32
Top = 124
Width = 49
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 4
Value = 0
end
object eCommentBlock: TEdit
Left = 16
Top = 168
Width = 241
Height = 21
TabOrder = 5
end
object cbCompress: TCheckBox
Left = 16
Top = 36
Width = 248
Height = 17
Caption = 'Compress data before encryption'
TabOrder = 6
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'
FocusControl = seSmartCardCOM
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: TSpinEdit
Left = 192
Top = 64
Width = 41
Height = 22
MaxValue = 32
MinValue = 1
TabOrder = 3
Value = 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 = 112
Top = 256
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Cancel: TButton
Left = 200
Top = 256
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end