home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TDLGPASS / TDLGPASS.txt
Text File  |  2007-04-21  |  633b  |  36 lines

  1. object DlgPass: TDlgPass
  2.   Left = 483
  3.   Top = 323
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 78
  7.   ClientWidth = 169
  8.   Color = clBtnFace
  9.   DefaultMonitor = dmMainForm
  10.   ParentFont = True
  11.   FormStyle = fsStayOnTop
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object EditP: TEdit
  17.     Left = 8
  18.     Top = 11
  19.     Width = 153
  20.     Height = 21
  21.     MaxLength = 32
  22.     PasswordChar = '*'
  23.     TabOrder = 0
  24.   end
  25.   object BtnOK: TButton
  26.     Left = 86
  27.     Top = 43
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.   end
  35. end
  36.