home *** CD-ROM | disk | FTP | other *** search
- object PasswordForm: TPasswordForm
- Left = 246
- Top = 153
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Verify'
- ClientHeight = 83
- ClientWidth = 225
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 4
- Width = 92
- Height = 13
- Caption = 'Enter &password:'
- FocusControl = Edit1
- end
- object Edit1: TEdit
- Left = 10
- Top = 20
- Width = 207
- Height = 20
- PasswordChar = '*'
- TabOrder = 0
- end
- object BitBtn2: TBitBtn
- Left = 120
- Top = 50
- Width = 77
- Height = 27
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 50
- Width = 77
- Height = 27
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- end
-