home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TSMIMEPREFSFORM
/
TSMIMEPREFSFORM.txt
Wrap
Text File
|
2001-09-09
|
3KB
|
145 lines
object SMIMEPrefsForm: TSMIMEPrefsForm
Left = 173
Top = 183
BorderStyle = bsDialog
Caption = 'S/MIME Preferences'
ClientHeight = 275
ClientWidth = 311
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object lMinutes: TLabel
Left = 88
Top = 84
Width = 37
Height = 13
Caption = 'Minutes'
end
object lSigningHash: TLabel
Left = 75
Top = 140
Width = 109
Height = 13
Alignment = taRightJustify
Caption = 'Signing Hash Algorithm'
end
object lEncryptionCipher: TLabel
Left = 89
Top = 116
Width = 98
Height = 13
Alignment = taRightJustify
Caption = 'Encryption algorithm '
end
object cbEncDefKey: TCheckBox
Left = 16
Top = 16
Width = 281
Height = 17
Caption = 'Always encrypt to sender'#39's certificate'
TabOrder = 0
end
object cbCompress: TCheckBox
Left = 16
Top = 36
Width = 281
Height = 17
Caption = 'Compress data before encryption'
TabOrder = 1
end
object cbCacheDec: TCheckBox
Left = 16
Top = 60
Width = 281
Height = 17
Caption = 'Cache certificate passphrases/keys for'
TabOrder = 2
OnClick = cbCacheDecClick
end
object spDecMin: TSpinEdit
Left = 32
Top = 80
Width = 49
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 0
end
object cbSigningHash: TComboBox
Left = 192
Top = 136
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'SHA-1 (160 bit)'
'MD-5 (128 bit)')
TabOrder = 4
end
object cbBlockCipher: TComboBox
Left = 192
Top = 112
Width = 105
Height = 19
Style = csOwnerDrawFixed
ItemHeight = 13
Items.Strings = (
'RC2 (128 bit)'
'3DES (156 bit)'
'IDEA (128 bit)')
TabOrder = 5
end
object bOK: TButton
Left = 136
Top = 232
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 6
end
object Cancel: TButton
Left = 224
Top = 232
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 7
end
object gbRandSeed: TGroupBox
Left = 8
Top = 167
Width = 289
Height = 50
Caption = 'Random Seed File'
TabOrder = 8
object eRandSeed: TEdit
Left = 8
Top = 16
Width = 241
Height = 21
TabOrder = 0
end
object bRandSeed: TButton
Left = 254
Top = 15
Width = 23
Height = 23
Caption = '&?'
TabOrder = 1
OnClick = bRandSeedClick
end
end
end