home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TSETPASSWORDDLG
/
TSETPASSWORDDLG.txt
Wrap
Text File
|
2001-09-09
|
2KB
|
102 lines
object SetPasswordDlg: TSetPasswordDlg
Left = 274
Top = 348
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Set password'
ClientHeight = 139
ClientWidth = 285
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 pnBottom: TPanel
Left = 0
Top = 26
Width = 285
Height = 113
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object lPassword: TLabel
Left = 8
Top = 16
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Password:'
FocusControl = ePsw
end
object lConfirm: TLabel
Left = 8
Top = 48
Width = 113
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = '&Confirm password:'
FocusControl = eCfm
end
object bOK: TButton
Left = 112
Top = 80
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object bCancel: TButton
Left = 200
Top = 80
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object eCfm: TEdit
Left = 128
Top = 44
Width = 145
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object ePsw: TEdit
Left = 128
Top = 12
Width = 145
Height = 21
PasswordChar = '*'
TabOrder = 0
end
end
object pnTop: TPanel
Left = 0
Top = 0
Width = 285
Height = 26
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object lTitle: TLabel
Left = 8
Top = 8
Width = 265
Height = 13
AutoSize = False
WordWrap = True
end
end
end