home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1998-02-19  |  1KB  |  67 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 295
  3.   Top = 300
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Dialog'
  7.   ClientHeight = 93
  8.   ClientWidth = 237
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 122
  22.     Height = 13
  23.     Caption = 'Enter New Password:'
  24.   end
  25.   object Password: TEdit
  26.     Left = 8
  27.     Top = 27
  28.     Width = 220
  29.     Height = 21
  30.     MaxLength = 20
  31.     PasswordChar = '*'
  32.     TabOrder = 0
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 80
  36.     Top = 59
  37.     Width = 77
  38.     Height = 27
  39.     Caption = '&OK'
  40.     TabOrder = 1
  41.     Kind = bkOK
  42.     Margin = 2
  43.     Spacing = -1
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 159
  47.     Top = 59
  48.     Width = 77
  49.     Height = 27
  50.     Caption = '&Cancel'
  51.     TabOrder = 2
  52.     Kind = bkCancel
  53.     Margin = 2
  54.     Spacing = -1
  55.   end
  56.   object BitBtn1: TBitBtn
  57.     Left = 1
  58.     Top = 59
  59.     Width = 77
  60.     Height = 27
  61.     TabOrder = 3
  62.     Kind = bkHelp
  63.     Margin = 2
  64.     Spacing = -1
  65.   end
  66. end
  67.