home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 210
- Top = 157
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Password Required'
- ClientHeight = 99
- ClientWidth = 291
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object lbPrompt: TLabel
- Left = 8
- Top = 6
- Width = 277
- Height = 31
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'To access FileBack PC options, please enter your configuration p' +
- 'assword, and click the "OK" button.'
- WordWrap = True
- end
- object tbPassword: TEdit
- Left = 8
- Top = 36
- Width = 277
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 70
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 150
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
-