home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / blackscr / black.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Text File  |  2001-10-28  |  1KB  |  66 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 658
  3.   Top = 118
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Enter Password'
  6.   ClientHeight = 72
  7.   ClientWidth = 234
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 20
  20.     Width = 49
  21.     Height = 13
  22.     Hint = 'NOT case sensitive'
  23.     Caption = 'Password:'
  24.     ParentShowHint = False
  25.     ShowHint = True
  26.   end
  27.   object btnOK: TButton
  28.     Left = 152
  29.     Top = 8
  30.     Width = 75
  31.     Height = 25
  32.     Hint = 'Got it!'
  33.     Caption = '&OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     TabOrder = 1
  39.   end
  40.   object btnCancel: TButton
  41.     Left = 152
  42.     Top = 40
  43.     Width = 75
  44.     Height = 25
  45.     Hint = 'Forget it, I don'#39't know the password'
  46.     Cancel = True
  47.     Caption = '&Cancel'
  48.     ModalResult = 2
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 2
  52.   end
  53.   object txtPassword: TEdit
  54.     Left = 64
  55.     Top = 16
  56.     Width = 73
  57.     Height = 21
  58.     Hint = 'NOT case sensitive'
  59.     MaxLength = 10
  60.     ParentShowHint = False
  61.     PasswordChar = '*'
  62.     ShowHint = True
  63.     TabOrder = 0
  64.   end
  65. end
  66.