home *** CD-ROM | disk | FTP | other *** search
- object PasswordForm: TPasswordForm
- Left = 511
- Top = 280
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Password Required'
- ClientHeight = 93
- ClientWidth = 242
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 11
- Width = 126
- Height = 13
- Caption = 'Enter database password :'
- end
- object edPassword: TEdit
- Left = 8
- Top = 32
- Width = 225
- Height = 21
- MaxLength = 25
- PasswordChar = '*'
- TabOrder = 0
- OnKeyPress = edPasswordKeyPress
- end
- object btnOk: TButton
- Left = 36
- Top = 64
- Width = 75
- Height = 25
- Caption = ' OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 128
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-