home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
RX275D6.ZIP
/
Units
/
CHPSWDLG.DFM
/
CHPSWDLG.txt
Wrap
Text File
|
1999-10-12
|
2KB
|
87 lines
object ChPswdForm: TChPswdForm
Left = 309
Top = 149
ActiveControl = OldPswd
BorderIcons = []
BorderStyle = bsDialog
ClientHeight = 115
ClientWidth = 347
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
TextHeight = 13
object OldPswdLabel: TLabel
Left = 19
Top = 20
Width = 94
Height = 13
AutoSize = False
end
object NewPswdLabel: TLabel
Left = 19
Top = 52
Width = 94
Height = 13
AutoSize = False
end
object ConfirmLabel: TLabel
Left = 19
Top = 84
Width = 94
Height = 13
AutoSize = False
end
object OldPswd: TEdit
Left = 116
Top = 16
Width = 117
Height = 21
PasswordChar = '*'
TabOrder = 0
OnChange = PswdChange
end
object NewPswd: TEdit
Left = 116
Top = 48
Width = 117
Height = 21
PasswordChar = '*'
TabOrder = 1
OnChange = PswdChange
end
object ConfirmNewPswd: TEdit
Left = 116
Top = 80
Width = 117
Height = 21
PasswordChar = '*'
TabOrder = 2
OnChange = PswdChange
end
object OkBtn: TButton
Left = 254
Top = 16
Width = 77
Height = 25
Caption = 'OK'
Default = True
TabOrder = 3
OnClick = OkBtnClick
end
object CancelBtn: TButton
Left = 254
Top = 48
Width = 77
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end