home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / formdll.pak / PASSFORM.DFM / PASSFORM.txt
Encoding:
Text File  |  1995-08-24  |  890 b   |  50 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Width = 215
  6.   Height = 131
  7.   HorzScrollBar.Range = 0
  8.   VertScrollBar.Range = 0
  9.   ActiveControl = PasswordField
  10.   AutoScroll = False
  11.   BorderStyle = bsDialog
  12.   Caption = 'PasswordForm'
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   object Prompt: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 101
  19.     Height = 16
  20.     Caption = 'Enter password'
  21.   end
  22.   object PasswordField: TEdit
  23.     Left = 8
  24.     Top = 32
  25.     Width = 193
  26.     Height = 25
  27.     TabOrder = 0
  28.     PasswordChar = '*'
  29.     Text = 'PasswordField'
  30.   end
  31.   object OKButton: TBitBtn
  32.     Left = 8
  33.     Top = 64
  34.     Width = 89
  35.     Height = 33
  36.     TabOrder = 1
  37.     Kind = bkOK
  38.     NumGlyphs = 2
  39.   end
  40.   object CancelButton: TBitBtn
  41.     Left = 112
  42.     Top = 64
  43.     Width = 89
  44.     Height = 33
  45.     TabOrder = 2
  46.     Kind = bkCancel
  47.     NumGlyphs = 2
  48.   end
  49. end
  50.