home *** CD-ROM | disk | FTP | other *** search
- object PasswordDlg: TPasswordDlg
- Left = 295
- Top = 300
- ActiveControl = Password
- BorderStyle = bsDialog
- Caption = 'Password Dialog'
- ClientHeight = 93
- ClientWidth = 237
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 122
- Height = 13
- Caption = 'Enter New Password:'
- end
- object Password: TEdit
- Left = 8
- Top = 27
- Width = 220
- Height = 21
- MaxLength = 20
- PasswordChar = '*'
- TabOrder = 0
- end
- object OKBtn: TBitBtn
- Left = 80
- Top = 59
- Width = 77
- Height = 27
- Caption = '&OK'
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 159
- Top = 59
- Width = 77
- Height = 27
- Caption = '&Cancel'
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object BitBtn1: TBitBtn
- Left = 1
- Top = 59
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- end
- end
-