home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / PASSWORD.DFM / PASSWORD.txt
Text File  |  1997-01-16  |  901b  |  51 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password Dialog'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 9
  18.     Width = 76
  19.     Height = 13
  20.     Caption = 'Enter password:'
  21.   end
  22.   object Password: TEdit
  23.     Left = 8
  24.     Top = 27
  25.     Width = 217
  26.     Height = 21
  27.     PasswordChar = '*'
  28.     TabOrder = 0
  29.   end
  30.   object OKBtn: TButton
  31.     Left = 70
  32.     Top = 59
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 150
  42.     Top = 59
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50. end
  51.