home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1998 January / PFY0198.BIN / share / win95 / anwend / afspack / _setup.1 / AFSPacker.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-11-19  |  942b  |  52 lines

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