home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1996-10-16  |  763b  |  43 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 245
  3.   Top = 120
  4.   ActiveControl = Password
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pa∩┐╜wort'
  7.   ClientHeight = 93
  8.   ClientWidth = 236
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 13
  20.     Width = 91
  21.     Height = 12
  22.     Caption = 'Pa∩┐╜wort eingeben:'
  23.   end
  24.   object Password: TEdit
  25.     Left = 8
  26.     Top = 27
  27.     Width = 220
  28.     Height = 24
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 80
  34.     Top = 59
  35.     Width = 77
  36.     Height = 27
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.     Margin = 2
  40.     Spacing = -1
  41.   end
  42. end
  43.