home *** CD-ROM | disk | FTP | other *** search
- object PasswordForm: TPasswordForm
- Left = 200
- Top = 99
- AutoScroll = False
- Width = 215
- Height = 131
- HorzScrollBar.Range = 0
- VertScrollBar.Range = 0
- ActiveControl = PasswordField
- AutoScroll = False
- BorderStyle = bsDialog
- Caption = 'PasswordForm'
- PixelsPerInch = 96
- Position = poScreenCenter
- object Prompt: TLabel
- Left = 8
- Top = 8
- Width = 101
- Height = 16
- Caption = 'Enter password'
- end
- object PasswordField: TEdit
- Left = 8
- Top = 32
- Width = 193
- Height = 25
- TabOrder = 0
- PasswordChar = '*'
- Text = 'PasswordField'
- end
- object OKButton: TBitBtn
- Left = 8
- Top = 64
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkOK
- NumGlyphs = 2
- end
- object CancelButton: TBitBtn
- Left = 112
- Top = 64
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkCancel
- NumGlyphs = 2
- end
- end
-