home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / FileMgmt / General / FileBack / _SETUP.1 / FileBack.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  1997-06-25  |  1.1 KB  |  56 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 210
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Required'
  7.   ClientHeight = 99
  8.   ClientWidth = 291
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lbPrompt: TLabel
  16.     Left = 8
  17.     Top = 6
  18.     Width = 277
  19.     Height = 31
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 
  23.       'To access FileBack PC options, please enter your configuration p' +
  24.       'assword, and click the "OK" button.'
  25.     WordWrap = True
  26.   end
  27.   object tbPassword: TEdit
  28.     Left = 8
  29.     Top = 36
  30.     Width = 277
  31.     Height = 21
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.   end
  35.   object btnOK: TButton
  36.     Left = 70
  37.     Top = 64
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 150
  47.     Top = 64
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     TabOrder = 2
  53.     OnClick = btnCancelClick
  54.   end
  55. end
  56.