home *** CD-ROM | disk | FTP | other *** search
- object Password: TPassword
- Left = 0
- Top = 0
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 41
- ClientWidth = 253
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object edPassword: TEdit
- Left = 8
- Top = 8
- Width = 156
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 170
- Top = 8
- Width = 75
- Height = 21
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- end
-