home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1998 February
/
PCOnline_02_1998.iso
/
filesbbs
/
win95
/
crypt32a.exe
/
Ncrypt.exe
/
0
/
RCDATA
/
TFORM14
/
TFORM14.txt
< prev
Wrap
Text File
|
1996-12-11
|
2KB
|
110 lines
object Form14: TForm14
Left = 307
Top = 225
Hint = 'Mail KeyWord'
BorderStyle = bsDialog
Caption = 'Ncrypt Mail Key'
ClientHeight = 149
ClientWidth = 293
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 273
Height = 81
Hint = 'Mail Keyword'
Shape = bsFrame
end
object Label1: TLabel
Left = 48
Top = 28
Width = 68
Height = 11
Caption = 'Present key'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 64
Top = 59
Width = 50
Height = 13
Caption = 'New key'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel2: TBevel
Left = 8
Top = 96
Width = 273
Height = 43
Hint = 'Controls'
Shape = bsFrame
end
object oldkeyedit: TEdit
Left = 136
Top = 24
Width = 121
Height = 21
Hint = 'urrent Mail Keyword '
Enabled = False
ReadOnly = True
TabOrder = 0
end
object newkeyedit: TEdit
Left = 136
Top = 56
Width = 121
Height = 21
Hint = 'New Mail Keyword'
TabOrder = 1
end
object canceclbutton: TBitBtn
Left = 48
Top = 104
Width = 77
Height = 27
Hint = 'Cancel Key Change'
Caption = '&Cancel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = canceclbuttonClick
Kind = bkCancel
end
object okbutton: TBitBtn
Left = 168
Top = 104
Width = 77
Height = 27
Hint = 'Accept New key Change'
Caption = '&OK'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = okbuttonClick
Kind = bkOK
end
end